/* ================================================
   TINTA DIGITAL WEB — Landing Page (Festivo)
   ================================================ */
*, *::before, *::after { box-sizing: border-box; }
body {
    background-color: #fffdf8;
    color: #2c1f14;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: #f5ede0; }
::-webkit-scrollbar-thumb { background: linear-gradient(#e85d8a, #f97316); border-radius: 3px; }

/* ---- NAVBAR ---- */
.navbar {
    background: rgba(255,253,248,0.97) !important;
    border-bottom: 1px solid rgba(232,93,138,0.15);
    padding: 0.9rem 0;
    position: sticky; top: 0; z-index: 1000;
    backdrop-filter: blur(12px);
    transition: box-shadow 0.3s, border-color 0.3s;
}
.navbar.scrolled {
    box-shadow: 0 4px 24px rgba(232,93,138,0.12);
    border-bottom-color: rgba(232,93,138,0.3) !important;
}
#logo {
    font-size: 1.4rem !important;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-decoration: none;
}
#logo .logo-tinta,
#logo .logo-web {
    color: #2c1f14;
}
#logo .logo-digital {
    color: #e85d8a;
}
.navbar-nav .nav-link {
    color: #7a5a4a !important;
    font-size: 0.82rem; font-weight: 600; letter-spacing: 0.7px;
    text-transform: uppercase; padding: 0.5rem 0.9rem !important;
    transition: color 0.3s;
}
.navbar-nav .nav-link:hover { color: #e85d8a !important; }
.navbar-toggler { border-color: rgba(232,93,138,0.4) !important; }
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(232,93,138,.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* ---- BUTTONS ---- */
.btn-gold {
    background: linear-gradient(135deg, #e85d8a, #f97316);
    color: #fff !important; font-weight: 700; border: none;
    border-radius: 50px; padding: 0.75rem 2rem;
    letter-spacing: 1px; text-transform: uppercase; font-size: 0.8rem;
    transition: all 0.3s; box-shadow: 0 4px 22px rgba(232,93,138,0.35);
    text-decoration: none; display: inline-block; cursor: pointer;
}
.btn-gold:hover {
    background: linear-gradient(135deg, #f97316, #e85d8a);
    transform: translateY(-2px); box-shadow: 0 8px 30px rgba(232,93,138,0.5);
}
.btn-outline-gold {
    background: transparent; color: #e85d8a !important;
    border: 2px solid #e85d8a; border-radius: 50px;
    padding: 0.73rem 2rem; letter-spacing: 1px; text-transform: uppercase;
    font-size: 0.8rem; font-weight: 700; transition: all 0.3s;
    text-decoration: none; display: inline-block;
}
.btn-outline-gold:hover {
    background: rgba(232,93,138,0.08); transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(232,93,138,0.22);
}

/* ---- HERO ---- */
.hero-section {
    min-height: 100vh;
    background: linear-gradient(145deg, #fff5f9 0%, #fffdf4 50%, #f0f8ff 100%);
    position: relative; display: flex; align-items: center;
    overflow: hidden; padding: 5rem 0 4rem;
}
.hero-section::before {
    content: ''; position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 55% 55% at 10% 70%, rgba(232,93,138,0.1) 0%, transparent 65%),
        radial-gradient(ellipse 50% 50% at 90% 15%, rgba(139,92,246,0.1) 0%, transparent 60%),
        radial-gradient(ellipse 35% 40% at 55% 90%, rgba(249,115,22,0.08) 0%, transparent 60%);
    pointer-events: none;
}
.hero-section::after {
    content: ''; position: absolute; inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='1.2' fill='rgba(232,93,138,0.06)'/%3E%3Ccircle cx='10' cy='10' r='0.8' fill='rgba(139,92,246,0.05)'/%3E%3Ccircle cx='70' cy='65' r='0.9' fill='rgba(249,115,22,0.06)'/%3E%3C/svg%3E");
    background-size: 80px 80px; pointer-events: none;
}
.hero-ornament { position: absolute; pointer-events: none; z-index: 1; }
.ho-1 { top: 8%; right: 5%; font-size: 8rem; color: rgba(232,93,138,0.12); animation: floatX 9s ease-in-out infinite; }
.ho-2 { bottom: 8%; left: 4%; font-size: 5rem; color: rgba(139,92,246,0.1); animation: floatX 7s ease-in-out 2s infinite; }
.ho-3 { top: 52%; right: 20%; font-size: 2.8rem; color: rgba(249,115,22,0.12); animation: floatX 6s ease-in-out 4s infinite; }
.ho-4 { top: 20%; left: 8%; font-size: 2rem; color: rgba(16,185,129,0.1); animation: floatX 8s ease-in-out 1s infinite; }
@keyframes floatX {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50%       { transform: translateY(-18px) rotate(8deg); }
}

/* Confetti dots */
.confetti-dot {
    position: absolute; border-radius: 50%; pointer-events: none; z-index: 0;
    animation: floatX 5s ease-in-out infinite;
}
.cd1  { width:12px;height:12px;background:#e85d8a;opacity:.18;top:18%;left:15%;animation-delay:0s; }
.cd2  { width:8px;height:8px;background:#8b5cf6;opacity:.2;top:35%;left:22%;animation-delay:1s; }
.cd3  { width:10px;height:10px;background:#f97316;opacity:.18;bottom:28%;right:14%;animation-delay:2s; }
.cd4  { width:7px;height:7px;background:#10b981;opacity:.22;bottom:40%;left:38%;animation-delay:3s; }
.cd5  { width:9px;height:9px;background:#f59e0b;opacity:.2;top:62%;right:8%;animation-delay:0.5s; }
.cd6  { width:14px;height:14px;background:#e85d8a;opacity:.1;top:80%;left:55%;animation-delay:1.5s; }

.hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(232,93,138,0.12), rgba(249,115,22,0.08));
    border: 1px solid rgba(232,93,138,0.3); color: #d44a7a;
    padding: 0.4rem 1.2rem; border-radius: 50px; font-size: 0.72rem;
    letter-spacing: 3px; text-transform: uppercase; font-weight: 700;
    margin-bottom: 1.5rem;
}
.hero-title {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(2.2rem, 5.5vw, 4.2rem);
    line-height: 1.35; color: #2c1f14; margin-bottom: 1.2rem;
}
.hero-title .ac {
    background: linear-gradient(135deg, #e85d8a, #f97316);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-subtitle {
    font-size: 1.05rem; color: #8a6a5a; max-width: 520px;
    line-height: 1.85; margin-bottom: 2.5rem; font-weight: 400;
}
.hero-divider {
    width: 70px; height: 3px; border-radius: 3px;
    background: linear-gradient(90deg, #e85d8a, #8b5cf6, #f97316);
    margin: 0 0 1.5rem;
}
.hero-stats {
    display: flex; flex-wrap: wrap; gap: 2rem;
    margin-top: 2.5rem; padding-top: 2rem;
    border-top: 1px solid rgba(232,93,138,0.15);
}
.stat-num {
    font-family: 'Roboto', sans-serif; font-size: 1.7rem; display: block; line-height: 1;
    background: linear-gradient(135deg, #e85d8a, #f97316);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.stat-lbl { font-size: 0.7rem; color: #b09080; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 0.3rem; display: block; }

/* Phone mockup */
.phone-wrap { perspective: 1200px; }
.phone-frame {
    width: 255px; height: 520px; margin: 0 auto;
    background: linear-gradient(145deg, #fff0f5, #fff9f0);
    border-radius: 38px; border: 2px solid rgba(232,93,138,0.3);
    position: relative;
    box-shadow: 0 40px 80px rgba(232,93,138,0.15), 0 0 0 10px rgba(232,93,138,0.04);
    transform: rotateY(-20deg) rotateX(5deg) rotateZ(-3deg);
    animation: phoneBob 7s ease-in-out infinite; overflow: hidden;
}
@keyframes phoneBob {
    0%, 100% { transform: rotateY(-20deg) rotateX(5deg) rotateZ(-3deg) translateY(0); }
    50%       { transform: rotateY(-20deg) rotateX(5deg) rotateZ(-3deg) translateY(-14px); }
}
.phone-notch {
    position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
    width: 75px; height: 18px; background: #fff0f5; border-radius: 0 0 12px 12px; z-index: 10;
}
.phone-screen {
    position: absolute; inset: 6px; border-radius: 34px;
    background: linear-gradient(160deg, #fff5f9, #fffbf0);
    display: flex; align-items: center; justify-content: center;
    overflow: hidden; padding: 2.5rem 1.5rem;
}
.phone-content { text-align: center; width: 100%; }
.pt-xs  { font-size: 0.6rem; color: #c09080; letter-spacing: 1.5px; text-transform: uppercase; }
.pt-md  { font-family: 'Roboto', sans-serif; font-size: 0.85rem; color: #e85d8a; margin: 0.4rem 0; }
.pt-lg  { font-family: 'Roboto', sans-serif; font-size: 1.85rem; color: #2c1f14; margin: 0.3rem 0; }
.pt-dt  { font-size: 0.65rem; color: #f97316; letter-spacing: 1px; font-weight: 700; }
.phone-divider { width: 35px; height: 2px; background: linear-gradient(90deg, #e85d8a, #f97316); margin: 0.8rem auto; border-radius: 2px; }
.phone-btn {
    display: inline-block; background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff; border-radius: 20px; font-size: 0.6rem; font-weight: 700;
    padding: 0.4rem 1rem; letter-spacing: 0.5px; margin-top: 1rem;
}
.phone-glow {
    position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%);
    width: 200px; height: 80px;
    background: radial-gradient(ellipse, rgba(232,93,138,0.15), transparent);
    pointer-events: none;
}

/* ---- SECTION COMMONS ---- */
.section { padding: 6rem 0; }
.section-alt { background: #fdf6f0; }
.section-light { background: #f8f4ff; }
.sec-label {
    display: block; font-size: 0.7rem; letter-spacing: 4px; text-transform: uppercase;
    font-weight: 700; margin-bottom: 0.75rem;
    background: linear-gradient(135deg, #e85d8a, #8b5cf6);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sec-title { font-family: 'Roboto', sans-serif; font-size: clamp(1.7rem, 4vw, 2.7rem); color: #2c1f14; line-height: 1.3; margin-bottom: 0; }
.sec-title .ac {
    background: linear-gradient(135deg, #e85d8a, #f97316);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.gold-line { width: 60px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, #e85d8a, #8b5cf6, #f97316); margin: 1.4rem auto; }
.gold-line-l { margin: 1.4rem 0; }
.sec-desc { font-size: 0.95rem; color: #8a6a5a; max-width: 560px; margin: 0 auto; line-height: 1.85; }

/* Reveal animations */
.rv { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.rv.in { opacity: 1; transform: translateY(0); }
.rv-d1 { transition-delay: 0.1s; } .rv-d2 { transition-delay: 0.2s; }
.rv-d3 { transition-delay: 0.3s; } .rv-d4 { transition-delay: 0.4s; }
.rv-d5 { transition-delay: 0.5s; } .rv-d6 { transition-delay: 0.6s; }

/* ---- SERVICE CARDS ---- */
.svc-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06); border-radius: 22px;
    padding: 2.2rem 1.8rem; height: 100%;
    transition: transform 0.4s, box-shadow 0.4s;
    position: relative; overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.svc-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    border-radius: 22px 22px 0 0;
}
.svc-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(0,0,0,0.12); }
/* Card accent colors */
.svc-card.c-rose::before  { background: linear-gradient(90deg, #e85d8a, #f43f7e); }
.svc-card.c-blue::before  { background: linear-gradient(90deg, #3b82f6, #60a5fa); }
.svc-card.c-orange::before{ background: linear-gradient(90deg, #f97316, #fbbf24); }
.svc-card.c-purple::before{ background: linear-gradient(90deg, #8b5cf6, #a78bfa); }
.svc-card.c-gold::before  { background: linear-gradient(90deg, #d4a240, #fbbf24); }
.svc-card.c-teal::before  { background: linear-gradient(90deg, #10b981, #34d399); }

.svc-icon {
    width: 76px; height: 76px; border-radius: 22px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.4rem; font-size: 1.9rem; transition: transform 0.3s;
}
.svc-card:hover .svc-icon { transform: scale(1.12) rotate(-4deg); }
.svc-icon.c-rose   { background: rgba(232,93,138,0.10); color: #e85d8a; }
.svc-icon.c-blue   { background: rgba(59,130,246,0.10); color: #3b82f6; }
.svc-icon.c-orange { background: rgba(249,115,22,0.10); color: #f97316; }
.svc-icon.c-purple { background: rgba(139,92,246,0.10); color: #8b5cf6; }
.svc-icon.c-gold   { background: rgba(212,162,64,0.10); color: #d4a240; }
.svc-icon.c-teal   { background: rgba(16,185,129,0.10); color: #10b981; }

.svc-title { font-family: 'Roboto', sans-serif; font-size: 1.1rem; color: #2c1f14; margin-bottom: 0.85rem; }
.svc-text  { font-size: 0.875rem; color: #9a7a6a; line-height: 1.75; margin-bottom: 1rem; }

.svc-tag         { display: inline-block; font-size: 0.65rem; padding: 0.2rem 0.7rem; border-radius: 50px; margin: 0.15rem; font-weight: 600; }
.svc-tag.c-rose  { background: rgba(232,93,138,0.10); color: #d44a7a; }
.svc-tag.c-blue  { background: rgba(59,130,246,0.10); color: #2563eb; }
.svc-tag.c-orange{ background: rgba(249,115,22,0.10); color: #ea6c0a; }
.svc-tag.c-purple{ background: rgba(139,92,246,0.10); color: #7c3aed; }
.svc-tag.c-gold  { background: rgba(212,162,64,0.10); color: #b58a25; }
.svc-tag.c-teal  { background: rgba(16,185,129,0.10); color: #059669; }

/* ---- FEATURES ---- */
.feat-item { display: flex; gap: 1.2rem; align-items: flex-start; margin-bottom: 1.8rem; }
.feat-icon { min-width: 52px; width: 52px; height: 52px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; flex-shrink: 0; }
.feat-icon.fi1 { background:rgba(232,93,138,.1); color:#e85d8a; }
.feat-icon.fi2 { background:rgba(139,92,246,.1);  color:#8b5cf6; }
.feat-icon.fi3 { background:rgba(249,115, 22,.1); color:#f97316; }
.feat-icon.fi4 { background:rgba( 59,130,246,.1); color:#3b82f6; }
.feat-icon.fi5 { background:rgba( 16,185,129,.1); color:#10b981; }
.feat-icon.fi6 { background:rgba(212,162, 64,.1); color:#d4a240; }
.feat-title { font-size: 0.95rem; font-weight: 700; color: #2c1f14; margin-bottom: 0.25rem; }
.feat-text  { font-size: 0.85rem; color: #9a7a6a; line-height: 1.65; margin: 0; }

/* ---- STEPS ---- */
.step { text-align: center; padding: 1.5rem 1rem; }
.step-num {
    width: 64px; height: 64px; border-radius: 50%;
    font-family: 'Roboto', sans-serif; font-size: 1.4rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.2rem; color: #fff;
}
.step-num.sn1 { background: linear-gradient(135deg, #e85d8a, #f43f7e); box-shadow: 0 6px 22px rgba(232,93,138,0.45); }
.step-num.sn2 { background: linear-gradient(135deg, #8b5cf6, #6d28d9); box-shadow: 0 6px 22px rgba(139,92,246,0.45); }
.step-num.sn3 { background: linear-gradient(135deg, #f97316, #fbbf24); box-shadow: 0 6px 22px rgba(249,115,22,0.45); }
.step-title { font-size: 0.9rem; font-weight: 700; color: #2c1f14; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.5rem; }
.step-text  { font-size: 0.85rem; color: #9a7a6a; line-height: 1.65; }
.step-row::before { content: ''; position: absolute; top: 32px; left: calc(16.66% + 32px); right: calc(16.66% + 32px); height: 2px; background: linear-gradient(90deg, rgba(232,93,138,0.3), rgba(139,92,246,0.3), rgba(249,115,22,0.3)); pointer-events: none; }
.step-row { position: relative; }
@media (max-width: 767px) { .step-row::before { display: none; } }

/* ---- CTA ---- */
.cta-section {
    background: linear-gradient(135deg, #fff0f7 0%, #f5f0ff 50%, #fff8f0 100%);
    border-top: 2px solid transparent;
    border-image: linear-gradient(90deg, #e85d8a, #8b5cf6, #f97316) 1;
    border-bottom: none;
    position: relative; overflow: hidden;
}
.cta-glow {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 700px; max-width: 100%; height: 350px;
    background: radial-gradient(ellipse, rgba(232,93,138,0.07) 0%, rgba(139,92,246,0.05) 40%, transparent 70%);
    pointer-events: none;
}

/* ---- FOOTER ---- */
footer.site-footer { background: #2c1f14; padding: 2.5rem 0 1.5rem; }
.footer-brand-name {
    font-size: 1.5rem;
    background: linear-gradient(135deg, #e85d8a, #f97316);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.footer-tagline { font-size: 0.72rem; color: #6a5545; letter-spacing: 2.5px; text-transform: uppercase; display: block; margin-top: 0.3rem; }
.footer-link { color: #7a6050; text-decoration: none; font-size: 0.82rem; font-weight: 500; transition: color 0.3s; }
.footer-link:hover { color: #e85d8a; }
.footer-hr { border-color: rgba(255,255,255,0.07); margin: 2rem 0 1.2rem; }
.footer-copy { font-size: 0.75rem; color: #5a4535; text-align: center; margin: 0; }
