/*
Theme Name:  Dr. Vet Clínica Veterinária
Theme URI:   https://drvetrondonopolis.com.br
Author:      Dr. Vet
Author URI:  https://drvetrondonopolis.com.br
Description: Tema personalizado da Clínica Veterinária Dr. Vet — Rondonópolis, MT.
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drvet
Tags:        veterinary, custom, responsive
*/

:root {
            --navy: #0a1628;
            --navy-mid: #162241;
            --blue: #1a56db;
            --blue-mid: #1e4ecf;
            --blue-light: #3b82f6;
            --blue-pale: #dbeafe;
            --teal: #06b6d4;
            --green: #10b981;
            --green-pale: #d1fae5;
            --pink: #ec4899;
            --pink-pale: #fce7f3;
            --amber: #f59e0b;
            --slate-50: #f8fafc;
            --slate-100: #f1f5f9;
            --slate-200: #e2e8f0;
            --slate-400: #94a3b8;
            --slate-500: #64748b;
            --slate-600: #475569;
            --slate-800: #1e293b;
            --radius: 16px;
            --radius-lg: 24px;
            --radius-xl: 32px;
            --shadow-card: 0 4px 24px rgba(10,22,40,0.10);
            --shadow-float: 0 20px 60px rgba(10,22,40,0.18);
        }

        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        html { font-size: 16px; scroll-behavior: smooth; }
        body {
            font-family: 'DM Sans', sans-serif;
            background: var(--slate-50);
            color: var(--slate-800);
            -webkit-font-smoothing: antialiased;
            overflow-x: hidden;
        }
        img { display: block; max-width: 100%; }
        a { text-decoration: none; color: inherit; }
        button { cursor: pointer; border: none; background: none; font-family: inherit; }
        ::selection { background: var(--blue); color: white; }
        h1, h2, h3, h4 { font-family: 'Sora', sans-serif; line-height: 1.15; }

        /* ===== ANIMATIONS ===== */
        @keyframes fadeUp   { from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:translateY(0)} }
        @keyframes fadeIn   { from{opacity:0} to{opacity:1} }
        @keyframes float    { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
        @keyframes pulse-ring {
            0%  {transform:scale(0.95);box-shadow:0 0 0 0 rgba(16,185,129,0.5)}
            70% {transform:scale(1);   box-shadow:0 0 0 12px rgba(16,185,129,0)}
            100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(16,185,129,0)}
        }
        @keyframes slideDown { from{opacity:0;transform:translateY(-12px)} to{opacity:1;transform:translateY(0)} }
        @keyframes scaleIn  { from{opacity:0;transform:scale(0.92)} to{opacity:1;transform:scale(1)} }
        @keyframes slideUp  { from{opacity:0;transform:translateY(40px)} to{opacity:1;transform:translateY(0)} }

        .animate-fade-up { animation: fadeUp 0.7s ease both; }
        .animate-fade-in { animation: fadeIn 0.5s ease both; }
        .delay-1{animation-delay:.1s} .delay-2{animation-delay:.2s}
        .delay-3{animation-delay:.3s} .delay-4{animation-delay:.4s}

        .reveal { opacity:0; transform:translateY(32px); transition:opacity .7s ease,transform .7s ease; }
        .reveal.visible { opacity:1; transform:translateY(0); }

        /* ===== HEADER ===== */
        #header {
            position: fixed;
            top:0; left:0; right:0;
            z-index: 100;
            background: rgba(255,255,255,0.96);
            backdrop-filter: blur(16px);
            border-bottom: 1px solid var(--slate-200);
            transition: box-shadow .3s;
        }
        #header.scrolled { box-shadow: 0 4px 24px rgba(10,22,40,0.08); }
        .header-inner {
            max-width: 1200px; margin:0 auto; padding:0 24px;
            height: 72px; display:flex; align-items:center;
            justify-content:space-between; gap:24px;
        }
        .logo { display:flex; align-items:center; gap:10px; cursor:pointer; }
        nav { display:flex; gap:32px; }
        nav a {
            font-size:.9rem; font-weight:500; color:var(--slate-600);
            transition:color .2s; position:relative;
        }
        nav a::after {
            content:''; position:absolute; bottom:-4px; left:0; right:0;
            height:2px; background:var(--blue); transform:scaleX(0);
            transition:transform .2s; border-radius:2px;
        }
        nav a:hover { color:var(--blue); }
        nav a:hover::after { transform:scaleX(1); }
        .btn-header {
            display:flex; align-items:center; gap:8px;
            background:var(--blue); color:white;
            padding:10px 20px; border-radius:50px;
            font-family:'Sora',sans-serif; font-weight:700; font-size:.88rem;
            box-shadow:0 4px 12px rgba(26,86,219,0.3);
            transition:all .2s; white-space:nowrap;
        }
        .btn-header:hover { background:var(--blue-mid); transform:translateY(-2px); }

        #mobile-menu-btn { display:none; color:var(--slate-800); font-size:22px; padding:8px; }
        #mobile-menu {
            display:none; position:absolute; top:72px; left:0; right:0;
            background:white; border-top:1px solid var(--slate-200);
            box-shadow:0 16px 40px rgba(10,22,40,0.12);
            animation:slideDown .25s ease;
        }
        #mobile-menu.open { display:block; }
        .mobile-nav-item {
            display:block; padding:16px 24px; font-weight:500; color:var(--slate-800);
            border-bottom:1px solid var(--slate-100); transition:background .15s;
        }
        .mobile-nav-item:hover { background:var(--slate-50); }
        .mobile-cta {
            display:flex; align-items:center; justify-content:center; gap:10px;
            margin:16px; background:var(--blue); color:white;
            padding:14px; border-radius:12px;
            font-family:'Sora',sans-serif; font-weight:700; font-size:1rem;
        }
        @media(max-width:900px){
            nav{display:none} .btn-header{display:none} #mobile-menu-btn{display:block}
        }

        /* ===== HERO ===== */
        .hero {
            padding: 140px 24px 80px;
            max-width:1200px; margin:0 auto;
            display:grid; grid-template-columns:1fr 1fr;
            gap:60px; align-items:center;
        }
        .hero-badge {
            display:inline-flex; align-items:center; gap:8px;
            padding:6px 14px; background:var(--green-pale);
            border:1px solid rgba(16,185,129,0.25); border-radius:50px;
            font-size:.82rem; font-weight:600; color:#065f46; margin-bottom:24px;
        }
        .badge-dot {
            width:8px; height:8px; border-radius:50%;
            background:var(--green); animation:pulse-ring 2s ease infinite;
        }
        .hero h1 {
            font-size:clamp(2.2rem,4vw,3.4rem); font-weight:800;
            color:var(--navy); line-height:1.12; margin-bottom:20px;
        }
        .hero h1 .highlight { color:var(--blue); position:relative; }
        .hero h1 .highlight::after {
            content:''; position:absolute; bottom:-4px; left:0; right:0;
            height:4px; background:linear-gradient(90deg,var(--blue),var(--teal));
            border-radius:4px; opacity:.4;
        }
        .hero-sub {
            font-size:1.1rem; line-height:1.7; color:var(--slate-600);
            margin-bottom:36px; max-width:500px;
        }
        .hero-ctas { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:36px; }

        .btn-primary {
            display:inline-flex; align-items:center; gap:10px;
            background:linear-gradient(135deg,#16a34a,#10b981); color:white;
            padding:16px 28px; border-radius:14px;
            font-family:'Sora',sans-serif; font-weight:700; font-size:1rem;
            box-shadow:0 6px 20px rgba(16,185,129,0.35); transition:all .25s;
        }
        .btn-primary:hover { transform:translateY(-3px); filter:brightness(1.05); }
        .btn-primary i { font-size:1.25rem; }
        .btn-outline {
            display:inline-flex; align-items:center; gap:8px;
            background:white; color:var(--navy); padding:16px 24px;
            border-radius:14px; font-family:'Sora',sans-serif;
            font-weight:600; font-size:.95rem; border:2px solid var(--slate-200);
            transition:all .2s;
        }
        .btn-outline:hover { border-color:var(--blue-light); color:var(--blue); transform:translateY(-2px); }

        .hero-social-proof { display:flex; align-items:center; gap:12px; }
        .avatars { display:flex; }
        .social-proof-text { font-size:.85rem; color:var(--slate-600); }
        .social-proof-text strong { color:var(--slate-800); }

        .hero-visual { position:relative; }
        .hero-img-bg {
            position:absolute; inset:-12px;
            background:linear-gradient(135deg,var(--blue),var(--teal));
            border-radius:36px; opacity:.12; transform:rotate(2deg);
        }
        .hero-img {
            width:100%; height:480px; object-fit:cover;
            border-radius:var(--radius-xl); border:3px solid white;
            box-shadow:var(--shadow-float); position:relative; z-index:1;
            overflow:hidden;
        }
        .hero-img img { width:100%; height:100%; object-fit:cover; }
        .float-badge {
            position:absolute; background:white; border-radius:var(--radius);
            padding:14px 18px; box-shadow:var(--shadow-float);
            display:flex; align-items:center; gap:12px; z-index:10;
        }
        .float-badge.bottom-left { bottom:-20px; left:-20px; animation:float 4s ease-in-out infinite; }
        .float-badge.top-right   { top:24px; right:-24px; animation:float 4s ease-in-out infinite; animation-delay:1.5s; }
        .badge-icon { width:44px; height:44px; border-radius:12px; display:flex; align-items:center; justify-content:center; font-size:20px; }
        .badge-icon.green { background:var(--green-pale); color:var(--green); }
        .badge-icon.blue  { background:var(--blue-pale);  color:var(--blue); }
        .badge-label { font-size:.7rem; font-weight:600; color:var(--slate-400); text-transform:uppercase; letter-spacing:.05em; }
        .badge-value { font-family:'Sora',sans-serif; font-weight:700; font-size:.95rem; color:var(--navy); }

        @media(max-width:768px){
            .hero { grid-template-columns:1fr; padding:110px 20px 60px; gap:40px; }
            .hero-visual { display:none; }
            .hero h1 { font-size:2rem; }
        }

        /* ===== TRUST BAR ===== */
        .trust-bar { background:var(--navy); padding:20px 24px; }
        .trust-bar-inner {
            max-width:1200px; margin:0 auto;
            display:flex; align-items:center; justify-content:center;
            gap:40px; flex-wrap:wrap;
        }
        .trust-item { display:flex; align-items:center; gap:10px; color:rgba(255,255,255,.85); font-size:.88rem; font-weight:500; }
        .trust-item i { color:var(--teal); font-size:1rem; }
        @media(max-width:600px){ .trust-bar-inner{gap:16px} .trust-item{font-size:.78rem} }

        /* ===== SECTIONS ===== */
        .section { padding:96px 24px; }
        .section-inner { max-width:1200px; margin:0 auto; }
        .section-tag { display:inline-block; font-size:.78rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--blue); margin-bottom:12px; }
        .section-title { font-size:clamp(1.8rem,3vw,2.6rem); font-weight:800; color:var(--navy); line-height:1.2; margin-bottom:16px; }
        .section-sub { font-size:1.05rem; color:var(--slate-600); line-height:1.7; max-width:560px; }

        /* ===== PROBLEM ===== */
        .problem-grid { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
        .problem-card {
            background:#fff7f7; border:1px solid #fee2e2;
            border-radius:var(--radius-lg); padding:28px;
            display:flex; gap:18px; margin-bottom:20px; transition:transform .2s;
        }
        .problem-card:hover { transform:translateX(4px); }
        .problem-card:last-of-type { margin-bottom:0; }
        .problem-icon {
            width:48px; height:48px; min-width:48px; border-radius:12px;
            background:#fee2e2; display:flex; align-items:center; justify-content:center;
            color:#dc2626; font-size:20px;
        }
        .problem-card h4 { font-family:'Sora',sans-serif; font-weight:700; font-size:1.05rem; color:var(--navy); margin-bottom:6px; }
        .problem-card p  { font-size:.92rem; color:var(--slate-600); line-height:1.6; }
        .solution-callout {
            background:linear-gradient(135deg,var(--blue-pale),#e0f2fe);
            border:1px solid rgba(26,86,219,.15); border-left:4px solid var(--blue);
            border-radius:12px; padding:22px 24px; margin-top:20px;
        }
        .solution-callout p { font-style:italic; color:var(--navy); font-size:.95rem; line-height:1.6; font-weight:500; }
        .problem-visual {
            background:linear-gradient(135deg,#1e293b,#0f172a);
            border-radius:var(--radius-xl); padding:40px; text-align:center;
            position:relative; overflow:hidden;
        }
        .problem-visual::before {
            content:''; position:absolute; top:-40px; right:-40px;
            width:200px; height:200px; border-radius:50%;
            background:rgba(26,86,219,.15);
        }
        .clock-display { font-family:'Sora',sans-serif; font-size:5rem; font-weight:800; color:white; letter-spacing:-2px; margin-bottom:12px; }
        .clock-sub { color:rgba(255,255,255,.6); font-size:.95rem; margin-bottom:28px; }
        .clinic-status { display:flex; flex-direction:column; gap:12px; }
        .status-row { display:flex; align-items:center; justify-content:space-between; background:rgba(255,255,255,.07); border-radius:10px; padding:12px 16px; }
        .status-name { color:rgba(255,255,255,.75); font-size:.88rem; font-weight:500; }
        .status-pill { padding:4px 12px; border-radius:50px; font-size:.75rem; font-weight:700; }
        .status-pill.closed { background:rgba(239,68,68,.2); color:#f87171; }
        .status-pill.open   { background:rgba(16,185,129,.2); color:#34d399; }
        @media(max-width:768px){ .problem-grid{grid-template-columns:1fr} .problem-visual{padding:28px} .clock-display{font-size:3.5rem} }

        /* ===== HOURS ===== */
        .hours-section { background:var(--navy); padding:96px 24px; position:relative; overflow:hidden; }
        .hours-section::before { content:''; position:absolute; inset:0; background-image:radial-gradient(rgba(59,130,246,.12) 1px,transparent 1px); background-size:28px 28px; }
        .hours-inner { max-width:1200px; margin:0 auto; position:relative; z-index:1; }
        .hours-header { text-align:center; max-width:600px; margin:0 auto 60px; }
        .hours-header .section-tag { color:var(--teal); }
        .hours-header .section-title { color:white; }
        .hours-header .section-sub { color:rgba(255,255,255,.65); max-width:100%; }
        .hours-grid { display:grid; grid-template-columns:1fr 1fr; gap:28px; }
        .hour-card {
            background:white; border-radius:var(--radius-lg); padding:36px;
            position:relative; overflow:hidden;
            transition:transform .3s,box-shadow .3s; border-top:6px solid transparent;
        }
        .hour-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-float); }
        .hour-card.clinical { border-top-color:var(--blue); }
        .hour-card.grooming  { border-top-color:var(--pink); }
        .card-tag { position:absolute; top:0; right:0; padding:5px 14px; font-size:.72rem; font-weight:700; border-bottom-left-radius:10px; }
        .clinical .card-tag { background:var(--blue); color:white; }
        .grooming  .card-tag { background:var(--pink); color:white; }
        .card-icon { width:60px; height:60px; border-radius:16px; display:flex; align-items:center; justify-content:center; font-size:26px; margin-bottom:20px; }
        .clinical .card-icon { background:var(--blue-pale); color:var(--blue); }
        .grooming  .card-icon { background:var(--pink-pale); color:var(--pink); }
        .hour-card h3 { font-size:1.4rem; font-weight:800; color:var(--navy); margin-bottom:8px; }
        .hour-card .card-desc { font-size:.9rem; color:var(--slate-600); margin-bottom:24px; line-height:1.5; }
        .time-rows { display:flex; flex-direction:column; gap:14px; margin-bottom:28px; }
        .time-row { display:flex; justify-content:space-between; align-items:center; padding:12px 16px; border-radius:10px; background:var(--slate-50); }
        .time-row.disabled { opacity:.55; }
        .time-label { font-size:.88rem; font-weight:600; color:var(--slate-600); }
        .time-value { font-family:'Sora',sans-serif; font-weight:700; font-size:.95rem; }
        .clinical .time-value { color:var(--blue); }
        .grooming  .time-value { color:var(--pink); }
        .time-value.closed-val { color:var(--slate-400); font-size:.82rem; }
        .btn-card { display:flex; align-items:center; justify-content:center; gap:8px; width:100%; padding:14px; border-radius:12px; font-family:'Sora',sans-serif; font-weight:700; font-size:.95rem; transition:all .2s; }
        .clinical .btn-card { background:var(--blue-pale); color:var(--blue); }
        .clinical .btn-card:hover { background:var(--blue); color:white; }
        .grooming  .btn-card { background:var(--pink-pale); color:var(--pink); }
        .grooming  .btn-card:hover { background:var(--pink); color:white; }
        @media(max-width:640px){ .hours-grid{grid-template-columns:1fr} }

        /* ===== SERVICES SECTION ===== */
        .services-section { background:white; padding:96px 24px; }
        .services-inner { max-width:1200px; margin:0 auto; }
        .services-header { text-align:center; max-width:600px; margin:0 auto 56px; }
        .services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
        .service-card {
            border:1px solid var(--slate-200); border-radius:var(--radius-lg);
            padding:32px; background:var(--slate-50);
            transition:all .3s; display:flex; flex-direction:column; gap:16px;
            position:relative; overflow:hidden;
        }
        .service-card::after {
            content:''; position:absolute; bottom:0; left:0; right:0; height:3px;
            background:linear-gradient(90deg,var(--blue),var(--teal));
            transform:scaleX(0); transition:transform .3s; transform-origin:left;
        }
        .service-card:hover { transform:translateY(-4px); box-shadow:var(--shadow-card); border-color:transparent; background:white; }
        .service-card:hover::after { transform:scaleX(1); }
        .svc-icon { width:56px; height:56px; border-radius:16px; background:var(--blue-pale); color:var(--blue); display:flex; align-items:center; justify-content:center; font-size:24px; }
        .svc-icon.green { background:var(--green-pale); color:var(--green); }
        .svc-icon.pink { background:var(--pink-pale); color:var(--pink); }
        .svc-icon.amber { background:#fef3c7; color:#d97706; }
        .svc-icon.teal { background:#ccfbf1; color:#0d9488; }
        .service-card h4 { font-family:'Sora',sans-serif; font-weight:700; font-size:1.05rem; color:var(--navy); }
        .service-card p { font-size:.9rem; color:var(--slate-600); line-height:1.65; flex:1; }
        .svc-link { font-family:'Sora',sans-serif; font-size:.82rem; font-weight:700; color:var(--blue); display:flex; align-items:center; gap:5px; cursor:pointer; background:none; border:none; padding:0; }
        .svc-link:hover { text-decoration:underline; }
        @media(max-width:900px){ .services-grid{grid-template-columns:repeat(2,1fr)} }
        @media(max-width:580px){ .services-grid{grid-template-columns:1fr} }


        .stats-section { background:linear-gradient(135deg,var(--blue),var(--navy-mid)); padding:72px 24px; }
        .stats-inner { max-width:1000px; margin:0 auto; display:grid; grid-template-columns:repeat(4,1fr); gap:32px; text-align:center; }
        .stat-num { font-family:'Sora',sans-serif; font-size:2.8rem; font-weight:800; color:white; line-height:1; margin-bottom:8px; }
        .stat-label { font-size:.85rem; color:rgba(255,255,255,.7); font-weight:500; }
        @media(max-width:700px){ .stats-inner{grid-template-columns:repeat(2,1fr)} }

        /* ===== BENEFITS ===== */
        .benefits-section { background:var(--slate-50); padding:96px 24px; }
        .benefits-inner { max-width:1200px; margin:0 auto; }
        .benefits-header { text-align:center; max-width:600px; margin:0 auto 60px; }
        .benefits-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
        .benefit-card {
            background:white; border:1px solid var(--slate-200);
            border-radius:var(--radius-lg); padding:32px;
            transition:all .3s; position:relative; overflow:hidden;
        }
        .benefit-card::before {
            content:''; position:absolute; top:0; left:0; right:0; height:3px;
            background:linear-gradient(90deg,var(--blue),var(--teal));
            transform:scaleX(0); transition:transform .3s; transform-origin:left;
        }
        .benefit-card:hover { transform:translateY(-4px); box-shadow:var(--shadow-card); border-color:transparent; }
        .benefit-card:hover::before { transform:scaleX(1); }
        .benefit-icon { width:52px; height:52px; border-radius:14px; background:var(--blue-pale); color:var(--blue); display:flex; align-items:center; justify-content:center; font-size:22px; margin-bottom:20px; }
        .benefit-card h4 { font-size:1.05rem; font-weight:700; color:var(--navy); margin-bottom:10px; }
        .benefit-card p  { font-size:.9rem; color:var(--slate-600); line-height:1.65; }
        @media(max-width:900px){ .benefits-grid{grid-template-columns:repeat(2,1fr)} }
        @media(max-width:580px){ .benefits-grid{grid-template-columns:1fr} }

        /* ===== URGENCY STRIP ===== */
        .urgency-strip { background:linear-gradient(135deg,#dc2626,#b91c1c); padding:20px 24px; text-align:center; position:relative; overflow:hidden; }
        .urgency-strip::before { content:''; position:absolute; inset:0; background:repeating-linear-gradient(-45deg,transparent,transparent 20px,rgba(255,255,255,.03) 20px,rgba(255,255,255,.03) 40px); }
        .urgency-strip-inner { position:relative; z-index:1; display:flex; align-items:center; justify-content:center; gap:24px; flex-wrap:wrap; }
        .urgency-strip p { color:white; font-family:'Sora',sans-serif; font-weight:700; font-size:1rem; }
        .urgency-strip p span { opacity:.85; font-weight:400; }
        .urgency-btn { display:inline-flex; align-items:center; gap:8px; background:white; color:#dc2626; padding:10px 22px; border-radius:50px; font-family:'Sora',sans-serif; font-weight:700; font-size:.88rem; transition:all .2s; }
        .urgency-btn:hover { transform:scale(1.04); }

        /* ===== TESTIMONIALS ===== */
        .testimonials-section { background:white; padding:96px 24px; }
        .testimonials-inner { max-width:1200px; margin:0 auto; }
        .testimonials-header { text-align:center; max-width:560px; margin:0 auto 60px; }
        .stars-row { display:flex; gap:4px; margin-bottom:12px; color:var(--amber); }
        .testi-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
        .testi-card { background:var(--slate-50); border:1px solid var(--slate-200); border-radius:var(--radius-lg); padding:28px; transition:all .3s; }
        .testi-card:hover { border-color:var(--blue-light); box-shadow:var(--shadow-card); transform:translateY(-3px); }
        .testi-quote { font-size:.95rem; color:var(--slate-600); line-height:1.7; margin-bottom:20px; position:relative; }
        .testi-quote::before { content:'"'; font-family:'Sora',sans-serif; font-size:3rem; color:var(--blue-pale); line-height:1; display:block; margin-bottom:-8px; }
        .testi-author { display:flex; align-items:center; gap:12px; }
        .testi-avatar { width:44px; height:44px; border-radius:50%; background:linear-gradient(135deg,var(--blue-pale),var(--blue-light)); display:flex; align-items:center; justify-content:center; font-family:'Sora',sans-serif; font-weight:700; color:var(--blue); font-size:1rem; }
        .testi-name { font-weight:700; color:var(--navy); font-size:.9rem; }
        .testi-pet  { font-size:.78rem; color:var(--slate-400); }
        @media(max-width:900px){ .testi-grid{grid-template-columns:repeat(2,1fr)} }
        @media(max-width:580px){ .testi-grid{grid-template-columns:1fr} }

        /* ===== LOCATION ===== */
        .location-section { background:var(--slate-50); padding:96px 24px; }
        .location-inner { max-width:1200px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
        .map-wrap { border-radius:var(--radius-xl); overflow:hidden; border:3px solid white; box-shadow:var(--shadow-float); height:380px; }
        .map-wrap iframe { width:100%; height:100%; border:0; display:block; }
        .contact-info { margin-top:28px; display:flex; flex-direction:column; gap:14px; }
        .contact-row { display:flex; align-items:center; gap:14px; padding:14px 18px; background:white; border:1px solid var(--slate-200); border-radius:12px; }
        .contact-row i { color:var(--blue); font-size:1rem; width:20px; text-align:center; flex-shrink:0; }
        .contact-row span { font-size:.88rem; color:var(--slate-600); line-height:1.4; }
        .contact-row strong { color:var(--navy); }
        @media(max-width:768px){ .location-inner{grid-template-columns:1fr} }

        /* ===== FINAL CTA ===== */
        .final-cta-section { background:var(--navy); padding:96px 24px; text-align:center; position:relative; overflow:hidden; }
        .final-cta-section::before { content:''; position:absolute; top:-100px; left:50%; transform:translateX(-50%); width:600px; height:600px; border-radius:50%; background:radial-gradient(circle,rgba(26,86,219,.15) 0%,transparent 70%); }
        .final-cta-inner { position:relative; z-index:1; max-width:700px; margin:0 auto; }
        .final-cta-inner .section-tag { color:var(--teal); }
        .final-cta-inner h2 { color:white; font-size:clamp(2rem,4vw,3rem); font-weight:800; margin-bottom:20px; }
        .final-cta-inner p { color:rgba(255,255,255,.65); font-size:1.05rem; margin-bottom:40px; line-height:1.7; }
        .final-ctas { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }
        .btn-wa-big { display:inline-flex; align-items:center; gap:12px; background:linear-gradient(135deg,#16a34a,#15803d); color:white; padding:18px 36px; border-radius:16px; font-family:'Sora',sans-serif; font-weight:700; font-size:1.05rem; box-shadow:0 8px 24px rgba(16,185,129,.4); transition:all .25s; }
        .btn-wa-big:hover { transform:translateY(-3px); filter:brightness(1.08); }
        .btn-wa-big i { font-size:1.4rem; }
        .btn-call { display:inline-flex; align-items:center; gap:10px; background:rgba(255,255,255,.1); color:white; padding:18px 32px; border-radius:16px; font-family:'Sora',sans-serif; font-weight:600; font-size:1rem; border:1px solid rgba(255,255,255,.15); transition:all .2s; }
        .btn-call:hover { background:rgba(255,255,255,.18); transform:translateY(-2px); }

        /* ===== FOOTER ===== */
        footer { background:#060e1d; padding:40px 24px; text-align:center; }
        .footer-inner { max-width:1200px; margin:0 auto; }
        footer p { color:rgba(255,255,255,.4); font-size:.82rem; line-height:1.6; }

        /* ===== SCROLL TOP ===== */
        #scroll-top {
            position:fixed; right:16px; bottom:80px;
            width:42px; height:42px; background:var(--blue); color:white;
            border-radius:50%; display:flex; align-items:center; justify-content:center;
            box-shadow:0 4px 12px rgba(26,86,219,.35);
            opacity:0; transform:translateY(12px); transition:all .3s;
            z-index:80; cursor:pointer; border:none;
        }
        #scroll-top.visible { opacity:1; transform:translateY(0); }
        #scroll-top:hover { transform:translateY(-3px); }
        @media(min-width:769px){ #scroll-top{bottom:24px; right:24px;} }

        /* ===== MOBILE STICKY ===== */
        .mobile-sticky {
            display: none;
            position: fixed;
            bottom: 0; left: 0; right: 0;
            z-index: 90;
            padding: 10px 16px 14px; /* extra bottom para safe area */
            background: white;
            border-top: 1px solid var(--slate-200);
            box-shadow: 0 -4px 20px rgba(10,22,40,0.10);
        }
        .mobile-sticky-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: linear-gradient(135deg, #16a34a, #15803d);
            color: white;
            padding: 13px 16px;
            border-radius: 12px;
            font-family: 'Sora', sans-serif;
            font-weight: 700;
            font-size: 0.92rem;
            width: 100%;
            box-shadow: 0 4px 12px rgba(16,185,129,0.3);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .mobile-sticky-btn i { font-size: 1.1rem; flex-shrink: 0; }
        @media(max-width:768px){ .mobile-sticky{display:block} }

        /* ===== MODAL ===== */
        .modal-overlay {
            display: none;
            position: fixed;
            inset: 0;
            z-index: 200;
            background: rgba(6,14,29,0.78);
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
            align-items: center;
            justify-content: center;
            padding: 16px;
        }
        .modal-overlay.open {
            display: flex;
            animation: fadeIn 0.2s ease;
        }
        .modal-box {
            background: white;
            border-radius: 20px;
            padding: 28px 22px 24px;
            max-width: 440px;
            width: 100%;
            box-shadow: 0 24px 80px rgba(10,22,40,0.28);
            animation: scaleIn 0.26s ease;
            position: relative;
            /* garante que não passa da tela */
            max-height: calc(100vh - 32px);
            overflow-y: auto;
        }
        .modal-close {
            position: absolute; top:12px; right:12px;
            width:30px; height:30px; border-radius:50%;
            background:var(--slate-100); color:var(--slate-600);
            display:flex; align-items:center; justify-content:center;
            font-size:13px; transition:all .2s; cursor:pointer; border:none;
        }
        .modal-close:hover { background:var(--slate-200); color:var(--navy); }
        .modal-paw {
            width:48px; height:48px;
            background:linear-gradient(135deg,var(--blue-pale),#bfdbfe);
            border-radius:14px; display:flex; align-items:center; justify-content:center;
            font-size:20px; color:var(--blue); margin-bottom:12px;
        }
        .modal-box h3 { font-size:1.2rem; font-weight:800; color:var(--navy); margin-bottom:5px; }
        .modal-sub { font-size:.85rem; color:var(--slate-600); line-height:1.5; margin-bottom:18px; }
        .modal-options { display:flex; flex-direction:column; gap:9px; margin-bottom:16px; }
        .modal-option {
            display:flex; align-items:center; gap:12px;
            padding:12px 14px; border:2px solid var(--slate-200);
            border-radius:11px; cursor:pointer; transition:all .18s;
            font-weight:600; color:var(--navy); font-size:.88rem;
            text-align:left; background:white; width:100%;
        }
        .modal-option:hover, .modal-option.selected {
            border-color:var(--blue); background:var(--blue-pale); color:var(--blue);
        }
        .modal-option .opt-icon {
            width:32px; height:32px; border-radius:8px;
            background:var(--blue-pale); color:var(--blue);
            display:flex; align-items:center; justify-content:center;
            font-size:14px; flex-shrink:0; transition:all .18s;
        }
        .modal-option:hover .opt-icon,
        .modal-option.selected .opt-icon { background:var(--blue); color:white; }
        .modal-divider { display:flex; align-items:center; gap:10px; margin-bottom:14px; }
        .modal-divider::before, .modal-divider::after { content:''; flex:1; height:1px; background:var(--slate-200); }
        .modal-divider span { font-size:.72rem; color:var(--slate-400); white-space:nowrap; }
        .modal-wa-btn {
            display:flex; align-items:center; justify-content:center; gap:9px;
            width:100%; padding:14px; border-radius:12px;
            background:linear-gradient(135deg,#16a34a,#15803d); color:white;
            font-family:'Sora',sans-serif; font-weight:700; font-size:.95rem;
            box-shadow:0 4px 16px rgba(16,185,129,.35);
            transition:all .22s; border:none; cursor:pointer;
        }
        .modal-wa-btn:hover { filter:brightness(1.08); transform:translateY(-1px); }
        .modal-wa-btn i { font-size:1.1rem; }
        .modal-wa-btn.hidden-btn { display:none; }
        .modal-note { text-align:center; font-size:.72rem; color:var(--slate-400); margin-top:10px; }