/* ================================================================
   Customs Meridian — Shared Stylesheet
   Used by: index.html, /services/*.html, privacy-policy.html,
            terms-of-use.html, cookie-policy.html
   ================================================================ */

*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'DM Sans',sans-serif;color:#1a1a2e;background:#fff;overflow-x:hidden;}

:root{
  --navy:#0b2c5f;
  --gold:#c8af78;
  --cream:#f5f2ec;
  --navy-dark:#071d3f;
  --gold-light:#d4bc8a;
  --text-muted:#7a7a8a;
  --border:#e0d9cc;
  --whatsapp:#25d366;
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important;}
}

@keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes marqueeScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.4}}
@keyframes menuRise{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

/* ── Inline SVG icon defaults ── */
.icon{display:inline-block;vertical-align:middle;width:1em;height:1em;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;}
.icon-lg{width:1.5em;height:1.5em;}
.icon-xl{width:2.2em;height:2.2em;}

/* ── Focus styles (accessibility) ── */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[role="button"]:focus-visible,[tabindex="0"]:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:3px;}

/* ── Skip link ── */
.skip-link{position:absolute;left:-9999px;top:0;background:var(--navy);color:#fff;padding:0.6rem 1rem;z-index:9999;text-decoration:none;font-size:0.85rem;}
.skip-link:focus{left:1rem;top:1rem;}

/* ── NAV ── */
nav{position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:0 5%;height:72px;background:rgba(255,255,255,0.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);}

/* New brand logo: anchor mark + name + tagline */
.logo{display:inline-flex;align-items:center;gap:0.75rem;cursor:pointer;text-decoration:none;line-height:1;}
.logo-mark{width:44px;height:44px;border-radius:50%;background:var(--navy);color:var(--gold);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform 0.2s;}
.logo:hover .logo-mark{transform:scale(1.05);}
.logo-mark svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.logo-text{display:flex;flex-direction:column;gap:2px;}
.logo-name{font-family:'Playfair Display',serif;font-size:1.18rem;font-weight:700;color:var(--navy);letter-spacing:0.01em;line-height:1.1;}
.logo-tag{font-size:0.58rem;color:var(--gold);letter-spacing:0.14em;text-transform:uppercase;font-weight:500;line-height:1.2;}

.nav-links{display:flex;align-items:center;gap:1.8rem;list-style:none;}
.nav-links a{text-decoration:none;color:#3a3a4a;font-size:0.85rem;font-weight:400;transition:color 0.2s;position:relative;display:inline-flex;align-items:center;gap:0.4rem;}
.nav-links a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--navy);transition:width 0.25s;}
.nav-links a:hover::after{width:100%;}
.nav-links a:hover{color:var(--navy);}
.nav-cta{background:var(--navy)!important;color:#fff!important;padding:0.55rem 1.3rem;border-radius:3px;font-weight:500!important;}
.nav-cta::after{display:none!important;}
.nav-cta:hover{background:var(--navy-dark)!important;}
.nav-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--navy);padding:0.4rem;}

