:root {
  --ink: #0a1029;
  --ink-2: #111a39;
  --ink-3: #19244c;
  --blue: #3158f5;
  --blue-hot: #4268ff;
  --ice: #cbd6ff;
  --white: #f8f9ff;
  --muted: #c1c9df;
  --paper: #f4f2ed;
  --paper-ink: #18203d;
  --stroke: rgba(210, 221, 255, .22);
  --font-sans: "Plus Jakarta Sans", Arial, sans-serif;
  --font-serif: "Instrument Serif", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--ink); color: var(--white); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }
h1, h2, h3, p, figure { margin: 0; }
::selection { color: #fff; background: var(--blue); }
:focus-visible { outline: 3px solid #a9baff; outline-offset: 5px; }
.shell { width: min(100% - 72px, 1190px); margin-inline: auto; }
.section { padding-block: clamp(88px, 10vw, 152px); }
section[id], header[id] { scroll-margin-top: 92px; }
.skip-link { position: fixed; z-index: 100; top: -70px; left: 20px; padding: 13px 18px; border-radius: 8px; background: #fff; color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 12px; }
.reading-progress { position: fixed; z-index: 60; top: 0; left: 0; width: var(--progress, 0%); height: 3px; background: #8da3ff; pointer-events: none; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(255,255,255,.11); background: rgba(10,16,41,.9); backdrop-filter: blur(18px); }
.header-row { display: flex; min-height: 80px; align-items: center; gap: 40px; }
/* The complete wordmark is outlined in SVG: no font loading or reflow. */
.brand { display: inline-flex; flex: none; align-items: center; }
.brand .brand-logo { display: block; width: 184px; height: auto; }
.footer-brand .brand-logo { width: 202px; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.8vw, 42px); margin-inline: auto; }
.site-nav a { position: relative; padding-block: 8px; color: #c9d1ea; font-size: 12px; font-weight: 700; transition: color .2s ease; }
.site-nav a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: #97a9ff; content: ""; transform: scaleX(0); transform-origin: left; transition: transform .24s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.header-cta { display: inline-flex; flex: none; min-height: 42px; align-items: center; gap: 22px; padding: 0 17px; border: 1px solid rgba(214,223,255,.5); border-radius: 40px; font-size: 12px; font-weight: 700; transition: background .2s ease, border-color .2s ease; }
.header-cta:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.header-cta span { font-size: 16px; }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 86% 18%, #1e2e70 0, transparent 35%), linear-gradient(120deg, #080c22 12%, #111c46 100%); }
.hero-current { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero-current path { fill: none; stroke: #4966d1; stroke-width: 2px; opacity: .24; }
.hero-current .current-running { stroke: #7190ff; stroke-width: 3px; stroke-dasharray: 24 115; stroke-linecap: round; opacity: .38; animation: current-flow 22s linear infinite; }
@keyframes current-flow { to { stroke-dashoffset: -556; } }
.hero-grid { position: relative; display: grid; min-height: 715px; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); align-items: center; gap: clamp(32px, 5.5vw, 86px); padding-block: 76px 55px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 670px; font-size: clamp(60px, 5.5vw, 88px); font-weight: 800; letter-spacing: -.055em; line-height: 1.05; }
.hero h1 em { font-family: var(--font-serif); font-size: 1.16em; font-weight: 400; letter-spacing: -.045em; }
.premise h2 em, .method h2 em, .kit h2 em, .sample h2 em, .journey h2 em, .offer h2 em { font-family: var(--font-sans); font-size: 1em; font-style: normal; font-weight: 800; letter-spacing: -.035em; }
.hero h1 em { display: block; color: #cbd5ff; line-height: .94; }
.hero-lead { max-width: 535px; margin-top: 30px; color: #d7ddf0; font-size: clamp(17px, 1.4vw, 19px); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 27px; margin-top: 37px; }
.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 30px; padding: 0 25px; border: 0; border-radius: 40px; font-size: 13px; font-weight: 800; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 15px 26px rgba(0,0,0,.18); }
.button span { font-size: 19px; font-weight: 400; }
.button-blue { min-width: 260px; background: var(--blue); color: #fff; }
.button-blue:hover { background: var(--blue-hot); }
.text-link { display: inline-flex; align-items: center; gap: 13px; padding-block: 8px; color: #e2e7fc; font-size: 12px; font-weight: 700; border-bottom: 1px solid rgba(225,233,255,.5); transition: gap .2s ease, color .2s ease; }
.text-link:hover { gap: 19px; color: #fff; }
.text-link span { font-size: 18px; }
.hero-proof { margin-top: 35px; color: #aebadc; font-size: 12px; line-height: 1.8; }
.hero-proof strong { color: #fff; font-size: 15px; font-weight: 800; }
.price-before { color: #c1c9df; text-decoration: line-through; text-decoration-thickness: 2px; text-decoration-color: #c1c9df; }
.offer-price .price-before { font-size: 19px; font-weight: 700; }
.hero-product { position: relative; min-width: 0; height: 585px; isolation: isolate; }
.hero-halo { position: absolute; z-index: -1; top: 15%; left: -8%; width: 116%; height: 64%; border: 4px solid rgba(109,133,236,.24); border-radius: 50%; transform: rotate(-19deg); animation: halo-drift 14s ease-in-out infinite alternate; }
@keyframes halo-drift { to { transform: translate(12px,-10px) rotate(-15deg); } }
.hero-sheet { position: absolute; overflow: hidden; border: 6px solid #eaedf8; border-radius: 15px; background: #f8f7f1; box-shadow: 25px 28px 58px rgba(0,0,0,.32); }
.hero-sheet img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.hero-sheet-front { z-index: 2; top: 0; right: 1%; width: 53%; height: 98%; transform: rotate(3deg); }
.hero-sheet-back { z-index: 1; bottom: 2%; left: -1%; width: 53%; height: 80%; transform: rotate(-9deg); }
.hero-annotation { position: absolute; z-index: 4; right: 5%; bottom: -12px; display: flex; align-items: center; gap: 9px; color: #d5defe; font-size: 11px; font-weight: 700; }
.annotation-line { display: inline-block; width: 27px; height: 1px; background: #c4d1ff; }
.hero-floor { position: relative; display: flex; align-items: center; justify-content: space-between; padding-bottom: 26px; color: #a5b2d8; font-size: 11px; font-weight: 600; }
.hero-floor a { display: inline-flex; align-items: center; gap: 10px; color: #d5defd; }
.hero-floor a span { font-size: 19px; }

.premise { border-top: 1px solid var(--stroke); background: #eaedf7; color: var(--paper-ink); }
.premise-grid, .kit-intro, .sample-heading { max-width: 950px; }
.premise h2, .method h2, .kit h2, .sample h2, .journey h2, .offer h2 { max-width: 900px; font-size: clamp(46px, 4.6vw, 70px); font-weight: 800; letter-spacing: -.035em; line-height: 1.13; }
.premise h2 em { color: #2b50e6; }
.premise p { max-width: 700px; margin-top: 28px; color: #485472; font-size: clamp(17px, 1.4vw, 19px); line-height: 1.65; }

.method { overflow: hidden; background: #0d1430; }
.method-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); align-items: center; gap: clamp(46px, 7vw, 105px); }
.method h2 { max-width: 510px; }
.method h2 em { display: block; color: #d2daff; }
.method-copy > p { max-width: 470px; margin-top: 25px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.method-list { display: grid; gap: 0; max-width: 410px; margin: 30px 0 35px; padding: 0; list-style: none; }
.method-list li { padding-block: 13px; border-bottom: 1px solid var(--stroke); color: #e7ecfb; font-size: 15px; }
.method-list li:first-child { border-top: 1px solid var(--stroke); }
.method-trigger { display: inline-flex; align-items: center; gap: 21px; padding: 13px 0; border: 0; border-bottom: 1px solid #cbd6ff; background: none; color: #fff; font-size: 13px; font-weight: 800; transition: gap .2s ease, color .2s ease; }
.method-trigger:hover { gap: 29px; color: #bdcaff; }
.method-trigger span { font-size: 18px; font-weight: 400; }
.method-art { position: relative; height: 550px; overflow: hidden; border: 1px solid #52629e; border-radius: 26px; background: radial-gradient(circle at 80% 20%, #263b87 0, transparent 50%), #19244c; }
.art-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(186,204,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(186,204,255,.055) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, transparent, #000 25%); }
.art-note { position: absolute; z-index: 2; display: grid; gap: 6px; width: 55%; min-height: 124px; padding: 21px 24px; border: 1px solid #f1f1f3; border-radius: 9px; background: #f8f7f2; color: #18213c; box-shadow: 0 17px 36px rgba(0,0,0,.25); transition: top .65s cubic-bezier(.2,.8,.2,1), left .65s cubic-bezier(.2,.8,.2,1), transform .65s cubic-bezier(.2,.8,.2,1), box-shadow .65s ease; }
.art-note strong { font-family: var(--font-serif); font-size: 30px; font-weight: 400; line-height: 1; }
.art-note small { color: #5f6a82; font-size: 11px; }
.art-note-one { top: 20%; left: 9%; transform: rotate(-9deg); }
.art-note-two { top: 37%; left: 40%; transform: rotate(8deg); }
.art-note-three { top: 60%; left: 12%; transform: rotate(-4deg); }
.method-art[data-state="ordered"] .art-note { left: 22%; transform: rotate(0); box-shadow: 0 10px 22px rgba(0,0,0,.13); }
.method-art[data-state="ordered"] .art-note-one { top: 16%; }
.method-art[data-state="ordered"] .art-note-two { top: 38%; }
.method-art[data-state="ordered"] .art-note-three { top: 60%; }
.art-baseline { position: absolute; bottom: 54px; left: 11%; width: 78%; height: 1px; background: rgba(203,216,255,.4); }

.kit { background: var(--paper); color: var(--paper-ink); }
.kit h2 em { color: #3156e8; }
.kit-intro p, .sample-heading p, .journey-heading p { max-width: 675px; margin-top: 24px; color: #54617e; font-size: 17px; line-height: 1.66; }
.kit-lines { margin-top: 62px; border-top: 1px solid #b9c0d4; }
.kit-line { padding: 32px 0 37px; border-bottom: 1px solid #b9c0d4; }
.kit-line h3 { font-size: clamp(26px, 2.4vw, 36px); font-weight: 800; letter-spacing: -.025em; line-height: 1.15; }
.kit-line p { max-width: 560px; margin-top: 11px; color: #52607c; font-size: 15px; line-height: 1.6; }

.sample { background: #151f42; }
.sample h2 em { color: #d1d9ff; }
.sample-heading p { color: #c4cce3; }
.sample-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 5vw, 76px); margin-top: 60px; }
.sample-page { min-width: 0; color: var(--white); }
.sample-page-two { margin-top: 62px; }
.sample-image { display: grid; height: 620px; place-items: start center; overflow: hidden; }
.sample-image img { width: min(100%, 500px); height: auto; box-shadow: 0 20px 45px rgba(0,0,0,.27); }
.sample-page figcaption { display: grid; grid-template-columns: 1fr auto; gap: 8px 20px; min-height: 118px; align-content: center; padding: 20px 0; border-top: 1px solid rgba(207,219,255,.45); }
.sample-page figcaption strong { font-size: 19px; letter-spacing: -.015em; }
.sample-page figcaption button { border: 0; background: none; color: #b7c6ff; font-size: 12px; font-weight: 800; white-space: nowrap; }
.sample-page figcaption button:hover { text-decoration: underline; text-underline-offset: 3px; }

.journey { background: #0b112b; }
.journey-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: clamp(45px, 9vw, 130px); }
.journey h2 em { display: block; color: #d3dcff; }
.journey-heading p { color: #c2cbe3; }
.journey-list { margin: 0; padding: 0; border-top: 1px solid var(--stroke); list-style: none; }
.journey-list li { display: grid; grid-template-columns: 95px 1fr; gap: 20px; padding: 26px 0 30px; border-bottom: 1px solid var(--stroke); }
.journey-list li > span { padding-top: 8px; color: #98aeff; font-size: 12px; font-weight: 800; }
.journey-list h3 { font-size: clamp(24px, 2vw, 30px); font-weight: 800; letter-spacing: -.055em; }
.journey-list p { max-width: 350px; margin-top: 8px; color: #bfc8e0; font-size: 14px; line-height: 1.6; }

.testimonials { overflow: hidden; background: #10182b; }
.testimonials-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.testimonials h2 { max-width: 760px; font-size: clamp(46px, 4.6vw, 70px); font-weight: 800; letter-spacing: -.045em; line-height: 1.1; }
.testimonials h2 em { font-family: var(--font-serif); font-weight: 400; }
.testimonials-controls { display: flex; flex: none; gap: 10px; }
.testimonials-arrow { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid #a6b9e472; border-radius: 50%; background: transparent; color: #f8f9ff; font-size: 25px; transition: background .2s ease, border-color .2s ease; }
.testimonials-arrow:hover:not(:disabled) { border-color: #d6e2ff; background: #273958; }
.testimonials-arrow:disabled { opacity: .35; cursor: default; }
.testimonials-track { display: flex; gap: 24px; margin-top: 52px; padding-block: 4px 16px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.testimonials-track::-webkit-scrollbar { display: none; }
.testimonial-card { position: relative; isolation: isolate; flex: 0 0 clamp(300px, 29vw, 350px); aspect-ratio: 9 / 16; overflow: hidden; border-radius: 17px; background: transparent; scroll-snap-align: start; container-type: inline-size; --panel-top: 46%; --image-cut-left: 54.64%; --panel-pad: 82px; --panel-bottom: 45px; --slope: 16%; --mark-gap: 25px; --quote-size: clamp(25px, 8.2cqw, 33px); }
.testimonial-card--late { --panel-pad: 50px; --panel-bottom: 28px; --slope: 9%; --mark-gap: 17px; --quote-size: clamp(24px, 7.3cqw, 29px); }
.testimonial-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; clip-path: polygon(0 0, 100% 0, 100% var(--panel-top), 0 var(--image-cut-left)); }
.testimonial-card__solid { position: absolute; z-index: 2; inset: var(--panel-top) 0 0; display: flex; flex-direction: column; align-items: flex-start; padding: var(--panel-pad) 28px var(--panel-bottom); overflow: hidden; clip-path: polygon(0 var(--slope), 100% 0, 100% 100%, 0 100%); background: linear-gradient(145deg, #0b3151 0%, #101c35 45%, #090f20 100%); transform: translateY(30%); }
.testimonial-card.is-visible .testimonial-card__solid { animation: testimonial-rise 1050ms cubic-bezier(.18,.78,.2,1) both; }
.testimonial-card__solid::before { position: absolute; z-index: 0; inset: -20%; background: url('assets/relatos/grao.svg') repeat, repeating-linear-gradient(113deg, transparent 0 23px, #b7d1ff10 23px 24px, transparent 24px 51px); content: ''; opacity: .8; pointer-events: none; }
.testimonial-card.is-visible .testimonial-card__solid::before { animation: testimonial-grain 7s linear infinite alternate; }
.testimonial-card__solid::after { position: absolute; z-index: 0; top: 5%; left: -20%; width: 150%; height: 75%; border-radius: 50%; background: radial-gradient(ellipse, #4c8aff8c 0%, #1c63c64a 30%, transparent 67%); content: ''; filter: blur(28px); pointer-events: none; }
.testimonial-card.is-visible .testimonial-card__solid::after { animation: testimonial-light 5.5s ease-in-out infinite alternate; }
.testimonial-card__brand-wrap { position: relative; z-index: 1; width: 96px; align-self: center; margin-bottom: var(--mark-gap); opacity: 0; transform: translateY(30px); transition: opacity 440ms 530ms ease, transform 550ms 530ms cubic-bezier(.2,.8,.2,1); -webkit-mask: url('assets/marca-mono-clara.svg') center / contain no-repeat; mask: url('assets/marca-mono-clara.svg') center / contain no-repeat; }
.testimonial-card__brand { display: block; width: 100%; height: auto; opacity: .72; }
.testimonial-card__brand-wrap::after { position: absolute; top: -25%; left: -55%; width: 44%; height: 150%; content: ''; background: linear-gradient(90deg, transparent, #fff8 20%, #fff 50%, #fff8 80%, transparent); filter: blur(2px); transform: translateX(0) skewX(-19deg); animation: testimonial-shine 6.5s linear infinite; animation-delay: var(--shine-delay, 0s); pointer-events: none; }
.testimonial-card:nth-child(2) { --shine-delay: -1.7s; }
.testimonial-card:nth-child(3) { --shine-delay: -3.8s; }
.testimonial-card:nth-child(4) { --shine-delay: -5.6s; }
.testimonial-card:nth-child(5) { --shine-delay: -2.2s; }
.testimonial-card:nth-child(6) { --shine-delay: -4.9s; }
.testimonial-card:nth-child(7) { --shine-delay: -.8s; }
.testimonial-card:nth-child(8) { --shine-delay: -3s; }
.testimonial-card:nth-child(9) { --shine-delay: -6.1s; }
.testimonial-card:nth-child(10) { --shine-delay: -4.2s; }
.testimonial-card blockquote { position: relative; z-index: 1; margin: 0; max-width: 11em; color: #fff; font-family: var(--font-serif); font-size: var(--quote-size); font-style: italic; font-weight: 400; line-height: 1.08; letter-spacing: -.012em; text-wrap: balance; opacity: 0; transform: translateY(50px); transition: opacity 520ms 690ms ease, transform 620ms 690ms cubic-bezier(.2,.8,.2,1); }
.testimonial-card.is-visible .testimonial-card__brand-wrap, .testimonial-card.is-visible blockquote { opacity: 1; transform: translateY(0); }
.testimonial-card__corners { position: absolute; z-index: 3; inset: 0; pointer-events: none; opacity: 0; transition: opacity 700ms 750ms ease; }
.testimonial-card.is-visible .testimonial-card__corners { opacity: 1; }
.testimonial-card__corners i { position: absolute; width: 23px; height: 23px; border-color: #f8f9ffc9; border-style: solid; }
.testimonial-card__corners i:nth-child(1) { top: 14px; left: 14px; border-width: 1.5px 0 0 1.5px; border-top-left-radius: 4px; }
.testimonial-card__corners i:nth-child(2) { top: 14px; right: 14px; border-width: 1.5px 1.5px 0 0; border-top-right-radius: 4px; }
.testimonial-card__corners i:nth-child(3) { bottom: 14px; left: 14px; border-width: 0 0 1.5px 1.5px; border-bottom-left-radius: 4px; }
.testimonial-card__corners i:nth-child(4) { bottom: 14px; right: 14px; border-width: 0 1.5px 1.5px 0; border-bottom-right-radius: 4px; }
html:not(.js) .testimonial-card__solid { transform: translateY(0); }
html:not(.js) .testimonial-card__brand-wrap, html:not(.js) .testimonial-card blockquote, html:not(.js) .testimonial-card__corners { opacity: 1; transform: none; }
@keyframes testimonial-rise { 0% { transform: translateY(30%); } 76% { transform: translateY(-2%); } 100% { transform: translateY(0); } }
@keyframes testimonial-shine { 0% { transform: translateX(0) skewX(-19deg); } 38.46%, 100% { transform: translateX(430%) skewX(-19deg); } }
@keyframes testimonial-grain { from { transform: translate3d(-2%,0,0); } to { transform: translate3d(5%,-4%,0); } }
@keyframes testimonial-light { from { transform: translateX(-18%) rotate(-17deg); opacity: .35; } to { transform: translateX(28%) rotate(-17deg); opacity: .8; } }

.offer { background: #2d53ec; }
.offer-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .8fr); align-items: center; gap: clamp(50px, 10vw, 145px); }
.offer h2 { max-width: 680px; }
.offer h2 { font-size: clamp(46px, 4vw, 60px); }
.offer h2 em { display: block; color: #e2e8ff; }
.offer-grid > div:first-child > p { max-width: 590px; margin-top: 27px; color: #e7ecff; font-size: 17px; line-height: 1.65; }
.offer-price { display: grid; justify-items: start; padding: clamp(31px, 3.8vw, 52px); border: 1px solid rgba(255,255,255,.32); border-radius: 20px; background: #0b1232; box-shadow: 23px 26px 0 rgba(7,27,132,.22); }
.offer-price > strong { font-size: clamp(44px, 4.2vw, 61px); font-weight: 800; letter-spacing: -.055em; line-height: 1.08; }
.offer-price p { max-width: 345px; margin-top: 13px; color: #c2cce9; font-size: 13px; line-height: 1.55; }
.button-dark { width: 100%; margin-top: 33px; background: #f4f6ff; color: #14224d; }
.button-dark:hover { background: #dce4ff; }
.button-dark:disabled { background: #bdc7e1; color: #2f3b61; cursor: not-allowed; transform: none; box-shadow: none; }
.offer-price .checkout-note { margin-top: 10px; color: #c2cce9; font-size: 11px; }

.site-footer { border-top: 1px solid var(--stroke); background: #090e25; }
.footer-grid { display: flex; min-height: 135px; align-items: center; justify-content: space-between; gap: 25px; }
.footer-grid p { color: #b5c0dd; font-size: 12px; }
.footer-grid > a:last-child { color: #dbe3fb; font-size: 12px; font-weight: 700; }
.footer-grid > a:last-child:hover { color: #fff; }
.footer-legal { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 30px; border-top: 1px solid var(--stroke); color: #a6b3d0; font-size: 11px; }
.footer-legal nav { display: flex; flex-wrap: wrap; gap: 12px 22px; }
.footer-legal a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.legal-main { min-height: 65vh; padding-block: clamp(65px, 8vw, 110px); background: #eaedf7; color: var(--paper-ink); }
.legal-content { max-width: 780px; }
.legal-content h1 { margin-bottom: 30px; font-size: clamp(44px, 6vw, 72px); letter-spacing: -.055em; line-height: 1.08; }
.legal-content h2 { margin: 38px 0 12px; font-size: clamp(22px, 3vw, 30px); letter-spacing: -.035em; }
.legal-content p, .legal-content li { margin-bottom: 14px; color: #37425e; font-size: 16px; line-height: 1.75; }
.legal-content ul { padding-left: 23px; }
.legal-content a { color: #2149cc; text-decoration: underline; text-underline-offset: 3px; }
.legal-header .header-cta { margin-left: auto; }

.preview-dialog { position: fixed; inset: 25px; width: min(720px, calc(100% - 30px)); max-height: calc(100% - 50px); padding: 20px; border: 1px solid #7684af; border-radius: 18px; background: #f5f6fa; color: var(--paper-ink); box-shadow: 0 25px 90px rgba(0,0,0,.4); }
.preview-dialog::backdrop { background: rgba(5,8,23,.82); backdrop-filter: blur(5px); }
.dialog-tools { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.dialog-zoom, .dialog-close { display: flex; align-items: center; gap: 10px; padding: 9px 2px; border: 0; background: none; color: var(--paper-ink); font-size: 12px; font-weight: 800; }
.dialog-zoom { color: #244edc; }
.dialog-zoom span { font-size: 20px; font-weight: 400; }
.dialog-close span { font-size: 24px; font-weight: 400; }
.dialog-image-wrap { display: grid; max-height: min(72vh, 750px); place-items: start center; overflow: auto; border-radius: 8px; background: #e8edf5; }
.dialog-image-wrap img { width: min(100%, 600px); height: auto; }
.preview-dialog[data-zoomed] .dialog-image-wrap { display: block; }
.preview-dialog[data-zoomed] .dialog-image-wrap img { width: 720px; max-width: none; }
.preview-dialog > p { padding-top: 15px; color: #67738c; font-size: 12px; line-height: 1.5; }

.js [data-reveal] { opacity: .85; transform: translateY(17px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .header-row { gap: 26px; }
  .site-nav { gap: 20px; }
  .hero-grid { gap: 30px; }
  .hero-product { height: 510px; }
  .hero h1 { font-size: clamp(54px, 6vw, 73px); }
  .method-art { height: 510px; }
  .art-note { width: 60%; }
}
@media (max-width: 760px) {
  .shell { width: min(100% - 40px, 620px); }
  .section { padding-block: 83px; }
  section[id], header[id] { scroll-margin-top: 76px; }
  .header-row { min-height: 70px; gap: 15px; }
  .header-cta { min-height: 39px; margin-left: auto; font-size: 11px; }
  .menu-toggle { display: grid; flex: none; width: 38px; height: 38px; place-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: transparent; }
  .menu-toggle span { display: block; width: 16px; height: 1px; background: #fff; transition: transform .2s ease; }
  .site-header[data-menu-open] .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .site-header[data-menu-open] .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; top: 69px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 12px 20px 20px; border-bottom: 1px solid var(--stroke); background: #101735; box-shadow: 0 15px 25px rgba(0,0,0,.25); }
  .site-header[data-menu-open] .site-nav { display: flex; }
  .site-nav a { padding: 15px 5px; border-bottom: 1px solid var(--stroke); font-size: 14px; }
  .site-nav a::after { display: none; }
  .hero-grid, .method-grid, .journey-grid, .offer-grid { grid-template-columns: minmax(0,1fr); }
  .hero-grid { min-height: 0; gap: 33px; padding-block: 69px 65px; }
  .hero h1 { max-width: 610px; font-size: clamp(51px, 9vw, 68px); }
  .hero h1 em { display: inline; }
  .hero-product { width: min(100%, 560px); height: 475px; margin-inline: auto; }
  .hero-sheet-front { right: 7%; }
  .hero-sheet-back { left: 5%; }
  .premise h2, .method h2, .kit h2, .sample h2, .journey h2, .offer h2 { font-size: clamp(43px, 8.1vw, 60px); }
  .method-grid { gap: 45px; }
  .method-art { width: min(100%, 560px); margin-inline: auto; }
  .kit-lines { margin-top: 44px; }
  .sample-grid { gap: 25px; }
  .sample-image { height: 540px; }
  .sample-page-two { margin-top: 38px; }
  .sample-page figcaption { grid-template-columns: 1fr; }
  .sample-page figcaption button { justify-self: start; padding: 0; }
  .offer-grid { gap: 45px; }
  .testimonials h2 { font-size: clamp(43px, 8.1vw, 60px); }
  .testimonials-track { gap: 17px; margin-top: 36px; }
  .testimonial-card { flex-basis: min(82vw, 350px); }
  .footer-grid { flex-wrap: wrap; padding-block: 26px; }
}
@media (max-width: 550px) {
  .header-row { gap: 9px; }
  .brand .brand-logo { width: 166px; }
  .footer-brand .brand-logo { width: 192px; }
  .header-cta { gap: 8px; padding-inline: 12px; }
  .hero-actions { gap: 19px; }
  .hero-product { height: 380px; }
  .hero-lead { margin-top: 24px; font-size: 16px; }
  .premise h2, .method h2, .kit h2, .sample h2, .journey h2, .offer h2 { font-size: clamp(42px, 10vw, 54px); }
  .method-art { height: 440px; }
  .art-note { width: 64%; min-height: 96px; padding: 14px 16px; }
  .art-note strong { font-size: 23px; }
  .art-note small { font-size: 9px; }
  .art-note-one { top: 21%; }
  .art-note-two { top: 40%; left: 34%; }
  .art-note-three { top: 62%; }
  .method-art[data-state="ordered"] .art-note-one { top: 16%; }
  .method-art[data-state="ordered"] .art-note-two { top: 39%; }
  .method-art[data-state="ordered"] .art-note-three { top: 62%; }
  .sample-grid { grid-template-columns: 1fr; gap: 26px; }
  .sample-page-two { margin-top: 0; }
  .sample-image { height: 500px; }
  .sample-image img { width: min(100%, 330px); }
  .kit-line { padding-block: 28px; }
  .kit-line h3 { font-size: 27px; }
  .journey-list li { grid-template-columns: 75px 1fr; }
  .footer-grid p { width: 100%; order: 2; }
  .footer-legal { flex-direction: column; }
}
@media (max-width: 400px) {
  .shell { width: min(100% - 32px, 620px); }
  .brand .brand-logo { width: 154px; }
  .footer-brand .brand-logo { width: 184px; }
  .header-cta { gap: 6px; padding-inline: 10px; font-size: 10px; }
  .hero-grid { padding-top: 58px; }
  .hero h1 { font-size: clamp(45px, 11.6vw, 51px); }
  .button-blue { width: 100%; min-width: 0; }
  .hero-product { height: 340px; }
  .hero-sheet { border-width: 4px; border-radius: 10px; }
  .hero-sheet-front { width: 55%; }
  .hero-sheet-back { width: 54%; }
  .premise h2, .method h2, .kit h2, .sample h2, .journey h2, .offer h2 { font-size: 41px; }
  .method-art { height: 400px; }
  .art-note { width: 68%; }
  .method-art[data-state="ordered"] .art-note { left: 17%; }
  .offer-price > strong { font-size: 43px; }
  .testimonials-heading { align-items: end; gap: 10px; }
  .testimonials h2 { font-size: 40px; }
  .testimonials-arrow { width: 39px; height: 39px; font-size: 22px; }
  .testimonial-card { flex-basis: min(82vw, 330px); }
  .testimonial-card__solid { padding-inline: 24px; }
}
@media (max-width: 360px) {
  .header-row { gap: 4px; }
  .site-header .brand .brand-logo { width: 150px; }
  .header-cta { gap: 4px; padding-inline: 6px; }
}
@media (max-width: 340px) {
  .header-cta { display: none; }
  .menu-toggle { margin-left: auto; }
  .hero h1 { font-size: 42px; }
  .hero-product { height: 310px; }
  .art-note strong { font-size: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .hero-current .current-running { stroke-dasharray: none; opacity: .14; }
  .testimonial-card.is-visible .testimonial-card__solid { transform: translateY(0); }
}
