/* ===== Saraiva Corretora — Stylesheet ===== */
:root {
  --ink-black: #10121A;
    --navy: #1B1D2F;
      --royal: #232C58;
        --white: #FFFFFF;
          --turquoise: #1EB6C1;
            --turquoise-light: #4DD0DB;
              --aqua: #6CE0B5;
                --gradient-brand: linear-gradient(135deg, #1EB6C1 0%, #6CE0B5 100%);
                  --gradient-brand-strong: linear-gradient(135deg, #4FC3D7 0%, #6CE0B5 100%);
                    --paper: #F8F8FA;
                      --paper-warm: #EDEEF1;
                        --muted: #5C5C66;
                          --line: rgba(27, 29, 47, 0.10);
                            --serif: 'Cormorant Garamond', Georgia, serif;
                              --sans: 'Poppins', system-ui, -apple-system, sans-serif;
                              }
                              * { margin: 0; padding: 0; box-sizing: border-box; }
                              html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
                              body { font-family: var(--sans); background: var(--paper); color: var(--navy); line-height: 1.65; overflow-x: hidden; -webkit-font-smoothing: antialiased; font-weight: 400; font-size: 17px; }
                              ::selection { background: var(--turquoise); color: var(--white); }
                              img { max-width: 100%; height: auto; display: block; }
                              a { color: inherit; }
                              .skip-link { position: absolute; left: -9999px; z-index: 999; padding: 1rem; background: var(--ink-black); color: var(--white); }
                              .skip-link:focus { left: 1rem; top: 1rem; }
                              
                              .topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 101; background: var(--ink-black); color: rgba(255,255,255,0.85); font-size: 0.78rem; letter-spacing: 0.02em; border-bottom: 1px solid rgba(30,182,193,0.15); transition: transform 0.3s ease, opacity 0.3s ease; }
                              .topbar.hide { transform: translateY(-100%); opacity: 0; pointer-events: none; }
                              .topbar-inner { max-width: 1400px; margin: 0 auto; padding: 0.55rem 3rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
                              .topbar-tag { display: inline-flex; align-items: center; gap: 0.5rem; color: rgba(255,255,255,0.55); font-weight: 400; }
                              .topbar-tag svg { color: var(--turquoise); flex-shrink: 0; }
                              .topbar-contact { display: inline-flex; align-items: center; gap: 0.85rem; }
                              .topbar-link { display: inline-flex; align-items: center; gap: 0.4rem; color: rgba(255,255,255,0.85); text-decoration: none; font-weight: 500; transition: color 0.2s ease; }
                              .topbar-link svg { color: var(--turquoise); flex-shrink: 0; }
                              .topbar-link:hover { color: var(--turquoise); }
                              .topbar-divider { color: rgba(255,255,255,0.25); }
                              
                              .nav { position: fixed; top: 36px; left: 0; right: 0; z-index: 100; padding: 0.85rem 3rem; background: rgba(248,248,250,0.96); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; transition: padding 0.3s ease, top 0.3s ease, background 0.3s ease; }
                              .nav.scrolled { padding: 0.55rem 3rem; top: 0; background: rgba(248,248,250,0.98); box-shadow: 0 2px 20px rgba(16,18,26,0.06); }
                              .nav-logo { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
                              .nav-logo img { height: 60px; width: auto; transition: height 0.3s ease; display: block; }
                              .nav.scrolled .nav-logo img { height: 46px; }
                              .nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
                              .nav-links a { color: var(--navy); text-decoration: none; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.3s; padding: 0.5rem 0; position: relative; }
                              .nav-links a::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--gradient-brand); transition: width 0.3s; }
                              .nav-links a:hover { color: var(--turquoise); }
                              .nav-links a:hover::after { width: 100%; }
                              .nav-cta { background: var(--gradient-brand); color: var(--ink-black) !important; padding: 0.85rem 1.8rem; text-decoration: none; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; transition: transform 0.25s ease, box-shadow 0.25s ease; border: 0; border-radius: 999px; display: inline-flex; align-items: center; gap: 0.6rem; box-shadow: 0 6px 18px -6px rgba(30,182,193,0.5); }
                              .nav-cta:hover { transform: translateY(-1px); box-shadow: 0 10px 24px -6px rgba(30,182,193,0.7); color: var(--ink-black) !important; }
                              .menu-toggle { display: none; background: none; border: none; color: var(--navy); cursor: pointer; width: 44px; height: 44px; padding: 0; align-items: center; justify-content: center; }
                              .menu-toggle svg { width: 24px; height: 24px; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; }
                              
                              .hero { min-height: 100vh; background: var(--ink-black); color: var(--white); display: flex; align-items: center; position: relative; overflow: hidden; padding: 11rem 3rem 5rem; background-image: linear-gradient(180deg, rgba(16,18,26,0.55) 0%, rgba(16,18,26,0.78) 60%, rgba(16,18,26,0.92) 100%), url('hero-bg.jpg'); background-size: cover, cover; background-position: center, center bottom; background-repeat: no-repeat, no-repeat; }
                              .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 78% 28%, rgba(30,182,193,0.15) 0%, transparent 45%), radial-gradient(circle at 18% 88%, rgba(108,224,181,0.08) 0%, transparent 55%); pointer-events: none; }
                              .hero::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px); background-size: 80px 80px; pointer-events: none; mask-image: radial-gradient(ellipse at center, black 20%, transparent 85%); -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 85%); }
                              .hero-symbol-bg { position: absolute; right: -3rem; top: 50%; transform: translateY(-50%); width: 60vh; max-width: 600px; opacity: 0.06; pointer-events: none; z-index: 1; }
                              .hero-grid { max-width: 1400px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; position: relative; z-index: 2; }
                              .hero-eyebrow { font-size: 0.78rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--turquoise); margin-bottom: 2rem; display: flex; align-items: center; gap: 1rem; opacity: 0; animation: fadeUp 0.8s 0.2s forwards; font-weight: 500; }
                              .hero-eyebrow::before { content: ''; width: 40px; height: 1px; background: var(--gradient-brand); }
                              .hero h1 { font-family: var(--serif); font-size: clamp(2.6rem, 5.2vw, 4.8rem); line-height: 1.05; font-weight: 500; margin-bottom: 1.75rem; letter-spacing: -0.02em; opacity: 0; animation: fadeUp 0.8s 0.4s forwards; }
                              .hero h1 em { font-style: normal; font-weight: 600; background: var(--gradient-brand-strong); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
                              .hero-text { font-size: 1.1rem; line-height: 1.75; color: rgba(255,255,255,0.78); margin-bottom: 2.75rem; max-width: 500px; opacity: 0; animation: fadeUp 0.8s 0.6s forwards; }
                              .hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.8s 0.8s forwards; }
                              
                              .btn { padding: 1.1rem 2.4rem; font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; font-weight: 500; transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease; cursor: pointer; border: 1px solid transparent; display: inline-flex; align-items: center; gap: 0.75rem; font-family: inherit; min-height: 48px; border-radius: 999px; }
                              .btn-primary { background: var(--gradient-brand); color: var(--ink-black); border: 0; font-weight: 600; box-shadow: 0 10px 24px -8px rgba(30,182,193,0.6); }
                              .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 32px -8px rgba(30,182,193,0.75); color: var(--ink-black); }
                              .btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.35); }
                              .btn-outline:hover { border-color: var(--turquoise); color: var(--turquoise); transform: translateY(-1px); }
                              
                              .hero-visual { position: relative; opacity: 0; animation: fadeIn 1.2s 0.5s forwards; padding-left: 2.5rem; }
                              .hero-visual::before { content: ''; position: absolute; left: 0; top: 1.5rem; bottom: 1.5rem; width: 1px; background: linear-gradient(to bottom, transparent 0%, rgba(30,182,193,0.4) 15%, rgba(108,224,181,0.4) 50%, rgba(30,182,193,0.4) 85%, transparent 100%); }
                              .pillar { position: relative; padding: 1.75rem 0; transition: transform 0.4s ease; }
                              .pillar + .pillar { border-top: 1px solid rgba(255,255,255,0.06); }
                              .pillar::before { content: ''; position: absolute; left: -2.5rem; top: 2.4rem; width: 9px; height: 9px; background: var(--turquoise); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 0 4px var(--ink-black), 0 0 0 5px rgba(30,182,193,0.25); transition: transform 0.4s ease, box-shadow 0.4s ease; }
                              .pillar:hover { transform: translateX(6px); }
                              .pillar:hover::before { transform: translateX(-50%) scale(1.3); box-shadow: 0 0 0 4px var(--ink-black), 0 0 0 7px rgba(30,182,193,0.4); }
                              .pillar-header { display: flex; align-items: baseline; gap: 1.25rem; margin-bottom: 0.6rem; flex-wrap: wrap; }
                              .pillar-num { font-family: var(--sans); font-size: 3.4rem; background: var(--gradient-brand-strong); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700; line-height: 1; letter-spacing: -0.03em; }
                              .pillar-num small { font-size: 1.4rem; margin-left: 0.05em; font-weight: 600; }
                              .pillar-label { font-family: var(--sans); font-style: normal; font-size: 1.15rem; color: var(--white); font-weight: 500; line-height: 1.3; letter-spacing: 0.02em; }
                              .pillar-desc { font-size: 1rem; color: rgba(255,255,255,0.65); line-height: 1.65; max-width: 380px; margin-top: 0.5rem; }
                              
                              section { padding: 8rem 3rem; position: relative; }
                              .container { max-width: 1400px; margin: 0 auto; }
                              .section-eyebrow { font-size: 0.78rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--turquoise); margin-bottom: 1.25rem; display: inline-flex; align-items: center; gap: 0.85rem; font-weight: 500; }
                              .section-eyebrow::before { content: ''; width: 30px; height: 1px; background: var(--gradient-brand); }
                              .section-title { font-family: var(--serif); font-size: clamp(2.1rem, 4.2vw, 3.4rem); line-height: 1.1; font-weight: 500; color: var(--ink-black); letter-spacing: -0.02em; margin-bottom: 1.5rem; }
                              .section-title em { font-style: normal; font-weight: 600; background: var(--gradient-brand-strong); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
                              .section-lead { font-size: 1.1rem; color: var(--muted); max-width: 620px; line-height: 1.75; }
                              
                              .sobre { background: var(--paper); position: relative; overflow: hidden; }
                              .sobre::before { content: ''; position: absolute; right: -8rem; top: 50%; transform: translateY(-50%); width: 38rem; height: 38rem; background-image: url('logo-shield-only.png'); background-repeat: no-repeat; background-size: contain; background-position: center; opacity: 0.08; pointer-events: none; z-index: 0; }
                              .sobre .container { position: relative; z-index: 1; }
                              .sobre-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; align-items: start; }
                              .sobre-tagline { font-family: var(--sans); font-style: normal; font-size: 1.15rem; font-weight: 400; color: var(--royal); line-height: 1.6; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--line); max-width: 440px; }
                              .sobre-body p { font-size: 1.1rem; line-height: 1.85; color: var(--navy); margin-bottom: 1.4rem; }
                              .sobre-body p:first-of-type::first-letter { font-family: var(--sans); font-size: 3.8rem; float: left; line-height: 0.95; margin: 0.3rem 0.6rem 0 0; background: var(--gradient-brand-strong); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700; }
                              
                              .portfolio { background: var(--paper-warm); color: var(--navy); overflow: hidden; position: relative; }
                              .portfolio-header { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; margin-bottom: 4.5rem; }
                              .categorias { display: grid; grid-template-columns: 1fr; gap: 3.5rem; }
                              .categoria { display: grid; grid-template-columns: 280px 1fr; gap: 3rem; padding: 2.75rem 0; border-top: 1px solid rgba(27,29,47,0.12); align-items: start; }
                              .categoria:first-child { border-top: 2px solid rgba(27,29,47,0.2); }
                              .categoria-head { position: sticky; top: 7rem; }
                              .categoria-num { font-family: var(--sans); font-size: 0.78rem; color: var(--turquoise); letter-spacing: 0.22em; font-weight: 600; margin-bottom: 0.85rem; display: block; text-transform: uppercase; }
                              .categoria-title { font-family: var(--serif); font-size: 2.25rem; color: var(--ink-black); font-weight: 500; line-height: 1.1; margin-bottom: 0.85rem; letter-spacing: -0.01em; }
                              .categoria-sub { font-size: 1rem; color: var(--muted); line-height: 1.6; max-width: 240px; }
                              .categoria-items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
                              .item { background: var(--white); padding: 1.85rem 1.85rem 1.85rem 1.65rem; border-left: 3px solid transparent; border-radius: 8px; transition: all 0.35s ease; display: flex; gap: 1.1rem; align-items: flex-start; }
                              .item:hover { border-left-color: var(--turquoise); transform: translateX(3px); box-shadow: 0 8px 24px -8px rgba(16,18,26,0.12); }
                              .item-icon { flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px; background: linear-gradient(135deg, rgba(30,182,193,0.12), rgba(108,224,181,0.12)); display: flex; align-items: center; justify-content: center; color: var(--turquoise); margin-top: 0.15rem; transition: background 0.3s ease, color 0.3s ease; }
                              .item:hover .item-icon { background: var(--gradient-brand); color: var(--ink-black); }
                              .item-icon svg { width: 22px; height: 22px; stroke: currentColor; stroke-width: 1.6; fill: none; stroke-linecap: round; stroke-linejoin: round; }
                              .item-content { flex: 1; min-width: 0; }
                              .item-title { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; color: var(--ink-black); line-height: 1.25; margin-bottom: 0.45rem; letter-spacing: -0.005em; }
                              .item-desc { font-size: 0.95rem; color: var(--muted); line-height: 1.6; }
                              
                              .diferenciais { background: var(--paper); position: relative; }
                              .diferenciais-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3rem; margin-top: 4.5rem; }
                              .dif-item { position: relative; padding-top: 2rem; border-top: 2px solid var(--ink-black); }
                              .dif-num { position: absolute; top: -1rem; left: 0; background: var(--paper); padding-right: 1rem; font-family: var(--sans); font-size: 0.78rem; color: var(--turquoise); letter-spacing: 0.22em; font-weight: 600; text-transform: uppercase; }
                              .dif-title { font-family: var(--serif); font-size: 1.55rem; font-weight: 600; color: var(--ink-black); margin-bottom: 1rem; line-height: 1.2; }
                              .dif-desc { font-size: 1rem; color: var(--muted); line-height: 1.7; }
                              
                              .seguradoras { background: var(--paper-warm); padding: 6rem 3rem; text-align: center; }
                              .seguradoras .section-eyebrow { justify-content: center; }
                              .seguradoras-title { font-family: var(--serif); font-size: 1.6rem; color: var(--navy); font-weight: 500; font-style: normal; margin-bottom: 3rem; }
                              .seguradoras-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 2.5rem 3.5rem; max-width: 1100px; margin: 0 auto; padding: 1rem 0; }
                              .seg-mark { font-family: var(--sans); font-size: 1.05rem; font-weight: 500; letter-spacing: 0.04em; color: rgba(27,29,47,0.45); transition: color 0.3s ease, transform 0.3s ease; text-transform: uppercase; font-feature-settings: "tnum"; cursor: default; }
                              .seg-mark.seg-mark-em { letter-spacing: 0.02em; }
                              .seg-mark:hover { color: var(--turquoise); transform: translateY(-1px); }
                              .seguradoras-foot { text-align: center; margin-top: 3rem; font-size: 0.88rem; color: var(--muted); font-style: normal; letter-spacing: 0.04em; }
                              
                              .contato { background: var(--ink-black); color: var(--white); position: relative; overflow: hidden; }
                              .contato::before { content: ''; position: absolute; left: -10rem; bottom: -10rem; width: 40rem; height: 40rem; background-image: url('logo-shield-only.png'); background-repeat: no-repeat; background-size: contain; background-position: center; opacity: 0.10; pointer-events: none; }
                              .contato .container { position: relative; z-index: 1; }
                              .contato .section-title { color: var(--white); }
                              .contato-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; margin-top: 4rem; }
                              .contato-info p { color: rgba(255,255,255,0.78); line-height: 1.75; margin-bottom: 2.5rem; max-width: 440px; font-size: 1.05rem; }
                              .info-block { border-top: 1px solid rgba(30,182,193,0.18); padding: 1.5rem 0; }
                              .info-label { font-size: 0.75rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--turquoise); margin-bottom: 0.5rem; font-weight: 500; }
                              .info-value { font-family: var(--serif); font-size: 1.4rem; color: var(--white); font-weight: 500; }
                              .info-value a { color: inherit; text-decoration: none; transition: color 0.3s; word-break: break-word; }
                              .info-value a:hover { color: var(--turquoise); }
                              .form { background: rgba(255,255,255,0.035); border: 1px solid rgba(30,182,193,0.22); border-radius: 16px; padding: 3rem; }
                              .form-title { font-family: var(--serif); font-size: 2rem; font-weight: 500; color: var(--white); margin-bottom: 0.5rem; }
                              .form-subtitle { font-size: 0.95rem; color: rgba(255,255,255,0.65); margin-bottom: 2.25rem; line-height: 1.55; }
                              .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
                              .form-group { margin-bottom: 1rem; }
                              .form-group label { display: block; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--turquoise); margin-bottom: 0.5rem; font-weight: 500; }
                              .form-group input, .form-group select, .form-group textarea { width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,0.22); padding: 0.85rem 0; color: var(--white); font-family: inherit; font-size: 1rem; transition: border-color 0.3s; -webkit-appearance: none; appearance: none; border-radius: 0; }
                              .form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-bottom-color: var(--turquoise); }
                              .form-group select option { background: var(--ink-black); color: var(--white); }
                              .form-group textarea { resize: vertical; min-height: 90px; font-family: inherit; }
                              .form button { width: 100%; margin-top: 1.75rem; background: var(--gradient-brand); color: var(--ink-black); border: 0; border-radius: 999px; padding: 1.2rem; font-size: 0.9rem; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 600; cursor: pointer; transition: transform 0.25s ease, box-shadow 0.25s ease; font-family: inherit; min-height: 52px; box-shadow: 0 10px 28px -8px rgba(30,182,193,0.55); }
                              .form button:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 14px 36px -8px rgba(30,182,193,0.7); }
                              .form button:disabled { opacity: 0.7; cursor: wait; }
                              .form button .btn-loading { display: inline-flex; align-items: center; gap: 0.5rem; }
                              
                              .form-success { text-align: center; padding: 2rem 1rem; animation: fadeUp 0.6s ease; }
                              .form-success-icon { width: 72px; height: 72px; border-radius: 50%; background: var(--gradient-brand); color: var(--ink-black); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; box-shadow: 0 12px 32px -8px rgba(30,182,193,0.5); }
                              .form-success-title { font-family: var(--serif); font-size: 1.85rem; color: var(--white); font-weight: 500; margin-bottom: 1rem; }
                              .form-success-text { font-size: 1rem; color: rgba(255,255,255,0.78); line-height: 1.7; max-width: 380px; margin: 0 auto 1.25rem; }
                              .form-success-text strong { color: var(--turquoise); font-weight: 600; }
                              .form-success-cta { font-size: 0.9rem; color: rgba(255,255,255,0.6); padding-top: 1.25rem; border-top: 1px solid rgba(30,182,193,0.18); }
                              .form-success-cta a { color: var(--turquoise); text-decoration: none; }
                              .form-success-cta a:hover { color: var(--turquoise-light); }
                              
                              .form-error { background: rgba(220,53,69,0.08); border: 1px solid rgba(220,53,69,0.25); border-radius: 8px; padding: 1rem 1.25rem; margin-bottom: 1rem; color: #ffb3b9; font-size: 0.92rem; line-height: 1.55; }
                              .form-error a { color: var(--turquoise); }
                              
                              footer { background: #07080F; color: rgba(255,255,255,0.55); padding: 5rem 3rem 2rem; border-top: 1px solid rgba(30,182,193,0.15); }
                              .footer-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
                              .footer-brand img.footer-logo { height: 70px; width: auto; margin-bottom: 1.5rem; display: block; }
                              .footer-brand p { font-size: 0.95rem; line-height: 1.7; max-width: 360px; color: rgba(255,255,255,0.6); }
                              .footer-col h4 { font-family: var(--serif); color: var(--turquoise); font-size: 1.05rem; font-weight: 600; margin-bottom: 1.25rem; letter-spacing: 0.04em; }
                              .footer-col ul { list-style: none; }
                              .footer-col li { margin-bottom: 0.7rem; }
                              .footer-col a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.92rem; transition: color 0.3s; line-height: 1.5; }
                              .footer-col a:hover { color: var(--turquoise); }
                              .footer-bottom { max-width: 1400px; margin: 2rem auto 0; display: flex; justify-content: space-between; align-items: center; font-size: 0.82rem; flex-wrap: wrap; gap: 1rem; }
                              .footer-bottom .susep { color: rgba(255,255,255,0.4); letter-spacing: 0.05em; }
                              
                              .whatsapp-float { position: fixed; bottom: 1.5rem; right: 1.5rem; background: #25d366; color: white; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 8px 24px rgba(37,211,102,0.4); z-index: 99; transition: transform 0.3s; animation: pulse 2.5s infinite; }
                              .whatsapp-float:hover { transform: scale(1.1); }
                              .whatsapp-float svg { width: 32px; height: 32px; }
                              @keyframes pulse { 0%, 100% { box-shadow: 0 8px 24px rgba(37,211,102,0.4); } 50% { box-shadow: 0 8px 24px rgba(37,211,102,0.6), 0 0 0 14px rgba(37,211,102,0.08); } }
                              
                              @keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
                              @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
                              .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s ease, transform 0.9s ease; }
                              .reveal.visible { opacity: 1; transform: translateY(0); }
                              @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } .reveal { opacity: 1; transform: none; } }
                              
                              .mobile-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--ink-black); z-index: 200; padding: 5rem 2rem 2rem; overflow-y: auto; }
                              .mobile-menu.open { display: flex; flex-direction: column; }
                              .mobile-menu-close { position: absolute; top: 1.25rem; right: 1.25rem; width: 44px; height: 44px; background: none; border: none; color: var(--white); cursor: pointer; display: flex; align-items: center; justify-content: center; }
                              .mobile-menu-close svg { width: 28px; height: 28px; stroke: currentColor; stroke-width: 2; fill: none; }
                              .mobile-menu-logo { margin-bottom: 2.5rem; }
                              .mobile-menu-logo img { height: 50px; width: auto; }
                              .mobile-menu ul { list-style: none; flex: 1; }
                              .mobile-menu ul li { margin-bottom: 1.5rem; }
                              .mobile-menu ul a { color: var(--white); text-decoration: none; font-size: 1.4rem; font-family: var(--serif); font-weight: 500; }
                              .mobile-menu ul a:hover { color: var(--turquoise); }
                              .mobile-menu .nav-cta { align-self: flex-start; }
                              
                              @media (max-width: 1024px) {
                              .topbar-inner { padding: 0.5rem 1.5rem; gap: 1rem; }
                              .topbar-link--email { display: none; }
                              .nav { padding: 0.75rem 1.5rem; }
                              .nav.scrolled { padding: 0.5rem 1.5rem; }
                              .nav-links { display: none; }
                              .nav-cta { display: none; }
                              .menu-toggle { display: inline-flex; }
                              .hero { padding: 8rem 1.5rem 4rem; min-height: auto; }
                              .hero-grid { grid-template-columns: 1fr; gap: 3rem; }
                              .hero-visual { padding-left: 2rem; }
                              .hero-symbol-bg { width: 40vh; opacity: 0.04; right: -4rem; }
                              section { padding: 5rem 1.5rem; }
                              .sobre-grid { grid-template-columns: 1fr; gap: 2.5rem; }
                              .portfolio-header { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 3rem; }
                              .categoria { grid-template-columns: 1fr; gap: 1.5rem; padding: 2rem 0; }
                              .categoria-head { position: static; }
                              .categoria-items { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
                              .diferenciais-grid { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 2rem; margin-top: 3rem; }
                              .seguradoras { padding: 4rem 1.5rem; }
                              .contato-grid { grid-template-columns: 1fr; gap: 3rem; }
                              .form { padding: 2rem; }
                              footer { padding: 4rem 1.5rem 1.5rem; }
                              .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; padding-bottom: 2.5rem; }
                              }
                              @media (max-width: 768px) {
                              body { font-size: 16px; }
                              .topbar { font-size: 0.72rem; }
                              .topbar-inner { padding: 0.45rem 1rem; }
                              .topbar-contact { display: none; }
                              .nav { top: 30px; padding: 0.7rem 1rem; }
                              .nav.scrolled { padding: 0.45rem 1rem; top: 0; }
                              .nav-logo img { height: 44px; }
                              .nav.scrolled .nav-logo img { height: 38px; }
                              .hero { padding: 6.5rem 1.25rem 3.5rem; }
                              .hero h1 { font-size: clamp(2rem, 8vw, 2.8rem); margin-bottom: 1.25rem; }
                              .hero-text { font-size: 1rem; margin-bottom: 2rem; }
                              .hero-actions { gap: 0.75rem; }
                              .hero-actions .btn { width: 100%; justify-content: center; }
                              .hero-visual { padding-left: 1.75rem; }
                              .hero-visual::before { left: 0; }
                              .pillar { padding: 1.25rem 0; }
                              .pillar-num { font-size: 2.6rem; }
                              .pillar-label { font-size: 1.05rem; }
                              .pillar-desc { font-size: 0.95rem; }
                              section { padding: 4rem 1.25rem; }
                              .section-title { font-size: clamp(1.75rem, 6vw, 2.4rem); margin-bottom: 1.25rem; }
                              .categoria-items { grid-template-columns: 1fr; }
                              .categoria-title { font-size: 1.85rem; }
                              .item { padding: 1.35rem; }
                              .item-title { font-size: 1.15rem; }
                              .item-desc { font-size: 0.92rem; }
                              .diferenciais-grid { grid-template-columns: 1fr; gap: 2rem; }
                              .dif-title { font-size: 1.35rem; }
                              .seguradoras { padding: 3.5rem 1.25rem; }
                              .seguradoras-title { font-size: 1.35rem; margin-bottom: 2rem; }
                              .seguradoras-grid { gap: 1.5rem 2rem; }
                              .seg-mark { font-size: 0.95rem; }
                              .form { padding: 1.75rem 1.25rem; }
                              .form-title { font-size: 1.65rem; }
                              .form-row { grid-template-columns: 1fr; gap: 0; }
                              .info-value { font-size: 1.2rem; }
                              .info-block { padding: 1.2rem 0; }
                              .footer-grid { grid-template-columns: 1fr; gap: 2rem; padding-bottom: 2rem; }
                              .footer-brand img.footer-logo { height: 56px; }
                              .footer-bottom { flex-direction: column; align-items: flex-start; text-align: left; font-size: 0.78rem; gap: 0.5rem; }
                              .whatsapp-float { width: 54px; height: 54px; bottom: 1rem; right: 1rem; }
                              .whatsapp-float svg { width: 28px; height: 28px; }
                              }
                              @media (max-width: 480px) {
                              .topbar { font-size: 0.68rem; }
                              .topbar-inner { padding: 0.4rem 0.85rem; }
                              .nav { padding: 0.55rem 0.85rem; }
                              .nav.scrolled { padding: 0.4rem 0.85rem; }
                              .nav-logo img { height: 38px; }
                              .nav.scrolled .nav-logo img { height: 34px; }
                              .hero { padding: 5.5rem 1rem 3rem; }
                              .hero h1 { font-size: clamp(1.8rem, 7.5vw, 2.4rem); }
                              .hero-text { font-size: 0.95rem; }
                              .btn { padding: 0.95rem 1.6rem; font-size: 0.78rem; min-height: 44px; }
                              .pillar-num { font-size: 2.2rem; }
                              section { padding: 3rem 1rem; }
                              .section-title { font-size: clamp(1.55rem, 7vw, 2.1rem); }
                              .categoria-title { font-size: 1.6rem; }
                              .dif-title { font-size: 1.25rem; }
                              .form { padding: 1.5rem 1rem; }
                              .form-title { font-size: 1.45rem; }
                              footer { padding: 3rem 1rem 1.5rem; }
                              .footer-bottom { font-size: 0.72rem; }
                              }
                              