@import "tailwindcss";

:root {
  --ink: #f8f5ef;
  --muted: #aaa8a7;
  --line: rgba(255, 255, 255, .12);
  --panel: rgba(255, 255, 255, .055);
  --orange: #ff7a18;
  --orange-soft: #ffb35b;
  --night: #080b12;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.site-shell { min-height: 100vh; overflow: hidden; position: relative; background: radial-gradient(circle at 50% -25%, #24283a 0, #0b0e16 36%, var(--night) 66%); }
.ambient { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; opacity: .24; }
.ambient-one { width: 560px; height: 560px; right: -240px; top: 420px; background: #d9580d; }
.ambient-two { width: 460px; height: 460px; left: -300px; top: 1200px; background: #1c4c8a; }

.site-header { width: min(1200px, calc(100% - 48px)); height: 88px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: relative; z-index: 10; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-weight: 650; letter-spacing: -.02em; }
.brand img { width: 38px; height: 38px; border-radius: 9px; box-shadow: 0 8px 24px rgba(0, 0, 0, .35); }
.brand span { font-size: 19px; }
.main-nav { display: flex; gap: 30px; align-items: center; font-size: 14px; color: #b8b8bb; }
.main-nav a { position: relative; padding: 34px 0 32px; transition: color .2s ease; }
.main-nav a:hover, .main-nav a.active { color: white; }
.main-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--orange); border-radius: 99px; }
.languages { justify-self: end; display: flex; gap: 3px; padding: 4px; border: 1px solid var(--line); border-radius: 99px; background: rgba(255, 255, 255, .035); }
.languages a { display: grid; place-items: center; min-width: 31px; height: 28px; border-radius: 99px; color: #92949a; font-size: 11px; font-weight: 700; letter-spacing: .06em; transition: .2s ease; }
.languages a:hover { color: white; }
.languages a.active { color: #17100a; background: var(--orange-soft); }

main { position: relative; z-index: 1; }
.section-pad { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.hero { min-height: 715px; padding-top: 106px; padding-bottom: 92px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 20px; color: var(--orange-soft); font-size: 12px; font-weight: 700; line-height: 1.2; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 620px; font-size: clamp(56px, 6.4vw, 92px); font-weight: 720; line-height: .94; letter-spacing: -.065em; }
.hero h1 span:last-child { background: linear-gradient(100deg, #fff 5%, #a5a7ae 92%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-body { max-width: 540px; margin: 30px 0 0; color: #bebdc1; font-size: 19px; line-height: 1.65; letter-spacing: -.01em; }
.hero-actions { display: flex; align-items: flex-start; gap: 14px; margin-top: 34px; }
.purchase-wrap { display: flex; flex-direction: column; align-items: center; gap: 7px; }
.purchase-wrap > span { color: #777b84; font-size: 11px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 12px; font: inherit; font-size: 14px; font-weight: 650; white-space: nowrap; transition: .2s ease; }
.button-primary { color: #231206; background: linear-gradient(135deg, #ffbd68, #ff7417); box-shadow: 0 13px 34px rgba(255, 119, 23, .22); }
.button-primary:disabled { cursor: not-allowed; opacity: .78; }
.button-secondary { color: #f3f3f5; border-color: var(--line); background: rgba(255, 255, 255, .055); }
.button-secondary:hover { border-color: rgba(255, 255, 255, .25); background: rgba(255, 255, 255, .09); transform: translateY(-1px); }
.trust-list { display: flex; gap: 21px; padding: 0; margin: 25px 0 0; list-style: none; color: #858891; font-size: 12px; }
.trust-list li { display: flex; align-items: center; gap: 8px; }
.trust-list li::before { content: "✓"; color: var(--orange-soft); font-weight: 800; }
.hero-visual { position: relative; padding: 34px 12px 12px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 24px; background: rgba(255, 255, 255, .045); box-shadow: 0 48px 100px rgba(0, 0, 0, .46), inset 0 1px rgba(255, 255, 255, .06); transform: perspective(1400px) rotateY(-4deg) rotateX(1.5deg); }
.hero-visual::before { content: ""; position: absolute; z-index: -1; inset: 15% 8% -10%; background: rgba(255, 107, 20, .28); filter: blur(60px); }
.hero-visual > img { width: 100%; border-radius: 14px; }
.window-bar { height: 34px; position: absolute; top: 0; left: 0; right: 0; display: flex; align-items: center; gap: 7px; padding: 0 15px; color: #7f828b; font-size: 11px; }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #6d7079; }
.window-bar i:first-child { background: #ff665e; }
.window-bar i:nth-child(2) { background: #ffbd44; }
.window-bar i:nth-child(3) { background: #00ca4e; }
.window-bar span { margin-left: auto; margin-right: auto; padding-right: 34px; }
.version-chip { position: absolute; right: -28px; bottom: -28px; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 14px; background: rgba(20, 22, 29, .86); box-shadow: 0 18px 46px rgba(0, 0, 0, .4); backdrop-filter: blur(20px); }
.version-chip strong { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 10px; color: #241307; background: var(--orange-soft); }
.version-chip span { color: #d5d4d5; font-size: 13px; }

.section-heading { max-width: 680px; margin: 0 auto 52px; text-align: center; }
.section-heading.align-left { margin-left: 0; text-align: left; }
.section-heading h2, .page-hero h1, .final-cta h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.04; letter-spacing: -.045em; }
.section-heading > p:last-child, .page-hero > p:last-child, .final-cta > div > p:last-child { margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.intro-section { padding-top: 120px; padding-bottom: 130px; border-top: 1px solid var(--line); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { min-height: 248px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(150deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)); }
.step-card > span { color: var(--orange-soft); font-size: 12px; font-weight: 750; letter-spacing: .12em; }
.step-card h3 { margin: 56px 0 12px; font-size: 22px; letter-spacing: -.025em; }
.step-card p { margin: 0; color: var(--muted); line-height: 1.65; }

.feature-section { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; padding-top: 110px; padding-bottom: 130px; }
.feature-media { position: relative; padding: 54px 44px; border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle at 50% 30%, rgba(255, 128, 31, .18), transparent 46%), #0d111b; }
.feature-media::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255, 255, 255, .06); border-radius: 20px; pointer-events: none; }
.feature-media img { width: 100%; border-radius: 14px; box-shadow: 0 24px 50px rgba(0, 0, 0, .42); }
.feature-list { display: grid; gap: 0; }
.feature-list article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 23px 0; border-top: 1px solid var(--line); }
.feature-list article:last-child { border-bottom: 1px solid var(--line); }
.feature-list article > span { color: var(--orange-soft); font-size: 11px; font-weight: 700; padding-top: 4px; }
.feature-list h3 { margin: 0 0 7px; font-size: 18px; }
.feature-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.options-section { padding-top: 115px; padding-bottom: 120px; }
.options-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.options-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, .035); }
.options-grid article > div { min-height: 130px; padding: 36px 28px; display: grid; place-items: center; background: radial-gradient(circle, rgba(255, 136, 48, .13), transparent 65%); }
.options-grid img { max-height: 88px; width: auto; image-rendering: auto; }
.options-grid p { margin: 0; padding: 15px 19px; border-top: 1px solid var(--line); color: #d2d2d5; font-size: 13px; }

.gallery-section { padding-top: 110px; padding-bottom: 140px; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 17px; }
.gallery-grid a { display: block; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #11151f; box-shadow: 0 25px 60px rgba(0, 0, 0, .25); }
.gallery-grid a:first-child { grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-grid a:hover img { transform: scale(1.02); }

.final-cta { margin-bottom: 110px; padding: 58px 60px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border: 1px solid rgba(255, 159, 75, .24); border-radius: 28px; background: radial-gradient(circle at 88% 10%, rgba(255, 116, 23, .22), transparent 35%), rgba(255, 255, 255, .055); }
.final-cta > div { max-width: 740px; }
.final-cta h2 { font-size: clamp(34px, 4vw, 54px); }

.inner-page { padding-top: 105px; padding-bottom: 140px; min-height: 760px; }
.page-hero { max-width: 790px; margin-bottom: 68px; }
.page-hero h1 { font-size: clamp(52px, 7vw, 88px); }
.page-hero > p:last-child { max-width: 680px; }
.faq-list { max-width: 920px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 46px 1fr auto; gap: 18px; padding: 27px 8px 27px 0; cursor: pointer; font-size: 20px; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--orange-soft); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary span { color: #737681; font-size: 11px; letter-spacing: .1em; padding-top: 7px; }
.faq-list details p { margin: -4px 64px 28px; color: var(--muted); line-height: 1.75; }
.credits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.credits-grid article { min-height: 310px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); }
.credits-grid article > span { color: var(--orange-soft); font-size: 12px; font-weight: 750; }
.credits-grid h2 { margin: 70px 0 15px; font-size: 25px; }
.credits-grid p { color: var(--muted); line-height: 1.7; }
.credits-grid a { display: inline-block; margin-top: 12px; color: var(--orange-soft); font-size: 14px; }
.format-note { display: flex; align-items: center; gap: 14px; max-width: 800px; margin-bottom: 36px; padding: 17px 20px; border: 1px solid rgba(255, 162, 80, .26); border-radius: 14px; background: rgba(255, 125, 28, .07); }
.format-note span { padding: 5px 8px; border-radius: 7px; color: #211207; background: var(--orange-soft); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.format-note p { margin: 0; color: #d3d1d0; line-height: 1.55; }
.format-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.format-grid div { min-height: 58px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); }
.format-grid span { font-size: 13px; font-weight: 650; letter-spacing: .02em; }
.format-grid i { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: #231408; background: var(--orange-soft); font-size: 12px; font-style: normal; font-weight: 900; }

footer { width: min(1200px, calc(100% - 48px)); margin: 0 auto; min-height: 112px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; border-top: 1px solid var(--line); color: #777a83; font-size: 12px; position: relative; z-index: 1; }
footer .brand img { width: 30px; height: 30px; }
footer .brand span { font-size: 15px; color: #c9c9cc; }
footer p { text-align: center; }
footer > a:last-child { justify-self: end; transition: color .2s ease; }
footer > a:last-child:hover { color: white; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; height: 132px; border-bottom: 0; }
  .main-nav { order: 3; grid-column: 1 / -1; width: 100%; justify-content: center; gap: 24px; border-top: 1px solid var(--line); }
  .main-nav a { padding: 17px 0; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-body { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-list { justify-content: center; }
  .hero-visual { width: min(760px, 100%); margin: 20px auto 0; transform: none; }
  .feature-section { grid-template-columns: 1fr; gap: 60px; }
  .feature-media { order: 2; }
  .credits-grid { grid-template-columns: 1fr; }
  .credits-grid article { min-height: 230px; }
  .credits-grid h2 { margin-top: 42px; }
  .format-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 680px) {
  .site-header, .section-pad, footer { width: min(100% - 28px, 1200px); }
  .site-header { height: auto; padding: 15px 0 0; }
  .brand span { display: none; }
  .languages { gap: 1px; }
  .languages a { min-width: 28px; }
  .main-nav { overflow-x: auto; justify-content: flex-start; gap: 22px; padding: 0 2px; white-space: nowrap; }
  .main-nav a { font-size: 12px; }
  .hero { min-height: auto; padding-top: 68px; padding-bottom: 82px; gap: 42px; }
  .hero h1 { font-size: clamp(50px, 16vw, 72px); }
  .hero-body { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button, .purchase-wrap { width: 100%; }
  .trust-list { flex-wrap: wrap; gap: 10px 17px; }
  .version-chip { right: 8px; bottom: -30px; }
  .intro-section, .feature-section, .options-section, .gallery-section { padding-top: 85px; padding-bottom: 90px; }
  .section-heading { margin-bottom: 38px; }
  .steps-grid, .options-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 210px; }
  .step-card h3 { margin-top: 38px; }
  .feature-media { padding: 34px 24px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid a:first-child { grid-row: auto; }
  .final-cta { margin-bottom: 80px; padding: 38px 25px; flex-direction: column; align-items: stretch; }
  .inner-page { padding-top: 72px; padding-bottom: 90px; }
  .page-hero { margin-bottom: 48px; }
  .page-hero h1 { font-size: 48px; }
  .faq-list summary { grid-template-columns: 34px 1fr auto; gap: 10px; font-size: 17px; }
  .faq-list details p { margin-left: 44px; margin-right: 10px; }
  .format-grid { grid-template-columns: repeat(2, 1fr); }
  footer { grid-template-columns: auto 1fr; min-height: 120px; }
  footer p { text-align: right; }
  footer > a:last-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
