:root {
  --ink: #131722;
  --ink-2: #202634;
  --paper: #f5f2ea;
  --paper-2: #ece7dc;
  --white: #fff;
  --accent: #ff6e42;
  --accent-soft: #ffe1d7;
  --lime: #d8f56a;
  --muted: #6f746f;
  --line: rgba(19,23,34,.12);
  --shadow: 0 24px 70px rgba(19,23,34,.14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 96px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245,242,234,.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(19,23,34,.08);
}
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; background: var(--ink); color: white; border-radius: 10px; font-size: 13px; letter-spacing: -.02em; }
.brand-copy { display: flex; align-items: baseline; letter-spacing: -.04em; font-size: 19px; }
.brand-copy small { font-size: 13px; margin-left: 2px; color: var(--accent); letter-spacing: 0; }
.nav { display: flex; gap: 28px; font-size: 14px; color: #3b404a; }
.nav a:hover { color: var(--accent); }

.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 15px 22px; font-weight: 800; font-size: 14px; transition: .2s ease; border: 1px solid transparent; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 11px 17px; font-size: 13px; }
.button-primary { background: var(--accent); color: white; box-shadow: 0 10px 24px rgba(255,110,66,.25); }
.button-primary:hover { background: #f65d30; }
.button-dark { background: var(--ink); color: white; }
.button-outline { border-color: rgba(255,255,255,.35); color: white; }
.full { width: 100%; }
.text-link { font-weight: 800; display: inline-flex; align-items: center; gap: 8px; }
.text-link span { color: var(--accent); font-size: 20px; }

.eyebrow { text-transform: uppercase; letter-spacing: .13em; font-weight: 900; font-size: 11px; color: var(--accent); margin-bottom: 18px; }
.eyebrow.light { color: var(--lime); }

.hero { padding-top: 84px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; }
.hero h1 { font-size: clamp(54px, 6vw, 86px); line-height: .95; letter-spacing: -.07em; margin: 0 0 28px; max-width: 760px; }
.hero h1 span { color: var(--accent); display: block; }
.hero-lead { font-size: 20px; color: #535862; max-width: 650px; margin: 0 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-bottom: 30px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 22px; color: #555a62; font-size: 12px; font-weight: 700; }
.hero-notes span::before { content: "✓"; color: var(--accent); margin-right: 7px; font-weight: 900; }

.hero-card { position: relative; background: var(--ink); border-radius: 30px; padding: 16px; box-shadow: var(--shadow); transform: rotate(1deg); }
.browser-bar { height: 34px; display: flex; align-items: center; gap: 6px; padding: 0 5px 10px; color: rgba(255,255,255,.58); font-size: 10px; }
.browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.25); }
.browser-bar span { margin-left: 8px; }
.mini-site { background: #fbf9f3; border-radius: 20px; overflow: hidden; }
.mini-nav { display: flex; justify-content: space-between; padding: 24px; }
.mini-logo { font-size: 11px; line-height: 1; font-weight: 1000; }
.mini-links { display: flex; gap: 8px; }
.mini-links span { width: 28px; height: 5px; border-radius: 9px; background: #ded8cb; }
.mini-hero { padding: 48px 28px 50px; background: linear-gradient(135deg, #ff7248, #ff9b71); color: white; }
.mini-hero small { font-size: 9px; letter-spacing: .13em; font-weight: 900; }
.mini-hero h3 { font-size: 34px; letter-spacing: -.05em; line-height: 1; margin: 12px 0 13px; max-width: 340px; }
.mini-hero p { max-width: 330px; font-size: 12px; opacity: .9; }
.mini-hero b { display: inline-block; margin-top: 8px; background: var(--ink); border-radius: 999px; padding: 9px 14px; font-size: 10px; }
.mini-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: #ddd8cd; }
.mini-grid div { background: #fbf9f3; padding: 22px; }
.mini-grid strong { display: block; font-size: 11px; }
.mini-grid small { color: #777; font-size: 9px; }
.floating-note { position: absolute; background: white; border-radius: 16px; padding: 13px 17px; box-shadow: 0 12px 32px rgba(0,0,0,.18); display: grid; min-width: 120px; transform: rotate(-3deg); }
.floating-note b { font-size: 15px; }
.floating-note span { font-size: 10px; color: #777; }
.note-one { left: -28px; bottom: 84px; }
.note-two { right: -26px; top: 94px; transform: rotate(4deg); }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.28); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); text-align: center; }
.trust-grid span { padding: 18px 12px; font-size: 12px; font-weight: 800; border-right: 1px solid var(--line); }
.trust-grid span:last-child { border-right: 0; }

.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.section-heading h2, .offer-copy h2, .print-copy h2, .faq-grid h2, .demo-box h2, .contact-card h2 { font-size: clamp(38px, 4vw, 58px); line-height: 1; letter-spacing: -.055em; margin: 0; }
.section-heading p { margin: 0; color: var(--muted); }
.section-heading.compact { grid-template-columns: 1fr; }

.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-card { background: rgba(255,255,255,.58); border: 1px solid var(--line); border-radius: 20px; padding: 28px; min-height: 250px; display: flex; flex-direction: column; }
.service-card.featured { background: var(--accent-soft); }
.service-number { width: 34px; height: 34px; border-radius: 999px; display: grid; place-items: center; border: 1px solid rgba(19,23,34,.14); font-size: 10px; font-weight: 900; margin-bottom: 28px; }
.service-card h3 { font-size: 22px; letter-spacing: -.03em; margin: 0 0 10px; }
.service-card p { color: #666b72; margin: 0 0 18px; font-size: 14px; }
.service-card a { margin-top: auto; font-size: 12px; font-weight: 900; color: var(--accent); }

.website-offer { background: var(--ink); color: white; }
.offer-grid { display: grid; grid-template-columns: 1fr 420px; gap: 90px; align-items: center; }
.offer-copy p { color: rgba(255,255,255,.7); max-width: 700px; font-size: 18px; }
.tick-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 14px 28px; margin: 32px 0 0; }
.tick-list li { font-size: 14px; font-weight: 700; }
.tick-list li::before { content: "✓"; display: inline-grid; place-items: center; margin-right: 9px; width: 21px; height: 21px; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 11px; }
.price-card { background: white; color: var(--ink); border-radius: 26px; padding: 30px; box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.price-label { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; color: var(--accent); }
.price { display: flex; align-items: baseline; gap: 6px; margin: 10px 0 0; }
.price small { font-size: 12px; color: #777; }
.price strong { font-size: 64px; line-height: 1; letter-spacing: -.07em; }
.price span { font-size: 12px; color: #777; }
.price-card > p { color: #63676d; margin: 8px 0 22px; }
.price-card hr { border: 0; border-top: 1px solid var(--line); margin: 0 0 22px; }
.trial-block { display: grid; margin-bottom: 22px; }
.trial-block strong { font-size: 20px; }
.trial-block span { font-size: 12px; color: #777; }
.fineprint { display: block; text-align: center; margin-top: 13px; color: #888; }

.print-section { background: #ebe6da; }
.print-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.print-visual { min-height: 500px; position: relative; }
.paper { position: absolute; box-shadow: 0 24px 60px rgba(32,27,22,.16); }
.poster { width: 320px; height: 420px; background: var(--ink); color: white; border-radius: 4px; padding: 42px; left: 80px; top: 20px; transform: rotate(-4deg); display: flex; flex-direction: column; justify-content: space-between; }
.poster span { font-weight: 1000; font-size: 46px; line-height: .82; letter-spacing: -.07em; }
.poster small { color: var(--lime); font-weight: 800; }
.flyer { width: 220px; height: 285px; background: var(--accent); color: white; right: 14px; top: 150px; transform: rotate(8deg); padding: 28px; display: flex; flex-direction: column; }
.flyer b { font-size: 56px; line-height: .9; margin-bottom: auto; letter-spacing: -.06em; }
.flyer span { font-size: 13px; font-weight: 800; border-top: 1px solid rgba(255,255,255,.4); padding-top: 5px; margin-top: 5px; }
.card { width: 290px; height: 165px; background: white; left: 5px; bottom: 0; transform: rotate(5deg); border-radius: 4px; padding: 24px; display: flex; flex-direction: column; }
.card strong { font-size: 20px; letter-spacing: -.04em; }
.card small { color: var(--accent); font-weight: 800; }
.card i { font-style: normal; margin-top: auto; font-size: 10px; color: #777; }
.print-copy p { color: #696b6b; font-size: 18px; max-width: 620px; }
.print-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 30px; }
.print-list span { border: 1px solid rgba(19,23,34,.14); border-radius: 999px; padding: 8px 13px; font-size: 12px; font-weight: 800; background: rgba(255,255,255,.38); }

.process-section { background: #faf8f2; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.steps article { padding: 28px 10px 20px 0; border-top: 2px solid var(--ink); }
.steps span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: 11px; font-weight: 900; margin-bottom: 24px; }
.steps h3 { font-size: 20px; line-height: 1.15; letter-spacing: -.03em; }
.steps p { color: #74777a; font-size: 14px; }

.demo-section { background: var(--ink-2); color: white; }
.demo-box { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.demo-box p { color: rgba(255,255,255,.65); }
.demo-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.demo-card { min-height: 230px; border-radius: 18px; padding: 20px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; }
.demo-card:nth-child(2) { background: rgba(255,110,66,.16); }
.demo-card span { font-size: 9px; letter-spacing: .13em; color: var(--lime); font-weight: 900; }
.demo-card strong { margin-top: auto; font-size: 20px; }
.demo-card small { color: rgba(255,255,255,.55); }

.faq-section { background: #faf8f2; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-grid > div:first-child p { color: #74777a; max-width: 460px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 18px 0; }
summary { cursor: pointer; font-weight: 850; list-style: none; padding-right: 34px; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: -3px; font-size: 24px; color: var(--accent); }
details[open] summary::after { content: "−"; }
details p { color: #6f7378; font-size: 14px; max-width: 740px; }

.contact-section { background: var(--paper); }
.contact-card { background: var(--ink); color: white; border-radius: 28px; padding: 54px; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.contact-card p { color: rgba(255,255,255,.67); margin-bottom: 0; }
.contact-actions { display: grid; gap: 10px; min-width: 250px; }
.contact-actions small { text-align: center; color: rgba(255,255,255,.48); font-size: 10px; }

.site-footer { padding: 54px 0 24px; background: #0f131b; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 50px; padding-bottom: 45px; }
.footer-brand .brand-mark { background: white; color: var(--ink); }
.footer-grid p { color: rgba(255,255,255,.5); max-width: 330px; font-size: 13px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; font-size: 12px; }
.footer-grid > div:not(:first-child) strong { margin-bottom: 6px; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.58); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); padding-top: 22px; display: flex; justify-content: space-between; color: rgba(255,255,255,.38); font-size: 10px; }

@media (max-width: 1000px) {
  .nav { display: none; }
  .hero-grid, .offer-grid, .print-grid, .faq-grid, .demo-box { grid-template-columns: 1fr; }
  .hero-grid { gap: 56px; }
  .hero-card { max-width: 620px; margin: 0 auto; width: 100%; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: repeat(2,1fr); }
  .offer-grid { gap: 50px; }
  .price-card { max-width: 520px; }
  .print-grid { gap: 40px; }
  .print-visual { max-width: 600px; width: 100%; }
  .demo-cards { max-width: 760px; }
  .contact-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 70px 0; }
  .nav-wrap { height: 68px; }
  .brand-copy { font-size: 16px; }
  .site-header .button { display: none; }
  .hero { padding-top: 58px; }
  .hero h1 { font-size: 52px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .note-one { left: -6px; bottom: 64px; }
  .note-two { right: -8px; top: 76px; }
  .mini-hero h3 { font-size: 29px; }
  .mini-grid div { padding: 16px 12px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid span:nth-child(2) { border-right: 0; }
  .trust-grid span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading h2, .offer-copy h2, .print-copy h2, .faq-grid h2, .demo-box h2, .contact-card h2 { font-size: 40px; }
  .service-grid, .steps, .demo-cards, .tick-list { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .price strong { font-size: 56px; }
  .print-visual { min-height: 410px; transform: scale(.86); transform-origin: left top; width: 116%; }
  .poster { left: 40px; }
  .flyer { right: 0; }
  .faq-grid { gap: 42px; }
  .contact-card { padding: 34px 24px; border-radius: 22px; }
  .contact-actions { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}


/* Temporary static language navigation */
.language-nav {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 8px;
  padding-left: 14px;
  border-left: 1px solid var(--line);
  white-space: nowrap;
}
.language-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 0 6px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  color: #6d7177;
  transition: background .18s ease, color .18s ease;
}
.language-nav a:hover {
  background: rgba(19,23,34,.06);
  color: var(--ink);
}
.language-nav a[aria-current="page"] {
  background: var(--ink);
  color: white;
}
.footer-languages {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}
.footer-languages a {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 800;
}
.footer-languages a[aria-current="page"] {
  background: white;
  color: var(--ink);
}
@media (max-width: 1000px) {
  .language-nav {
    margin-left: auto;
  }
}
@media (max-width: 680px) {
  .language-nav {
    gap: 2px;
    padding-left: 8px;
    margin-left: auto;
  }
  .language-nav a {
    min-width: 27px;
    height: 27px;
    padding: 0 4px;
    font-size: 9px;
  }
}
