
/* ============================================================= tokens */
:root{
  --navy-950:#071D30; --navy-900:#0A2438; --navy-800:#0D3049; --navy-700:#123E5C;
  --brand-100:#E3F2F6; --brand-300:#9BCFDD; --brand-400:#4FB3CB;
  --brand-600:#127E9B; --brand-700:#0F6E88; --brand-800:#0B586E;
  --sky:#8FD8E8;
  --mist:#F1F6F9; --mist-2:#E7EFF4;
  --ink:#12293B; --text:#3D5468; --text-soft:#5F7488;
  --line:#DCE7ED; --line-soft:#E9F0F4;
  --danger:#C0442B; --danger-soft:#FDEBE5;
  --amber:#B7791F; --amber-soft:#FFF6E6; --amber-line:#EAD9B0;
  --radius:18px;
  --shadow-card:0 10px 30px -18px rgba(13,42,64,.25);
  --shadow-lift:0 24px 44px -20px rgba(13,42,64,.35);
  --font-display:'Fraunces',Georgia,'Times New Roman',serif;
  --font-body:'Inter','Helvetica Neue',Arial,sans-serif;
  --wave:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,52 C240,92 480,8 720,32 C960,56 1200,86 1440,44 L1440,90 L0,90 Z'/%3E%3C/svg%3E");
  --ripple-light:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 700 700'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.07' stroke-width='1.6'%3E%3Ccircle cx='350' cy='350' r='90'/%3E%3Ccircle cx='350' cy='350' r='160'/%3E%3Ccircle cx='350' cy='350' r='230'/%3E%3Ccircle cx='350' cy='350' r='300'/%3E%3Ccircle cx='350' cy='350' r='348'/%3E%3C/g%3E%3C/svg%3E");
  --ripple-brand:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 700 700'%3E%3Cg fill='none' stroke='%230F6E88' stroke-opacity='0.09' stroke-width='1.6'%3E%3Ccircle cx='350' cy='350' r='90'/%3E%3Ccircle cx='350' cy='350' r='160'/%3E%3Ccircle cx='350' cy='350' r='230'/%3E%3Ccircle cx='350' cy='350' r='300'/%3E%3Ccircle cx='350' cy='350' r='348'/%3E%3C/g%3E%3C/svg%3E");
}

/* ============================================================= base */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{margin:0;background:#fff;color:var(--text);font-family:var(--font-body);
  font-size:16.5px;line-height:1.7;-webkit-font-smoothing:antialiased}
img,svg{max-width:100%}
a{color:var(--brand-700)}
a:focus-visible,button:focus-visible,[tabindex]:focus-visible{
  outline:3px solid var(--brand-400);outline-offset:2px;border-radius:6px}
::selection{background:var(--brand-600);color:#fff}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0 0 0 0);white-space:nowrap;border:0}
.skip-link{position:absolute;left:-9999px;top:0;background:var(--navy-900);color:#fff;
  padding:12px 20px;z-index:200;border-radius:0 0 10px 0;text-decoration:none;font-weight:600}
.skip-link:focus{left:0}

/* ============================== Elementor structural mirror ==============
   Real Elementor ships these itself; they exist so the static preview and
   the theme's PHP fallback partials lay out identically without the plugin.
   Values match Elementor's own, so duplicates are harmless. */
.elementor-section{position:relative}
.elementor-section-boxed>.elementor-container{max-width:1200px}
.elementor-container{display:flex;margin-inline:auto;position:relative;
  width:100%;padding-inline:28px}
.elementor-column{position:relative;min-height:1px;display:flex}
.elementor-col-100{width:100%}.elementor-col-66{width:66.666%}
.elementor-col-55{width:55%}.elementor-col-50{width:50%}
.elementor-col-45{width:45%}.elementor-col-33{width:33.333%}.elementor-col-25{width:25%}
.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;
  align-content:flex-start;display:flex}
.elementor-widget{position:relative;width:100%}
.elementor-widget:not(:last-child){margin-bottom:20px}
.elementor-widget-container{width:100%}
.elementor-heading-title{padding:0;margin:0}
.elementor-icon-list-items{list-style:none;margin:0;padding:0}
.elementor-widget-image img{max-width:100%;height:auto;display:block}
@media (max-width:880px){
  .elementor-container{flex-wrap:wrap}
  .elementor-container .elementor-column{width:100%}
}

/* Split sections: breathing room between the text column and side panel */
@media (min-width:881px){
  body .elementor .section .elementor-column:first-child:not(:only-child)>.elementor-widget-wrap{
    padding-right:56px}
}
body .elementor .col-center>.elementor-widget-wrap{align-content:center}

