@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
}
:root {
  --blue: #36589b;
  --indigo: #4c61d3;
  --cyan: #0e8dc5;
  --aqua: #00e5d0;
  --ink: #15264a;
  --muted: #46536a;
  --line: #d9e2ee;
  --paper: #f3f7fc;
  --night: #102447;
  --gradient: linear-gradient(120deg, #36589b, #4c61d3);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font: 400 1.125rem/1.65 Manrope, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.16; font-weight: 700; }
h1 { font-size: clamp(2.25rem, 6vw, 4rem); letter-spacing: -.035em; }
h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); letter-spacing: -.03em; }
h3 { font-size: 1.5rem; letter-spacing: -.02em; line-height: 1.25; }
p { font-size: 1.125rem; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
a, button, summary { touch-action: manipulation; }
button, summary { cursor: pointer; }
::selection { background: var(--aqua); color: var(--night); }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 5px; }
.skip { position: fixed; top: -100px; left: 20px; z-index: 100; background: #fff; padding: 14px; }
.skip:focus { top: 12px; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding-block: 56px; }
.eyebrow {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .015em;
  color: var(--blue);
  margin-bottom: 18px;
}
.gradient-text { color: var(--blue); }
h2 span { color: var(--blue); }
.fine { font-size: 1rem; line-height: 1.65; color: var(--muted); }
.actions { display: flex; flex-direction: column; align-items: stretch; gap: 14px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 56px;
  padding: 15px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: var(--blue);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  transition: background .2s, transform .2s;
}
.button span { font-size: 1.25rem; }
.button:hover { background: var(--indigo); transform: translateY(-2px); }
.button-light { background: var(--aqua); color: var(--night); }
.button-light:hover { background: #7ff3e4; color: var(--night); }
.button-outline { background: #fff; color: var(--blue); border-color: #a8bcdf; }
.button-outline:hover { background: var(--paper); color: var(--blue); }
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 44px;
  padding-block: 6px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--blue);
  text-underline-offset: 5px;
}
.text-link:hover { text-decoration: underline; }
/* Navigation: mobile layout is the default. */
.site-header { position: sticky; top: 0; z-index: 50; background: #ffffffed; backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.site-header.scrolled { box-shadow: 0 5px 20px #15264a08; }
.nav-wrap { width: min(1260px, calc(100% - 40px)); margin: auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; min-height: 80px; padding-block: 12px; }
.brand { display: inline-block; flex-shrink: 0; }
.brand img { width: 148px; }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); font-size: 1rem; padding: 8px 12px; min-height: 44px; }
.has-js .menu-toggle { display: block; }
.site-header nav { display: flex; flex-wrap: wrap; width: 100%; gap: 12px 24px; padding: 8px 0; }
.has-js .site-header nav { display: none; }
.has-js .site-header nav.is-open { display: flex; }
.site-header nav a { font-size: 1rem; font-weight: 700; padding-block: 8px; }
.site-header nav a:hover, .site-header nav a[aria-current] { color: var(--blue); text-decoration: underline; text-underline-offset: 7px; }
.language-switcher { display: inline-flex; align-items: center; gap: 7px; padding-left: 14px; border-left: 1px solid var(--line); }
.language-switcher a { color: var(--muted); font-size: .875rem !important; letter-spacing: .05em; text-decoration: none !important; }
.language-switcher a:hover, .language-switcher a.is-active { color: var(--blue); text-decoration: underline !important; text-underline-offset: 5px; }
.language-switcher span { color: #aeb9c8; }
/* Home: a single reading flow, without floating labels or text over images. */
.home-hero { display: grid; gap: 32px; padding-block: 32px 48px; }
.home h1 { max-width: 13ch; font-size: clamp(2.25rem, 8.3vw, 4.25rem); line-height: 1.12; letter-spacing: -.04em; }
.home h1 span { color: var(--blue); }
.home-lead { margin-top: 22px; max-width: 34em; font-size: 1.125rem; line-height: 1.65; color: var(--muted); }
.home-promise { padding: 0; margin: 23px 0 28px; list-style: none; display: grid; gap: 9px; }
.home-promise li { position: relative; padding-left: 25px; font-size: 1.0625rem; line-height: 1.5; }
.home-promise li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); font-weight: 700; }
.home-art { border-radius: 20px; overflow: hidden; background: var(--night); }
.home-art img { width: 100%; aspect-ratio: 1.65; object-fit: cover; object-position: center 52%; }
.home-benefits { background: var(--paper); }
.home-benefits h2 { max-width: 19ch; }
.home-benefit-grid { display: grid; gap: 28px; margin-top: 32px; }
.home-benefit-grid article { border-top: 1px solid #c5d3e6; padding-top: 24px; }
.home-benefit-grid h3 { font-size: 1.55rem; margin-bottom: 12px; }
.home-benefit-grid p { color: var(--muted); }
.home-human { display: grid; gap: 30px; }
.home-human h2 { margin-bottom: 24px; }
.home-human-copy p { color: var(--muted); margin-bottom: 18px; }
.home-human-copy .text-link { justify-content: flex-start; margin-top: 3px; }
.home-photo { width: 100%; border-radius: 20px; aspect-ratio: 1.3; object-fit: cover; }
.home-offer { display: grid; gap: 26px; padding: 30px 24px; border-radius: 20px; background: var(--blue); color: #fff; }
.home-offer h2 { margin-bottom: 17px; }
.home-offer p { color: #f3f7ff; }
.home-offer-price { font-size: 3.5rem; line-height: 1.15; font-weight: 700; letter-spacing: -.04em; margin-bottom: 20px; }
.home-offer-action .button { width: 100%; }
.home-plans-link { color: var(--muted); margin-top: 23px; }
.home-plans-link a { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; font-weight: 700; }
.home-faq { display: grid; gap: 28px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 18px; font-size: 1.125rem; font-weight: 700; line-height: 1.5; padding-block: 22px; }
summary::-webkit-details-marker { display: none; }
summary > span { font-size: 1.6rem; color: var(--blue); flex-shrink: 0; transition: transform .2s; }
details[open] summary > span { transform: rotate(45deg); }
details p { color: var(--muted); padding-bottom: 24px; }
/* Service and other pages share the same readable type scale. */
.page-hero { padding-block: 38px; }
.page-hero h1 { margin-bottom: 24px; }
.page-hero > p { color: var(--muted); max-width: 700px; }
.page-hero .actions { margin-top: 27px; }
.service-layout { display: grid; gap: 30px; padding-bottom: 52px; }
.service-visual { background: var(--night); color: #fff; border-radius: 20px; overflow: hidden; }
.service-visual img { width: 100%; aspect-ratio: 1.6; object-fit: cover; }
.service-visual > div { padding: 26px; }
.service-visual .eyebrow { color: #c1fff2; }
.service-visual h2 { font-size: 1.85rem; }
.service-visual h2 span { color: var(--aqua); }
.service-list article { border-top: 1px solid var(--line); padding-block: 26px; }
.service-list h2 { font-size: 1.55rem; margin-bottom: 17px; }
.service-list p { color: var(--muted); }
.service-list p + p { margin-top: 16px; }
.method-section { background: var(--paper); border-block: 1px solid var(--line); }
.section-intro { display: grid; gap: 24px; margin-bottom: 30px; }
.section-intro > p { color: var(--muted); }
.method-grid { display: grid; gap: 28px; }
.method-grid article { border-top: 1px solid #c5d3e6; padding-top: 24px; }
.method-grid h3 { margin-bottom: 14px; }
.method-grid p { color: var(--muted); }
.honest-note { display: grid; gap: 5px; padding-top: 42px; }
.honest-note p { font-size: 1rem; color: var(--muted); }
.final-cta { display: grid; gap: 28px; border-radius: 20px; background: var(--blue); color: #fff; padding: 30px 24px; }
.final-cta h2 { margin-bottom: 18px; }
.final-cta h2 span, .final-cta .eyebrow { color: #c1fff2; }
.final-cta p { color: #f3f7ff; }
.final-cta .fine { margin-top: 18px; font-size: 1rem; }
.final-cta .fine a { text-decoration: underline; text-underline-offset: 4px; }
.final-cta .button { width: 100%; }
.price-grid { display: grid; gap: 24px; }
.price-card { display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 20px; }
.price-card .eyebrow { font-size: 1rem; letter-spacing: 0; }
.price-card h3 { font-size: 1.9rem; }
.price-card h3 strong { font-size: 2.4rem; }
.plan-description { color: var(--muted); margin-top: 18px; font-size: 1.125rem; }
.price { font-size: 3.75rem; font-weight: 700; line-height: 1.15; letter-spacing: -.035em; margin-top: 25px; }
.price > span { font-size: 1.9rem; margin-right: 4px; vertical-align: top; line-height: 1.8; }
.price-caption { font-size: 1rem; line-height: 1.6; color: var(--muted); margin-top: 10px; }
.check-list { list-style: none; margin: 26px 0; padding: 19px 0 0; border-top: 1px solid var(--line); }
.check-list li { position: relative; padding: 7px 0 7px 24px; font-size: 1.0625rem; line-height: 1.6; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); }
.price-card .button { width: 100%; margin-top: auto; }
.price-card.featured { background: var(--blue); color: #fff; border-color: var(--blue); }
.featured .eyebrow, .featured .check-list li::before { color: #c1fff2; }
.featured .plan-description, .featured .price-caption { color: #f3f7ff; }
.featured .check-list { border-color: #ffffff55; }
.single-offer { display: grid; gap: 25px; background: #eaf6fc; border-radius: 20px; padding: 28px; margin-top: 28px; }
.single-offer h2 { margin-bottom: 16px; }
.single-offer p { color: var(--muted); }
.single-offer .fine { margin-top: 16px; font-size: 1rem; }
.pricing-note { margin-top: 24px; font-size: 1rem; }
.custom-offer { display: grid; gap: 26px; }
.custom-offer p { color: var(--muted); margin-top: 18px; }
.contact-grid { display: grid; gap: 38px; padding-bottom: 56px; }
.contact-panel { background: var(--blue); color: #fff; border-radius: 20px; padding: 30px 24px; }
.contact-panel h2 { margin-bottom: 24px; }
.contact-panel h2 span, .contact-panel .eyebrow { color: #c1fff2; }
.contact-panel > p { color: #f3f7ff; }
.contact-panel .fine { font-size: 1rem; margin-top: 23px; }
.contact-email { display: block; font-size: 1.125rem; overflow-wrap: anywhere; margin-block: 28px; }
.contact-panel .button { width: 100%; }
.contact-aside ol { padding: 0; margin: 25px 0; list-style: none; }
.contact-aside li { padding-block: 20px; border-bottom: 1px solid var(--line); }
.contact-aside li strong { display: block; font-size: 1.125rem; }
.contact-aside li span { display: block; font-size: 1.0625rem; color: var(--muted); margin-top: 5px; }
.contact-aside > p { color: var(--muted); }
/* A quiet, readable footer. */
.footer { background: var(--paper); border-top: 1px solid var(--line); padding-block: 36px 24px; }
.footer-top { display: grid; gap: 30px; padding-bottom: 30px; }
.footer .brand img { width: 148px; }
.footer-top p { font-size: 1rem; color: var(--muted); margin-top: 16px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px 26px; font-size: 1rem; font-weight: 700; }
.footer-email { font-size: 1rem; overflow-wrap: anywhere; }
.footer a:hover { color: var(--blue); text-decoration: underline; text-underline-offset: 5px; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 23px; display: flex; flex-direction: column; gap: 10px; font-size: .875rem; color: var(--muted); }
/* Only add columns when the content has enough room. */
@media (min-width: 600px) {
  .wrap { width: min(1160px, calc(100% - 64px)); }
  .actions { flex-direction: row; align-items: center; gap: 24px; flex-wrap: wrap; }
  .home-art img { aspect-ratio: 1.9; }
  .home-photo { aspect-ratio: 1.6; }
  .home-offer, .final-cta, .contact-panel { padding: 40px; }
  .home-offer-action .button, .final-cta .button, .contact-panel .button { width: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-links { flex-direction: column; gap: 16px; }
}
@media (min-width: 900px) {
  .section { padding-block: 88px; }
  .nav-wrap { width: min(1260px, calc(100% - 64px)); flex-wrap: nowrap; min-height: 92px; }
  .brand img { width: 170px; }
  .menu-toggle, .has-js .menu-toggle { display: none; }
  .site-header nav, .has-js .site-header nav { display: flex; width: auto; gap: 38px; align-items: center; }
  .site-header nav a { font-size: 1.0625rem; }
  .home-hero { grid-template-columns: 1.12fr .88fr; align-items: center; gap: 52px; padding-block: 56px 70px; }
  .home h1 { font-size: clamp(3.1rem, 4.5vw, 4.25rem); }
  .home-lead { font-size: 1.25rem; }
  .home-promise li { font-size: 1.125rem; }
  .home-art img { aspect-ratio: .8; max-height: 630px; }
  .home-hero .actions { align-items: flex-start; gap: 18px; }
  .home-benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; margin-top: 42px; }
  .home-benefit-grid h3 { font-size: 1.7rem; }
  .home-human { grid-template-columns: 1.1fr .9fr; align-items: center; gap: 65px; }
  .home-human-copy p { font-size: 1.2rem; }
  .home-photo { aspect-ratio: .95; }
  .home-offer { grid-template-columns: 1.2fr .8fr; align-items: center; gap: 48px; padding: 48px; }
  .home-offer-action { justify-self: end; }
  .home-offer-price { font-size: 4rem; }
  .home-offer p { max-width: 32em; }
  .home-faq { grid-template-columns: .7fr 1.3fr; gap: 75px; }
  .page-hero { padding-block: 65px 55px; text-align: center; }
  .page-hero > p { margin-inline: auto; font-size: 1.25rem; }
  .page-hero .actions { justify-content: center; }
  .service-layout { grid-template-columns: .87fr 1.13fr; align-items: start; gap: 60px; padding-bottom: 70px; }
  .service-visual { position: sticky; top: 115px; }
  .service-visual img { aspect-ratio: 1.35; }
  .service-visual > div { padding: 32px; }
  .service-list h2 { font-size: 1.75rem; }
  .section-intro { grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; }
  .method-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
  .honest-note { grid-template-columns: .65fr 1.35fr; gap: 40px; padding-top: 60px; }
  .final-cta { grid-template-columns: 1.2fr .8fr; align-items: center; gap: 40px; padding: 45px; }
  .price-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
  .price-card { padding: 30px 25px; }
  .plan-description { min-height: 92px; }
  .single-offer { grid-template-columns: 1fr auto; align-items: center; padding: 40px; gap: 36px; }
  .single-offer > .button { max-width: 280px; }
  .custom-offer { grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
  .contact-grid { grid-template-columns: 1.15fr .85fr; align-items: start; gap: 65px; padding-bottom: 85px; }
  .contact-email { font-size: 1.3rem; }
  .footer-top { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 50px; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

.footer-top p { max-width: 34em; }

/* Contact form: large controls and single-column flow on narrow screens. */
.contact-form-panel > p { margin-bottom: 24px; }
#contact-form { margin-top: 28px; }
.form-field { display: grid; gap: 8px; margin-bottom: 22px; min-width: 0; }
.form-field label { font-size: 1rem; font-weight: 700; color: #fff; }
.form-field label span { font-weight: 400; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; min-width: 0; min-height: 50px; padding: 12px 13px;
  border: 1px solid #c3d0e6; border-radius: 8px; background: #fff;
  color: var(--ink); font: 400 1rem/1.5 Manrope, Arial, sans-serif;
}
.form-field textarea { resize: vertical; min-height: 140px; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #5b6781; opacity: 1; }
.form-field [aria-invalid="true"] { outline: 3px solid #ffd3c9; outline-offset: 2px; }
.form-field :focus-visible { outline-color: var(--aqua); outline-offset: 3px; }
.form-privacy { font-size: 1rem; color: #f3f7ff; margin-bottom: 24px; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { padding: 16px; margin-top: 20px; border-radius: 8px; background: #e8fff5; color: #173c30; font-size: 1rem; }
.form-status:empty { display: none; }
.form-status.is-error { background: #fff0eb; color: #713329; }
#contact-form .button:disabled { cursor: default; opacity: .7; transform: none; }
.contact-form-panel .contact-fallback { margin-top: 30px; margin-bottom: 0; font-size: 1rem; }
.contact-fallback a { text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
@media (min-width: 650px) and (max-width: 899px), (min-width: 1150px) {
  .form-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; }
}

.contact-fallback a { display: inline-flex; align-items: center; gap: 8px; max-width: 100%; vertical-align: middle; }
.contact-icon { width: 22px; height: 22px; flex: 0 0 22px; }

.privacy-check { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; margin: 20px 0; }
.privacy-check input { width: 20px; height: 20px; flex: 0 0 20px; margin: 3px 0 0; accent-color: #0e8dc5; }
