/* Helsinki Airport Taxi — recreation of helsinkiairport.taxi */

:root {
  --accent: #f5b614;
  --wa-green: #25d366;
  --ink: #000;
  --paper: #fff;
  --gray-line: #e1e1e1;
  --btn-gray: #f2f2f2;
  --cream: #faf7f1;
  --navy: #1d3461;
  --max: 1120px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background: #000;
  -webkit-font-smoothing: antialiased;
}
body.light { background: #fff; color: #000; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 40px; }
@media (max-width: 809px) { .container { padding: 0 20px; } }

/* ---------- Navigation ---------- */
.site-nav {
  position: absolute; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; gap: 32px;
  max-width: var(--max); margin: 0 auto;
  padding: 24px 40px; color: #fff;
}
body.light .site-nav, .site-nav.dark-text { color: #111; }
.site-nav .brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 17px; }
.site-nav .brand img { width: 26px; height: 26px; border-radius: 50%; }
.site-nav .divider { width: 1px; height: 26px; background: currentColor; opacity: .35; }
.site-nav nav { display: flex; gap: 30px; font-size: 16px; }
.site-nav nav a { opacity: .92; transition: opacity .15s; }
.site-nav nav a:hover { opacity: .6; }
.nav-toggle { display: none; background: none; border: 0; color: inherit; font-size: 26px; margin-left: auto; }
@media (max-width: 949px) {
  .site-nav nav { display: none; position: absolute; top: 64px; left: 16px; right: 16px;
    flex-direction: column; gap: 4px; background: rgba(10,10,10,.97); border-radius: 16px; padding: 16px; color: #fff; }
  .site-nav nav a { padding: 10px 12px; }
  .site-nav.open nav { display: flex; }
  .site-nav .divider { display: none; }
  .nav-toggle { display: block; }
}

/* ---------- Buttons ---------- */
.btn-pill {
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--btn-gray); color: #000;
  border: 0; border-radius: 26px; padding: 8px 8px 8px 24px;
  font-size: 15px; font-weight: 600; letter-spacing: .02em;
  transition: transform .15s ease;
}
.btn-pill:hover { transform: scale(1.03); }
.btn-pill .icon {
  width: 36px; height: 36px; border-radius: 50%; background: #000; color: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-size: 15px;
}
.btn-white { display: inline-block; background: #fff; color: #000; font-size: 15px; font-weight: 600;
  padding: 13px 26px; border-radius: 10px; }
.btn-outline { display: inline-block; background: transparent; color: #fff; font-size: 15px; font-weight: 600;
  padding: 13px 26px; border-radius: 10px; border: 1px solid rgba(255,255,255,.7); }
.btn-navy { display: inline-block; background: var(--navy); color: #fff; font-size: 16px; font-weight: 600;
  padding: 14px 26px; border-radius: 8px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  background-size: cover; background-position: center;
}
.hero::before { content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(0,0,0,.62) 25%, rgba(0,0,0,.25) 60%, rgba(0,0,0,.35)); }
.hero > .container { position: relative; padding-top: 90px; }
.hero h1.display, .display {
  font-size: clamp(42px, 5.2vw, 74px); font-weight: 500; line-height: 1.05; letter-spacing: -.015em;
  max-width: 560px;
}
.hero .kicker { font-size: 16px; margin-top: 26px; }
.hero .sub { font-size: 16px; margin-top: 14px; opacity: .95; }
.hero .cta-row { margin-top: 30px; }
.hero .trust { margin-top: 56px; border-left: 1px solid rgba(255,255,255,.8); padding-left: 22px; }
.hero .stars { font-size: 19px; letter-spacing: 5px; }
.hero .trust p { margin-top: 8px; font-size: 16px; }

