:root{
  --ink:#071a2b;
  --ink-2:#0d3043;
  --paper:#f2f8fa;
  --paper-2:#ffffff;
  --gold:#0aa58f;
  --gold-soft:#72e3d2;
  --muted:#5b7180;
  --line:#d7e6eb;
  --green:#0aa58f;
  --accent:#ffad66;
  --accent-2:#6f7bf7;
  --shadow-sm:0 10px 30px rgba(7,26,43,.08);
  --shadow-lg:0 24px 70px rgba(7,26,43,.15);
  --radius:18px;
}

html{scroll-padding-top:88px}
body{
  font-family:'Plus Jakarta Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 7% 4%,rgba(10,165,143,.08),transparent 28rem),
    radial-gradient(circle at 94% 26%,rgba(111,123,247,.08),transparent 30rem),
    var(--paper);
}
h1,h2,h3,h4,.brand,.result-main,.step .sn,.trust-row .n{
  font-family:'Sora',system-ui,sans-serif;
  letter-spacing:-.035em;
}
a,button,input,select{transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(10,165,143,.28);outline-offset:3px}
/* Wider page: less dead margin left and right, which buys room for larger
   type in the hero without the headline wrapping badly. */
.wrap{max-width:1340px;padding:0 28px}

/* Scroll progress */
.scroll-progress{position:fixed;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,var(--gold),var(--accent),var(--accent-2));transform:scaleX(0);transform-origin:left;z-index:120}

/* Header */
header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(7,26,43,.88);
  backdrop-filter:blur(18px) saturate(150%);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav{max-width:1180px;padding:14px 24px;position:relative}