/* ============================================================= sections */
.section{padding-block:92px}
.section-soft{background:var(--mist)}
.section-dark{background:
  radial-gradient(900px 480px at 108% -20%, rgba(79,179,203,.22), transparent 60%),
  linear-gradient(150deg,#0C2C44 0%,#0A2438 58%,#0E3A5C 100%);
  overflow:hidden}
.section-dark::before{content:"";position:absolute;right:-140px;top:-160px;width:640px;
  height:640px;background:var(--ripple-light) center/contain no-repeat;pointer-events:none}
.notice-sec{padding:40px 0 0}
.contact-sec{padding-block:76px}
.section-dark+.contact-sec,.section-soft+.contact-sec{padding-top:84px}

/* Home hero */
/* The wave rides as a background layer so both pseudo-elements are free for
   the ripple animation. */
.hero{position:relative;overflow:hidden;padding:104px 0 132px;background:
  var(--wave) bottom center/100% 72px no-repeat,
  radial-gradient(1100px 540px at 88% -12%, rgba(79,179,203,.30), transparent 62%),
  radial-gradient(900px 520px at -12% 112%, rgba(18,126,155,.28), transparent 56%),
  linear-gradient(160deg,#0C2C44 0%,#0A2438 55%,#0B3350 100%)}

/* Water ripples: concentric rings spreading from where a drop would land,
   thinning and fading outward the way real surface waves do. Two sets on a
   half-cycle offset keep the surface continuously alive. */
.hero::before,.hero::after{content:"";position:absolute;
  top:26%;right:15%;width:170px;height:170px;margin:-85px -85px 0 0;
  border-radius:50%;pointer-events:none;
  border:1px solid rgba(143,216,232,.17);
  box-shadow:
    0 0 0 52px rgba(143,216,232,.052),
    0 0 0 114px rgba(143,216,232,.04),
    0 0 0 190px rgba(143,216,232,.029),
    0 0 0 280px rgba(143,216,232,.02),
    0 0 0 384px rgba(143,216,232,.013);
  animation:reo-ripple 7.6s cubic-bezier(.24,.6,.34,1) infinite}
.hero::after{animation-delay:3.8s}
@keyframes reo-ripple{
  0%{transform:scale(.58);opacity:0}
  11%{opacity:1}
  100%{transform:scale(1.46);opacity:0}}
@media (prefers-reduced-motion:reduce){
  .hero::before{animation:none;transform:scale(1.12);opacity:.85}
  .hero::after{display:none}
}

/* Sub-page hero */
.page-hero{position:relative;overflow:hidden;padding:88px 0 72px;
  background:linear-gradient(180deg,#E9F2F7 0%,#F8FBFD 100%)}
.page-hero::before{content:"";position:absolute;right:-180px;top:-220px;width:660px;
  height:660px;background:var(--ripple-brand) center/contain no-repeat;pointer-events:none}

/* ============================================================= typography
   (0,3,1)+ so the editor's kit — which loads after this sheet — never wins,
   while the client's own per-element settings at (0,4,0) still do. */
body .elementor .elementor-widget-heading .elementor-heading-title{
  font-family:var(--font-display);color:var(--ink);font-weight:600;
  line-height:1.16;letter-spacing:-.012em;text-wrap:balance}
body .elementor .elementor-widget-heading h1.elementor-heading-title{
  font-size:clamp(2.15rem,4.6vw,3.35rem);line-height:1.07}
body .elementor .elementor-widget-heading h2.elementor-heading-title{
  font-size:clamp(1.65rem,3vw,2.3rem)}
body .elementor .elementor-widget-heading h3.elementor-heading-title{font-size:1.35rem}
body .elementor .eyebrow .elementor-heading-title{
  font-family:var(--font-body);font-size:.78rem;font-weight:700;
  letter-spacing:.17em;text-transform:uppercase;color:var(--brand-700)}
body .elementor .elementor-widget.eyebrow{margin-bottom:14px}
body .elementor .elementor-widget.elementor-widget-heading:not(.eyebrow){margin-bottom:22px}

body .elementor .elementor-widget-text-editor{
  color:var(--text);font-family:var(--font-body);font-size:1.05rem;line-height:1.75}
body .elementor .elementor-widget-text-editor .elementor-widget-container{max-width:64ch}
body .elementor .elementor-widget-text-editor p{margin:0 0 1em}
body .elementor .elementor-widget-text-editor p:last-child{margin-bottom:0}
body .elementor .elementor-widget-text-editor a{
  color:var(--brand-700);font-weight:600;text-decoration:underline;text-underline-offset:3px}
body .elementor .elementor-widget-text-editor strong{color:var(--ink)}

/* Hero + dark-section color context */
body .elementor .hero .elementor-heading-title,
body .elementor .section-dark .elementor-widget-heading .elementor-heading-title{color:#fff}
body .elementor .hero .eyebrow .elementor-heading-title,
body .elementor .section-dark .eyebrow .elementor-heading-title{color:var(--sky)}
body .elementor .hero .elementor-widget-text-editor,
body .elementor .section-dark .elementor-widget-text-editor{color:rgba(255,255,255,.84)}
body .elementor .hero .elementor-widget-text-editor strong,
body .elementor .section-dark .elementor-widget-text-editor strong{color:#fff}
body .elementor .hero .elementor-widget-text-editor a,
body .elementor .section-dark .elementor-widget-text-editor a{color:var(--sky)}
body .elementor .hero-title .elementor-heading-title{max-width:19ch}
body .elementor .hero-lead .elementor-widget-container{max-width:56ch}
body .elementor .hero .hero-lead{font-size:1.16rem}
body .elementor .qa-widget{margin-top:26px}
body .elementor .em-widget{margin-top:14px}
body .elementor .btn-note{font-size:.88rem;color:var(--text-soft)}
body .elementor .elementor-widget-button+.btn-note{margin-top:-8px}

/* ============================================================= buttons */
body .elementor .elementor-widget-button .elementor-button{
  font-family:var(--font-body);font-weight:600;font-size:1rem;line-height:1;
  background:var(--brand-600);color:#fff;border-radius:12px;padding:16px 30px;
  box-shadow:0 10px 24px -12px rgba(15,110,136,.55);border:0;
  transition:background .16s ease,transform .16s ease,box-shadow .16s ease;
  display:inline-block;text-align:center}
body .elementor .elementor-widget-button .elementor-button:hover{
  background:var(--brand-700);transform:translateY(-1px);color:#fff}
body .elementor .ghost .elementor-button{
  background:transparent;color:var(--brand-700);box-shadow:inset 0 0 0 1.6px var(--brand-400)}
body .elementor .ghost .elementor-button:hover{
  background:var(--brand-100);color:var(--brand-800);transform:none}
body .elementor .on-dark-btn .elementor-button{
  background:#fff;color:var(--navy-800);box-shadow:0 12px 26px -12px rgba(0,0,0,.5)}
body .elementor .on-dark-btn .elementor-button:hover{background:var(--brand-100);color:var(--navy-800)}
body .elementor .btn-lg .elementor-button{font-size:1.08rem;padding:19px 38px}
/* Buttons keep their intrinsic width but never trigger the flex float-up trap:
   the WIDGET stays 100% wide; only the anchor inside is inline. */

/* Theme-owned buttons (header/footer, outside Elementor content) */
.btn{display:inline-block;font-family:var(--font-body);font-weight:600;font-size:.95rem;
  line-height:1;background:var(--brand-600);color:#fff;border-radius:11px;padding:13px 22px;
  white-space:nowrap;text-decoration:none;transition:background .16s ease,transform .16s ease}
.btn-pay{flex:0 0 auto;margin-left:6px}
.btn:hover{background:var(--brand-700);transform:translateY(-1px)}

/* ============================================================= icon list */
body .elementor .elementor-icon-list-items{display:grid;gap:14px}
body .elementor .elementor-icon-list-item{
  display:flex;gap:13px;align-items:flex-start;color:var(--ink);
  font-size:1.02rem;line-height:1.6}
body .elementor .elementor-icon-list-item a{color:var(--brand-700);font-weight:600;
  text-decoration:underline;text-underline-offset:3px}
body .elementor .elementor-icon-list-icon{
  display:flex;align-items:center;justify-content:center;flex:0 0 26px;
  width:26px;height:26px;border-radius:50%;background:var(--brand-100);margin-top:2px}
body .elementor .elementor-icon-list-icon i{
  color:var(--brand-700);font-size:12px;font-style:normal;line-height:1}
.reo-static .elementor-icon-list-icon i::before{
  content:"\2713";font-weight:700;font-family:inherit}
/* Dark-section list text. The kit colours .elementor-icon-list-text directly
   with its grey --e-global-color-text, so target that node, not just the row. */
body .elementor .section-dark .elementor-icon-list-item,
body .elementor .section-dark .elementor-icon-list-item .elementor-icon-list-text,
body .elementor .section-dark .elementor-icon-list-item > .elementor-icon-list-text{
  color:rgba(255,255,255,.93)}
body .elementor .section-dark .elementor-icon-list-item .elementor-icon-list-text strong{color:#fff}
body .elementor .section-dark .elementor-icon-list-item a,
body .elementor .section-dark .elementor-icon-list-item .elementor-icon-list-text a{color:var(--sky)}
body .elementor .section-dark .elementor-icon-list-icon{background:rgba(255,255,255,.13)}
body .elementor .section-dark .elementor-icon-list-icon i,
body .elementor .section-dark .elementor-icon-list-icon svg{color:var(--sky);fill:var(--sky)}
body .elementor .steps-list .elementor-icon-list-items{gap:16px;counter-reset:reo-step}
body .elementor .steps-list .elementor-icon-list-item{align-items:center}
body .elementor .steps-list .elementor-icon-list-icon{position:relative;
  counter-increment:reo-step;margin-top:0}
/* Elementor emits either <i> or inline <svg> depending on icon mode. */
body .elementor .steps-list .elementor-icon-list-icon i,
body .elementor .steps-list .elementor-icon-list-icon svg{display:none}
body .elementor .steps-list .elementor-icon-list-icon::before{
  content:counter(reo-step);font-weight:700;font-size:.85rem;color:var(--sky);
  line-height:1}

/* ============================================================= toggle / FAQ */
body .elementor .elementor-toggle{display:grid;gap:12px;max-width:820px}
body .elementor .elementor-toggle .elementor-toggle-item{
  background:#fff;border:1px solid var(--line);border-radius:14px;
  box-shadow:var(--shadow-card);overflow:hidden}
body .elementor .elementor-toggle .elementor-tab-title{
  padding:19px 22px;cursor:pointer;display:flex;align-items:center;gap:14px;
  font-weight:600;color:var(--ink);font-size:1.03rem;line-height:1.4}
body .elementor .elementor-toggle .elementor-tab-title a{
  color:inherit;text-decoration:none;flex:1;cursor:pointer}
body .elementor .elementor-toggle .elementor-toggle-icon{
  order:2;color:var(--brand-700);flex:0 0 auto;display:flex;
  transition:transform .18s ease}
body .elementor .elementor-toggle .elementor-toggle-item.is-open .elementor-toggle-icon{
  transform:rotate(45deg)}
.reo-static .elementor-toggle-icon i::before{
  content:"+";font-style:normal;font-weight:700;font-size:1.2rem;font-family:inherit}
body .elementor .elementor-toggle .elementor-tab-content{
  padding:0 22px 20px;color:var(--text);line-height:1.7;border-top:0}
body .elementor .elementor-toggle .elementor-tab-content p{margin:0 0 .8em}
body .elementor .elementor-toggle .elementor-tab-content p:last-child{margin-bottom:0}

/* ============================================================= quick actions */
.qa-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;width:100%}
.qa{display:flex;align-items:center;gap:16px;background:rgba(255,255,255,.97);
  border:1px solid rgba(255,255,255,.5);border-radius:16px;padding:20px 22px;
  text-decoration:none;color:var(--ink);box-shadow:0 22px 44px -20px rgba(3,16,28,.6);
  transition:transform .18s ease,box-shadow .18s ease}
.qa:hover{transform:translateY(-3px);box-shadow:0 30px 54px -22px rgba(3,16,28,.65)}
.qa-ic{flex:0 0 46px;width:46px;height:46px;border-radius:13px;
  display:flex;align-items:center;justify-content:center}
.qa-ic svg{width:24px;height:24px}
.qa-pay .qa-ic{background:var(--brand-100);color:var(--brand-700)}
.qa-em .qa-ic{background:var(--danger-soft);color:var(--danger)}
.qa-svc .qa-ic{background:#E4EDF4;color:var(--navy-700)}
.qa-body{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}
.qa-body strong{font-size:1.04rem;font-weight:700}
.qa-body em{font-style:normal;color:var(--text-soft);font-size:.87rem;line-height:1.45}
.lnk-arrow{display:inline-flex;color:var(--brand-700)}
.lnk-arrow svg{width:17px;height:17px}
.qa .lnk-arrow{opacity:.55;transition:opacity .18s ease,transform .18s ease}
.qa:hover .lnk-arrow{opacity:1;transform:translateX(3px)}

/* ============================================================= cards */
.card-grid{display:grid;gap:20px;width:100%;margin-top:8px}
.cols-2{grid-template-columns:repeat(2,1fr)}
.cols-3{grid-template-columns:repeat(3,1fr)}
.cols-4{grid-template-columns:repeat(4,1fr)}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:26px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;
  gap:10px;color:var(--ink);text-decoration:none;position:relative}
a.card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
a.card:hover{transform:translateY(-4px);border-color:var(--brand-300);box-shadow:var(--shadow-lift)}
.card h3{font-family:var(--font-display);font-size:1.22rem;font-weight:600;
  color:var(--ink);margin:2px 0 0;line-height:1.3}
.card p{color:var(--text);font-size:.97rem;line-height:1.65;margin:0}
.card-ic{width:46px;height:46px;border-radius:13px;background:var(--brand-100);
  color:var(--brand-700);display:flex;align-items:center;justify-content:center}
.card-ic svg{width:24px;height:24px}
.card-link{margin-top:auto;padding-top:8px;color:var(--brand-700);font-weight:600;
  font-size:.93rem;display:inline-flex;align-items:center;gap:7px}
a.card:hover .card-link .lnk-arrow{transform:translateX(3px)}
.way-card{gap:12px}

/* Document cards */
.doc-grid{margin-top:14px}
.doc-card{flex-direction:row;align-items:center;gap:16px;padding:20px 22px}
.doc-ic{flex:0 0 44px;width:44px;height:44px;border-radius:12px;background:var(--brand-100);
  color:var(--brand-700);display:flex;align-items:center;justify-content:center}
.doc-ic svg{width:22px;height:22px}
.doc-body{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}
.doc-body strong{font-weight:650;font-size:1rem;line-height:1.35}
.doc-body em{font-style:normal;color:var(--text-soft);font-size:.86rem;line-height:1.5}
.doc-tag{font-size:.7rem;font-weight:700;letter-spacing:.09em;color:var(--brand-700);
  border:1.4px solid var(--brand-300);border-radius:999px;padding:4px 10px;flex:0 0 auto}

/* ============================================================= stats */
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;width:100%;
  margin:20px 0 10px}
.stat{border-top:1px solid rgba(255,255,255,.24);padding-top:18px}
.stat-n{display:block;font-family:var(--font-display);font-weight:600;
  font-size:clamp(1.85rem,3vw,2.55rem);letter-spacing:-.01em;color:var(--sky)}
.stat-l{display:block;margin-top:7px;color:rgba(255,255,255,.78);
  font-size:.9rem;line-height:1.55;max-width:26ch}

/* ============================================================= steps */
.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;margin-top:8px}
.step{background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:28px 26px;box-shadow:var(--shadow-card)}
.step-n{display:flex;align-items:center;justify-content:center;width:44px;height:44px;
  border-radius:50%;background:var(--navy-900);color:var(--sky);
  font-family:var(--font-display);font-weight:600;font-size:1.25rem;margin-bottom:14px}
.step h3{font-family:var(--font-display);font-size:1.2rem;font-weight:600;
  color:var(--ink);margin:0 0 8px}
.step p{color:var(--text);font-size:.97rem;line-height:1.65;margin:0}
.step a{color:var(--brand-700);font-weight:600}

/* ============================================================= timeline */
.timeline{width:100%;max-width:680px;margin-top:6px}
.tl-item{position:relative;padding:0 0 36px 44px}
.tl-item:last-child{padding-bottom:0}
.tl-item::before{content:"";position:absolute;left:11px;top:8px;bottom:-4px;width:2px;
  background:var(--line)}
.tl-item:last-child::before{display:none}
.tl-dot{position:absolute;left:3px;top:4px;width:18px;height:18px;border-radius:50%;
  background:#fff;border:3px solid var(--brand-600)}
.tl-done .tl-dot{background:var(--brand-600);box-shadow:0 0 0 5px var(--brand-100)}
.tl-date{font-size:.78rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;
  color:var(--brand-700)}
.tl-item h3{font-family:var(--font-display);font-size:1.28rem;font-weight:600;
  color:var(--ink);margin:6px 0 7px}
.tl-item p{color:var(--text);line-height:1.7;margin:0;max-width:58ch}

/* ============================================================= panels */
.panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:32px;
  box-shadow:0 18px 40px -24px rgba(13,42,64,.3);width:100%}
.panel h3{font-family:var(--font-display);font-size:1.32rem;font-weight:600;
  color:var(--ink);margin:0 0 10px;line-height:1.3}
.panel p{color:var(--text);line-height:1.72;margin:0}
.panel p+p{margin-top:.8em}
.panel a{color:var(--brand-700);font-weight:600}
.panel-ic{display:flex;align-items:center;justify-content:center;width:48px;height:48px;
  border-radius:14px;background:rgba(255,255,255,.14);color:var(--sky);margin-bottom:16px}
.panel-ic svg{width:24px;height:24px}
.panel-link{display:inline-flex;align-items:center;gap:8px;margin-top:16px;
  color:var(--sky);font-weight:600;text-decoration:none}
.panel-link:hover{text-decoration:underline;text-underline-offset:3px}
.panel-link .lnk-arrow{color:currentColor}
.reach-panel{background:
  radial-gradient(420px 260px at 110% -30%, rgba(79,179,203,.3), transparent 65%),
  linear-gradient(160deg,#0E3A5C,#0A2438);border-color:rgba(255,255,255,.14)}
.reach-panel h3{color:#fff}
.reach-panel p{color:rgba(255,255,255,.82)}

/* Due-date panel */
.date-panel{display:grid;grid-template-columns:auto 1fr;gap:10px 22px;align-items:center}
.date-big{font-family:var(--font-display);font-weight:600;font-size:2.6rem;
  color:var(--brand-700);line-height:1}
.date-big sup{font-size:1.1rem;top:-1em;position:relative}
.date-late{color:var(--danger)}
.date-panel p{margin:0;font-size:.96rem}

/* Note card */
.note-card{display:flex;gap:14px;align-items:flex-start;background:var(--amber-soft);
  border:1px solid var(--amber-line);border-radius:14px;padding:18px 20px;
  width:100%;margin-top:18px}
.note-ic{flex:0 0 24px;color:var(--amber);margin-top:2px}
.note-ic svg{width:22px;height:22px}
.note-card p{margin:0;color:var(--ink);font-size:.96rem;line-height:1.6}

/* ============================================================= notice strip */
.notice{display:flex;align-items:center;gap:18px;background:var(--amber-soft);
  border:1px solid var(--amber-line);border-radius:16px;padding:18px 24px;width:100%}
.notice-badge{flex:0 0 auto;background:var(--amber);color:#fff;font-size:.7rem;
  font-weight:700;letter-spacing:.09em;text-transform:uppercase;
  padding:6px 12px;border-radius:999px}
.notice p{margin:0;color:var(--text);font-size:.97rem;line-height:1.55;flex:1}
.notice p strong{color:var(--ink)}
.notice-link{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;
  color:var(--brand-700);font-weight:600;font-size:.94rem;text-decoration:none;
  white-space:nowrap}
.notice-link:hover{text-decoration:underline;text-underline-offset:3px}

/* ============================================================= emergency cards */
.em-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;width:100%}
.em-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px;
  box-shadow:var(--shadow-card)}
.em-when{display:inline-flex;align-items:center;gap:9px;font-size:.78rem;font-weight:700;
  letter-spacing:.1em;text-transform:uppercase;color:var(--text-soft)}
.em-ic{display:inline-flex;color:currentColor}
.em-ic svg{width:17px;height:17px}
.em-phone{display:block;font-family:var(--font-display);font-weight:600;
  font-size:clamp(1.65rem,2.6vw,2.2rem);color:var(--navy-800);margin:12px 0 10px;
  text-decoration:none;letter-spacing:-.01em}
.em-phone:hover{color:var(--brand-700)}
.em-card p{margin:0;color:var(--text);line-height:1.65;font-size:.97rem}
.em-after{border-top:4px solid var(--danger)}
.em-after .em-when,.em-after .em-phone{color:var(--danger)}
.em-after .em-phone:hover{color:#A33921}

/* ============================================================= pull quote */
.pull-quote{margin:0;background:var(--mist);border-left:4px solid var(--brand-600);
  border-radius:0 18px 18px 0;padding:30px 32px;width:100%}
.pull-quote blockquote{margin:0}
.pull-quote p{font-family:var(--font-display);font-size:1.16rem;line-height:1.62;
  color:var(--navy-800);margin:0;font-weight:500}
.pull-quote figcaption{margin-top:14px;color:var(--text-soft);font-size:.88rem;font-weight:600}

/* ============================================================= fee table */
.table-wrap{width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:16px;
  background:#fff;box-shadow:var(--shadow-card);margin-top:12px;max-width:760px}
.fee-table{width:100%;border-collapse:collapse;min-width:420px}
.fee-table th{text-align:left;font-size:.75rem;letter-spacing:.11em;text-transform:uppercase;
  color:var(--text-soft);padding:15px 24px;border-bottom:1px solid var(--line);
  background:var(--mist);font-weight:700}
.fee-table td{padding:16px 24px;border-bottom:1px solid var(--line-soft);
  color:var(--ink);font-size:.99rem}
.fee-table td:last-child{font-weight:700;color:var(--navy-800);white-space:nowrap;
  font-variant-numeric:tabular-nums}
.fee-table tr:last-child td{border-bottom:0}

/* ============================================================= contact band */
.contact-band{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 40px;width:100%;
  background:var(--mist);border:1px solid var(--line);border-radius:22px;
  padding:40px 44px}
.cb-item{display:flex;gap:16px;align-items:flex-start}
.cb-ic{flex:0 0 44px;width:44px;height:44px;border-radius:12px;background:#fff;
  border:1px solid var(--line);color:var(--brand-700);display:flex;
  align-items:center;justify-content:center}
.cb-ic svg{width:21px;height:21px}
.cb-body{display:flex;flex-direction:column;gap:5px}
.cb-body strong{display:block;color:var(--ink);font-weight:700;font-size:.99rem;
  line-height:1.3}
.cb-body em{font-style:normal;color:var(--text);font-size:.93rem;line-height:1.6}
.cb-body a{color:var(--brand-700);font-weight:600}

/* ============================================================= header */
.site-header{position:sticky;top:0;z-index:100;background:#fff;
  box-shadow:0 1px 0 var(--line),0 10px 30px -24px rgba(13,42,64,.35)}
.topbar{background:var(--navy-950);color:rgba(255,255,255,.82);font-size:.82rem}
.topbar-in{max-width:1200px;margin-inline:auto;padding:9px 28px;display:flex;
  justify-content:space-between;gap:18px;align-items:center}
.tb-item{display:inline-flex;align-items:center;gap:8px}
.tb-item svg{width:15px;height:15px;color:var(--sky)}
.tb-item a{color:#fff;font-weight:600;text-decoration:none}
.tb-item a:hover{text-decoration:underline;text-underline-offset:3px}
.tb-em{color:rgba(255,255,255,.92)}
.masthead-in{max-width:1200px;margin-inline:auto;padding:14px 28px;display:flex;
  align-items:center;gap:20px}
.brand{display:flex;align-items:center;gap:13px;text-decoration:none;margin-right:auto;
  padding-left:6px}
.brand-mark{width:44px;height:44px;flex:0 0 44px}
.brand-text{display:flex;flex-direction:column;line-height:1.15}
.brand-text strong{font-family:var(--font-display);font-weight:600;font-size:1.42rem;
  color:var(--navy-900);letter-spacing:-.01em;white-space:nowrap}
.brand-text em{font-style:normal;font-size:.645rem;font-weight:600;letter-spacing:.11em;
  text-transform:uppercase;color:var(--text-soft);white-space:nowrap}
.site-nav{display:flex;align-items:center;gap:2px}
.site-nav a{display:inline-block;padding:9px 12px;border-radius:9px;color:var(--ink);
  font-weight:600;font-size:.92rem;line-height:1.2;white-space:nowrap;
  text-decoration:none;transition:background .15s,color .15s}
.site-nav a:hover{background:var(--brand-100);color:var(--brand-800)}
.site-nav a.is-active,.site-nav .current-menu-item a,.site-nav .current_page_item a{
  color:var(--brand-800);background:var(--brand-100)}
.site-nav ul{display:contents;list-style:none;margin:0;padding:0}
.site-nav li{display:contents}
.nav-toggle{display:none;background:none;border:1.5px solid var(--line);border-radius:10px;
  padding:9px 12px;cursor:pointer;color:var(--navy-900)}
.nav-toggle svg{width:20px;height:20px;display:block}

/* ============================================================= footer */
.site-footer{background:var(--navy-950);color:rgba(255,255,255,.78);margin-top:0}
.footer-em{background:linear-gradient(90deg,var(--brand-800),var(--brand-600));color:#fff}
.footer-em-in{max-width:1200px;margin-inline:auto;padding:16px 28px;display:flex;
  flex-wrap:wrap;gap:8px 30px;align-items:center;justify-content:space-between;
  font-size:.94rem}
.footer-em-in strong{font-weight:700}
.footer-em-in a{color:#fff;font-weight:700;text-decoration:underline;text-underline-offset:3px}
.footer-main{max-width:1200px;margin-inline:auto;padding:56px 28px 40px;display:grid;
  grid-template-columns:1.6fr 1fr 1.2fr 1fr;gap:40px}
.footer-brand .brand-text strong{color:#fff}
.footer-brand .brand-text em{color:rgba(255,255,255,.55)}
.footer-blurb{margin:16px 0 0;font-size:.92rem;line-height:1.7;max-width:34ch;
  color:rgba(255,255,255,.7)}
.site-footer h4{font-family:var(--font-body);font-size:.76rem;font-weight:700;
  letter-spacing:.14em;text-transform:uppercase;color:var(--sky);margin:4px 0 16px}
.footer-links{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.footer-links a{color:rgba(255,255,255,.82);text-decoration:none;font-size:.93rem}
.footer-links a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}
.footer-contact{list-style:none;margin:0;padding:0;display:grid;gap:11px;font-size:.93rem}
.footer-contact li{display:flex;gap:10px;align-items:flex-start;line-height:1.55}
.footer-contact svg{width:16px;height:16px;flex:0 0 16px;margin-top:4px;color:var(--sky)}
.footer-contact a{color:#fff;font-weight:600;text-decoration:none}
.footer-contact a:hover{text-decoration:underline;text-underline-offset:3px}
.footer-base{border-top:1px solid rgba(255,255,255,.12)}
.footer-base-in{max-width:1200px;margin-inline:auto;padding:20px 28px;display:flex;
  flex-wrap:wrap;gap:8px 24px;justify-content:space-between;font-size:.82rem;
  color:rgba(255,255,255,.55)}
.footer-credit{color:rgba(255,255,255,.6);text-decoration:none;font-size:.76rem;
  font-weight:600;letter-spacing:.09em}
.footer-credit:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}
.footer-heart{font-size:.8rem}

/* ============================================================= reveal
   Fail-open: the `rv` class is only ever ADDED BY JAVASCRIPT immediately
   before observing, so with no JS (and in the Elementor editor) nothing is
   ever hidden. */
.rv{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}
.rv-in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.rv{opacity:1;transform:none;transition:none}}
body.elementor-editor-active .rv,body.elementor-editor-active .rv-in{
  opacity:1 !important;transform:none !important}

/* ============================================================= responsive */
@media (max-width:1080px){
  .site-nav{position:absolute;left:0;right:0;top:100%;background:#fff;
    flex-direction:column;align-items:stretch;padding:12px 20px 20px;gap:2px;
    border-bottom:1px solid var(--line);box-shadow:0 26px 40px -24px rgba(13,42,64,.4)}
  .site-nav a{padding:13px 14px;font-size:1rem}
  html.js .site-nav{display:none}
  html.js .site-header.nav-open .site-nav{display:flex}
  .nav-toggle{display:inline-flex}
  .btn-pay{display:none}
  .qa-grid{grid-template-columns:1fr}
  .cols-3,.cols-4{grid-template-columns:repeat(2,1fr)}
  .stat-grid{grid-template-columns:repeat(2,1fr)}
  .step-grid{grid-template-columns:1fr}
  .footer-main{grid-template-columns:1fr 1fr}
}
/* ================================== classic (non-designed) WP content */
.page-plain-head{width:100%}
.entry-title{font-family:var(--font-display);color:var(--ink);font-weight:600;
  font-size:clamp(2rem,4vw,2.9rem);line-height:1.12;margin:0;letter-spacing:-.012em}
.post-meta{color:var(--text-soft);font-size:.9rem;margin:10px 0 0}
.entry-content{max-width:76ch;color:var(--text);line-height:1.75;width:100%}
.entry-content h2,.entry-content h3{font-family:var(--font-display);color:var(--ink);
  line-height:1.25;margin:1.6em 0 .6em}
.entry-content a{color:var(--brand-700)}
.entry-content img{border-radius:14px;height:auto}
.post-list{max-width:76ch}
.post-teaser{border-bottom:1px solid var(--line);padding:26px 0}
.post-teaser h2{margin:0 0 6px;font-family:var(--font-display);font-size:1.4rem}
.post-teaser h2 a{color:var(--ink);text-decoration:none}
.post-teaser h2 a:hover{color:var(--brand-700)}

@media (max-width:680px){
  .section{padding-block:64px}
  .hero{padding:72px 0 104px}
  .page-hero{padding:64px 0 52px}
  .topbar-in{justify-content:center}
  .tb-hours{display:none}
  .cols-2,.cols-3,.cols-4{grid-template-columns:1fr}
  .em-grid{grid-template-columns:1fr}
  .stat-grid{grid-template-columns:1fr 1fr;gap:20px}
  .contact-band{grid-template-columns:1fr;padding:26px}
  .notice{flex-wrap:wrap}
  .notice-link{margin-left:0}
  .date-panel{grid-template-columns:auto 1fr}
  .footer-main{grid-template-columns:1fr;gap:30px;padding:44px 28px 32px}
  .footer-em-in{justify-content:center;text-align:center}
  .doc-card{flex-wrap:wrap}
  body .elementor .elementor-widget-text-editor{font-size:1rem}
}