/* ---------- Features (white) ---------- */
.section-white { background: #fff; color: #000; padding: 110px 0; }
.split { display: grid; grid-template-columns: 1.15fr 1fr; gap: 72px; align-items: center; }
@media (max-width: 949px) { .split { grid-template-columns: 1fr; gap: 40px; } }
.split h2 { font-size: clamp(26px, 2.6vw, 34px); font-weight: 600; line-height: 1.3; letter-spacing: -.01em; }
.split h2 span, .muted { color: #999; }
.checklist { margin-top: 30px; display: grid; gap: 16px; font-size: 16px; }
.rounded-img { border-radius: 14px; overflow: hidden; }
.rounded-img img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1 / 1; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px; margin-top: 110px; }
@media (max-width: 949px) { .stats { grid-template-columns: repeat(2, 1fr); gap: 40px; } }
.stat { border-top: 2px solid var(--gray-line); padding-top: 40px; }
.stat .num { font-size: 52px; line-height: 1; font-weight: 500; }
.stat .label { margin-top: 12px; font-size: 16px; }

.trustline { padding: 64px 0 96px; text-align: center; }
.trustline h3 { font-size: clamp(19px, 2vw, 24px); font-weight: 600; }

/* ---------- Story (black) ---------- */
.story { background: #000; color: #fff; padding: 40px 0 120px; }
.story .row {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: center;
  padding: 110px 0;
}
@media (max-width: 949px) { .story .row { grid-template-columns: 1fr; gap: 36px; padding: 60px 0; } }
.story .row p { font-size: clamp(24px, 2.5vw, 31px); font-weight: 600; line-height: 1.32; letter-spacing: -.01em; }
.story .row p span { color: rgba(255,255,255,.5); }
.story .row .rounded-img img { aspect-ratio: 4 / 3; }
.story .cta { margin-top: 20px; }
.story .cta h3 { margin-top: 40px; font-size: 20px; font-weight: 600; color: rgba(255,255,255,.85); }

/* ---------- Routes ---------- */
.routes { background: #000; color: #fff; padding: 40px 0 90px; }
.eyebrow { color: var(--accent); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: none; text-align: center; }
.routes h2, .section-title { margin-top: 10px; font-size: clamp(28px, 3vw, 38px); font-weight: 700; text-align: center; letter-spacing: -.01em; }
.route-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 949px) { .route-grid { grid-template-columns: 1fr; } }
.route-card { background: #fff; color: #111; border-radius: 14px; padding: 15px 15px 26px; text-align: center;
  transition: transform .15s ease; }
.route-card:hover { transform: translateY(-3px); }
.route-card img { border-radius: 8px; aspect-ratio: 16 / 9.2; object-fit: cover; width: 100%; }
.route-card .rc-title { margin-top: 20px; font-size: 16px; font-weight: 500; }
.route-card .rc-price { margin-top: 14px; font-size: 15px; }
.route-card .rc-km { margin-top: 12px; font-size: 15px; color: #333; }
.dest-links { margin-top: 52px; display: flex; flex-wrap: wrap; justify-content: center; column-gap: 10px; row-gap: 16px;
  font-size: 16px; font-weight: 500; }
.dest-links a:hover { color: var(--accent); }
.dest-links .dot { color: rgba(255,255,255,.5); }
.all-dest { display: block; margin-top: 34px; text-align: center; font-weight: 700; }

/* ---------- FAQ ---------- */
.faq { background: #000; color: #fff; padding: 90px 0; }
.faq h2 { font-size: clamp(28px, 3vw, 38px); font-weight: 700; letter-spacing: -.01em; }
.faq .intro { margin-top: 26px; max-width: 900px; color: rgba(255,255,255,.85); font-size: 16px; }
.faq-list { margin-top: 28px; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,.09); }
.faq-item summary {
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px;
  padding: 22px 0; font-size: 17px; font-weight: 600; cursor: pointer;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 22px; font-weight: 400; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .answer { padding: 0 0 24px; max-width: 860px; color: rgba(255,255,255,.75); }
body.light .faq-item, .on-cream .faq-item { border-color: rgba(0,0,0,.1); }
body.light .faq-item .answer, .on-cream .faq-item .answer { color: #444; }

/* ---------- Testimonials ---------- */
.testimonials { background: #000; color: #fff; padding: 90px 0; text-align: center; }
.testimonials h2 { font-size: clamp(26px, 2.8vw, 34px); font-weight: 700; }
.testimonials .sub { margin-top: 12px; color: rgba(255,255,255,.8); }
.testimonials .stars { margin-top: 44px; color: var(--accent); font-size: 22px; letter-spacing: 4px; }
.testimonials blockquote { margin: 26px auto 0; max-width: 780px; font-style: italic; font-size: 19px;
  line-height: 1.55; color: rgba(255,255,255,.92); min-height: 118px; }
.testimonials .author { margin-top: 22px; font-size: 14px; color: #999; }
.t-controls { margin-top: 40px; display: flex; align-items: center; justify-content: center; gap: 24px; }
.t-arrow { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3);
  background: none; color: #fff; font-size: 18px; }
.t-arrow:hover { background: rgba(255,255,255,.1); }
.t-dots { display: flex; gap: 9px; }
.t-dots button { width: 7px; height: 7px; border-radius: 50%; border: 0; background: rgba(255,255,255,.35); padding: 0; }
.t-dots button.active { background: #fff; }

/* ---------- Google section ---------- */
.google-section { background: #000; color: #fff; padding: 64px 24px 90px; text-align: center; }
.google-section h2 { font-size: 32px; font-weight: 700; }
.google-section p { margin: 22px auto 0; color: #eee; max-width: 640px; }
.google-section .map-wrap { max-width: 900px; margin: 36px auto 0; border-radius: 12px; overflow: hidden;
  border: 1px solid #222; }
.google-section iframe { display: block; width: 100%; height: 380px; border: 0; }
.google-section .btn-row { margin-top: 28px; display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ---------- Footer CTA ---------- */
.footer-cta { position: relative; padding: 170px 0; background-size: cover; background-position: center;
  text-align: center; color: #fff; }
.footer-cta::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.35); }
.footer-cta .container { position: relative; }
.footer-cta h2 { font-size: clamp(32px, 4vw, 52px); font-weight: 500; letter-spacing: -.015em; }
.footer-cta p { margin-top: 18px; font-size: 16px; }
.footer-cta .btn-pill { margin-top: 30px; }

/* ---------- Footer ---------- */
.site-footer { background: #000; color: #fff; padding: 90px 0 130px; }
.site-footer .cols { display: grid; grid-template-columns: 1.1fr 1.1fr .7fr; gap: 70px; }
@media (max-width: 949px) { .site-footer .cols { grid-template-columns: 1fr; gap: 48px; } }
.site-footer .brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 17px; }
.site-footer .brand img { width: 26px; height: 26px; border-radius: 50%; }
.site-footer .about { margin-top: 26px; font-size: 15px; color: rgba(255,255,255,.85); max-width: 320px; }
.site-footer .about + .about { margin-top: 14px; }
.socials { margin-top: 30px; display: flex; gap: 12px; }
.socials a { width: 40px; height: 40px; border-radius: 50%; background: #161616; display: flex;
  align-items: center; justify-content: center; }
.socials svg { width: 17px; height: 17px; fill: #fff; }
.review-card { background: #101010; border: 1px solid #1e1e1e; border-radius: 16px; padding: 26px; }
.review-card .label { font-size: 11px; font-weight: 700; letter-spacing: .12em; color: #888; }
.review-card .name { margin-top: 8px; font-size: 19px; font-weight: 700; }
.review-card .stars { margin-top: 6px; color: var(--accent); font-size: 15px; letter-spacing: 2px; }
.review-card .quote { margin-top: 14px; font-size: 15px; color: rgba(255,255,255,.9); min-height: 110px; }
.review-card .author { margin-top: 12px; font-size: 13px; color: #999; }
.review-card .t-dots { margin-top: 14px; }
.site-footer h4 { font-size: 18px; font-weight: 700; }
.site-footer .links { margin-top: 22px; display: grid; gap: 14px; font-size: 15px; color: rgba(255,255,255,.85); }
.site-footer .links a:hover { color: #fff; }

/* ---------- WhatsApp float ---------- */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 90;
  display: flex; align-items: center; gap: 9px; background: var(--wa-green); color: #fff;
  font-size: 15px; font-weight: 600; padding: 12px 20px; border-radius: 24px;
  box-shadow: 0 4px 18px rgba(0,0,0,.35); }
.wa-float svg { width: 18px; height: 18px; fill: #fff; }

/* ---------- Booking widget ---------- */
.booking-widget { position: fixed; top: 20px; right: 20px; z-index: 100; width: 337px;
  background: rgba(14,14,14,.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.08); border-radius: 20px; padding: 18px;
  box-shadow: 0 10px 40px rgba(0,0,0,.5); color: #fff; }
.booking-widget.hidden { display: none; }
.bw-close { position: absolute; top: 12px; right: 14px; background: none; border: 0; color: #aaa; font-size: 19px; }
.bw-close:hover { color: #fff; }
.booking-widget label { display: block; font-size: 10px; font-weight: 700; letter-spacing: .14em; color: #ccc;
  margin: 10px 0 7px; }
.booking-widget label:first-of-type { margin-top: 2px; }
.booking-widget input { width: 100%; height: 44px; background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.18); border-radius: 10px; padding: 0 14px; color: #fff; font: inherit;
  font-size: 15px; }
.booking-widget input::placeholder { color: #9a9a9a; }
.booking-widget input:focus { outline: none; border-color: rgba(255,255,255,.45); }
.bw-submit { margin-top: 14px; width: 100%; height: 44px; border: 0; border-radius: 22px;
  background: rgba(255,255,255,.1); color: #8b8b8b; font-size: 15px; }
.bw-submit.ready { background: #fff; color: #000; font-weight: 600; }
@media (max-width: 1099px) { .booking-widget { display: none; } }

/* ---------- Page hero (subpages, dark) ---------- */
.page-hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: center;
  background-size: cover; background-position: center; }
.page-hero::before { content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(0,0,0,.55) 30%, rgba(0,0,0,.2)); }
.page-hero.plain { background: #000; min-height: 88svh; }
.page-hero.plain::before { display: none; }
.page-hero > .container { position: relative; padding-top: 90px; }
.page-hero .kicker { font-size: 16px; font-weight: 700; margin-top: 24px; }
.page-hero .sub { margin-top: 16px; font-size: 16px; max-width: 560px; }
.page-hero .cta-row { margin-top: 34px; }
.page-hero .trust { margin-top: 52px; border-left: 1px solid rgba(255,255,255,.8); padding-left: 22px; }
.page-hero .stars { font-size: 19px; letter-spacing: 5px; }
.page-hero .trust p { margin-top: 8px; font-size: 16px; }

/* ---------- Dark prose (how-it-works, arrival) ---------- */
.dark-prose { background: #000; color: #fff; padding: 40px 0 110px; }
.dark-prose .center-title { text-align: center; font-size: clamp(28px, 3vw, 38px); font-weight: 700; padding: 60px 0 20px; }
.dark-prose .lede { font-size: 16px; color: rgba(255,255,255,.9); }
.dark-prose h3 { font-size: 22px; font-weight: 600; margin-top: 56px; }
.dark-prose p { margin-top: 18px; color: rgba(255,255,255,.82); max-width: 900px; }
.dark-prose a { text-decoration: underline; }
.dark-prose .end-cta { margin-top: 26px; font-weight: 700; text-decoration: none; display: inline-block; }

/* ---------- Fleet ---------- */
.fleet-section { background: #fff; color: #000; padding: 40px 0 110px; }
.vehicle-row { display: grid; grid-template-columns: 1fr 1.1fr; gap: 72px; align-items: center; padding: 70px 0; }
.vehicle-row:nth-child(even) .v-img { order: -1; }
@media (max-width: 949px) { .vehicle-row { grid-template-columns: 1fr; gap: 32px; } .vehicle-row .v-img { order: -1; } }
.vehicle-row h2 { font-size: clamp(28px, 3vw, 40px); font-weight: 600; letter-spacing: -.01em; }
.vehicle-row .specs { margin-top: 24px; display: grid; gap: 10px; font-size: 16px; color: #444; }
.vehicle-row .btn-pill { margin-top: 30px; }
.v-img img { border-radius: 14px; }

/* ---------- Contact ---------- */
.contact-hero { background: #000; color: #fff; min-height: 100svh; display: flex; align-items: center; padding: 120px 0 80px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 90px; align-items: start; }
@media (max-width: 949px) { .contact-grid { grid-template-columns: 1fr; gap: 48px; } }
.contact-grid h1 { font-size: clamp(44px, 5vw, 72px); font-weight: 500; line-height: 1.05; letter-spacing: -.015em; }
.contact-grid .sub { margin-top: 26px; font-size: 16px; }
.contact-grid hr { margin: 36px 0; border: 0; border-top: 1px solid rgba(255,255,255,.25); }
.contact-lines { display: grid; gap: 20px; font-size: 16px; }
.contact-lines a { display: flex; align-items: center; gap: 12px; }
.contact-lines svg { width: 17px; height: 17px; fill: #fff; }
.contact-form { background: #111; border-radius: 18px; padding: 32px; }
.contact-form .two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 599px) { .contact-form .two { grid-template-columns: 1fr; } }
.contact-form label { display: block; font-size: 16px; font-weight: 600; margin: 18px 0 10px; }
.contact-form label:first-child { margin-top: 0; }
.contact-form label .opt { font-weight: 400; color: #999; }
.contact-form input, .contact-form textarea { width: 100%; background: #1a1a1a; border: 1px solid #2c2c2c;
  border-radius: 10px; padding: 13px 14px; color: #fff; font: inherit; font-size: 15px; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #8a8a8a; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: #555; }
.contact-form textarea { min-height: 96px; resize: vertical; }
.contact-form .btn-pill { margin-top: 26px; width: 100%; justify-content: center; background: #fff;
  position: relative; padding: 8px; }
.contact-form .btn-pill .icon { position: absolute; right: 8px; }
.contact-form .note { margin-top: 22px; text-align: center; font-size: 16px; font-weight: 600; }
.contact-form .note-sub { margin-top: 12px; text-align: center; font-size: 15px; font-style: italic; }

/* ---------- Light index (destinations) ---------- */
.light-page { background: linear-gradient(180deg, #8a8a8a -35%, #f5f5f5 34%, #fff 60%); color: #111; }
.light-page .page-title { padding: 150px 0 0; text-align: center; }
.light-page .page-title h1 { font-size: clamp(38px, 5.5vw, 76px); font-weight: 500; letter-spacing: -.02em; }
.light-page .page-title p { margin-top: 16px; font-size: 16px; color: #222; }
.light-page .route-grid { padding-bottom: 100px; }
.light-page .route-card { border: 1px solid #e8e8e8; box-shadow: 0 2px 10px rgba(0,0,0,.04); }

/* ---------- Route detail pages ---------- */
.route-hero { position: relative; min-height: 100svh; display: flex; align-items: center;
  background-size: cover; background-position: center; color: #fff; }
.route-hero::before { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(60,64,72,.55), rgba(60,64,72,.28)); }
.route-hero > .container { position: relative; }
.route-hero h1 { font-family: "Inter", -apple-system, sans-serif; font-size: clamp(34px, 4.4vw, 60px);
  font-weight: 800; line-height: 1.15; max-width: 820px; text-shadow: 0 2px 14px rgba(0,0,0,.25); }
.route-hero .sub { margin-top: 16px; font-size: 18px; color: rgba(255,255,255,.95); }
.route-hero .btn-navy { margin-top: 28px; }
.route-body { background: var(--cream); color: #222; padding: 90px 0; }
.route-body .prose { max-width: 760px; margin: 0 auto; }
.route-body .prose p { margin-top: 24px; font-size: 16.5px; line-height: 1.65; color: #333; }
.route-body .prose p b, .route-body .prose p strong { color: #111; }
.route-body h2 { text-align: center; font-size: clamp(30px, 4vw, 52px); font-weight: 500; letter-spacing: -.015em;
  color: #111; margin-top: 96px; }
.route-body h2:first-child { margin-top: 0; }
.fare-table { width: 100%; border-collapse: collapse; margin-top: 40px; background: #fdfcfa;
  border: 1px solid #e5e2da; font-size: 16px; }
.fare-table th { background: #f1efe9; text-align: left; font-weight: 500; padding: 15px 18px; }
.fare-table td { border-top: 1px solid #e5e2da; padding: 15px 18px; }
.fare-table tr:nth-child(even) td { background: #f8f6f1; }
.route-faq { max-width: 860px; margin: 40px auto 0; }
.route-faq .q { font-weight: 700; color: #111; margin-top: 28px; }
.route-faq .a { margin-top: 8px; color: #333; }
.route-cta { text-align: center; margin-top: 90px; }
.route-cta p { font-size: 22px; font-weight: 600; color: #111; }
.route-cta .btn-navy { margin-top: 24px; }
.pop-dest { margin-top: 90px; }
.pop-dest h2 { margin-top: 0; }
.pop-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 949px) { .pop-grid { grid-template-columns: 1fr; } }
.pop-grid a { background: #fff; border: 1px solid #e5e2da; border-radius: 12px; padding: 20px;
  text-align: center; }
.pop-grid a .pd-name { font-weight: 700; color: #111; margin-top: 4px; }
.pop-grid a .pd-from { margin-top: 8px; color: #555; font-size: 15px; }

/* ---------- Blog ---------- */
.blog-list { background: #000; color: #fff; padding: 20px 0 110px; }
.blog-list h2 { font-size: clamp(26px, 3vw, 34px); font-weight: 700; margin: 70px 0 10px; }
.post-link { display: block; border-bottom: 1px solid rgba(255,255,255,.12); padding: 26px 0; }
.post-link .date { font-size: 14px; color: #999; }
.post-link .title { margin-top: 6px; font-size: 20px; font-weight: 600; }
.post-link:hover .title { color: var(--accent); }
.article { background: #000; color: #fff; padding: 150px 0 110px; }
.article .prose { max-width: 760px; margin: 0 auto; }
.article h1 { font-size: clamp(32px, 4vw, 48px); font-weight: 700; line-height: 1.2; letter-spacing: -.01em; }
.article .date { margin-top: 16px; color: #999; font-size: 14px; }
.article h2 { font-size: 27px; font-weight: 700; margin-top: 56px; }
.article h3 { font-size: 21px; font-weight: 600; margin-top: 40px; }
.article p { margin-top: 18px; color: rgba(255,255,255,.85); line-height: 1.65; }
.article img { border-radius: 14px; margin-top: 40px; }

/* ---------- Legal ---------- */
.legal { background: #000; color: #fff; padding: 150px 0 110px; }
.legal .prose { max-width: 820px; }
.legal h1 { font-size: clamp(34px, 4.5vw, 56px); font-weight: 500; letter-spacing: -.015em; }
.legal h2 { font-size: 24px; font-weight: 700; margin-top: 52px; }
.legal h3 { font-size: 19px; font-weight: 600; margin-top: 36px; }
.legal p { margin-top: 16px; color: rgba(255,255,255,.82); line-height: 1.65; }

/* comparison table (services page) */
.cmp-table { width: 100%; border-collapse: collapse; margin-top: 40px; font-size: 16px; }
.cmp-table th, .cmp-table td { border: 1px solid rgba(255,255,255,.14); padding: 14px 18px; text-align: left; }
.cmp-table th { font-weight: 700; }
.cmp-table td:first-child { font-weight: 600; }

/* utility */
.center { text-align: center; }
.mt-lg { margin-top: 64px; }
