:root {
  --background: #f6f0e2;
  --foreground: #17352f;
  --card: #fffaf0;
  --muted-foreground: #61716c;
  --primary: #ea582f;
  --primary-foreground: #fffaf0;
  --accent: #f2bd3b;
  --max-width: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.landing-page { margin: 0; background: var(--background); color: var(--foreground); font-family: "DM Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p, h1, h2, h3 { margin: 0; }
.accent-orange { --page-accent: #e9592f; --page-accent-foreground: #fffaf0; }
.accent-yellow { --page-accent: #f2bd3b; --page-accent-foreground: #17352f; }
.accent-green { --page-accent: #2f7d6c; --page-accent-foreground: #fffaf0; }

.site-header { border-bottom: 3px solid var(--foreground); background: var(--background); }
.header-inner { width: min(100%, var(--max-width)); min-height: 112px; margin: 0 auto; padding: 22px 36px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand-mark { display: inline-flex; align-items: center; gap: 4px; flex: none; font-size: 25px; font-weight: 900; letter-spacing: -1.5px; }
.brand-mark strong { display: inline-block; padding: 15px 15px 13px; background: var(--primary); color: var(--primary-foreground); transform: rotate(-2deg); }
.header-inner nav { display: flex; align-items: center; justify-content: center; gap: 16px; font-size: 14px; font-weight: 700; }
.header-inner nav a:hover, .footer-links a:hover { text-decoration: underline; text-underline-offset: 5px; }
.button { min-height: 54px; padding: 14px 22px; border: 3px solid var(--foreground); display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 14px; font-weight: 900; letter-spacing: .75px; text-transform: uppercase; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translate(-3px, -3px); box-shadow: 7px 7px 0 var(--foreground); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 4px solid #ffffff; outline-offset: 3px; box-shadow: 0 0 0 7px var(--foreground); }
.button-primary { background: var(--primary); color: var(--primary-foreground); }
.button-accent { background: var(--page-accent); color: var(--page-accent-foreground); }
.button-dark { background: var(--foreground); color: var(--background); }
.mobile-label { display: none; }

.hero-section { border-bottom: 3px solid var(--foreground); overflow: hidden; }
.hero-grid { width: min(100%, var(--max-width)); min-height: 680px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr); }
.hero-copy { min-width: 0; padding: 72px 54px 76px 36px; display: flex; flex-direction: column; justify-content: center; }
.landing-index { align-self: flex-start; padding: 13px 18px 11px; border: 3px solid var(--foreground); font-size: 14px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; }
.eyebrow { margin-top: 36px; font-size: 14px; font-weight: 900; letter-spacing: 3px; text-transform: uppercase; }
.hero-copy h1 { max-width: 680px; margin-top: 20px; font-size: clamp(48px, 4.9vw, 74px); font-weight: 900; line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.hero-intro { max-width: 650px; margin-top: 30px; color: var(--muted-foreground); font-size: clamp(18px, 1.55vw, 22px); line-height: 1.58; }
.hero-actions { margin-top: 42px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.no-commitment { display: inline-flex; align-items: center; gap: 10px; padding: 12px; font-size: 15px; font-weight: 800; }
.landing-visual { position: relative; min-height: 680px; overflow: hidden; border-left: 3px solid var(--foreground); background: var(--page-accent); }
.landing-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 78% center; }
.landing-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgb(23 53 47 / 42%), transparent 48%); pointer-events: none; }
.visual-label { position: absolute; z-index: 1; right: 28px; bottom: 28px; padding: 18px 21px; border: 3px solid var(--foreground); display: flex; align-items: center; gap: 14px; background: var(--card); box-shadow: 8px 8px 0 var(--foreground); font-size: 12px; line-height: 1.4; letter-spacing: 1px; text-transform: uppercase; }
.spark { color: var(--page-accent); font-size: 26px; }

.trust-strip { background: var(--foreground); color: var(--background); }
.trust-grid { width: min(100%, var(--max-width)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { min-height: 105px; padding: 22px; border-right: 1px solid rgb(246 240 226 / 28%); display: flex; align-items: center; justify-content: center; gap: 15px; }
.trust-item:last-child { border-right: 0; }
.trust-item > span { color: var(--page-accent); font-size: 28px; }
.trust-item p { font-size: 14px; line-height: 1.5; }
.trust-item strong { display: block; letter-spacing: 1px; text-transform: uppercase; }

.content-section { padding: 110px 36px; }
.content-inner, .wide-grid, .cta-inner { width: min(100%, var(--max-width)); margin: 0 auto; }
.content-section .eyebrow { margin-top: 0; }
.content-section h2 { margin-top: 16px; font-size: clamp(46px, 5.3vw, 76px); font-weight: 900; line-height: .95; letter-spacing: -.06em; }
.section-copy { max-width: 520px; margin-top: 28px; color: var(--muted-foreground); font-size: 19px; line-height: 1.75; }
.wide-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 78px; }
.feature-grid { border: 3px solid var(--foreground); display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; background: var(--foreground); }
.feature-card { min-height: 340px; padding: 28px; background: var(--card); }
.feature-card > span { font-size: 12px; font-weight: 900; letter-spacing: 2px; }
.feature-card h3 { margin-top: 90px; font-size: 27px; line-height: 1; font-weight: 900; letter-spacing: -1.2px; }
.feature-card p { margin-top: 15px; color: var(--muted-foreground); font-size: 15px; line-height: 1.7; }

.formats-section { border-block: 3px solid var(--foreground); background: var(--card); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading-row h2 { max-width: 850px; }
.flame { color: var(--page-accent); font-size: 72px; line-height: 1; }
.format-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.format-card { padding: 27px; border: 3px solid var(--foreground); display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 24px; background: var(--background); transition: transform .18s ease, box-shadow .18s ease; }
.format-card:hover { transform: translate(-3px, -3px); box-shadow: 8px 8px 0 var(--page-accent); }
.format-number { width: 52px; height: 52px; display: grid; place-items: center; background: var(--page-accent); color: var(--page-accent-foreground); font-size: 13px; font-weight: 900; }
.format-card h3 { font-size: 25px; font-weight: 900; letter-spacing: -1px; }
.format-card p { margin-top: 10px; color: var(--muted-foreground); font-size: 16px; line-height: 1.65; }

.brief-grid { grid-template-columns: 1fr 1fr; gap: 100px; }
.brief-grid .button { margin-top: 38px; }
.brief-list { border-top: 3px solid var(--foreground); }
.brief-list > div { min-height: 76px; padding: 15px 5px; border-bottom: 3px solid var(--foreground); display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 16px; }
.brief-list span { color: var(--muted-foreground); font-size: 12px; font-weight: 900; letter-spacing: 2px; }
.brief-list strong { font-size: 17px; }
.brief-list b { color: var(--page-accent); font-size: 22px; }

.process-section { border-block: 3px solid var(--foreground); background: var(--page-accent); color: var(--page-accent-foreground); }
.process-section h2 { max-width: 820px; }
.process-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.process-card { position: relative; min-height: 350px; padding: 28px; border: 3px solid var(--foreground); background: var(--card); color: var(--foreground); box-shadow: 8px 8px 0 var(--foreground); }
.process-card > i { width: 42px; height: 42px; border: 3px solid var(--foreground); border-radius: 50%; display: grid; place-items: center; font-style: normal; font-weight: 900; }
.process-card > span { position: absolute; top: 30px; right: 28px; font-size: 12px; font-weight: 900; letter-spacing: 2px; }
.process-card h3 { margin-top: 85px; font-size: 28px; line-height: 1; font-weight: 900; letter-spacing: -1.2px; }
.process-card p { margin-top: 16px; color: var(--muted-foreground); font-size: 16px; line-height: 1.7; }

.faq-grid { grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-list { border-top: 3px solid var(--foreground); }
.faq-list details { border-bottom: 3px solid var(--foreground); }
.faq-list summary { padding: 25px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; font-size: 19px; font-weight: 900; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span:last-child { font-size: 32px; font-weight: 400; transition: transform .18s ease; }
.faq-list details[open] summary span:last-child { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; padding: 0 45px 28px 0; color: var(--muted-foreground); font-size: 16px; line-height: 1.8; }

.cta-panel { border-top: 3px solid var(--foreground); background: var(--page-accent); color: var(--page-accent-foreground); }
.cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.cta-inner h2 { font-size: clamp(56px, 6.2vw, 90px); }
.cta-inner .button { flex: none; }

.site-footer { border-top: 3px solid var(--foreground); background: var(--foreground); color: var(--background); }
.footer-grid { width: min(100%, var(--max-width)); margin: 0 auto; padding: 56px 36px; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 50px; }
.footer-brand strong { background: var(--primary); color: var(--primary-foreground); }
.footer-grid > div:first-child > p { max-width: 360px; margin-top: 24px; color: rgb(246 240 226 / 70%); font-size: 14px; line-height: 1.7; }
.footer-grid .eyebrow { margin-top: 0; color: rgb(246 240 226 / 60%); }
.footer-links { margin-top: 20px; display: grid; gap: 10px; font-size: 14px; font-weight: 700; }
.footer-social { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 13px; font-weight: 700; }
.footer-social a { color: rgb(246 240 226 / 70%); text-decoration: none; border-bottom: 1px solid rgb(246 240 226 / 30%); }
.footer-social a:hover, .footer-social a:focus-visible { color: var(--background); border-bottom-color: currentColor; }
.related-section { padding-block: 70px; border-top: 3px solid var(--foreground); }
.related-section h2 { font-size: clamp(28px, 3.4vw, 40px); letter-spacing: -.03em; }
.related-links { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; }
.related-links a { padding: 10px 16px; border: 2px solid var(--foreground); border-radius: 999px; font-size: 14px; font-weight: 700; text-decoration: none; color: inherit; background: var(--background); }
.related-links a:hover, .related-links a:focus-visible { background: var(--foreground); color: var(--background); }
.copyright { padding: 22px; border-top: 1px solid rgb(246 240 226 / 20%); color: rgb(246 240 226 / 58%); text-align: center; font-size: 12px; }

@media (max-width: 1080px) {
  .header-inner nav { display: none; }
  .hero-grid { display: block; min-height: auto; }
  .hero-copy { min-height: 620px; padding: 72px 36px; }
  .landing-visual { min-height: 480px; border-top: 3px solid var(--foreground); border-left: 0; }
  .wide-grid { grid-template-columns: 1fr; }
  .feature-grid { margin-top: 10px; }
  .brief-grid, .faq-grid { gap: 60px; }
}

@media (max-width: 720px) {
  .header-inner { min-height: 92px; padding: 18px 20px; }
  .brand-mark { font-size: 20px; }
  .brand-mark strong { padding: 11px 12px 10px; }
  .header-cta { min-height: 48px; padding: 10px 16px; }
  .desktop-label { display: none; }
  .mobile-label { display: inline; }
  .hero-copy { min-height: auto; padding: 62px 20px 68px; }
  .landing-index { font-size: 12px; }
  .hero-copy h1 { font-size: clamp(42px, 12vw, 58px); line-height: 1; letter-spacing: -.045em; }
  .hero-intro { margin-top: 26px; font-size: 18px; line-height: 1.58; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .header-cta { width: auto; }
  .no-commitment { justify-content: center; }
  .landing-visual { min-height: 420px; }
  .visual-label { right: 18px; bottom: 18px; left: 18px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgb(246 240 226 / 28%); }
  .content-section { padding: 82px 20px; }
  .related-section { padding-block: 56px; }
  .content-section h2 { font-size: clamp(44px, 13vw, 65px); }
  .feature-grid, .format-grid, .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-card h3 { margin-top: 55px; }
  .section-heading-row { align-items: flex-start; }
  .flame { font-size: 48px; }
  .brief-grid, .faq-grid { gap: 50px; }
  .process-card { min-height: 310px; }
  .cta-inner { align-items: stretch; flex-direction: column; }
  .cta-inner h2 { font-size: clamp(53px, 16vw, 75px); }
  .footer-grid { padding-inline: 20px; }
}

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