/* ── HERO ── */
.hero{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 68px);}
.hero-left{background:var(--navy);padding:5rem 5% 4rem 6%;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;}
.hero-orb-1{position:absolute;top:-120px;right:-120px;width:500px;height:500px;border-radius:50%;border:1px solid rgba(200,175,120,0.12);}
.hero-orb-2{position:absolute;bottom:-80px;left:-80px;width:340px;height:340px;border-radius:50%;border:1px solid rgba(200,175,120,0.08);}
.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;border:1px solid rgba(200,175,120,0.3);color:var(--gold);font-size:0.68rem;letter-spacing:0.18em;text-transform:uppercase;padding:0.4rem 1rem;border-radius:2px;width:fit-content;margin-bottom:2rem;background:rgba(200,175,120,0.07);position:relative;z-index:1;animation:fadeUp 0.7s ease 0.1s both;}
.badge-dot{width:5px;height:5px;background:var(--gold);border-radius:50%;animation:pulse 2s infinite;}
.hero-h1{font-family:'Playfair Display',serif;font-size:clamp(2.2rem,3.8vw,3.4rem);font-weight:700;color:#fff;line-height:1.15;margin-bottom:1.5rem;position:relative;z-index:1;animation:fadeUp 0.7s ease 0.25s both;}
.hero-h1 em{color:var(--gold);font-style:normal;}
.hero-sub{font-size:0.95rem;color:rgba(255,255,255,0.72);line-height:1.8;max-width:440px;margin-bottom:2.8rem;font-weight:300;position:relative;z-index:1;animation:fadeUp 0.7s ease 0.4s both;}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;position:relative;z-index:1;animation:fadeUp 0.7s ease 0.55s both;}
.btn-gold{background:var(--gold);color:var(--navy);padding:0.85rem 2rem;border:none;border-radius:3px;font-weight:600;font-size:0.88rem;cursor:pointer;transition:all 0.2s;letter-spacing:0.03em;font-family:'DM Sans',sans-serif;display:inline-flex;align-items:center;gap:0.5rem;text-decoration:none;}
.btn-gold:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 6px 20px rgba(200,175,120,0.35);}
.btn-ghost{background:transparent;color:#fff;padding:0.85rem 2rem;border:1px solid rgba(255,255,255,0.3);border-radius:3px;font-weight:400;font-size:0.88rem;cursor:pointer;transition:all 0.2s;font-family:'DM Sans',sans-serif;display:inline-flex;align-items:center;gap:0.5rem;text-decoration:none;}
.btn-ghost:hover{border-color:rgba(255,255,255,0.7);background:rgba(255,255,255,0.05);}
.hero-right{background:var(--cream);display:flex;flex-direction:column;justify-content:center;padding:4rem 5%;position:relative;overflow:hidden;}
.hero-right::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%230b2c5f' fill-opacity='0.03'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.hero-value-grid{display:grid;grid-template-columns:1fr;gap:1.2rem;position:relative;z-index:1;}
.hv-card{background:#fff;border-radius:8px;padding:1.8rem 1.6rem;border:1px solid var(--border);display:flex;gap:1.2rem;align-items:flex-start;transition:all 0.3s;}
.hv-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(11,44,95,0.08);}
.hv-icon{width:44px;height:44px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;color:var(--navy);flex-shrink:0;font-size:1.3rem;}
.hv-title{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:0.4rem;}
.hv-text{font-size:0.83rem;color:var(--text-muted);line-height:1.65;font-weight:300;}

/* ── STATS GRID (hidden by default, enable when real numbers exist) ── */
.stats-grid{display:none;grid-template-columns:1fr 1fr;gap:1.2rem;position:relative;z-index:1;}
.stats-grid.show{display:grid;}
.stat-card{background:#fff;border-radius:6px;padding:1.8rem 1.5rem;border:1px solid var(--border);transition:all 0.3s;cursor:default;}
.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(11,44,95,0.1);}
.stat-card.gold-top{border-top:3px solid var(--gold);}
.stat-card.navy-top{border-top:3px solid var(--navy);}
.stat-num{font-family:'Playfair Display',serif;font-size:2.5rem;font-weight:700;color:var(--navy);line-height:1;margin-bottom:0.4rem;}
.stat-num sup{font-size:1rem;vertical-align:super;}
.stat-lbl{font-size:0.76rem;color:var(--text-muted);letter-spacing:0.04em;line-height:1.45;}

/* ── MARQUEE ── */
.marquee-bar{background:var(--navy);padding:0.8rem 0;overflow:hidden;white-space:nowrap;}
.marquee-inner{display:inline-flex;gap:2.5rem;animation:marqueeScroll 28s linear infinite;}
.m-item{color:rgba(255,255,255,0.65);font-size:0.72rem;letter-spacing:0.15em;text-transform:uppercase;}
.m-dot{color:var(--gold);font-size:0.6rem;}

/* ── SECTION ── */
.section{padding:7rem 6%;}
.sec-label{font-size:0.7rem;letter-spacing:0.22em;text-transform:uppercase;color:var(--gold);font-weight:500;margin-bottom:0.7rem;}
.sec-title{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;color:var(--navy);line-height:1.2;margin-bottom:1rem;}
.sec-sub{color:var(--text-muted);font-size:0.93rem;line-height:1.75;font-weight:300;}
.sec-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3.5rem;flex-wrap:wrap;gap:2rem;}
.sec-header .sec-sub{max-width:420px;}

/* ── ABOUT / WHY ── */
.why-bg{background:var(--cream);}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;}
.why-visual{position:relative;padding-top:20px;padding-left:20px;}
.why-card-main{background:var(--navy);border-radius:8px;height:440px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;color:var(--gold);}
.why-card-main::before{content:'';position:absolute;top:40px;right:40px;bottom:40px;left:40px;border:1px solid rgba(200,175,120,0.2);border-radius:5px;}
.why-card-main .icon{width:7rem;height:7rem;opacity:0.18;animation:float 5s ease-in-out infinite;}
.why-float-badge{position:absolute;bottom:-24px;right:-24px;background:var(--gold);color:var(--navy);padding:1.4rem 1.8rem;border-radius:6px;font-family:'Playfair Display',serif;text-align:center;box-shadow:0 12px 32px rgba(200,175,120,0.3);}
.why-float-badge .big{font-size:1.4rem;font-weight:700;display:block;line-height:1.1;}
.why-float-badge .sm{font-size:0.65rem;letter-spacing:0.12em;text-transform:uppercase;opacity:0.75;margin-top:0.2rem;}
.why-points{display:flex;flex-direction:column;gap:2rem;margin-top:2.5rem;}
.wp{display:flex;gap:1.2rem;}
.wp-line{display:flex;flex-direction:column;align-items:center;}
.wp-dot{width:10px;height:10px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:5px;}
.wp-connector{width:1px;flex:1;background:var(--border);margin-top:4px;}
.wp:last-child .wp-connector{display:none;}
.wp-title{font-weight:500;color:var(--navy);font-size:0.95rem;margin-bottom:0.3rem;}
.wp-text{font-size:0.83rem;color:var(--text-muted);line-height:1.7;font-weight:300;}