.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-size:18px;font-weight:700;letter-spacing:-.025em}
.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:linear-gradient(135deg,var(--gold),#3edbc2);color:#04251f;box-shadow:0 8px 24px rgba(10,165,143,.28);font-size:15px;font-weight:800}
.brand-copy{display:flex;flex-direction:column;line-height:1.05}
.brand-copy small{font-family:'Plus Jakarta Sans',sans-serif;font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:#91a8b6;margin-top:4px}
.nav-links{gap:8px}
.nav-links>a:not(.cta){padding:9px 11px;border-radius:10px;color:#c7d5dc;font-size:13px;font-weight:600}
.nav-links>a:not(.cta):hover{color:#fff;background:rgba(255,255,255,.07)}
.nav a.cta{background:linear-gradient(135deg,var(--gold),#18c9ad);color:#032620;border-radius:12px;padding:10px 16px;box-shadow:0 8px 26px rgba(10,165,143,.22)}
.nav a.cta:hover{transform:translateY(-2px);box-shadow:0 12px 34px rgba(10,165,143,.34)}
.menu-toggle{display:none;width:43px;height:43px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;border-radius:12px;cursor:pointer;align-items:center;justify-content:center}
.menu-toggle span,.menu-toggle:before,.menu-toggle:after{content:"";display:block;width:19px;height:2px;background:currentColor;border-radius:2px;transition:.25s ease}
.menu-toggle span{margin:4px 0}
.menu-toggle[aria-expanded="true"] span{opacity:0}
.menu-toggle[aria-expanded="true"]:before{transform:translateY(6px) rotate(45deg)}
.menu-toggle[aria-expanded="true"]:after{transform:translateY(-6px) rotate(-45deg)}

/* Hero */
.hero{min-height:auto;display:flex;align-items:center;padding:40px 0 88px;background:
  linear-gradient(115deg,rgba(7,26,43,.99),rgba(9,49,63,.95)),
  var(--ink);isolation:isolate}
.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;filter:blur(1px);z-index:-1;animation:floatBlob 10s ease-in-out infinite alternate}
.hero:before{width:430px;height:430px;right:7%;top:5%;background:radial-gradient(circle,rgba(10,165,143,.32),transparent 68%)}
.hero:after{width:520px;height:520px;left:-240px;bottom:-260px;background:radial-gradient(circle,rgba(111,123,247,.25),transparent 68%);animation-delay:-4s}
@keyframes floatBlob{to{transform:translate3d(25px,-20px,0) scale(1.08)}}
.hero .wrap{position:relative;width:100%}
.eyebrow,.sec-eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(114,227,210,.3);background:rgba(10,165,143,.09);padding:8px 12px;border-radius:999px;color:#92efdf;font-size:11px;letter-spacing:.12em}
.hero h1{font-size:clamp(40px,6vw,70px);line-height:1.03;max-width:14ch;font-weight:700;letter-spacing:-.055em;text-wrap:balance}
.hero h1::after{content:"";display:block;width:96px;height:5px;margin-top:24px;border-radius:999px;background:linear-gradient(90deg,var(--gold),var(--accent),transparent)}
.hero p.lead{max-width:65ch;font-size:clamp(16px,1.8vw,19px);line-height:1.85;color:#b9cbd4}
.hero-cta{gap:12px}
.btn{position:relative;overflow:hidden;border-radius:13px;padding:13px 23px;font-size:14px}
.btn:before{content:"";position:absolute;inset:-2px auto -2px -45%;width:35%;transform:skewX(-24deg);background:rgba(255,255,255,.28);transition:left .55s ease}
.btn:hover:before{left:120%}
.btn:hover{transform:translateY(-2px)}
.btn-gold{background:linear-gradient(135deg,var(--gold),#29d2b7);color:#052822;box-shadow:0 12px 32px rgba(10,165,143,.24)}
.btn-gold:hover{background:linear-gradient(135deg,#12bba2,#43dfc7);box-shadow:0 16px 38px rgba(10,165,143,.32)}
.btn-ghost{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.055)}
.btn-ghost:hover{border-color:var(--gold-soft);background:rgba(255,255,255,.1)}
.trust-row{border-top-color:rgba(255,255,255,.12);gap:42px}
.trust-row .n{color:#94f1e2;font-weight:700;letter-spacing:-.04em}
.trust-row .l{color:#9eb2bd}

/* Base sections */
section.block{padding:92px 0;position:relative}
.sec-eyebrow{color:#087e6e;background:rgba(10,165,143,.08);border-color:rgba(10,165,143,.2);margin-bottom:16px}
h2.sec-title{font-size:clamp(30px,4vw,47px);max-width:22ch;font-weight:700;line-height:1.12;text-wrap:balance}
.sec-intro{font-size:16px;line-height:1.8;max-width:65ch}
#team,#how{background:linear-gradient(180deg,#eaf5f6,#f5fafb)!important}
#pricing{background:#fff!important}

/* Cards and grids */
.services{gap:22px}
.card,.who-item,.calc-panel,.update-card{border-color:rgba(7,26,43,.09);border-radius:var(--radius);box-shadow:var(--shadow-sm)}
.card{position:relative;overflow:hidden;padding:30px 27px;background:linear-gradient(145deg,#fff,#fbfefe)}
.card:after{content:"";position:absolute;inset:auto -44px -54px auto;width:130px;height:130px;border-radius:50%;background:radial-gradient(circle,rgba(10,165,143,.12),transparent 70%);transition:.35s ease}
.card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:rgba(10,165,143,.25)}
.card:hover:after{transform:scale(1.35)}
.card h3{font-size:20px;font-weight:700;letter-spacing:-.03em}
.card p{line-height:1.7}
.card li:before{border-color:var(--gold);background:rgba(10,165,143,.08)}
.why{background:linear-gradient(135deg,#082033,#0d3a48);overflow:hidden}
.why:before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;right:-240px;top:-180px;background:radial-gradient(circle,rgba(10,165,143,.22),transparent 70%)}
.why .sec-eyebrow{color:#9af3e5;background:rgba(10,165,143,.11);border-color:rgba(114,227,210,.22)}
.cred li{border-color:rgba(255,255,255,.11);padding:18px 0}
.cred .tick{display:grid;place-items:center;width:26px;height:26px;border-radius:9px;background:rgba(10,165,143,.14);font-family:'Plus Jakarta Sans';color:#7ce6d5}
.who-grid{gap:20px}
.who-item{padding:27px 21px;background:rgba(255,255,255,.9);transition:.28s ease}
.who-item:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.who-item .ic{display:grid;place-items:center;width:52px;height:52px;margin:0 auto;border-radius:16px;background:linear-gradient(135deg,rgba(10,165,143,.13),rgba(111,123,247,.12));font-size:25px}
.who-item h4{font-family:'Sora';font-size:16px;letter-spacing:-.025em}
.step{padding:26px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-sm)}
.step .sn{color:rgba(10,165,143,.26);font-weight:800}
.step h4{font-family:'Sora';font-weight:700}

/* Calculator */
.calc-section{background:linear-gradient(180deg,#e7f4f5,#f4f9fb)}
.calc-panel,.result-panel{border-radius:24px;padding:32px}
.calc-tab{border-radius:12px;background:#f6fafb;font-weight:700}
.calc-tab:hover{border-color:rgba(10,165,143,.42);transform:translateY(-1px)}
.calc-tab[aria-selected="true"]{background:linear-gradient(135deg,var(--ink-2),#0c5960);border-color:transparent;box-shadow:0 10px 24px rgba(7,26,43,.16)}
.field input,.field select{border-radius:12px;background:#fbfdfe;min-height:48px}
.field input:focus,.field select:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(10,165,143,.12)}
.inline-check{border-radius:13px;background:#f2f9f8}
.button-reset{border-radius:12px}
.result-panel{background:linear-gradient(145deg,#071a2b,#0b3f4a);box-shadow:0 28px 70px rgba(7,26,43,.25);overflow:hidden}
.result-panel:before{content:"";position:absolute;width:270px;height:270px;right:-130px;top:-120px;border-radius:50%;background:radial-gradient(circle,rgba(10,165,143,.3),transparent 70%)}
.metric{border-radius:14px;background:rgba(255,255,255,.065);border-color:rgba(255,255,255,.11);backdrop-filter:blur(8px)}
.tax-pill{background:rgba(10,165,143,.15);border-color:rgba(114,227,210,.28);color:#9af3e5}

/* Updates */
.updates-section{background:#fff}
.live-dot{background:#0aa58f;box-shadow:0 0 0 5px rgba(10,165,143,.13)}
.authority-tab,.refresh-btn{border-radius:12px;background:#f7fafb}
.authority-tab:hover,.refresh-btn:hover{border-color:rgba(10,165,143,.35);transform:translateY(-1px)}
.authority-tab.active{background:var(--ink-2);border-color:var(--ink-2)}
.update-card{padding:23px;background:linear-gradient(145deg,#fff,#fbfefe)}
.update-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.authority-badge{background:rgba(10,165,143,.1);color:#087a6a}
.update-card a,.source-link{color:#087e6e}


/* ============================================================
   News board — one fixed-height panel that scrolls on its own
   sidebar, the way the FBR portal lists its notifications.
   Replaces the old auto-scrolling two-lane ticker.
   ============================================================ */
.news-board{
  margin-top:24px;
  border:1px solid rgba(7,26,43,.10);
  border-radius:22px;
  background:linear-gradient(180deg,#f8fcfd,#f2f9fa);
  box-shadow:var(--shadow-sm);
  overflow:hidden;
}

/* Toolbar */
.news-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  padding:16px 18px;
  background:#fff;
  border-bottom:1px solid rgba(7,26,43,.09);
}
.news-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.news-search{position:relative;display:flex;align-items:center}
.news-search-ico{position:absolute;left:12px;color:var(--muted);font-size:17px;line-height:1;pointer-events:none}
.news-search input{
  width:210px;
  padding:9px 12px 9px 32px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#f7fafb;
  font:inherit;
  font-size:13.5px;
  color:var(--ink);
  outline:none;
}
.news-search input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(10,165,143,.14);background:#fff}
.news-search input::-webkit-search-cancel-button{cursor:pointer}
.news-sort-wrap select{
  padding:9px 11px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#f7fafb;
  font:inherit;
  font-size:13.5px;
  font-weight:600;
  color:var(--ink-2);
  cursor:pointer;
  outline:none;
}
.news-sort-wrap select:focus{border-color:var(--gold)}

/* The scroll region itself — this is the sidebar the client asked for */
.news-scroll{
  height:520px;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  scrollbar-color:var(--gold) #e4eef1;
  scroll-behavior:smooth;
}
.news-scroll:focus-visible{outline:3px solid rgba(10,165,143,.4);outline-offset:-3px}
.news-scroll::-webkit-scrollbar{width:12px}
.news-scroll::-webkit-scrollbar-track{background:#e8f1f3}
.news-scroll::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,var(--gold),#0b8f7d);
  border-radius:9px;
  border:3px solid #e8f1f3;
}
.news-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#12bba2,#0aa58f)}

.news-list{list-style:none;margin:0;padding:0}
.news-item{
  display:grid;
  grid-template-columns:118px minmax(0,1fr);
  gap:18px;
  padding:18px 20px;
  border-bottom:1px solid rgba(7,26,43,.07);
  background:#fff;
  transition:background .18s ease;
}
.news-item:last-child{border-bottom:none}
.news-item:hover{background:#f6fcfc}
.news-item.is-pinned{background:linear-gradient(90deg,rgba(255,173,102,.10),transparent 60%)}
.news-item.is-pinned:hover{background:linear-gradient(90deg,rgba(255,173,102,.16),#f9fdfd 60%)}
.news-item.is-ours{border-left:3px solid var(--gold);padding-left:17px}

.news-item-date{display:flex;flex-direction:column;gap:2px;padding-top:2px}
.news-day{font-family:'Sora',sans-serif;font-size:13.5px;font-weight:700;color:var(--ink);letter-spacing:-.02em}
.news-age{font-size:11.5px;color:var(--muted)}

.news-item-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:7px}
.news-flag{
  font-size:10.5px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
  padding:4px 8px;
  border-radius:999px;
  background:rgba(255,173,102,.18);
  color:#a35a12;
}
.news-flag.is-new{background:rgba(10,165,143,.14);color:#07715f}
.news-item-title{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:15px;
  font-weight:700;
  line-height:1.45;
  color:var(--ink);
  letter-spacing:0;
  margin:0;
}
.news-item-summary{margin:6px 0 0;font-size:13.5px;line-height:1.6;color:var(--muted)}
.news-item-link{
  display:inline-block;
  margin-top:9px;
  font-size:12.5px;
  font-weight:700;
  color:#087e6e;
  text-decoration:none;
}
.news-item-link:hover{text-decoration:underline}
.news-empty{padding:56px 24px;text-align:center;color:var(--muted);background:#fff}

.news-foot{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  padding:13px 18px;
  background:#fff;
  border-top:1px solid rgba(7,26,43,.09);
  font-size:12.5px;
  color:var(--muted);
}
.news-foot #news-count{font-weight:700;color:var(--ink-2)}
.news-hint{opacity:.85}

/* ============================================================
   Hero variant of the news board — dark, compact, sized so a
   useful number of headlines fit without stretching the hero.
   ============================================================ */
.hero-news{
  margin-top:0;
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  background:rgba(255,255,255,.045);
  backdrop-filter:blur(14px);
  box-shadow:0 26px 60px rgba(0,0,0,.34);
  /* A flex column whose list absorbs the leftover height, so the panel is
     exactly as tall as the copy column next to it. */
  display:flex;
  flex-direction:column;
  min-height:0;
}

/* Head is a single tight line — the sync status lives in the foot instead, so
   the chrome stays slim and the list gets the height. */
.hero-news .news-head{
  flex:0 0 auto;
  display:block;
  padding:11px 16px 10px;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.hero-news .news-head-title{display:flex;align-items:center;gap:9px;color:#fff;font-size:14px;line-height:1.2}
.hero-news .news-head-title strong{font-family:'Sora',sans-serif;font-weight:700;letter-spacing:-.02em}
.hero-news .news-sync{font-size:11px;line-height:1.3;color:#9fc0c9;text-align:right}

.hero-news .news-toolbar{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:8px;
  padding:10px 16px;
  background:transparent;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.hero-news .news-toolbar select,
.hero-news .news-search input{
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.07);
  color:#fff;
  border-radius:10px;
  font:inherit;
  font-size:12.5px;
  font-weight:600;
  padding:7px 10px;
  outline:none;
}
.hero-news .news-toolbar select{flex:0 0 106px;max-width:106px}
.hero-news .news-toolbar select option{background:#0b2a3a;color:#fff}
.hero-news .news-search{flex:1 1 auto;min-width:0}
.hero-news .news-search input{width:100%;padding-left:29px;font-weight:500}
.hero-news .news-search-ico{left:10px;color:#8fb2bd;font-size:15px}
.hero-news .news-search input::placeholder{color:#8fb2bd}
.hero-news .news-toolbar select:focus,
.hero-news .news-search input:focus{border-color:var(--gold-soft);background:rgba(255,255,255,.12)}
.hero-news .refresh-btn{
  flex:0 0 auto;
  padding:8px 11px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.07);
  color:#cfe6ea;
  font-size:14px;
  line-height:1;
}
.hero-news .refresh-btn:hover{background:rgba(255,255,255,.14);border-color:var(--gold-soft);color:#fff}

/* flex-basis 0 (not auto) is essential: with auto, the list's full content
   counts toward the panel's intrinsic height, the grid row sizes to it, and
   the panel grows to fit every item instead of scrolling. */
/* The min-height also sets a floor for the whole row: if the copy column is
   shorter than this, the panel drives the row height instead and the copy
   stretches to it. Either way the two columns end level. */
.hero-news .news-scroll{
  flex:1 1 0;
  height:auto;
  min-height:300px;
  scrollbar-color:rgba(114,227,210,.55) rgba(255,255,255,.06);
}
.hero-news .news-scroll::-webkit-scrollbar{width:9px}
.hero-news .news-scroll::-webkit-scrollbar-track{background:rgba(255,255,255,.05)}
.hero-news .news-scroll::-webkit-scrollbar-thumb{
  background:rgba(114,227,210,.5);
  border-radius:8px;
  border:2px solid transparent;
  background-clip:padding-box;
}
.hero-news .news-scroll::-webkit-scrollbar-thumb:hover{background:rgba(114,227,210,.8);background-clip:padding-box}

/* Compact rows: one meta line, headline clamped to two, whole row clickable. */
.hero-news .news-item{
  display:block;
  padding:0;
  background:transparent;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.hero-news .news-row-link{
  display:block;
  padding:9px 16px 10px;
  text-decoration:none;
  border-left:2px solid transparent;
  transition:background .16s ease;
}
.hero-news .news-item:hover .news-row-link{background:rgba(255,255,255,.07)}
.hero-news .news-row-link:focus-visible{outline:2px solid var(--gold-soft);outline-offset:-2px}
.hero-news .news-item.is-pinned .news-row-link{background:rgba(255,173,102,.09)}
.hero-news .news-item.is-pinned:hover .news-row-link{background:rgba(255,173,102,.16)}
.hero-news .news-item.is-ours .news-row-link{border-left-color:var(--gold-soft)}

.hero-news .news-item-meta{
  display:flex;
  align-items:baseline;
  gap:7px;
  flex-wrap:wrap;
  margin:0 0 4px;
}
.hero-news .news-day{font-size:10.5px;font-weight:700;color:#9de6d8;letter-spacing:0}
.hero-news .news-age{font-size:10px;color:#88a4af}
.hero-news .authority-badge{background:rgba(10,165,143,.22);color:#9df0e0;padding:2px 6px;font-size:9px;letter-spacing:.05em}
.hero-news .news-flag{padding:2px 6px;font-size:9px;background:rgba(255,173,102,.22);color:#ffcf9e}
.hero-news .news-flag.is-new{background:rgba(10,165,143,.22);color:#9df0e0}

.hero-news .news-item-title{
  font-size:13px;
  font-weight:600;
  line-height:1.42;
  color:#e7f2f4;
  display:-webkit-box;
  -webkit-line-clamp:2;
  line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.hero-news .news-item:hover .news-item-title{color:#fff}
.hero-news .news-item-summary{
  margin-top:4px;
  font-size:11.5px;
  line-height:1.5;
  color:#a5c0c9;
  display:-webkit-box;
  -webkit-line-clamp:2;
  line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.hero-news .news-empty{padding:40px 20px;background:transparent;color:#9fc0c9;font-size:13.5px}

.hero-news .news-foot{
  flex:0 0 auto;
  padding:9px 16px;
  background:transparent;
  border-top:1px solid rgba(255,255,255,.1);
  font-size:11px;
  color:#9fc0c9;
}
.hero-news .news-foot #news-count{color:#dceef1;white-space:nowrap}
.hero-news .news-note{
  flex:0 0 auto;
  padding:0 16px 10px;
  margin:0;
  font-size:10px;
  line-height:1.4;
  color:#7f9ba5;
}

/* Once the hero stacks there is no copy column to match, so the list goes
   back to a fixed height instead of absorbing leftover space. */
@media(max-width:1040px){
  .hero-news .news-scroll{flex:0 0 auto;height:360px;min-height:0}
}
@media(max-width:520px){
  .hero-news .news-toolbar{flex-wrap:wrap}
  .hero-news .news-toolbar select{max-width:none;flex:1 1 100%}
  .hero-news .news-scroll{height:320px}
}

.visually-hidden{
  position:absolute;
  width:1px;height:1px;
  margin:-1px;padding:0;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
  border:0;
}

@media(max-width:720px){
  .news-toolbar{padding:14px}
  .news-tools{width:100%}
  .news-search{flex:1 1 180px}
  .news-search input{width:100%}
  .news-scroll{height:460px}
  .news-item{grid-template-columns:1fr;gap:8px;padding:16px}
  .news-item.is-ours{padding-left:13px}
  .news-item-date{flex-direction:row;align-items:baseline;gap:8px}
  .news-hint{display:none}
}

/* CTA and footer */
.cta-band{padding:80px 24px;background:linear-gradient(135deg,#082033,#0c3f49)}
.cta-band h2{font-weight:700;letter-spacing:-.04em}
footer{background:#04121f;padding:48px 0;color:#9fb4bf}
.foot-grid{align-items:flex-start}
.footer-links{display:flex;gap:16px;flex-wrap:wrap;margin-top:10px}
.footer-links a{color:#b9cbd4}
.footer-links a:hover{color:#8cebdc}
.float-wa{background:linear-gradient(135deg,#25d366,#0ead55);color:#fff;box-shadow:0 12px 34px rgba(14,173,85,.34)}
.float-wa svg{display:block}
.float-wa:hover{transform:translateY(-4px) scale(1.04);box-shadow:0 18px 42px rgba(14,173,85,.44)}

/* Reveal */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}
.reveal.is-visible{opacity:1;transform:none}
.reveal-delay-1{transition-delay:.08s}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}

@media(max-width:1000px){
  .nav-links{gap:2px}
  .nav-links>a:not(.cta){padding:9px 7px;font-size:12px}
}
@media(max-width:860px){
  .menu-toggle{display:flex;flex-direction:column}
  .nav-links{position:absolute;display:flex!important;flex-direction:column;align-items:stretch;gap:4px;top:calc(100% + 1px);left:16px;right:16px;padding:14px;background:rgba(7,26,43,.98);border:1px solid rgba(255,255,255,.1);border-radius:0 0 18px 18px;box-shadow:0 22px 45px rgba(0,0,0,.28);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.25s ease}
  .nav-links.open{opacity:1;visibility:visible;transform:none}
  .nav-links>a:not(.cta){padding:12px 13px;font-size:13px}
  .nav a.cta{text-align:center;margin-top:5px}
  .hero{min-height:auto;padding:28px 0 64px}
  .services{grid-template-columns:1fr}
  .who-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .wrap{padding:0 18px}
  section.block{padding:72px 0}
  .hero h1{font-size:clamp(38px,12vw,54px)}
  .trust-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}
  .who-grid{grid-template-columns:1fr}
  .card,.calc-panel,.result-panel{padding:24px 20px}
  .foot-grid{flex-direction:column}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important;transition-delay:0ms!important}
  .reveal{opacity:1;transform:none}
  .news-scroll{scroll-behavior:auto}
}

/* Keep the redesigned wordmark readable over the legacy inline stylesheet. */
.brand .brand-copy{color:#fff}

/* ---- Deadline banner ---- */
.deadline-banner{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--ink);color:#eaf6f4;font-size:14px;padding:11px 18px;text-align:center;line-height:1.4;border-bottom:1px solid rgba(255,255,255,.08)}
.deadline-banner strong{color:#fff}
.deadline-banner a{color:var(--accent);text-decoration:none;font-weight:600;white-space:nowrap}
.deadline-banner a:hover{text-decoration:underline}
.deadline-dot{width:9px;height:9px;border-radius:50%;background:var(--accent);flex-shrink:0;box-shadow:0 0 0 0 rgba(255,173,102,.7);animation:deadlinePulse 2s infinite}
@keyframes deadlinePulse{0%{box-shadow:0 0 0 0 rgba(255,173,102,.6)}70%{box-shadow:0 0 0 8px rgba(255,173,102,0)}100%{box-shadow:0 0 0 0 rgba(255,173,102,0)}}
@media(max-width:600px){.deadline-banner{font-size:12.5px;padding:10px 14px}}
@media(prefers-reduced-motion:reduce){.deadline-dot{animation:none}}

/* ---- Meet the team ---- */
.people-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px;margin-top:34px}
.person{background:#fff;border:1px solid var(--line);border-radius:var(--radius,14px);padding:22px 20px;text-align:center;box-shadow:var(--shadow-sm)}
.person-avatar{width:60px;height:60px;border-radius:50%;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;font-family:'Sora',sans-serif;font-weight:600;font-size:22px;color:#fff;background:linear-gradient(135deg,var(--ink),var(--gold))}
.person h4{margin:0 0 3px;font-size:16px;color:var(--ink)}
.person .person-role{font-size:13px;color:var(--gold);font-weight:600;margin-bottom:8px}
.person .person-note{font-size:13px;color:var(--muted);line-height:1.5}

/* ---- Contact form ---- */
.contact-wrap{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.contact-form{display:grid;gap:14px}
.contact-form .row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.contact-form label{display:block;font-size:13px;font-weight:600;color:var(--ink);margin-bottom:6px}
.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:12px 14px;border:1.5px solid var(--line);border-radius:10px;font-family:inherit;font-size:15px;color:var(--ink);background:#fff}
.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:none;border-color:var(--gold)}
.contact-form textarea{min-height:110px;resize:vertical}
.contact-side{background:var(--ink);color:#eaf6f4;border-radius:var(--radius,16px);padding:30px}
.contact-side h3{color:#fff;margin:0 0 8px;font-size:21px}
.contact-side p{color:#c3d8dc;font-size:14.5px;margin:0 0 20px}
.contact-side .cline{display:flex;gap:12px;align-items:center;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:14.5px}
.contact-side .cline:last-child{border-bottom:none}
.contact-side .cline a{color:var(--accent);text-decoration:none}
.contact-side .cico{width:20px;text-align:center}
@media(max-width:760px){.contact-wrap{grid-template-columns:1fr;gap:26px}.contact-form .row{grid-template-columns:1fr}}

/* ---- Animated "Calculate your tax" hero button ---- */
.btn-calc{position:relative;background:linear-gradient(135deg,var(--accent),#ff8a4d);color:#3a1c00;border:none;font-weight:700;display:inline-flex;align-items:center;gap:8px;overflow:hidden;animation:calcPulse 2.4s ease-in-out infinite}
.btn-calc .calc-spark{display:inline-block;animation:calcWiggle 2.4s ease-in-out infinite}
.btn-calc::after{content:"";position:absolute;top:0;left:-120%;width:60%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.55),transparent);transform:skewX(-20deg);animation:calcShine 2.8s ease-in-out infinite}
.btn-calc:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(255,138,77,.45)}
@keyframes calcPulse{0%,100%{box-shadow:0 0 0 0 rgba(255,173,102,.55)}50%{box-shadow:0 0 0 10px rgba(255,173,102,0)}}
@keyframes calcShine{0%{left:-120%}55%,100%{left:130%}}
@keyframes calcWiggle{0%,88%,100%{transform:rotate(0)}92%{transform:rotate(-12deg)}96%{transform:rotate(12deg)}}
@media(prefers-reduced-motion:reduce){.btn-calc,.btn-calc .calc-spark,.btn-calc::after{animation:none}}

/* ---- Calculator rebate inputs & savings ---- */
.rebate-head{margin-top:6px;padding-top:14px;border-top:1px dashed var(--line)}
.rebate-head span{font-weight:700;color:var(--ink);font-size:14px}
.rebate-head small{display:block;color:var(--muted);font-size:12px;margin-top:2px}
.save-line{display:inline-block;margin-top:6px;color:var(--gold);font-weight:600}
.tax-breakdown a{color:var(--gold);text-decoration:underline}

/* ---- Reliefs explainer ---- */
.reliefs{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:30px}
.relief{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;box-shadow:var(--shadow-sm)}
.relief h4{margin:0 0 6px;font-size:15px;color:var(--ink)}
.relief .sec{font-size:12px;font-weight:700;color:var(--gold);letter-spacing:.04em;margin-bottom:8px}
.relief p{margin:0;font-size:13.5px;color:var(--muted);line-height:1.55}

/* ============================================================
   Hero: copy on the left, live news panel on the right.
   Both quick-action buttons stack together above the headline.
   ============================================================ */
.hero-top{
  display:grid;
  grid-template-columns:minmax(0,1.32fr) minmax(360px,.68fr);
  gap:48px;
  /* stretch, so the news panel ends level with the copy beside it */
  align-items:stretch;
}
/* Quick actions to the LEFT of the headline block, not above it. */
.hero-main{
  min-width:0;
  display:grid;
  grid-template-columns:172px minmax(0,1fr);
  gap:26px;
  align-items:start;
}
.hero-copy{min-width:0}

.hero-quick{display:flex;flex-direction:column;gap:11px;padding-top:6px}
.hero-side-btn{
  font-size:13.5px;
  padding:13px 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  text-align:center;
  line-height:1.3;
}
.btn-uae{
  background:rgba(255,255,255,.08);
  color:#fff;
  border:1px solid rgba(255,255,255,.28);
  font-weight:600;
  transition:.18s;
}
.btn-uae:hover{background:rgba(255,255,255,.16);border-color:var(--accent);transform:translateY(-2px)}

/* The wider container buys the headline back most of its scale. */
.hero-top h1{font-size:clamp(30px,3.3vw,52px);max-width:15ch;margin:0}
.hero-top h1::after{width:84px;height:5px;margin-top:20px}
.hero-top p.lead{max-width:50ch;margin-top:22px;font-size:clamp(15.5px,1.25vw,18.5px);line-height:1.75}
.hero-top .hero-cta{margin-top:28px}

@media(max-width:1040px){
  .hero-top{grid-template-columns:1fr;gap:34px}
  .hero-top h1{max-width:20ch}
}
/* Below this the two-button column would squeeze the headline too hard,
   so the buttons drop above the copy. */
@media(max-width:720px){
  .hero-main{grid-template-columns:1fr;gap:20px}
  .hero-quick{flex-direction:row;flex-wrap:wrap;padding-top:0}
  .hero-side-btn{width:auto;flex:1 1 168px}
}
@media(max-width:420px){
  .hero-side-btn{flex:1 1 100%}
}

/* ---- Disciplines strip, directly under the deadline banner ---- */
.disciplines-strip{
  background:rgba(7,26,43,.96);
  border-bottom:1px solid rgba(255,255,255,.08);
  padding:9px 18px;
  text-align:center;
  overflow-x:auto;
  scrollbar-width:none;
}
.disciplines-strip::-webkit-scrollbar{display:none}
.disciplines-strip span{
  display:inline-block;
  white-space:nowrap;
  color:#92efdf;
  font-size:12px;
  font-weight:600;
  letter-spacing:.07em;
  text-transform:uppercase;
}
@media(max-width:700px){
  .disciplines-strip{text-align:left;padding:8px 16px}
  .disciplines-strip span{font-size:10.5px;letter-spacing:.05em}
}

/* ---- Live-calculation note ---- */
.live-note{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--gold)}
.live-note:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--gold);animation:liveDot 1.8s ease-in-out infinite}
@keyframes liveDot{0%,100%{opacity:.35}50%{opacity:1}}
@media(prefers-reduced-motion:reduce){.live-note:before{animation:none}}

/* ============================================================
   Animated logo
   ------------------------------------------------------------
   The logo is a full-colour raster, so instead of recolouring it
   we lay a moving highlight on top and clip that highlight to the
   logo's own alpha channel with a CSS mask. The sheen therefore
   travels across the artwork itself, not a rectangle around it.
   ============================================================ */
.logo-anim{position:relative;display:grid;place-items:center;isolation:isolate}
.logo-anim>img{display:block;width:100%;height:100%;object-fit:contain}
.logo-anim::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(115deg,transparent 40%,rgba(255,255,255,.9) 50%,transparent 60%);
  background-size:280% 100%;
  background-position:190% 0;
  -webkit-mask-image:var(--logo-mask);mask-image:var(--logo-mask);
  -webkit-mask-size:contain;mask-size:contain;
  -webkit-mask-position:center;mask-position:center;
  -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
  animation:logoSheen 6s ease-in-out infinite;
}
@keyframes logoSheen{0%,58%{background-position:190% 0}100%{background-position:-90% 0}}
@keyframes logoFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-2.5px)}}
@keyframes logoIn{
  from{opacity:0;transform:translateY(-6px) scale(.82) rotate(-8deg)}
  to{opacity:1;transform:none}
}

/* Header mark: the emblem sits on a light tile so its navy strokes
   stay legible against the dark glass header. */
.brand .brand-mark{
  --logo-mask:url('logo-mark-96.png');
  width:44px;height:44px;
  padding:4px;
  border-radius:13px;
  background:linear-gradient(140deg,#ffffff,#e8f6f7);
  box-shadow:0 8px 22px rgba(10,165,143,.26),inset 0 0 0 1px rgba(255,255,255,.75);
  animation:logoIn .75s cubic-bezier(.2,.9,.25,1) both;
  transition:transform .28s cubic-bezier(.2,.7,.2,1),box-shadow .28s ease;
}
.brand .brand-mark>img{animation:logoFloat 6s ease-in-out infinite}
.brand:hover .brand-mark{transform:translateY(-2px) scale(1.06) rotate(-3deg);box-shadow:0 14px 30px rgba(10,165,143,.4)}
.brand-copy small{letter-spacing:.13em}

/* Footer lockup: emblem straight on the dark background — no tile. The
   artwork is teal-dominant, so it holds its own against #04121f without
   the light panel the header needs behind its smaller mark. */
.footer-brand{
  display:inline-flex;
  align-items:center;
  gap:13px;
  text-decoration:none;
}
.footer-brand .brand-mark{
  --logo-mask:url('logo-mark-96.png');
  width:46px;height:46px;
  padding:0;
  border-radius:0;
  background:none;
  box-shadow:none;
  animation:none;
  transition:transform .28s cubic-bezier(.2,.7,.2,1);
}
.footer-brand .brand-mark>img{animation:logoFloat 6s ease-in-out infinite}
.footer-brand .brand-copy{
  display:flex;
  flex-direction:column;
  line-height:1.05;
  font-family:'Sora',sans-serif;
  font-size:18px;
  font-weight:700;
  letter-spacing:-.025em;
  color:#fff;
}
.footer-brand .brand-copy small{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:9px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.15em;
  color:#7cc3b8;
  margin-top:5px;
}
.footer-brand:hover .brand-mark{transform:translateY(-2px) scale(1.06)}

@media(prefers-reduced-motion:reduce){
  .logo-anim::after{display:none}
  .brand .brand-mark,.brand .brand-mark>img{animation:none}
}

/* ---- Deadline banner: emphasised when the date is close ---- */
.deadline-banner.is-urgent{background:linear-gradient(90deg,#0d3043,#7a3a10)}
.deadline-banner.is-urgent strong{color:#ffd9b3}

/* ---- Contact form: status message, honeypot, privacy note ---- */
.hp-field{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.form-status{margin:4px 0 0;font-size:14px;font-weight:600;line-height:1.5;min-height:1px}
.form-status:empty{display:none}
.form-status.is-working{color:var(--muted)}
.form-status.is-good{color:#07715f;background:rgba(10,165,143,.1);border:1px solid rgba(10,165,143,.28);border-radius:10px;padding:11px 13px}
.form-status.is-bad{color:#9a3412;background:rgba(255,173,102,.14);border:1px solid rgba(255,173,102,.4);border-radius:10px;padding:11px 13px}
.form-privacy{margin:2px 0 0;font-size:12px;color:var(--muted)}
.form-privacy a{color:#087e6e}
