*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{--navy:#1a2744;--gold:#c9a84c;--gold-light:#e8c97a;--cream:#faf7f2;--white:#fff;--gray:#6b7280;--lg:#f3f0eb;--green:#2d6a4f;}
html{scroll-behavior:smooth;}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
body{font-family:'Lato',sans-serif;background:var(--cream);color:var(--navy);overflow-x:hidden;}
header{background:var(--navy);position:relative;overflow:hidden;}
.hp{position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(201,168,76,.12) 0%,transparent 60%),radial-gradient(circle at 80% 20%,rgba(201,168,76,.08) 0%,transparent 50%);pointer-events:none;}
.hb{position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,var(--gold),transparent);}
nav{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;border-bottom:1px solid rgba(201,168,76,.2);}
.logo{font-family:'Playfair Display',serif;color:#fff;font-size:1.4rem;font-weight:700;}
.logo span{color:var(--gold);}
.nav-links a{color:rgba(255,255,255,.75);text-decoration:none;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;transition:color .2s;margin-left:2rem;}
.nav-links a:hover{color:var(--gold);}
.hero{text-align:center;padding:3rem 2rem 5rem;position:relative;z-index:1;}
.hero-logo-wrap{display:flex;justify-content:center;align-items:center;margin-bottom:2rem;}
.hero-logo-img{width:min(50vw,420px);height:auto;max-height:50vh;object-fit:contain;filter:drop-shadow(0 8px 32px rgba(0,0,0,.45));}
.badge{display:inline-block;border:1px solid var(--gold);color:var(--gold);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;padding:.35rem 1rem;border-radius:2px;margin-bottom:1.5rem;font-weight:700;}
.hero h1{font-family:'Playfair Display',serif;color:#fff;font-size:clamp(2.4rem,5vw,4rem);line-height:1.15;font-weight:700;margin-bottom:1.25rem;}
.hero h1 em{color:var(--gold);font-style:normal;}
.hero p{color:rgba(255,255,255,.65);font-size:1.05rem;max-width:520px;margin:0 auto 2.5rem;line-height:1.7;font-weight:300;}
.hero-cta{display:inline-flex;gap:1rem;flex-wrap:wrap;justify-content:center;}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;max-width:1100px;margin:0 auto;align-items:center;}
.hero-text{display:flex;flex-direction:column;align-items:center;text-align:center;}
.hero-map{display:flex;justify-content:center;align-items:center;}
.hero-map img{width:100%;max-width:560px;height:auto;display:block;filter:drop-shadow(0 8px 24px rgba(0,0,0,.35));}
.btn{display:inline-block;padding:.85rem 2rem;border-radius:3px;font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:all .25s;cursor:pointer;border:none;font-family:'Lato',sans-serif;}
.btn-gold{background:var(--gold);color:var(--navy);}
.btn-gold:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 24px rgba(201,168,76,.35);}
.btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4);}
.btn-outline:hover{border-color:var(--gold);color:var(--gold);}
.btn-navy{background:var(--navy);color:#fff;}
.btn-navy:hover{background:#253660;}
.trust-bar{background:var(--gold);padding:.9rem 2rem;display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;}
.ti{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--navy);}
.ti svg{width:16px;height:16px;flex-shrink:0;}
section{padding:5rem 2rem;}
.sl{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;}
.st{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;color:var(--navy);margin-bottom:1rem;line-height:1.2;}
.ss{color:var(--gray);font-size:1rem;line-height:1.7;max-width:560px;font-weight:300;}
.container{max-width:1100px;margin:0 auto;}
.tc{text-align:center;}.tc .ss{margin:0 auto;}
.mob-banner{background:var(--navy);padding:3rem 2rem;border-bottom:4px solid var(--gold);}
.mob-inner{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;}
.mob-inner img{width:100%;display:block;border-radius:10px;border:3px solid var(--gold);}
#about{background:#fff;}
.ag{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;}
.af{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;}
.fi{display:flex;align-items:flex-start;gap:1rem;}
.fic{width:36px;height:36px;background:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.fic svg{width:16px;height:16px;color:var(--gold);}
.ft strong{display:block;font-size:.9rem;font-weight:700;color:var(--navy);margin-bottom:.2rem;}
.ft span{font-size:.85rem;color:var(--gray);line-height:1.5;}
.ac{background:var(--navy);border-radius:8px;padding:3rem;position:relative;overflow:hidden;}
.ac::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),transparent);}
.sg{display:grid;grid-template-columns:1fr 1fr;gap:2rem;position:relative;z-index:1;}
.si{text-align:center;padding:1.5rem 1rem;background:rgba(255,255,255,.05);border-radius:6px;border:1px solid rgba(201,168,76,.15);}
.sn{font-family:'Playfair Display',serif;font-size:2.2rem;color:var(--gold);font-weight:700;display:block;line-height:1;margin-bottom:.4rem;}
.sl2{font-size:.75rem;color:rgba(255,255,255,.6);letter-spacing:.08em;text-transform:uppercase;font-weight:700;}
#documents{background:var(--cream);}
.dg{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:3rem;}
.dc{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 16px rgba(26,39,68,.07);}
.dch{background:var(--navy);padding:1.25rem 1.75rem;display:flex;align-items:center;gap:.75rem;}
.dch svg{width:20px;height:20px;color:var(--gold);flex-shrink:0;}
.dch h3{font-family:'Playfair Display',serif;color:#fff;font-size:1.1rem;font-weight:600;}
.dl{padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:.5rem;}
.di{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:var(--navy);line-height:1.4;}
.di::before{content:'';width:6px;height:6px;background:var(--gold);border-radius:50%;flex-shrink:0;margin-top:.35rem;}
.exc{background:var(--navy);border-radius:8px;padding:2rem 1.75rem;margin-top:1.5rem;}
.exc h3{font-family:'Playfair Display',serif;color:var(--gold);font-size:1.1rem;margin-bottom:1rem;}
.exg{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;}
.exi{background:rgba(255,255,255,.05);border:1px solid rgba(201,168,76,.15);border-radius:6px;padding:.85rem 1rem;}
.exi strong{display:block;font-size:.78rem;color:var(--gold);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.3rem;}
.exi p{font-size:.82rem;color:rgba(255,255,255,.7);line-height:1.5;}
.ky-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.75rem 1.25rem;background:rgba(201,168,76,.1);border:1px solid var(--gold);border-radius:6px;color:var(--gold);text-decoration:none;font-size:.85rem;font-weight:700;transition:all .2s;}
.ky-link:hover{background:rgba(201,168,76,.2);}
#agents{background:#fff;}
.agents-hdr{text-align:center;margin-bottom:3.5rem;}
.agents-hdr .ss{margin:0 auto;}
.agents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;}
.ap{background:var(--cream);border-radius:10px;overflow:hidden;box-shadow:0 2px 20px rgba(26,39,68,.08);}
.aph{background:var(--navy);padding:2.5rem 2rem 2rem;text-align:center;position:relative;overflow:hidden;}
.aph::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(201,168,76,.12),transparent 70%);}
.aph::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--gold),transparent);}
.ava{width:90px;height:90px;background:rgba(201,168,76,.15);border:3px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-family:'Playfair Display',serif;color:var(--gold);font-size:2.2rem;font-weight:700;position:relative;z-index:1;overflow:hidden;}
.ava img{width:100%;height:100%;object-fit:cover;border-radius:50%;}
.apn{font-family:'Playfair Display',serif;color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.3rem;position:relative;z-index:1;}
.apt{color:var(--gold);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;font-weight:700;position:relative;z-index:1;}
.apb{padding:2rem;}
.abio{color:var(--gray);font-size:.92rem;line-height:1.75;font-weight:300;margin-bottom:1.5rem;}
.aci{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem;padding:1.25rem;background:#fff;border-radius:6px;border-left:3px solid var(--gold);}
.acr{display:flex;align-items:center;gap:.6rem;font-size:.88rem;}
.acr svg{width:15px;height:15px;color:var(--gold);flex-shrink:0;}
.acr a{color:var(--navy);text-decoration:none;font-weight:700;}
.acr a:hover{color:var(--gold);}
.tog{width:100%;background:var(--navy);color:#fff;border:none;border-radius:4px;padding:.75rem 1.25rem;font-family:'Lato',sans-serif;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s;margin-bottom:.75rem;}
.tog:hover{background:#253660;}
.tog.green{background:var(--green);}
.tog.green:hover{background:#235a42;}
.tog svg.ch{width:15px;height:15px;transition:transform .3s;flex-shrink:0;}
.tog.open svg.ch{transform:rotate(180deg);}
.wrap{max-height:0;overflow:hidden;transition:max-height .5s ease;}
.wrap.open{max-height:3000px;}
.fee-sec{margin-bottom:1rem;}
.fee-hd{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;padding-bottom:.35rem;border-bottom:1px solid var(--lg);}
.fee-row{display:flex;justify-content:space-between;align-items:baseline;padding:.4rem 0;border-bottom:1px solid var(--lg);gap:.5rem;font-size:.85rem;color:var(--navy);}
.fee-row:last-child{border-bottom:none;}
.fp{color:var(--gold);font-weight:700;white-space:nowrap;font-family:'Playfair Display',serif;font-size:.9rem;}
.pol-note{background:rgba(201,168,76,.08);border:1px solid rgba(201,168,76,.2);border-radius:6px;padding:1rem;margin-top:.5rem;font-size:.78rem;color:var(--gray);line-height:1.6;}
.mform{display:flex;flex-direction:column;gap:.85rem;padding-top:1rem;}
.mform label.fl{display:block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray);margin-bottom:.3rem;}
.mform input,.mform textarea,.mform select{width:100%;background:#fff;border:1px solid #ddd;border-radius:4px;padding:.7rem .9rem;color:var(--navy);font-family:'Lato',sans-serif;font-size:.88rem;outline:none;transition:border-color .2s;}
.mform input:focus,.mform textarea:focus,.mform select:focus{border-color:var(--gold);}
.mform textarea{height:80px;resize:vertical;}

/* ===== BOOKING MODAL ===== */
.overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:9999;align-items:center;justify-content:center;padding:1rem;pointer-events:none;}
.overlay.active{display:flex;}
.modal{background:#fff;border-radius:12px;width:100%;max-width:680px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3);pointer-events:all;}
.mhdr{background:var(--navy);padding:1.5rem 2rem;border-radius:12px 12px 0 0;position:sticky;top:0;z-index:10;}
.mhdr h2{font-family:'Playfair Display',serif;color:#fff;font-size:1.3rem;margin-bottom:.2rem;}
.mhdr p{color:rgba(255,255,255,.6);font-size:.82rem;}
.mclose{position:absolute;top:1rem;right:1rem;background:none;border:none;color:rgba(255,255,255,.7);cursor:pointer;font-size:1.5rem;line-height:1;padding:.25rem;}
.mclose:hover{color:#fff;}
.mbody{padding:2rem;}
.step{display:none;}
.step.active{display:block;}
.step-title{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--lg);}
.step-title span{color:var(--gold);}
.prog{display:flex;gap:.4rem;margin-bottom:1.5rem;}
.pd{height:4px;flex:1;border-radius:2px;background:var(--lg);transition:background .3s;}
.pd.done{background:var(--gold);}
.bg{margin-bottom:1.1rem;}
.bl{display:block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray);margin-bottom:.4rem;}
.bi,.bsel,.bta{width:100%;background:var(--cream);border:1px solid #ddd;border-radius:4px;padding:.75rem 1rem;color:var(--navy);font-family:'Lato',sans-serif;font-size:.9rem;outline:none;transition:border-color .2s;}
.bi:focus,.bsel:focus,.bta:focus{border-color:var(--gold);}
.bta{height:100px;resize:vertical;}
.bsel option{background:#fff;}
.snav{display:flex;gap:1rem;margin-top:1.5rem;}
.snav .btn{flex:1;text-align:center;}
/* Radio option rows */
.ro{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border:1px solid #ddd;border-radius:6px;cursor:pointer;transition:all .2s;margin-bottom:.5rem;background:#fff;}
.ro:hover,.ro.sel{border-color:var(--gold);background:rgba(201,168,76,.08);}
.ro-dot{width:16px;height:16px;border:2px solid #ddd;border-radius:50%;flex-shrink:0;transition:all .2s;}
.ro.sel .ro-dot{border-color:var(--gold);background:var(--gold);}
.ro-label{font-size:.9rem;font-weight:700;color:var(--navy);}
.ro-sub{font-size:.78rem;color:var(--gray);display:block;}
.ro-price{margin-left:auto;color:var(--gold);font-weight:700;font-family:'Playfair Display',serif;white-space:nowrap;}
/* Checkbox option rows */
.co{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;border:1px solid #ddd;border-radius:6px;cursor:pointer;transition:all .2s;margin-bottom:.6rem;background:#fff;}
.co:hover,.co.sel{border-color:var(--gold);background:rgba(201,168,76,.08);}
.co input[type=checkbox]{width:16px;height:16px;accent-color:var(--gold);flex-shrink:0;margin-top:2px;cursor:pointer;}
.co-label{font-size:.9rem;font-weight:700;color:var(--navy);}
.co-sub{font-size:.78rem;color:var(--gray);display:block;}
.co-price{margin-left:auto;color:var(--gold);font-weight:700;font-family:'Playfair Display',serif;white-space:nowrap;}
/* Signer grid */
.signer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;}
.signer-btn{padding:.75rem .5rem;border:2px solid #ddd;border-radius:6px;cursor:pointer;text-align:center;transition:all .2s;background:#fff;}
.signer-btn:hover,.signer-btn.sel{border-color:var(--gold);background:rgba(201,168,76,.1);}
.signer-num{font-family:'Playfair Display',serif;font-size:1.4rem;color:var(--navy);font-weight:700;display:block;}
.signer-lbl{font-size:.72rem;color:var(--gray);display:block;margin-top:.15rem;}
.signer-fee{font-size:.75rem;color:var(--gold);font-weight:700;display:block;}
/* Alert */
.ah-alert{background:rgba(255,165,0,.1);border:1px solid orange;border-radius:6px;padding:.75rem 1rem;font-size:.85rem;color:#7a4500;margin-bottom:1rem;}
.ah-alert strong{display:block;margin-bottom:.2rem;}
/* Invoice */
.invoice{background:#fff;border:2px solid var(--navy);border-radius:8px;padding:1.5rem;margin-bottom:1.25rem;}
.inv-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid var(--lg);}
.inv-logo{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:700;color:var(--navy);}
.inv-logo span{color:var(--gold);}
.inv-title{font-size:.75rem;color:var(--gray);text-align:right;}
.inv-row{display:flex;justify-content:space-between;padding:.4rem 0;border-bottom:1px solid var(--lg);font-size:.88rem;color:var(--navy);}
.inv-row:last-child{border-bottom:none;}
.inv-total{display:flex;justify-content:space-between;padding:.75rem 0 0;font-size:1rem;font-weight:700;color:var(--navy);margin-top:.5rem;border-top:2px solid var(--navy);}
.inv-total span:last-child{color:var(--gold);font-family:'Playfair Display',serif;font-size:1.2rem;}
/* Policy box */
.polbox{background:var(--cream);border:1px solid #ddd;border-radius:6px;padding:1.25rem;max-height:220px;overflow-y:auto;font-size:.82rem;color:var(--gray);line-height:1.7;margin-bottom:1rem;}
.polbox h4{color:var(--navy);font-size:.85rem;font-weight:700;margin:.75rem 0 .25rem;}
.polbox h4:first-child{margin-top:0;}
.agrchk{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;border:2px solid var(--gold);border-radius:6px;background:rgba(201,168,76,.06);}
.agrchk input{width:18px;height:18px;accent-color:var(--gold);flex-shrink:0;margin-top:1px;cursor:pointer;}
.agrchk label{font-size:.88rem;font-weight:700;color:var(--navy);cursor:pointer;line-height:1.5;}
/* Payment */
#card-element{background:var(--cream);border:1px solid #ddd;border-radius:4px;padding:.85rem 1rem;margin-top:.4rem;}
#card-errors{color:#e53e3e;font-size:.82rem;margin-top:.5rem;}
.pay-note{font-size:.78rem;color:var(--gray);text-align:center;margin-top:.75rem;}
.promo-wrap{margin-top:.75rem;}
.promo-toggle{background:none;border:none;color:var(--gray);font-size:.8rem;cursor:pointer;text-decoration:underline;padding:0;font-family:'Lato',sans-serif;}
.promo-field{display:none;margin-top:.5rem;}
.promo-field input{width:100%;background:var(--cream);border:1px solid #ddd;border-radius:4px;padding:.65rem .9rem;color:var(--navy);font-family:'Lato',sans-serif;font-size:.88rem;outline:none;}
.promo-field input:focus{border-color:var(--gold);}
.promo-msg{font-size:.8rem;margin-top:.35rem;min-height:1rem;}
/* Calendly */
.calendly-inline-widget{min-width:280px;height:630px;border-radius:8px;overflow:hidden;margin-top:1rem;}
/* Success */
.success-wrap{text-align:center;padding:2rem;}
.success-ck{width:64px;height:64px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;}
.success-ck svg{width:32px;height:32px;color:#fff;}
.success-wrap h3{font-family:'Playfair Display',serif;font-size:1.5rem;color:var(--navy);margin-bottom:.75rem;}
.success-wrap p{color:var(--gray);font-size:.92rem;line-height:1.7;}
/* Other page styles */
#contact{background:var(--cream);}
.cg{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;}
.cac{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;background:#fff;border-radius:8px;border-left:3px solid var(--gold);text-decoration:none;transition:all .2s;margin-bottom:1rem;}
.cac:hover{background:var(--lg);transform:translateX(4px);}
.cav{width:48px;height:48px;background:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:'Playfair Display',serif;color:var(--gold);font-size:1.2rem;font-weight:700;}
.can{font-weight:700;color:var(--navy);font-size:.95rem;margin-bottom:.2rem;}
.cap{color:var(--gold);font-size:1rem;font-weight:700;font-family:'Playfair Display',serif;}
.cal{font-size:.75rem;color:var(--gray);margin-top:.2rem;}
.sa{margin-top:2rem;padding:1.25rem 1.5rem;background:#fff;border-radius:8px;display:flex;align-items:flex-start;gap:.75rem;}
.sa svg{width:18px;height:18px;color:var(--gold);flex-shrink:0;margin-top:2px;}
.sa div strong{display:block;font-size:.8rem;color:var(--navy);font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.25rem;}
.sa div p{font-size:.85rem;color:var(--gray);line-height:1.5;}
.cfw{background:var(--navy);border-radius:10px;padding:2.5rem;position:relative;overflow:hidden;}
.cfw::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),transparent);}
.cfw h3{font-family:'Playfair Display',serif;color:#fff;font-size:1.4rem;margin-bottom:.5rem;}
.cfw>p{color:rgba(255,255,255,.55);font-size:.85rem;margin-bottom:1.75rem;line-height:1.6;}
.cfw label{display:block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:.4rem;}
.cfw input,.cfw textarea,.cfw select{width:100%;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:4px;padding:.75rem 1rem;color:#fff;font-family:'Lato',sans-serif;font-size:.9rem;outline:none;transition:border-color .2s;margin-bottom:1.25rem;}
.cfw input::placeholder,.cfw textarea::placeholder{color:rgba(255,255,255,.3);}
.cfw input:focus,.cfw textarea:focus,.cfw select:focus{border-color:var(--gold);}
.cfw select option{background:var(--navy);color:#fff;}
.cfw textarea{height:110px;resize:vertical;}
footer{background:#111b33;color:rgba(255,255,255,.45);text-align:center;padding:2rem;font-size:.8rem;line-height:1.7;}
footer a{color:var(--gold);text-decoration:none;}
.flogo{font-family:'Playfair Display',serif;color:#fff;font-size:1.2rem;margin-bottom:.5rem;}
.flogo span{color:var(--gold);}
@keyframes fadeUp{from{opacity:0;transform:translateY(24px);}to{opacity:1;transform:translateY(0);}}
.badge{animation:fadeUp .5s ease both;}
.hero h1{animation:fadeUp .5s ease .1s both;}
.hero p{animation:fadeUp .5s ease .2s both;}
.hero-cta{animation:fadeUp .5s ease .3s both;}
@media(max-width:768px){
  .ag,.cg,.dg,.mob-inner{grid-template-columns:1fr;gap:2rem;}
  .nav-links{display:none;}
  .sg{grid-template-columns:1fr 1fr;}
  .trust-bar{gap:1.5rem;}
  .agents-grid{grid-template-columns:1fr;}
  .exg{grid-template-columns:1fr;}
  .signer-grid{grid-template-columns:repeat(3,1fr);}
  .hero-grid{grid-template-columns:1fr;gap:0;}
  .hero-map{display:none;}
}

@keyframes heroLogoFade{
  from{opacity:0;transform:scale(.94);}
  to{opacity:1;transform:scale(1);}
}