/* ── SERVICES ── */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border);}
.svc-card{padding:2.5rem 2rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border);cursor:pointer;transition:all 0.28s;position:relative;overflow:hidden;display:block;text-decoration:none;color:inherit;}
.svc-card:nth-child(3n){border-right:none;}
.svc-card:nth-child(4),.svc-card:nth-child(5),.svc-card:nth-child(6){border-bottom:none;}
.svc-card::before{content:'';position:absolute;inset:0;background:var(--navy);transform:translateY(100%);transition:transform 0.35s cubic-bezier(0.4,0,0.2,1);}
.svc-card:hover::before{transform:translateY(0);}
.svc-inner{position:relative;z-index:1;}
.svc-num{font-family:'Playfair Display',serif;font-size:0.75rem;color:#ccc;margin-bottom:1.8rem;display:block;transition:color 0.28s;}
.svc-icon{width:36px;height:36px;color:var(--gold);margin-bottom:1rem;display:block;transition:transform 0.28s;}
.svc-card:hover .svc-icon{transform:scale(1.15);}
.svc-title{font-family:'Playfair Display',serif;font-size:1.15rem;font-weight:600;color:var(--navy);margin-bottom:0.8rem;transition:color 0.28s;}
.svc-desc{font-size:0.83rem;color:var(--text-muted);line-height:1.7;font-weight:300;transition:color 0.28s;}
.svc-arrow{display:inline-flex;align-items:center;gap:0.4rem;margin-top:1.5rem;color:var(--gold);font-size:0.82rem;font-weight:500;transition:all 0.28s;}
.svc-arrow .icon{width:1em;height:1em;}
.svc-card:hover .svc-num,.svc-card:hover .svc-title{color:rgba(255,255,255,0.95);}
.svc-card:hover .svc-desc{color:rgba(255,255,255,0.7);}
.svc-card:hover .svc-arrow{color:var(--gold);transform:translateX(5px);}

/* ── PROCESS ── */
.process-bg{background:var(--navy);}
.process-bg .sec-title{color:#fff;}
.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:4rem;position:relative;}
.process-steps::before{content:'';position:absolute;top:28px;left:10%;right:10%;height:1px;background:rgba(200,175,120,0.2);z-index:0;}
.ps{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1.5rem;position:relative;z-index:1;}
.ps-num{width:56px;height:56px;border-radius:50%;border:1px solid rgba(200,175,120,0.3);display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:1.1rem;color:var(--gold);background:var(--navy);margin-bottom:1.5rem;transition:all 0.3s;}
.ps:hover .ps-num{background:var(--gold);color:var(--navy);border-color:var(--gold);}
.ps-title{font-family:'Playfair Display',serif;font-size:1rem;color:#fff;margin-bottom:0.6rem;font-weight:600;}
.ps-text{font-size:0.78rem;color:rgba(255,255,255,0.6);line-height:1.65;font-weight:300;}

/* ── INDUSTRIES ── */
.ind-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:3.5rem;}
.ind-card{background:var(--cream);border:1px solid var(--border);border-radius:6px;padding:1.8rem 1.5rem;text-align:center;cursor:pointer;transition:all 0.25s;}
.ind-card:hover{background:var(--navy);border-color:var(--navy);transform:translateY(-4px);box-shadow:0 12px 28px rgba(11,44,95,0.15);}
.ind-card:hover .ind-name,.ind-card:hover .ind-icon{color:#fff;}
.ind-card:hover .ind-sub{color:rgba(255,255,255,0.65);}
.ind-icon{width:32px;height:32px;color:var(--navy);margin-bottom:0.8rem;display:inline-block;transition:color 0.25s;}
.ind-name{font-family:'Playfair Display',serif;font-size:0.95rem;font-weight:600;color:var(--navy);margin-bottom:0.3rem;transition:color 0.25s;}
.ind-sub{font-size:0.74rem;color:var(--text-muted);transition:color 0.25s;}

/* ── TESTIMONIALS (hidden by default; enable .show on the section) ── */
.testi-bg{display:none;background:var(--navy);padding:7rem 6%;}
.testi-bg.show{display:block;}
.testi-header{text-align:center;margin-bottom:4rem;}
.testi-header .sec-label{color:var(--gold);}
.testi-header .sec-title{color:#fff;}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
.testi-card{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:6px;padding:2rem;transition:all 0.3s;}
.testi-card:hover{background:rgba(255,255,255,0.08);border-color:rgba(200,175,120,0.3);transform:translateY(-4px);}
.testi-stars{color:var(--gold);font-size:0.8rem;margin-bottom:1rem;}
.testi-text{font-family:'Playfair Display',serif;font-style:italic;font-size:0.95rem;color:rgba(255,255,255,0.82);line-height:1.7;margin-bottom:1.5rem;}
.testi-author{display:flex;align-items:center;gap:0.8rem;}
.testi-av{width:38px;height:38px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:700;color:var(--navy);}
.testi-name{font-size:0.82rem;color:#fff;font-weight:500;}
.testi-role{font-size:0.72rem;color:rgba(255,255,255,0.5);}

/* ── CTA BAND ── */
.cta-band{background:var(--gold);padding:5rem 6%;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap;}
.cta-band-text .sec-title{color:var(--navy);margin-bottom:0.5rem;}
.cta-band-text p{color:rgba(11,44,95,0.7);font-size:0.9rem;font-weight:300;}
.btn-navy{background:var(--navy);color:#fff;padding:0.95rem 2.2rem;border:none;border-radius:3px;font-weight:600;font-size:0.9rem;cursor:pointer;transition:all 0.2s;letter-spacing:0.03em;font-family:'DM Sans',sans-serif;display:inline-flex;align-items:center;gap:0.5rem;text-decoration:none;}
.btn-navy:hover{background:var(--navy-dark);transform:translateY(-1px);}

/* ── CONTACT ── */
.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;align-items:start;}
.contact-info{display:flex;flex-direction:column;gap:2rem;margin-top:2rem;}
.ci-item{display:flex;gap:1rem;align-items:flex-start;}
.ci-icon{width:42px;height:42px;border-radius:50%;background:var(--cream);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--navy);}
.ci-icon .icon{width:1.1rem;height:1.1rem;}
.ci-title{font-weight:500;color:var(--navy);font-size:0.88rem;margin-bottom:0.2rem;}
.ci-val{font-size:0.82rem;color:var(--text-muted);font-weight:300;}
.ci-val a{color:inherit;text-decoration:none;}
.ci-val a:hover{color:var(--navy);}
.ci-val.muted{font-style:italic;font-size:0.78rem;}
.contact-form{display:flex;flex-direction:column;gap:1rem;background:var(--cream);border-radius:8px;padding:2.5rem;border:1px solid var(--border);}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
.cf-label{font-size:0.72rem;letter-spacing:0.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:0.4rem;display:block;font-weight:500;}
.cf-label .req{color:#c0392b;margin-left:2px;}
.cf-input{width:100%;padding:0.82rem 1rem;border:1px solid var(--border);border-radius:4px;font-family:'DM Sans',sans-serif;font-size:0.87rem;color:var(--navy);background:#fff;transition:border-color 0.2s;}
.cf-input:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px rgba(11,44,95,0.08);}
.cf-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%237a7a8a' d='M5 6L0 0h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;}
.form-field{display:flex;flex-direction:column;}
.cf-consent{display:flex;gap:0.6rem;align-items:flex-start;font-size:0.75rem;color:var(--text-muted);line-height:1.55;margin-top:0.3rem;}
.cf-consent input{margin-top:3px;flex-shrink:0;}
.cf-consent a{color:var(--navy);text-decoration:underline;}
.cf-status{font-size:0.82rem;padding:0.7rem 1rem;border-radius:4px;display:none;}
.cf-status.show{display:block;}
.cf-status.success{background:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7;}
.cf-status.error{background:#fdecea;color:#c0392b;border:1px solid #ef9a9a;}

/* ── FOOTER ── */
footer{background:#060f1f;padding:4rem 6% 2rem;}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:4rem;margin-bottom:3rem;}
.fl-name{font-family:'Playfair Display',serif;font-size:1.15rem;color:#fff;font-weight:700;margin-bottom:0.3rem;}
.fl-tag{font-size:0.6rem;color:var(--gold);letter-spacing:0.15em;text-transform:uppercase;margin-bottom:1rem;display:block;}
.fl-about{font-size:0.8rem;color:rgba(255,255,255,0.55);line-height:1.75;font-weight:300;}
.fl-meta{margin-top:1.2rem;font-size:0.72rem;color:rgba(255,255,255,0.45);line-height:1.7;}
.fc-head{font-size:0.68rem;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.55);margin-bottom:1rem;font-weight:500;}
.fc-links{list-style:none;display:flex;flex-direction:column;gap:0.55rem;}
.fc-links a{font-size:0.8rem;color:rgba(255,255,255,0.55);text-decoration:none;transition:color 0.2s;display:inline-flex;align-items:center;gap:0.4rem;}
.fc-links a:hover{color:var(--gold);}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;}
.fc{font-size:0.75rem;color:rgba(255,255,255,0.4);}
.fp{display:flex;gap:1.5rem;}
.fp a{font-size:0.72rem;color:rgba(255,255,255,0.4);text-decoration:none;transition:color 0.2s;}
.fp a:hover{color:var(--gold);}

/* ── FLOATING CONTACT MENU (replaces chatbot) ── */
.fab{position:fixed;bottom:28px;right:28px;z-index:999;width:62px;height:62px;border-radius:50%;background:var(--navy);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 28px rgba(11,44,95,0.35);transition:all 0.3s cubic-bezier(0.34,1.56,0.64,1);color:#fff;}
.fab:hover{transform:scale(1.08);background:var(--navy-dark);}
.fab .icon{width:1.4rem;height:1.4rem;transition:transform 0.3s;}
.fab.open .icon{transform:rotate(45deg);}
.fab-menu{position:fixed;bottom:104px;right:28px;z-index:998;display:none;flex-direction:column;gap:0.7rem;}
.fab-menu.open{display:flex;animation:menuRise 0.25s ease both;}
.fab-action{display:inline-flex;align-items:center;gap:0.7rem;background:#fff;color:var(--navy);text-decoration:none;padding:0.8rem 1.2rem;border-radius:30px;font-size:0.85rem;font-weight:500;font-family:'DM Sans',sans-serif;box-shadow:0 8px 24px rgba(11,44,95,0.18);border:1px solid var(--border);transition:all 0.2s;justify-content:flex-end;}
.fab-action:hover{transform:translateX(-4px);box-shadow:0 12px 28px rgba(11,44,95,0.25);}
.fab-action .icon{width:1.1rem;height:1.1rem;flex-shrink:0;}
.fab-action.whatsapp{background:var(--whatsapp);color:#fff;border-color:var(--whatsapp);}
.fab-action.whatsapp:hover{background:#1ebe5b;}
button.fab-action{font:inherit;cursor:pointer;-webkit-appearance:none;appearance:none;}
.fab-action.calendly{background:var(--navy);color:#fff;border-color:var(--navy);}
.fab-action.calendly:hover{background:var(--navy-dark);}

/* ── SERVICE DETAIL PAGE LAYOUT ── */
.sp-hero{background:var(--navy);padding:5rem 6% 4rem;position:relative;overflow:hidden;color:#fff;}
.sp-hero::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;border-radius:50%;border:1px solid rgba(200,175,120,0.1);}
.sp-icon-big{width:64px;height:64px;color:var(--gold);margin-bottom:1.5rem;display:block;position:relative;z-index:1;}
.sp-label{font-size:0.7rem;letter-spacing:0.22em;text-transform:uppercase;color:var(--gold);font-weight:500;margin-bottom:0.8rem;position:relative;z-index:1;}
.sp-title{font-family:'Playfair Display',serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;color:#fff;line-height:1.15;margin-bottom:1.2rem;position:relative;z-index:1;}
.sp-sub{font-size:1rem;color:rgba(255,255,255,0.75);max-width:680px;line-height:1.75;font-weight:300;position:relative;z-index:1;}
.sp-back-link{display:inline-flex;align-items:center;gap:0.5rem;color:rgba(255,255,255,0.65);text-decoration:none;font-size:0.82rem;margin-bottom:1.5rem;position:relative;z-index:1;transition:color 0.2s;}
.sp-back-link:hover{color:var(--gold);}
.sp-back-link .icon{width:1em;height:1em;}
.sp-body{padding:5rem 6%;}
.sp-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:4rem;align-items:start;margin-bottom:4rem;}
.sp-section-h{font-family:'Playfair Display',serif;font-size:1.4rem;color:var(--navy);margin-bottom:1.5rem;font-weight:700;}
.sp-points{display:flex;flex-direction:column;gap:1.5rem;}
.sp-point{display:flex;gap:1rem;}
.sp-point-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:6px;}
.sp-point-title{font-weight:600;color:var(--navy);font-size:0.95rem;margin-bottom:0.3rem;}
.sp-point-text{font-size:0.85rem;color:var(--text-muted);line-height:1.7;font-weight:300;}
.sp-info-box{background:var(--cream);border-radius:8px;padding:2rem;border:1px solid var(--border);position:sticky;top:88px;}
.sp-info-box h3{font-family:'Playfair Display',serif;font-size:1.1rem;color:var(--navy);margin-bottom:1.2rem;}
.sp-info-item{display:flex;justify-content:space-between;padding:0.7rem 0;border-bottom:1px solid var(--border);font-size:0.83rem;gap:1rem;}
.sp-info-item:last-child{border-bottom:none;}
.sp-info-item span:first-child{color:var(--text-muted);}
.sp-info-item span:last-child{color:var(--navy);font-weight:500;text-align:right;}
.sp-cta-band{background:var(--gold);padding:4rem 6%;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap;}
.sp-cta-band h2{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:700;color:var(--navy);}
.sp-cta-band p{color:rgba(11,44,95,0.7);font-size:0.9rem;margin-top:0.4rem;font-weight:300;}

/* ── LEGAL PAGE LAYOUT ── */
.legal-hero{background:var(--navy);padding:4rem 6% 3rem;color:#fff;}
.legal-hero .sp-label{margin-bottom:0.7rem;}
.legal-hero h1{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,3.5vw,2.6rem);color:#fff;font-weight:700;margin-bottom:0.5rem;}
.legal-hero .meta{font-size:0.78rem;color:rgba(255,255,255,0.55);}
.legal-body{max-width:880px;margin:0 auto;padding:4rem 6%;}
.legal-body h2{font-family:'Playfair Display',serif;font-size:1.4rem;color:var(--navy);margin:2.5rem 0 1rem;font-weight:700;}
.legal-body h2:first-child{margin-top:0;}
.legal-body h3{font-family:'Playfair Display',serif;font-size:1.05rem;color:var(--navy);margin:1.8rem 0 0.7rem;font-weight:600;}
.legal-body p{font-size:0.92rem;color:#444;line-height:1.8;margin-bottom:1rem;}
.legal-body ul{margin:0 0 1rem 1.5rem;}
.legal-body li{font-size:0.92rem;color:#444;line-height:1.8;margin-bottom:0.4rem;}
.legal-body a{color:var(--navy);text-decoration:underline;}
.legal-body strong{color:var(--navy);}
.legal-notice{background:var(--cream);border-left:4px solid var(--gold);padding:1.2rem 1.5rem;border-radius:4px;margin:1.5rem 0;font-size:0.85rem;color:#555;}

/* ── SCROLLBAR ── */
::-webkit-scrollbar{width:6px;}
::-webkit-scrollbar-track{background:#f1f1f1;}
::-webkit-scrollbar-thumb{background:var(--navy);border-radius:3px;}

/* ════════════════════════════════════════════════════════════════
   RESPONSIVE — TABLET (≤768px) and PHONE (≤480px)
   ════════════════════════════════════════════════════════════════ */

@media (max-width: 768px){
  /* ── Mobile baseline: prevent iOS auto-zoom on form focus & enforce 44px tap targets ── */
  input.cf-input, textarea.cf-input, select.cf-input, .cf2{font-size:16px;}
  .btn-gold, .btn-ghost, .btn-navy{min-height:48px;padding:0.95rem 1.6rem;}
  .fab-action{min-height:48px;padding:0.85rem 1.2rem;}
  .ind-card, .svc-card{min-height:44px;}

  /* Nav */
  nav{padding:0 4%;height:64px;}
  .logo-mark{width:38px;height:38px;}
  .logo-mark svg{width:20px;height:20px;}
  .logo-name{font-size:1.05rem;}
  .logo-tag{font-size:0.54rem;letter-spacing:0.12em;}
  .nav-links{position:fixed;top:64px;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;gap:0;padding:0.6rem 0;border-bottom:1px solid var(--border);box-shadow:0 8px 24px rgba(0,0,0,0.08);display:none;max-height:calc(100vh - 64px);overflow-y:auto;}
  .nav-links.open{display:flex;}
  .nav-links li{width:100%;padding:0;}
  .nav-links a{padding:1rem 5%;width:100%;font-size:0.95rem;min-height:48px;display:flex;align-items:center;}
  .nav-links a::after{display:none;}
  .nav-links .nav-cta{margin:0.6rem 5%;width:auto;justify-content:center;text-align:center;padding:0.95rem 1.3rem;}
  .nav-toggle{display:flex;min-width:44px;min-height:44px;align-items:center;justify-content:center;}

  /* Hero */
  .hero{grid-template-columns:1fr;min-height:auto;}
  .hero-left{padding:3.5rem 6% 3rem;}
  .hero-h1{font-size:clamp(1.9rem,7vw,2.6rem);}
  .hero-right{padding:3rem 6%;}
  .hero-value-grid{gap:1rem;}
  .hv-card{padding:1.4rem 1.3rem;gap:1rem;}
  .hv-icon{width:38px;height:38px;font-size:1.1rem;}
  .stats-grid{gap:0.9rem;}
  .stat-card{padding:1.4rem 1.1rem;}
  .stat-num{font-size:2rem;}

  /* Section */
  .section{padding:4.5rem 6%;}
  .sec-header{margin-bottom:2.5rem;}

  /* Why — reposition the gold badge inside the navy card so it can't clip on narrow viewports */
  .why-grid{grid-template-columns:1fr;gap:3rem;}
  .why-visual{padding-top:0;padding-left:0;}
  .why-card-main{height:240px;}
  .why-card-main .icon{width:4.5rem;height:4.5rem;}
  .why-float-badge{position:absolute;bottom:1rem;right:1rem;padding:0.8rem 1.1rem;box-shadow:0 6px 16px rgba(0,0,0,0.2);}
  .why-float-badge .big{font-size:1.05rem;}
  .why-float-badge .sm{font-size:0.6rem;}

  /* Services */
  .services-grid{grid-template-columns:1fr;}
  .svc-card{border-right:none!important;border-bottom:1px solid var(--border)!important;}
  .svc-card:last-child{border-bottom:none!important;}

  /* Process */
  .process-steps{grid-template-columns:1fr 1fr;gap:2.5rem 1rem;}
  .process-steps::before{display:none;}

  /* Industries */
  .ind-grid{grid-template-columns:1fr 1fr;}

  /* Testimonials */
  .testi-bg{padding:4.5rem 6%;}
  .testi-grid{grid-template-columns:1fr;}

  /* CTA band */
  .cta-band{padding:3.5rem 6%;text-align:center;justify-content:center;}
  .cta-band-text{text-align:center;}

  /* Contact */
  .contact-grid{grid-template-columns:1fr;gap:3rem;}
  .contact-form{padding:1.8rem;}
  .form-row{grid-template-columns:1fr;}

  /* Footer */
  .footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem;}
  .footer-bottom{flex-direction:column;align-items:flex-start;}

  /* FAB */
  .fab{bottom:20px;right:20px;width:56px;height:56px;}
  .fab-menu{bottom:88px;right:20px;}
  .fab-action{padding:0.7rem 1rem;font-size:0.8rem;}

  /* Service page */
  .sp-body{padding:3.5rem 6%;}
  .sp-grid{grid-template-columns:1fr;gap:3rem;}
  .sp-info-box{position:static;}
  .sp-cta-band{padding:3rem 6%;text-align:center;justify-content:center;}

  /* Legal */
  .legal-body{padding:3rem 6%;}
  .legal-hero{padding:3rem 6% 2.5rem;}
}

/* ════════════════════════════════════════════════════════════════
   KNOWLEDGE HUB (blog listing) + BLOG POST
   ════════════════════════════════════════════════════════════════ */

.kh-hero{background:var(--navy);padding:5rem 6% 4rem;color:#fff;position:relative;overflow:hidden;}
.kh-hero::before{content:'';position:absolute;top:-80px;right:-80px;width:380px;height:380px;border-radius:50%;border:1px solid rgba(200,175,120,0.1);}
.kh-hero-inner{position:relative;z-index:1;max-width:880px;}
.kh-hero .sec-label{margin-bottom:0.8rem;}
.kh-hero h1{font-family:'Playfair Display',serif;font-size:clamp(2rem,4vw,3rem);color:#fff;font-weight:700;margin-bottom:1rem;line-height:1.15;}
.kh-hero p{font-size:1rem;color:rgba(255,255,255,0.75);line-height:1.7;max-width:620px;font-weight:300;}

.kh-filter{display:flex;gap:0.6rem;flex-wrap:wrap;padding:2.5rem 6% 0;}
.kh-chip{background:var(--cream);border:1px solid var(--border);border-radius:30px;padding:0.5rem 1.1rem;font-size:0.78rem;color:var(--navy);cursor:pointer;font-family:'DM Sans',sans-serif;font-weight:500;transition:all 0.2s;}
.kh-chip:hover,.kh-chip.active{background:var(--navy);color:#fff;border-color:var(--navy);}

.kh-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:3rem 6% 6rem;}
.kh-card{background:#fff;border:1px solid var(--border);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:all 0.25s;}
.kh-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(11,44,95,0.1);border-color:var(--gold);}
.kh-card-body{padding:1.8rem;display:flex;flex-direction:column;gap:0.7rem;flex:1;}
.kh-cat{font-size:0.65rem;letter-spacing:0.16em;text-transform:uppercase;color:var(--gold);font-weight:600;}
.kh-card-title{font-family:'Playfair Display',serif;font-size:1.15rem;color:var(--navy);font-weight:600;line-height:1.3;}
.kh-card-excerpt{font-size:0.85rem;color:var(--text-muted);line-height:1.65;font-weight:300;flex:1;}
.kh-meta{display:flex;justify-content:space-between;align-items:center;font-size:0.72rem;color:var(--text-muted);padding-top:0.9rem;margin-top:0.2rem;border-top:1px solid var(--border);}
.kh-empty{text-align:center;padding:5rem 6%;color:var(--text-muted);font-size:0.95rem;}

/* Blog post layout */
.post-hero{background:var(--navy);padding:4rem 6% 3rem;color:#fff;position:relative;overflow:hidden;}
.post-hero::before{content:'';position:absolute;top:-60px;right:-60px;width:300px;height:300px;border-radius:50%;border:1px solid rgba(200,175,120,0.08);}
.post-hero-inner{position:relative;z-index:1;max-width:880px;}
.post-back{display:inline-flex;align-items:center;gap:0.5rem;color:rgba(255,255,255,0.65);text-decoration:none;font-size:0.82rem;margin-bottom:1.5rem;transition:color 0.2s;}
.post-back:hover{color:var(--gold);}
.post-back .icon{width:1em;height:1em;}
.post-meta-row{display:flex;gap:1.2rem;font-size:0.76rem;color:rgba(255,255,255,0.6);margin-bottom:1rem;flex-wrap:wrap;align-items:center;}
.post-meta-row .kh-cat{color:var(--gold);}
.post-hero h1{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,3.5vw,2.6rem);color:#fff;line-height:1.22;font-weight:700;margin-bottom:0.7rem;}
.post-hero .post-dek{font-size:1rem;color:rgba(255,255,255,0.75);line-height:1.7;max-width:680px;font-weight:300;}

.post-body{max-width:780px;margin:0 auto;padding:4rem 6%;}
.post-body p{font-size:0.96rem;color:#333;line-height:1.85;margin-bottom:1.2rem;}
.post-body p.lead{font-size:1.05rem;color:#444;line-height:1.75;font-weight:400;}
.post-body h2{font-family:'Playfair Display',serif;font-size:1.45rem;color:var(--navy);margin:2.5rem 0 1rem;font-weight:700;}
.post-body h3{font-family:'Playfair Display',serif;font-size:1.15rem;color:var(--navy);margin:1.8rem 0 0.7rem;font-weight:600;}
.post-body ul,.post-body ol{margin:0 0 1.2rem 1.5rem;}
.post-body li{font-size:0.96rem;color:#333;line-height:1.85;margin-bottom:0.4rem;}
.post-body blockquote{border-left:3px solid var(--gold);padding:0.9rem 1.4rem;font-style:italic;color:#555;background:var(--cream);margin:1.5rem 0;border-radius:0 4px 4px 0;}
.post-body a{color:var(--navy);text-decoration:underline;}
.post-body strong{color:var(--navy);}
.post-body img{max-width:100%;border-radius:6px;margin:1.5rem 0;display:block;}
.post-cta-band{background:var(--cream);border-top:1px solid var(--border);padding:3.5rem 6%;text-align:center;}
.post-cta-band h3{font-family:'Playfair Display',serif;font-size:1.4rem;color:var(--navy);margin-bottom:0.5rem;}
.post-cta-band p{color:var(--text-muted);font-size:0.9rem;margin-bottom:1.5rem;}

@media (max-width: 768px){
  .kh-grid{grid-template-columns:1fr;padding:2.5rem 6% 4rem;}
  .kh-hero{padding:3.5rem 6% 3rem;}
  .post-hero{padding:3rem 6% 2.5rem;}
  .post-body{padding:3rem 6%;}
  .post-body h2{font-size:1.3rem;}
}

@media (max-width: 480px){
  /* Nav */
  .logo-mark{width:34px;height:34px;}
  .logo-mark svg{width:17px;height:17px;}
  .logo-name{font-size:0.95rem;}
  .logo-tag{display:none;}
  nav{padding:0 4%;height:58px;}
  .nav-links{top:58px;}

  /* Hero */
  .hero-left{padding:2.5rem 5% 2.5rem;}
  .hero-h1{font-size:clamp(1.75rem,8vw,2.1rem);line-height:1.2;margin-bottom:1.2rem;}
  .hero-sub{font-size:0.9rem;margin-bottom:1.8rem;line-height:1.7;}
  .hero-btns{flex-direction:column;align-items:stretch;width:100%;}
  .btn-gold,.btn-ghost,.btn-navy{justify-content:center;width:100%;}
  .hero-right{padding:2rem 5%;}
  .hv-card{padding:1.2rem 1.1rem;gap:0.8rem;}
  .hv-icon{width:36px;height:36px;font-size:1rem;}
  .hv-title{font-size:0.98rem;}
  .hv-text{font-size:0.8rem;}

  /* Section */
  .section{padding:3.5rem 5%;}
  .sec-title{font-size:1.5rem;}

  /* Industries */
  .ind-grid{grid-template-columns:1fr 1fr;gap:0.7rem;}
  .ind-card{padding:1.3rem 0.9rem;}

  /* Process */
  .process-steps{grid-template-columns:1fr;gap:2.5rem;}

  /* Contact form */
  .contact-form{padding:1.4rem;}

  /* Footer */
  .footer-grid{grid-template-columns:1fr;gap:2rem;}

  /* Service pages */
  .sp-hero{padding:3rem 5% 2.5rem;}
  .sp-icon-big{width:48px;height:48px;}
  .sp-body{padding:2.5rem 5%;}
  .sp-cta-band{padding:2.5rem 5%;}
  .sp-cta-band h2{font-size:1.4rem;}

  /* Legal */
  .legal-body{padding:2.5rem 5%;}

  /* FAB */
  .fab{bottom:16px;right:16px;}
  .fab-menu{right:16px;bottom:80px;}
}

/* ── reCAPTCHA v3: hide the floating corner badge (it collided with the contact FAB).
   Google permits this ONLY if the disclosure text is shown inline — see the
   .recaptcha-note paragraph above the contact form submit button. ── */
.grecaptcha-badge{visibility:hidden!important;}
.recaptcha-note{font-size:0.72rem;color:var(--text-muted);line-height:1.5;margin:0.6rem 0 0.2rem;}
.recaptcha-note a{color:var(--text-muted);text-decoration:underline;}
