:root {
  --ink: #17293a;
  --ink-deep: #102235;
  --text: #435466;
  --blue: #326f96;
  --blue-dark: #245878;
  --blue-soft: #eaf2f7;
  --green: #719689;
  --green-dark: #55786c;
  --cream: #f7f5ef;
  --paper: #ffffff;
  --surface: #f4f7f9;
  --line: #d8e1e7;
  --line-dark: #bdcbd4;
  --shadow: 0 24px 65px rgba(24, 53, 75, .11);
  --radius: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
body.nav-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.14; text-wrap: balance; }
h1 { margin-bottom: 1.4rem; font-size: clamp(2.55rem, 8.2vw, 4.85rem); font-weight: 720; letter-spacing: -.06em; }
h2 { margin-bottom: 1.15rem; font-size: clamp(2rem, 5.5vw, 3.4rem); font-weight: 700; letter-spacing: -.045em; }
h3 { margin-bottom: .65rem; font-size: 1.12rem; letter-spacing: -.025em; }
p { color: var(--text); }
ul, ol { margin-top: 0; }
::selection { background: #c7dce8; color: var(--ink-deep); }
:focus-visible { outline: 3px solid #d89136; outline-offset: 4px; }

.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.section { padding-block: clamp(4.8rem, 9vw, 8rem); }
.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: fixed;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  padding: .75rem 1rem;
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }

.eyebrow {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1rem;
  color: var(--blue-dark);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.eyebrow > span { width: 1.35rem; height: 1.35rem; display: grid; place-items: center; border-radius: 50%; background: #dfece8; color: var(--green-dark); font-size: .65rem; }
.eyebrow-light { color: #b7d9e9; }
.eyebrow-light > span { background: rgba(255,255,255,.12); color: white; }
.section-heading > p:not(.eyebrow) { max-width: 43rem; font-size: 1.02rem; }
.centered { max-width: 47rem; margin: 0 auto 3rem; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:last-child { margin-inline: auto; }

.button {
  min-height: 3.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: .85rem 1.2rem;
  border: 1px solid var(--blue);
  border-radius: 9px;
  background: var(--blue);
  color: white;
  font-weight: 780;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(50,111,150,.16);
  transition: background .2s, border-color .2s, transform .2s, box-shadow .2s;
}
.button:hover { border-color: var(--blue-dark); background: var(--blue-dark); box-shadow: 0 13px 30px rgba(37,88,120,.22); transform: translateY(-2px); }
.button-secondary { border-color: var(--line-dark); background: transparent; color: var(--ink); box-shadow: none; }
.button-secondary:hover { border-color: var(--ink); background: white; color: var(--ink); box-shadow: none; }
.button-small { min-height: 2.75rem; padding: .65rem .95rem; font-size: .78rem; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--blue-dark); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(184, 199, 209, .75);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 4.75rem; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .72rem; color: var(--ink); text-decoration: none; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font-size: .96rem; line-height: 1.15; letter-spacing: -.025em; }
.brand small { margin-top: .18rem; color: #70808c; font-size: .53rem; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.brand-mark { position: relative; width: 2.45rem; height: 2.45rem; display: block; border-radius: 10px; background: var(--ink); box-shadow: 0 7px 18px rgba(23,41,58,.15); }
.brand-mark i { position: absolute; left: .62rem; width: 1.22rem; height: 2px; border-radius: 2px; background: white; }
.brand-mark i:nth-child(1) { top: .72rem; }
.brand-mark i:nth-child(2) { top: 1.16rem; }
.brand-mark i:nth-child(3) { top: 1.6rem; width: .8rem; background: #91b9aa; }
.nav-toggle { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; background: white; }
.nav-toggle > span:last-child,
.nav-toggle > span:last-child::before,
.nav-toggle > span:last-child::after {
  width: 1.2rem;
  height: 2px;
  display: block;
  border-radius: 2px;
  background: var(--ink);
  content: "";
  transition: transform .2s, opacity .2s;
}
.nav-toggle > span:last-child { position: relative; }
.nav-toggle > span:last-child::before { position: absolute; top: -.38rem; }
.nav-toggle > span:last-child::after { position: absolute; top: .38rem; }
.nav-toggle[aria-expanded="true"] > span:last-child { background: transparent; }
.nav-toggle[aria-expanded="true"] > span:last-child::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] > span:last-child::after { top: 0; transform: rotate(-45deg); }
.site-nav {
  position: fixed;
  inset: 4.75rem 0 auto;
  max-height: calc(100vh - 4.75rem);
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: .15rem;
  overflow-y: auto;
  padding: 1.2rem 1rem 1.6rem;
  border-bottom: 1px solid var(--line);
  background: white;
  box-shadow: var(--shadow);
}
.site-nav.is-open { display: flex; }
.site-nav > a:not(.button) { padding: .8rem .6rem; color: #34495a; font-size: .9rem; font-weight: 700; text-decoration: none; }
.site-nav > a:not(.button):hover { color: var(--blue); }

.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4rem, 8vw, 7.5rem) 4rem;
  background: var(--cream);
}
.hero::before {
  position: absolute;
  inset: 0 0 0 auto;
  width: 50%;
  background-image: linear-gradient(rgba(66,95,115,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(66,95,115,.055) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  mask-image: linear-gradient(to left, #000, transparent);
}
.hero-layout { position: relative; display: grid; gap: 3.2rem; align-items: center; }
.hero h1 em { display: block; margin-top: .25rem; color: var(--blue); font-style: normal; font-weight: 550; }
.hero-lead { max-width: 42rem; margin-bottom: 1.6rem; font-size: 1.08rem; }
.check-list { display: grid; gap: .7rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.85rem; color: #3f5160; font-size: .9rem; }
.check-list li::before {
  position: absolute;
  top: .3rem;
  left: 0;
  width: 1.05rem;
  height: 1.05rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dbeae5;
  color: var(--green-dark);
  content: "✓";
  font-size: .65rem;
  font-weight: 900;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.8rem; }
.demo-note { max-width: 37rem; margin: 1rem 0 0; color: #71808a; font-size: .68rem; }

.dashboard { position: relative; padding: .85rem; border: 1px solid #c8d5dc; border-radius: 18px; background: rgba(255,255,255,.78); box-shadow: 0 30px 75px rgba(31,62,82,.16); backdrop-filter: blur(8px); }
.dashboard::after { position: absolute; z-index: -1; right: -1.3rem; bottom: -1.3rem; width: 65%; height: 65%; border-radius: 18px; background: #dce9e4; content: ""; }
.dashboard-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .65rem .65rem 1rem; border-bottom: 1px solid var(--line); }
.dashboard-head > span { display: flex; align-items: center; gap: .5rem; font-size: .72rem; font-weight: 800; }
.dashboard-head > span i { width: .55rem; height: .55rem; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px #e5f0ec; }
.dashboard-head b { padding: .3rem .5rem; border: 1px solid var(--line); border-radius: 6px; background: white; color: #61717d; font-size: .58rem; letter-spacing: .05em; text-transform: uppercase; }
.dashboard-grid { display: grid; gap: .75rem; padding-block: .8rem; }
.documents-panel, .summary-panel article, .month-card { border: 1px solid var(--line); border-radius: 10px; background: white; }
.documents-panel { min-height: 21rem; padding: .85rem; }
.panel-label { display: flex; justify-content: space-between; gap: .8rem; color: #536572; font-size: .62rem; font-weight: 800; }
.panel-label span { color: #8a98a1; font-weight: 600; }
.document-stack { position: relative; width: 9.7rem; height: 11.7rem; margin: 1.5rem auto 1rem; }
.paper { position: absolute; width: 7.8rem; height: 10rem; border: 1px solid #cbd6dc; border-radius: 4px; background: white; box-shadow: 0 8px 18px rgba(29,54,71,.08); }
.paper-back { top: 0; left: 0; transform: rotate(-7deg); }
.paper-middle { top: .2rem; right: 0; transform: rotate(6deg); }
.paper-front { top: .8rem; left: .95rem; padding: .8rem; }
.paper-front span { display: block; margin-bottom: .25rem; color: var(--blue); font-size: .48rem; font-weight: 900; letter-spacing: .12em; }
.paper-front b { display: block; margin-bottom: 1rem; font-size: .72rem; }
.paper-front i { display: block; width: 100%; height: 3px; margin-bottom: .45rem; border-radius: 2px; background: #dce4e8; }
.paper-front i:nth-of-type(2) { width: 72%; }
.paper-front i:nth-of-type(3) { width: 86%; }
.paper-front small { position: absolute; right: .65rem; bottom: .65rem; padding: .2rem .35rem; border-radius: 4px; background: #dcece6; color: var(--green-dark); font-size: .43rem; font-weight: 850; }
.document-rows { display: grid; gap: .35rem; }
.document-rows > span { display: grid; grid-template-columns: 1.7rem 1fr 1rem; align-items: center; gap: .45rem; padding: .4rem; border-radius: 6px; background: var(--surface); }
.document-rows i { color: var(--blue); font-size: .43rem; font-style: normal; font-weight: 900; }
.document-rows b { overflow: hidden; color: #596a77; font-size: .52rem; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.document-rows em { color: var(--green-dark); font-size: .6rem; font-style: normal; }
.summary-panel { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.summary-panel article { min-height: 8rem; padding: .8rem; }
.summary-panel article > span, .month-card span { display: block; color: #6f7f8a; font-size: .55rem; font-weight: 700; }
.summary-panel article strong { display: block; margin: .7rem 0 .35rem; font-size: 1.8rem; letter-spacing: -.05em; }
.summary-panel article small { display: flex; align-items: center; gap: .3rem; color: var(--green-dark); font-size: .48rem; }
.summary-panel article small i { width: .4rem; height: .4rem; border-radius: 50%; background: var(--green); }
.month-card { grid-column: 1 / -1; padding: .85rem; }
.month-card > div:first-child { display: flex; align-items: center; justify-content: space-between; }
.month-card b { font-size: .75rem; }
.progress { height: .45rem; margin: .7rem 0; overflow: hidden; border-radius: 99px; background: #e6edf1; }
.progress i { width: 82%; height: 100%; display: block; border-radius: inherit; background: var(--blue); }
.month-card > small { color: #8a98a1; font-size: .48rem; }
.dashboard-foot { display: flex; justify-content: space-between; gap: .6rem; padding: .65rem; border-top: 1px solid var(--line); color: #83919a; font-size: .5rem; }
.dashboard-foot span:first-child { color: var(--green-dark); font-weight: 750; }
.dashboard-foot i { width: .9rem; height: .9rem; display: inline-grid; place-items: center; margin-right: .25rem; border-radius: 50%; background: #dcece6; font-size: .48rem; font-style: normal; }

.trust-strip { padding-block: 2.3rem; border-block: 1px solid var(--line); background: white; }
.trust-grid { display: grid; }
.trust-grid article { display: grid; grid-template-columns: 2rem 1fr; gap: .65rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.trust-grid article:last-child { border-bottom: 0; }
.trust-grid article > span { width: 1.7rem; height: 1.7rem; display: grid; place-items: center; border-radius: 6px; background: var(--blue-soft); color: var(--blue-dark); font-size: .52rem; font-weight: 900; }
.trust-grid h3 { margin: .25rem 0 .4rem; font-size: .92rem; }
.trust-grid p { margin: 0; font-size: .73rem; line-height: 1.55; }

.problem-section { background: var(--surface); }
.problem-layout { display: grid; gap: 2.8rem; align-items: center; }
.calm-note { display: flex; gap: .75rem; margin-top: 1.5rem; padding: 1rem; border: 1px solid #cbdde7; border-radius: 10px; background: var(--blue-soft); }
.calm-note span, .price-note span { flex: 0 0 1.45rem; width: 1.45rem; height: 1.45rem; display: grid; place-items: center; border: 1px solid #92b1c4; border-radius: 50%; color: var(--blue-dark); font-size: .65rem; font-weight: 850; }
.calm-note p { margin: 0; font-size: .78rem !important; }
.problem-list { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 14px 40px rgba(28,58,78,.06); }
.problem-list article { position: relative; display: grid; grid-template-columns: 2rem 1fr 1.8rem; align-items: center; gap: .65rem; min-height: 4.5rem; padding: .75rem 1rem; border-bottom: 1px solid var(--line); }
.problem-list article:last-child { border-bottom: 0; }
.problem-list article > span { color: #8495a1; font-size: .55rem; font-weight: 850; }
.problem-list article p { margin: 0; color: #344a5a; font-size: .82rem; font-weight: 680; }
.problem-list article i { position: relative; width: 1.55rem; height: 1.55rem; border: 1px solid #cad6dd; border-radius: 5px; }
.problem-list article i::before, .problem-list article i::after { position: absolute; left: .36rem; width: .8rem; height: 1px; background: #9aacb7; content: ""; }
.problem-list article i::before { top: .55rem; }
.problem-list article i::after { top: .9rem; width: .55rem; }

.services-section { background: white; }
.services-grid { display: grid; gap: .85rem; }
.service-card { position: relative; min-height: 19rem; padding: 1.4rem; border: 1px solid var(--line); border-radius: 12px; background: white; transition: border-color .2s, box-shadow .2s, transform .2s; }
.service-card:hover { border-color: #9ebacb; box-shadow: 0 14px 35px rgba(29,66,90,.08); transform: translateY(-3px); }
.service-card > span { position: absolute; top: 1.3rem; right: 1.3rem; color: #9aa7af; font-size: .53rem; font-weight: 850; }
.service-card h3 { margin-top: 1.8rem; font-size: 1.15rem; }
.service-card p { margin: 0; font-size: .83rem; }
.service-icon { position: relative; width: 3.8rem; height: 3.8rem; color: var(--blue); }
.file-icon { border: 2px solid currentColor; border-radius: 5px; }
.file-icon::after { position: absolute; top: -2px; right: -2px; width: 1.15rem; height: 1.15rem; border-bottom: 2px solid currentColor; border-left: 2px solid currentColor; background: white; content: ""; }
.file-icon i { position: absolute; left: .65rem; width: 1.8rem; height: 2px; background: currentColor; }
.file-icon i:nth-child(1) { top: 1.3rem; }.file-icon i:nth-child(2) { top: 1.9rem; width: 2.3rem; }.file-icon i:nth-child(3) { top: 2.5rem; }
.invoice-icon { border: 2px solid currentColor; border-radius: 5px; }
.invoice-icon::before { position: absolute; top: .65rem; left: .65rem; color: currentColor; content: "€"; font-size: 1.1rem; font-weight: 850; }
.invoice-icon i { position: absolute; right: .5rem; width: 1rem; height: 2px; background: currentColor; }
.invoice-icon i:nth-child(1) { top: .8rem; }.invoice-icon i:nth-child(2) { top: 1.35rem; }.invoice-icon i:nth-child(3) { right: .65rem; bottom: .65rem; width: 2.4rem; }
.calendar-icon { border: 2px solid currentColor; border-radius: 5px; }
.calendar-icon::before { position: absolute; top: .8rem; right: 0; left: 0; height: 2px; background: currentColor; content: ""; }
.calendar-icon i { position: absolute; width: .45rem; height: .45rem; border-radius: 2px; background: currentColor; }
.calendar-icon i:nth-child(1) { top: 1.4rem; left: .7rem; }.calendar-icon i:nth-child(2) { top: 1.4rem; right: .7rem; }.calendar-icon i:nth-child(3) { bottom: .65rem; left: .7rem; }.calendar-icon i:nth-child(4) { right: .7rem; bottom: .65rem; }
.person-icon i:first-child { position: absolute; top: .15rem; left: 1.22rem; width: 1.35rem; height: 1.35rem; border: 2px solid currentColor; border-radius: 50%; }
.person-icon i:last-child { position: absolute; right: .55rem; bottom: .2rem; left: .55rem; height: 1.75rem; border: 2px solid currentColor; border-radius: 50% 50% 8px 8px; }
.table-icon { display: grid; grid-template-columns: 1fr 1fr; border: 2px solid currentColor; border-radius: 5px; }
.table-icon i { border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; }
.folder-icon { margin-top: .55rem; height: 3.2rem; border: 2px solid currentColor; border-radius: 4px; }
.folder-icon::before { position: absolute; top: -.7rem; left: -.1rem; width: 1.7rem; height: .7rem; border: 2px solid currentColor; border-bottom: 0; border-radius: 4px 4px 0 0; background: white; content: ""; }
.folder-icon i { position: absolute; top: .65rem; left: .65rem; width: 2.4rem; height: 2px; background: currentColor; }
.folder-icon i:nth-child(2) { top: 1.25rem; width: 1.8rem; }.folder-icon i:nth-child(3) { top: 1.85rem; width: 2.1rem; }

.monthly-section { background: var(--ink-deep); }
.monthly-shell { display: grid; gap: 2.2rem; }
.monthly-copy h2 { color: white; }
.monthly-copy > p:not(.eyebrow) { color: #b8c7d1; }
.calendar-visual { overflow: hidden; padding: 1rem; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: white; box-shadow: 18px 18px 0 rgba(78,125,111,.18); }
.calendar-top { display: flex; align-items: end; justify-content: space-between; padding-bottom: .75rem; border-bottom: 1px solid var(--line); }
.calendar-top b { font-size: 1rem; letter-spacing: .09em; }
.calendar-top span { color: #748490; font-size: .65rem; }
.calendar-days { display: grid; grid-template-columns: repeat(5, 1fr); gap: .35rem; padding-block: .8rem; }
.calendar-days span { color: #8997a0; font-size: .5rem; text-align: center; }
.calendar-days i { min-height: 2rem; display: grid; place-items: center; border-radius: 5px; background: var(--surface); color: var(--green-dark); font-size: .55rem; font-style: normal; }
.calendar-days i.done { background: #e0ece8; }
.calendar-days i.active { background: var(--blue); color: white; font-weight: 850; }
.calendar-status { display: flex; justify-content: space-between; gap: .8rem; padding-top: .75rem; border-top: 1px solid var(--line); color: #637582; font-size: .55rem; }
.calendar-status span { display: flex; align-items: center; gap: .35rem; }
.calendar-status i { width: .45rem; height: .45rem; border-radius: 50%; background: var(--green); }
.calendar-status b { color: var(--green-dark); }
.monthly-timeline { display: grid; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.monthly-timeline li { position: relative; display: grid; grid-template-columns: 2.2rem 1fr; gap: .65rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.monthly-timeline li > span { width: 1.8rem; height: 1.8rem; display: grid; place-items: center; border-radius: 50%; background: rgba(134,181,164,.16); color: #add0c4; font-size: .55rem; font-weight: 900; }
.monthly-timeline h3 { margin: .25rem 0 .4rem; color: white; font-size: .95rem; }
.monthly-timeline p { margin: 0; color: #aebec8; font-size: .76rem; }

.process-section { background: var(--cream); }
.process-layout { display: grid; gap: 3rem; }
.mini-folder { display: flex; align-items: center; gap: .8rem; margin-top: 2rem; padding: .9rem; border: 1px solid var(--line); border-radius: 10px; background: white; }
.mini-folder i { position: relative; width: 2.5rem; height: 1.7rem; border: 2px solid var(--green); border-radius: 3px; }
.mini-folder i::before { position: absolute; top: -.5rem; left: -.12rem; width: 1rem; height: .45rem; border: 2px solid var(--green); border-bottom: 0; border-radius: 3px 3px 0 0; content: ""; }
.mini-folder span { color: #687986; font-size: .65rem; line-height: 1.35; }
.mini-folder b { color: var(--ink); font-size: .77rem; }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; }
.process-list li { display: grid; grid-template-columns: 2.3rem 1fr; gap: .8rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line-dark); }
.process-list li > span { padding-top: .3rem; color: var(--blue); font-size: .62rem; font-weight: 900; }
.process-list h3 { margin-bottom: .35rem; font-size: 1rem; }
.process-list p { margin: 0; font-size: .8rem; }

.values-section { background: white; }
.heading-row { display: grid; gap: 1rem; margin-bottom: 2.7rem; }
.values-grid { display: grid; gap: .85rem; }
.values-grid article { display: grid; grid-template-columns: 2.7rem 1fr; gap: .9rem; padding: 1.35rem; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.values-grid article > span { width: 2.45rem; height: 2.45rem; display: grid; place-items: center; border: 1px solid #bfd4df; border-radius: 9px; background: white; color: var(--blue); font-size: 1rem; font-weight: 800; }
.values-grid h3 { margin-top: .55rem; font-size: 1.02rem; }
.values-grid p { margin: 0; font-size: .8rem; }

.packages-section { background: var(--surface); }
.packages-grid { display: grid; gap: 1rem; align-items: stretch; }
.package-card { position: relative; display: flex; flex-direction: column; padding: 1.35rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.package-card.recommended { border: 2px solid var(--blue); box-shadow: var(--shadow); }
.recommendation { margin: -1.35rem -1.35rem 1.25rem; padding: .55rem; border-radius: 12px 12px 0 0; background: var(--blue); color: white; font-size: .58rem; font-weight: 850; letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.package-head { padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.package-head > span { color: var(--blue); font-size: .55rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.package-head h3 { margin: .7rem 0 .55rem; font-size: 1.35rem; }
.package-head p { margin: 0; font-size: .78rem; }
.package-card ul { display: grid; gap: .7rem; padding: 1.2rem 0; list-style: none; }
.package-card li { position: relative; padding-left: 1.5rem; color: #445a69; font-size: .78rem; }
.package-card li::before { position: absolute; top: .25rem; left: 0; width: .9rem; height: .9rem; display: grid; place-items: center; border-radius: 50%; background: #deebe6; color: var(--green-dark); content: "✓"; font-size: .5rem; font-weight: 900; }
.package-foot { display: grid; gap: .8rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); }
.package-foot small { color: #84919a; font-size: .6rem; }
.package-foot a { display: flex; justify-content: space-between; gap: .5rem; color: var(--blue-dark); font-size: .75rem; font-weight: 850; text-decoration: none; }
.package-foot a:hover { text-decoration: underline; text-underline-offset: 3px; }

.price-section { background: white; }
.price-layout { display: grid; gap: 3rem; align-items: center; }
.price-note { display: flex; gap: .75rem; margin: 1.5rem 0; padding: 1rem; border-radius: 10px; background: var(--cream); }
.price-note p { margin: 0; font-size: .76rem; }
.price-factors { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 50px rgba(31,64,84,.08); }
.factor-heading { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 1.1rem; background: var(--ink); color: white; font-size: .67rem; }
.factor-heading span { font-weight: 800; }
.factor-heading b { color: #a9cabd; font-size: .6rem; }
.price-factors ul { margin: 0; padding: 0; list-style: none; }
.price-factors li { display: grid; grid-template-columns: 2rem 1fr; gap: .6rem; padding: .85rem 1.1rem; border-bottom: 1px solid var(--line); color: #3d5363; font-size: .78rem; }
.price-factors li:last-child { border-bottom: 0; }
.price-factors li span { color: var(--blue); font-size: .55rem; font-weight: 900; }

.audience-section { background: var(--ink-deep); color: white; }
.audience-layout { display: grid; gap: 2.5rem; }
.audience-layout h2 { color: white; }
.audience-layout .section-heading > p:not(.eyebrow) { color: #b7c5ce; }
.audience-list { display: grid; margin: 0; padding: 0; list-style: none; }
.audience-list li { display: flex; align-items: center; gap: .8rem; min-height: 3.7rem; border-bottom: 1px solid rgba(255,255,255,.14); color: #e9eef1; font-size: .78rem; font-weight: 700; }
.audience-list span { color: #8fbcae; font-size: .52rem; font-weight: 900; }

.faq-section { background: var(--cream); }
.faq-layout { display: grid; gap: 2.8rem; }
.faq-intro .text-link { margin-top: 1rem; }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { position: relative; padding: 1.35rem 3rem 1.35rem 0; font-weight: 780; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; top: 50%; right: .45rem; width: 1.6rem; height: 1.6rem; border: 1px solid var(--line-dark); border-radius: 50%; transform: translateY(-50%); }
.faq-list summary span::before, .faq-list summary span::after { position: absolute; top: 50%; left: 50%; width: .65rem; height: 1px; background: var(--blue); content: ""; transform: translate(-50%, -50%); transition: transform .2s; }
.faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary span::after { transform: translate(-50%, -50%); }
.faq-list details div { padding: 0 2.5rem 1.3rem 0; }
.faq-list details p { margin: 0; font-size: .84rem; }

.contact-section { padding-block: 1rem 0; background: var(--cream); }
.contact-shell { display: grid; overflow: hidden; border-radius: 18px; background: var(--ink); box-shadow: var(--shadow); }
.contact-copy { padding: clamp(1.5rem, 5vw, 4rem); }
.contact-copy h2 { color: white; }
.contact-copy > p:not(.eyebrow) { color: #b8c6cf; }
.contact-options { display: grid; gap: .55rem; margin: 1.8rem 0; }
.contact-options a { display: flex; align-items: center; gap: .7rem; padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.14); color: white; font-size: .77rem; font-weight: 730; text-decoration: none; overflow-wrap: anywhere; }
.contact-options a > span:first-child { flex: 0 0 2rem; width: 2rem; height: 2rem; display: grid; place-items: center; border-radius: 7px; background: rgba(255,255,255,.08); color: #a9d0c1; }
.contact-options small { display: block; color: #8295a2; font-size: .55rem; text-transform: uppercase; letter-spacing: .08em; }
.back-link { color: #a9d0c1; font-size: .75rem; font-weight: 750; text-decoration: none; }
.contact-form { margin: .65rem; padding: 1.2rem; border-radius: 13px; background: white; color: var(--ink); }
.form-heading { display: flex; align-items: start; justify-content: space-between; gap: 1rem; margin-bottom: 1.3rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--blue); font-size: .53rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.form-heading h3 { margin: .25rem 0 0; font-size: 1.25rem; }
.form-heading b { padding: .3rem .45rem; border-radius: 5px; background: var(--blue-soft); color: var(--blue-dark); font-size: .5rem; text-transform: uppercase; white-space: nowrap; }
.contact-form label { display: grid; gap: .4rem; margin-bottom: .85rem; color: #3b5060; font-size: .67rem; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #cbd6dc; border-radius: 7px; background: var(--surface); color: var(--ink); }
.contact-form input { min-height: 3rem; padding: .7rem; }
.contact-form textarea { padding: .7rem; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #8d9aa3; }
.contact-form .button { width: 100%; border: 0; }
.form-note { margin: .65rem 0 0; color: #7b8992; font-size: .61rem; text-align: center; }

.site-footer { padding-top: 5rem; background: #0b1b29; color: white; }
.brand-light { color: white; }
.brand-light .brand-mark { background: #1d4057; }
.footer-main { display: grid; gap: 2.5rem; padding-bottom: 3rem; }
.footer-brand p { margin: 1rem 0 0; color: #7f929e; font-size: .78rem; }
.footer-main nav, .footer-contact { display: flex; flex-direction: column; gap: .55rem; }
.footer-main nav strong, .footer-contact strong { margin-bottom: .4rem; color: #8fb8a9; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-main nav a, .footer-contact a { color: #a8b6bf; font-size: .75rem; text-decoration: none; }
.footer-main nav a:hover, .footer-contact a:hover { color: white; }
.footer-bottom { display: flex; flex-direction: column; gap: .35rem; padding-block: 1.2rem; border-top: 1px solid #263847; }
.footer-bottom p { margin: 0; color: #71828d; font-size: .62rem; }

@media (min-width: 620px) {
  .dashboard-grid { grid-template-columns: 1.15fr .85fr; }
  .summary-panel { grid-template-columns: 1fr; }
  .month-card { grid-column: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article:nth-child(odd) { padding-right: 1.2rem; border-right: 1px solid var(--line); }
  .trust-grid article:nth-child(even) { padding-left: 1.2rem; }
  .trust-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .services-grid, .values-grid { grid-template-columns: repeat(2, 1fr); }
  .monthly-timeline { grid-template-columns: repeat(2, 1fr); border-left: 1px solid rgba(255,255,255,.16); }
  .monthly-timeline li { min-height: 9.5rem; padding: 1.25rem; border-right: 1px solid rgba(255,255,255,.16); }
  .packages-grid { grid-template-columns: repeat(2, 1fr); }
  .package-card:last-child { grid-column: 1 / -1; }
  .audience-list { grid-template-columns: repeat(2, 1fr); column-gap: 2rem; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
  .footer-main { grid-template-columns: 1.6fr 1fr 1fr; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
}

@media (min-width: 800px) {
  .problem-layout, .price-layout, .faq-layout { grid-template-columns: .9fr 1.1fr; gap: 4.5rem; }
  .monthly-shell { grid-template-columns: 1fr .75fr; align-items: center; }
  .monthly-timeline { grid-column: 1 / -1; grid-template-columns: repeat(4, 1fr); }
  .heading-row { grid-template-columns: 1.35fr .65fr; align-items: end; }
  .heading-row > p { justify-self: end; }
  .audience-layout { grid-template-columns: .8fr 1.2fr; align-items: center; }
  .contact-shell { grid-template-columns: 1fr .9fr; }
  .contact-form { margin: .7rem; padding: 2rem; }
}

@media (min-width: 960px) {
  .header-inner { min-height: 5rem; }
  .nav-toggle { display: none; }
  .site-nav { position: static; max-height: none; display: flex; flex-direction: row; align-items: center; gap: .1rem; overflow: visible; padding: 0; border: 0; background: transparent; box-shadow: none; }
  .site-nav > a:not(.button) { padding: .6rem .55rem; font-size: .7rem; }
  .site-nav .button { margin-left: .4rem; }
  .hero-layout { grid-template-columns: 1fr .94fr; gap: 4.7rem; }
  .dashboard { padding: 1rem; }
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .trust-grid article { padding: .3rem 1.15rem !important; border-right: 1px solid var(--line) !important; border-bottom: 0; }
  .trust-grid article:first-child { padding-left: 0 !important; }
  .trust-grid article:last-child { padding-right: 0 !important; border-right: 0 !important; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card { min-height: 20rem; padding: 1.6rem; }
  .process-layout { grid-template-columns: .75fr 1.25fr; gap: 6rem; }
  .process-intro { position: sticky; top: 7.5rem; align-self: start; }
  .process-list li { grid-template-columns: 3.2rem 1fr; padding: 1.5rem; transition: background .2s; }
  .process-list li:hover { background: rgba(255,255,255,.65); }
  .values-grid { grid-template-columns: repeat(4, 1fr); }
  .values-grid article { display: block; min-height: 15rem; }
  .values-grid h3 { margin-top: 1.7rem; }
  .packages-grid { grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
  .package-card { min-height: 31rem; padding: 1.6rem; }
  .package-card:last-child { grid-column: auto; }
  .package-card.recommended { transform: translateY(-1rem); }
  .recommendation { margin: -1.6rem -1.6rem 1.25rem; }
  .price-layout { gap: 6rem; }
}

@media (min-width: 1180px) {
  .container { width: min(calc(100% - 4rem), var(--container)); }
  .site-nav > a:not(.button) { padding-inline: .7rem; }
  .brand strong { font-size: 1.02rem; }
}

@media (max-width: 420px) {
  h1 { font-size: 2.28rem; }
  .brand strong { font-size: .82rem; }
  .brand small { max-width: 11rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hero-actions .button { width: 100%; }
  .dashboard-grid { min-width: 0; }
  .documents-panel { min-width: 0; }
  .dashboard-foot span:last-child { display: none; }
  .form-heading { display: block; }
  .form-heading b { display: inline-block; margin-top: .6rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
