:root{color-scheme:light;--ink: #141917;--muted: #65716d;--soft: #eef3ef;--panel: rgba(255, 255, 255, .78);--line: rgba(20, 25, 23, .11);--green: #18a77b;--green-dark: #08745b;--coral: #ef6f61;--yellow: #f1b931;--blue: #1866cc;--shadow: 0 24px 70px rgba(25, 31, 29, .14);--deep-shadow: 0 34px 90px rgba(16, 24, 22, .22)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#f6f7f4;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}.site-header{position:fixed;z-index:20;top:0;right:0;left:0;display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 32px;background:#f7f8f5c7;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:750}.brand img{width:30px;height:30px;border-radius:8px;box-shadow:0 8px 20px #155b4833}nav{display:flex;gap:22px;color:var(--muted);font-size:14px}nav a:hover,.site-footer a:hover{color:var(--green-dark)}.hero{position:relative;display:grid;min-height:88vh;align-items:center;overflow:hidden;padding:116px max(24px,7vw) 86px;background:linear-gradient(90deg,#f6f7f4f5,#f6f7f4d6 44%,#f6f7f43d 74%),radial-gradient(circle at 74% 34%,rgba(24,102,204,.12),transparent 34%),radial-gradient(circle at 84% 72%,rgba(239,111,97,.13),transparent 30%),linear-gradient(135deg,#f7f8f5,#edf3ef)}.hero:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background-image:linear-gradient(rgba(20,25,23,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(20,25,23,.035) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 24%,#000 82%,transparent);mask-image:linear-gradient(90deg,transparent,#000 24%,#000 82%,transparent);opacity:.74}.hero-art{position:absolute;right:clamp(28px,9vw,148px);bottom:clamp(20px,6vh,92px);width:clamp(170px,26vw,340px);border-radius:26%;box-shadow:var(--shadow)}.hero-content{position:relative;z-index:2;max-width:660px}.hero-visual{position:absolute;top:64px;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.hero-shot{position:absolute;overflow:hidden;margin:0;background:#ffffffb8;border:1px solid rgba(20,25,23,.12);border-radius:16px;box-shadow:var(--deep-shadow),0 1px #ffffffd6 inset;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.hero-shot img{display:block;width:100%;height:auto}.hero-shot-main{right:clamp(40px,6vw,110px);top:clamp(78px,12vh,138px);width:min(660px,47vw)}.hero-shot-panel{right:clamp(440px,39vw,690px);bottom:clamp(86px,13vh,132px);width:min(245px,18vw);transform:rotate(-3deg)}.hero-shot-privacy{right:clamp(32px,6vw,100px);bottom:clamp(76px,12vh,126px);width:min(360px,27vw);transform:rotate(2deg)}.eyebrow{margin:0 0 14px;color:var(--green-dark);font-size:12px;font-weight:780;letter-spacing:0}h1,h2,h3,p{margin-top:0;overflow-wrap:anywhere}h1{margin-bottom:18px;font-size:clamp(68px,13vw,152px);line-height:.86;letter-spacing:0}h2{max-width:760px;margin-bottom:18px;font-size:clamp(34px,5vw,68px);line-height:.96;letter-spacing:0;text-wrap:balance}h3{margin-bottom:10px;font-size:18px;letter-spacing:0}.hero-copy{max-width:600px;color:#303c38;font-size:clamp(18px,2vw,23px);line-height:1.5;overflow-wrap:anywhere}.hero-copy span{display:inline}.hero-actions,.hero-meta{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.hero-actions{margin-top:30px}.hero-meta{margin-top:22px;color:var(--muted);font-size:13px}.hero-meta span{padding-right:12px;border-right:1px solid var(--line)}.hero-meta span:last-child{border-right:0}.primary-action,.secondary-action{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:8px;font-weight:720}.primary-action{color:#fff;background:var(--green-dark);box-shadow:0 14px 34px #08785a38}.primary-action:hover{background:#075f49}.secondary-action{color:var(--ink);background:#ffffffb3;border:1px solid var(--line)}.secondary-action:hover{border-color:#08785a52}.product-showcase{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:92px 0 60px}.product-heading{max-width:850px}.product-heading h2{max-width:780px;font-size:clamp(34px,4.4vw,58px);line-height:1.1}.section-lede{max-width:800px;color:#2f403b;font-size:21px;line-height:1.55}.section-versus{max-width:860px;margin:16px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.section-versus b{color:var(--ink);font-weight:760}.shot-gallery{--enter-from-x: 44px;--exit-to-x: -34px;--sweep-angle: 100deg;--sweep-from: -45%;--sweep-to: 65%;--caption-shift: -2px;display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:22px;align-items:baseline;margin-top:34px}.shot-gallery[data-direction=prev]{--enter-from-x: -44px;--exit-to-x: 34px;--sweep-angle: 260deg;--sweep-from: 65%;--sweep-to: -45%;--caption-shift: 2px}.shot-frame{position:relative;grid-column:1 / -1;min-height:clamp(440px,56vw,640px);overflow:hidden;background:radial-gradient(circle at 18% 14%,rgba(241,185,49,.16),transparent 28%),radial-gradient(circle at 78% 12%,rgba(24,102,204,.24),transparent 26%),linear-gradient(145deg,#141917,#202925 56%,#101311);border:1px solid rgba(23,32,29,.16);border-radius:12px;box-shadow:0 30px 88px #142a2333,0 1px #ffffff8c inset;cursor:ew-resize}.shot-frame:after{position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;content:"";pointer-events:none;background:linear-gradient(var(--sweep-angle),rgba(255,255,255,0) 32%,rgba(255,255,255,.2) 50%,rgba(255,255,255,0) 68%);opacity:0;transform:translate3d(var(--sweep-from),0,0);transition:opacity .54s ease,transform .92s cubic-bezier(.22,1,.36,1)}.shot-gallery.is-switching .shot-frame:after{opacity:1;transform:translate3d(var(--sweep-to),0,0)}.shot-panel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:grid;place-items:center;margin:0;padding:clamp(18px,4vw,54px);opacity:0;visibility:hidden;transform:translate3d(var(--enter-from-x),0,0) scale(.985);transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .88s cubic-bezier(.22,1,.36,1),visibility .62s;will-change:opacity,transform}.shot-panel.is-active{position:relative;z-index:2;opacity:1;visibility:visible;transform:translateZ(0) scale(1)}.shot-panel.was-active{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;opacity:0;visibility:visible;pointer-events:none;transform:translate3d(var(--exit-to-x),0,0) scale(.985)}.app-shot{width:min(940px,100%);min-height:clamp(350px,43vw,520px);overflow:hidden;color:#21312c;background:#fcfdfbf5;border-radius:10px;outline:1px solid rgba(255,255,255,.72);box-shadow:0 28px 70px #0000004d,0 1px #ffffffb3 inset}.real-shot{display:block;width:min(940px,100%);max-height:clamp(350px,43vw,520px);object-fit:contain;background:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:12px;box-shadow:0 30px 78px #00000057,0 1px #ffffff38 inset}.real-shot-tall{width:min(420px,82%)}.real-shot-square{width:min(620px,88%)}.shot-toolbar{display:grid;grid-template-columns:12px 12px 12px minmax(0,1fr);gap:8px;align-items:center;height:42px;padding:0 16px;color:#21312cb8;background:#f4f8f5e0;border-bottom:1px solid rgba(23,32,29,.1);font-size:13px}.shot-toolbar span{width:12px;height:12px;border-radius:999px}.shot-toolbar span:nth-child(1){background:#ff5f57}.shot-toolbar span:nth-child(2){background:#ffbd2e}.shot-toolbar span:nth-child(3){background:#28c840}.shot-toolbar strong{justify-self:center;transform:translate(-30px);font-weight:720}.quick-layout,.dashboard-layout{display:grid;grid-template-columns:210px minmax(0,1fr);min-height:calc(clamp(350px,43vw,520px) - 42px)}.quick-layout aside,.dashboard-layout aside{display:grid;align-content:start;gap:8px;padding:24px 16px;background:#ecf4efdb;border-right:1px solid rgba(23,32,29,.1)}.quick-layout aside p{margin:0 0 10px;color:var(--muted);font-size:12px;font-weight:760}.quick-layout button,.dashboard-layout button,.action-stack button{min-height:38px;padding:0 12px;color:#35453f;background:transparent;border:0;border-radius:7px;font:inherit;font-weight:700;text-align:left}.quick-layout button.is-active,.dashboard-layout button.is-active,.action-stack button.is-active{color:#fff;background:var(--green-dark)}.quick-layout main{padding:24px}.shot-search{display:flex;align-items:center;height:42px;margin-bottom:14px;padding:0 14px;color:var(--muted);background:#f3f7f4;border:1px solid rgba(8,120,90,.2);border-radius:8px;font-size:14px}.shot-row{display:grid;grid-template-columns:32px minmax(0,1fr) 48px;gap:12px;align-items:center;min-height:66px;padding:10px 12px;border-radius:8px}.shot-row+.shot-row{margin-top:8px}.shot-row.is-selected{color:#fff;background:#1866cce6}.shot-row b,.shot-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shot-row small{margin-top:4px;color:currentColor;opacity:.68}.row-icon{display:grid;width:28px;height:28px;place-items:center;color:var(--green-dark);background:#08785a1a;border-radius:7px;font-size:12px;font-weight:800}.shot-row.is-selected .row-icon{color:#fff;background:#ffffff29}.preview-layout,.ai-layout,.privacy-layout{display:grid;min-height:calc(clamp(350px,43vw,520px) - 42px);padding:clamp(22px,4vw,44px)}.preview-layout{grid-template-columns:minmax(0,.9fr) minmax(320px,1fr);gap:24px;align-items:center}.preview-copy h3,.dashboard-head h3,.ai-layout h3,.privacy-note h3{margin-bottom:10px;font-size:34px;line-height:1.04;text-wrap:balance}.preview-copy p,.dashboard-head p,.ai-layout p,.privacy-note p{color:var(--muted);line-height:1.65}.shot-label{margin:0 0 12px;color:var(--green-dark)!important;font-size:12px;font-weight:780}.preview-shot pre{min-height:250px;margin:0}.preview-stack{display:grid;gap:14px}.color-preview{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:center;padding:14px;background:#f6f8f6;border:1px solid rgba(20,25,23,.08);border-radius:9px}.color-preview span{width:54px;height:42px;background:#18a77b;border-radius:8px;box-shadow:0 10px 22px #18a77b47,0 0 0 1px #00000014 inset}.color-preview b,.color-preview small{display:block}.color-preview small{margin-top:4px;color:var(--muted)}.dashboard-layout main{padding:28px}.dashboard-head{display:flex;justify-content:space-between;gap:18px;align-items:baseline;margin-bottom:26px}.dashboard-head h3,.dashboard-head p{margin:0}.clip-table{display:grid;grid-template-columns:minmax(160px,1.4fr) repeat(3,minmax(70px,.6fr));gap:0;overflow:hidden;border:1px solid rgba(23,32,29,.1);border-radius:8px}.clip-table span,.clip-table b,.clip-table small{min-height:52px;padding:16px;border-bottom:1px solid rgba(23,32,29,.08)}.clip-table span{min-height:42px;color:var(--muted);background:#f2f7f4;font-size:12px;font-weight:760}.clip-table b,.clip-table small{display:flex;align-items:center;color:#273832}.clip-table small{color:var(--muted)}.ai-layout{grid-template-columns:minmax(260px,1fr) 220px;gap:22px;align-items:start}.action-stack{display:grid;gap:10px}.ai-result{grid-column:1 / -1;min-height:150px;padding:24px;color:#24453a;background:#edf8f1;border-radius:8px}.privacy-layout{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.privacy-card,.privacy-note{padding:22px;background:#f4f9f5;border:1px solid rgba(23,32,29,.09);border-radius:8px}.privacy-card b,.privacy-card span{display:block}.privacy-card b{margin-bottom:8px}.privacy-card span{color:var(--muted)}.privacy-note{grid-column:1 / -1;align-self:stretch}.shot-caption{grid-column:1;grid-row:2;display:flex;gap:14px;align-items:baseline;min-height:52px;padding:14px 2px 0;transition:opacity .42s ease,transform .52s cubic-bezier(.22,1,.36,1)}.shot-gallery.is-switching .shot-caption{opacity:.72;transform:translate3d(var(--caption-shift),0,0)}.shot-caption .title{flex:0 0 auto;margin:0;color:var(--ink);font-size:17px;font-weight:760}.shot-caption .line{margin:0;color:var(--muted);font-size:14px}.shot-tabs{grid-column:2;grid-row:2;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;margin-top:14px}.shot-tabs button{min-height:34px;padding:0 12px;color:var(--muted);background:transparent;border:1px solid var(--line);border-radius:999px;cursor:pointer;font:inherit;font-size:12px;font-weight:720;transition:color .18s ease,background .18s ease,border-color .18s ease}.shot-tabs button:hover,.shot-tabs button.is-active{color:var(--green-dark);background:#18a77b1a;border-color:#08785a3d}.feature-grid article,details{background:#ffffffa8;border:1px solid rgba(20,25,23,.1);box-shadow:0 18px 54px #191f1d14;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}kbd{color:currentColor;font:700 12px ui-monospace,SFMono-Regular,Menlo,monospace;opacity:.76}pre{overflow:auto;margin:20px 0 0;padding:16px;color:#f5fbf8;background:#18231f;border-radius:8px}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px}.section{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:96px 0}.section-heading{margin-bottom:34px}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.feature-grid article{border-radius:8px;padding:26px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.feature-grid article:hover{transform:translateY(-3px);border-color:#14191729;box-shadow:0 24px 64px #191f1d1f}.feature-grid p,.faq-section p,.privacy-points p{color:var(--muted);line-height:1.65}.feature-icon{--icon-accent: var(--green-dark);--icon-fill: rgba(8, 120, 90, .1);position:relative;display:grid;width:42px;height:42px;place-items:center;margin-bottom:18px;color:var(--icon-accent);background:linear-gradient(180deg,#ffffffb8,#fff0),var(--icon-fill);border:1px solid rgba(23,32,29,.1);border-radius:10px;box-shadow:0 10px 24px #155b481f,0 1px #ffffffdb inset}.feature-icon:after{position:absolute;right:7px;bottom:7px;width:6px;height:6px;content:"";background:currentColor;border-radius:999px;opacity:.22}.feature-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.feature-grid article:nth-child(2) .feature-icon{--icon-accent: #1866cc;--icon-fill: rgba(24, 102, 204, .1)}.feature-grid article:nth-child(3) .feature-icon{--icon-accent: #9a5b00;--icon-fill: rgba(241, 185, 49, .18)}.feature-grid article:nth-child(4) .feature-icon{--icon-accent: #0b6f7c;--icon-fill: rgba(11, 111, 124, .1)}.feature-grid article:nth-child(5) .feature-icon{--icon-accent: #7a4fcb;--icon-fill: rgba(122, 79, 203, .1)}.feature-grid article:nth-child(6) .feature-icon{--icon-accent: #bf4b43;--icon-fill: rgba(239, 111, 97, .13)}.privacy-band,.download-band{display:grid;grid-template-columns:minmax(0,.9fr) minmax(260px,1fr);gap:44px;align-items:center;width:100%;padding-right:max(20px,calc((100vw - 1180px)/2));padding-left:max(20px,calc((100vw - 1180px)/2));background:linear-gradient(90deg,rgba(20,25,23,.05) 1px,transparent 1px),linear-gradient(#e8efea,#eef2ed);background-size:72px 100%,auto}.download-band{grid-template-columns:minmax(0,1fr) auto;background:#fbf1e8}.pricing-section{text-align:center}.pricing-section .section-heading{display:grid;justify-items:center}.early-price-card{display:flex;flex-direction:column;align-items:center;max-width:900px;margin:0 auto;padding:72px 32px 64px;background:linear-gradient(180deg,#ffffffb8,#ffffff5c);border:1px solid rgba(20,25,23,.11);border-radius:14px;box-shadow:0 24px 70px #191f1d1a}.price-amount{display:inline-flex;align-items:center;justify-content:center;gap:.02em;margin:0 0 24px;color:var(--ink);font-size:112px;font-weight:820;letter-spacing:0;line-height:.9;font-variant-numeric:lining-nums tabular-nums}.price-currency{font-size:.72em;line-height:1;transform:translateY(.02em)}.price-number{line-height:.92}.price-action{min-width:240px}.price-vs,.price-value,.price-trial,.price-terms{max-width:680px}.price-vs{margin:18px 0 0;color:var(--muted);font-size:15px;line-height:1.6}.price-highlight{color:var(--ink);font-weight:800}.price-value{margin:10px 0 0;color:#31423c;font-size:16px;line-height:1.65}.price-trial{margin:16px 0 0;color:var(--muted);font-size:14px}.price-trial a{color:var(--green-dark);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.price-terms{margin:28px 0 0;color:var(--muted);font-size:13px;line-height:1.7}.price-terms .sep{margin:0 7px;color:#17201d3d}.faq-section{display:grid;gap:12px}details{border-radius:8px;padding:18px 20px}summary{cursor:pointer;font-weight:760}details p{margin:14px 0 0}.scroll-reveal{opacity:0;filter:blur(6px);transform:translate3d(0,18px,0);transition-property:opacity,filter,transform;transition-duration:.76s;transition-timing-function:cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay, 0ms)}.scroll-reveal.is-visible{opacity:1;filter:blur(0);transform:translateZ(0)}.site-footer{display:flex;justify-content:space-between;gap:18px;padding:28px 32px;color:var(--muted);border-top:1px solid var(--line)}.site-footer a{color:var(--green-dark)}.success-page{min-height:100vh;background:#eef7ef}.success-shell{display:grid;min-height:100vh;place-items:center;padding:112px 20px 64px}.success-panel{width:100%;max-width:880px;min-width:0;padding:clamp(28px,6vw,72px);overflow:hidden;background:#ffffffd1;border:1px solid rgba(23,32,29,.1);border-radius:12px;box-shadow:0 30px 88px #142a2329;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.success-kicker{margin-bottom:14px;color:var(--green-dark);font-size:12px;font-weight:780}.success-panel h1{max-width:620px;margin-bottom:16px;font-size:clamp(42px,7vw,78px);line-height:.96;overflow-wrap:anywhere;text-wrap:balance}.success-copy{max-width:620px;color:#31423c;font-size:20px;line-height:1.55}.success-meta{display:flex;flex-wrap:wrap;gap:10px 18px;margin:22px 0 0;color:var(--muted);font-size:13px}.success-meta span{min-width:0;overflow-wrap:anywhere}.success-meta b{color:var(--ink);font-weight:760}.license-list{display:grid;gap:12px;margin:34px 0 0}.license-item,.license-empty,.activation-box{border-radius:8px;background:#f5faf6;border:1px solid rgba(23,32,29,.1)}.license-item{display:grid;grid-template-columns:120px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px}.license-label{color:var(--muted);font-size:13px;font-weight:760}.license-value{display:block;overflow:auto;padding:12px;color:#f5fbf8;background:#18231f;border-radius:7px;font-size:13px;white-space:nowrap}.copy-button{min-height:40px;padding:0 16px;color:#fff;background:var(--green-dark);border:0;border-radius:8px;cursor:pointer;font:inherit;font-weight:760}.copy-button:active,.success-actions a:active{transform:scale(.96)}.license-empty{display:grid;gap:6px;padding:18px;color:var(--muted);line-height:1.6}.license-empty b{color:var(--ink)}.success-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.activation-box{margin-top:34px;padding:22px}.activation-box h2{margin-bottom:14px;font-size:24px;line-height:1.15}.activation-box ol{margin:0;padding-left:22px;color:var(--muted);line-height:1.8}.activation-box code{color:var(--ink);background:#08785a1a;border-radius:5px;padding:2px 6px}.support-note{margin:20px 0 0;color:var(--muted);font-size:14px;line-height:1.7}@media (max-width: 820px){.site-header{padding:0 18px}nav{display:none}.hero{display:flex;width:100%;min-height:auto;flex-direction:column;align-items:start;padding:102px 20px 46px;background:linear-gradient(180deg,#f6f7f4fa,#f6f7f4eb 52%,#f6f7f47a),radial-gradient(circle at 55% 82%,rgba(24,102,204,.12),transparent 38%),linear-gradient(135deg,#f7f8f5,#edf3ef)}.hero-art{right:18px;bottom:18px;width:132px}.hero-content{order:1;width:100%;min-width:0;max-width:100%}h1{font-size:clamp(64px,21vw,92px)}.hero-copy{width:min(100%,calc(100vw - 40px));max-width:calc(100vw - 40px);font-size:18px;white-space:normal;word-break:break-all}.hero-copy span{display:block}h2,.section-lede,.section-versus{word-break:break-all}.hero-visual{position:relative;order:2;inset:auto;width:100%;min-width:0;height:370px;margin-top:58px}.hero-shot{max-width:100%}.hero-shot-main{right:0;left:0;top:0;width:auto}.hero-shot-panel{right:auto;left:10px;bottom:8px;width:min(150px,40vw)}.hero-shot-privacy{display:none}.shot-gallery,.quick-layout,.dashboard-layout,.preview-layout,.ai-layout,.privacy-layout,.feature-grid,.privacy-band,.download-band{grid-template-columns:1fr}.product-showcase{margin-top:-24px;padding:58px 0 42px}.section-lede{font-size:18px}.product-heading h2{font-size:30px}.shot-frame{min-height:560px}.shot-panel{padding:14px}.app-shot{min-height:520px}.quick-layout,.dashboard-layout,.preview-layout,.ai-layout,.privacy-layout{min-height:478px}.quick-layout aside,.dashboard-layout aside{display:none}.preview-copy h3,.dashboard-head h3,.ai-layout h3,.privacy-note h3{font-size:24px}.preview-layout,.ai-layout,.privacy-layout{padding:18px}.dashboard-layout main,.quick-layout main{padding:18px}.dashboard-head{display:block}.clip-table{grid-template-columns:1.2fr .6fr}.clip-table span:nth-child(n+3),.clip-table small:nth-child(4n),.clip-table small:nth-child(4n+3){display:none}.shot-tabs,.shot-caption{grid-column:1;grid-row:auto}.shot-tabs{justify-content:flex-start}.shot-caption{flex-direction:column;gap:4px;min-height:auto}.early-price-card{padding:48px 16px 42px}.price-amount{margin-bottom:18px;font-size:76px}.price-action{width:min(100%,260px)}.price-vs{font-size:14px}.price-value,.price-terms{font-size:13px}.success-shell{align-items:start;padding:92px 14px 40px}.success-panel{padding:24px 18px}.success-panel h1{font-size:36px;line-height:1.05}.success-copy{font-size:17px}.license-item{grid-template-columns:1fr}.copy-button,.success-actions a{width:100%}.section{padding:64px 0}.site-footer{flex-direction:column;padding:24px 20px}}@media (prefers-reduced-motion: reduce){.scroll-reveal{opacity:1;filter:none;transform:none;transition:none}}
