@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,600&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root {
  --bg: #090a09;
  --panel: #111310;
  --panel-soft: #171a16;
  --text: #f3efe6;
  --muted: #a4aaa1;
  --line: rgba(243, 239, 230, .14);
  --line-soft: rgba(243, 239, 230, .08);
  --lime: #caff63;
  --peach: #d9a98d;
  --violet: #9c8cff;
  --serif: 'Playfair Display', Georgia, serif;
  --fresh-serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--bg); font-family: var(--sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body::before { content: ''; position: fixed; inset: 0; z-index: -2; pointer-events: none; background: radial-gradient(75% 45% at 87% 8%, rgba(156,140,255,.08), transparent 62%), radial-gradient(55% 38% at 8% 44%, rgba(202,255,99,.035), transparent 65%); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(1320px, calc(100% - 52px)); margin-inline: auto; }
.section-pad { padding-block: 112px; }
.page-progress { position: fixed; z-index: 1000; top: 0; left: 0; right: 0; height: 2px; pointer-events: none; }
.page-progress i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--lime), #f2efe6); transform: scaleX(0); transform-origin: left; }
.cursor-light { position: fixed; z-index: -1; width: 520px; height: 520px; left: 0; top: 0; pointer-events: none; border-radius: 50%; background: radial-gradient(circle, rgba(202,255,99,.055), transparent 67%); transform: translate(-50%,-50%); opacity: 0; transition: opacity .35s; }
body:hover .cursor-light { opacity: 1; }

.site-header { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
.brand span { font-size: 25px; line-height: 1; font-weight: 600; letter-spacing: .19em; }
.brand i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 18px rgba(202,255,99,.55); }
.brand small { color: #899088; font-size: 8px; font-weight: 800; letter-spacing: .22em; }
.site-header nav { display: flex; gap: 32px; color: #b6bbb3; font-size: 11px; font-weight: 700; }
.site-header nav a { position: relative; padding: 10px 0; transition: color .25s; }
.site-header nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--lime); transition: right .3s; }
.site-header nav a:hover { color: #fff; }
.site-header nav a:hover::after { right: 0; }
.header-contact { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 11px; font-weight: 800; }
.header-contact svg { width: 14px; color: var(--lime); }

.hero { position: relative; min-height: 710px; height: calc(100svh - 116px); max-height: 830px; overflow: hidden; border: 1px solid var(--line-soft); border-radius: 30px; background: linear-gradient(125deg, #10130f, #0b0d0b 56%, #11100f); box-shadow: inset 0 1px rgba(255,255,255,.05), 0 35px 80px rgba(0,0,0,.22); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .19; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg, black, transparent 74%); }
.hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(6,7,6,.2), transparent 52%), linear-gradient(0deg, rgba(6,7,6,.3), transparent 45%); }
.hero-aura { position: absolute; border-radius: 50%; filter: blur(20px); pointer-events: none; }
.aura-one { width: 480px; height: 480px; right: -70px; top: -100px; background: rgba(156,140,255,.13); animation: auraFloat 9s ease-in-out infinite; }
.aura-two { width: 360px; height: 360px; right: 29%; bottom: -200px; background: rgba(202,255,99,.08); animation: auraFloat 12s ease-in-out -4s infinite reverse; }
@keyframes auraFloat { 50% { transform: translate3d(-28px,24px,0) scale(1.08); } }
.hero-copy { position: absolute; z-index: 4; left: 5.5%; top: 50%; width: 51%; transform: translateY(-50%); }
.eyebrow { margin: 0 0 22px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow.peach { color: var(--peach); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(50px, 5.4vw, 78px); font-weight: 600; line-height: .99; letter-spacing: -.07em; }
.hero h1 em { color: var(--lime); font-family: var(--serif); font-weight: 500; }
.hero-lead { max-width: 610px; margin: 27px 0 31px; color: #b4bab1; font-size: 14px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; padding: 8px 9px 8px 18px; border: 1px solid var(--line); border-radius: 15px; font-size: 11px; font-weight: 800; transition: transform .25s, background .25s, border-color .25s; }
.button svg { width: 34px; height: 34px; padding: 8px; border: 1px solid currentColor; border-radius: 50%; }
.button-light { min-width: 210px; color: #10120f; background: #f1eee5; }
.button-glass { min-width: 185px; background: rgba(255,255,255,.025); backdrop-filter: blur(12px); }
.button:hover { transform: translateY(-3px); border-color: var(--lime); }
.button-light:hover { background: var(--lime); }
.button-glass:hover { background: rgba(202,255,99,.09); }
.hero-meta { display: flex; gap: 30px; margin-top: 43px; color: #858c84; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.hero-meta span { display: flex; align-items: center; gap: 8px; }
.hero-meta b { color: var(--lime); font-size: 8px; }

.hero-stage { position: absolute; z-index: 3; width: 43%; right: 3.5%; top: 11%; bottom: 11%; perspective: 1200px; transform-style: preserve-3d; transition: transform .18s ease-out; }
.stage-browser { position: absolute; inset: 4% 1% 2% 4%; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: rgba(18,22,18,.67); box-shadow: -30px 34px 70px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.12); backdrop-filter: blur(14px); transform: rotateY(-7deg) rotateX(2deg); }
.browser-bar { height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.025); }
.browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #566057; }
.browser-bar i:first-child { background: var(--peach); }.browser-bar i:nth-child(2) { background: #e1cf73; }.browser-bar i:nth-child(3) { background: var(--lime); }
.browser-bar span { margin-left: auto; color: #7f877e; font-size: 7px; letter-spacing: .12em; }
.browser-canvas { height: calc(100% - 42px); padding: 24px; background: radial-gradient(circle at 92% 2%, rgba(156,140,255,.17), transparent 36%), linear-gradient(145deg, #111610, #0c0e0c); }
.canvas-top { display: flex; justify-content: space-between; color: #8f978d; font-size: 7px; letter-spacing: .18em; }
.canvas-top strong { color: #fff; font-size: 10px; letter-spacing: .2em; }
.canvas-title { margin: 12% 0 10%; font: 500 clamp(26px, 2.45vw, 39px)/1.02 var(--serif); letter-spacing: -.045em; }
.canvas-title em { color: var(--lime); }
.canvas-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 8px; height: 43%; }
.canvas-card { position: relative; overflow: hidden; padding: 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: #141a15; }
.canvas-card:first-child { grid-row: 1 / 3; }
.canvas-grid--two { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }.canvas-grid--two .canvas-card:first-child { grid-row: auto; }
.canvas-card::before { content: ''; position: absolute; border-radius: 50%; filter: blur(2px); }
.canvas-luna::before { width: 170px; height: 170px; right: -75px; bottom: -70px; background: radial-gradient(circle at 35% 30%, #d5ba8d, #24402f 58%, #111); }
.canvas-food::before { width: 100px; height: 100px; right: -34px; top: -25px; background: linear-gradient(135deg, #feac39, #ff5b48); }
.canvas-fresh::before { width: 100px; height: 100px; right: -20px; bottom: -45px; background: linear-gradient(135deg, #b5ff96, #339779); }
.canvas-card span, .canvas-card b { position: relative; z-index: 1; display: block; }
.canvas-card span { color: #b7beb5; font-size: 6px; letter-spacing: .13em; }.canvas-card b { margin-top: 8px; font-size: clamp(11px, 1vw, 16px); letter-spacing: -.02em; }
.floating-badge { position: absolute; z-index: 4; min-width: 132px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: rgba(13,16,13,.72); box-shadow: 0 20px 40px rgba(0,0,0,.22); backdrop-filter: blur(16px); animation: badgeFloat 5s ease-in-out infinite; }
.floating-badge span { display: block; color: var(--lime); font-size: 7px; font-weight: 800; letter-spacing: .2em; }.floating-badge b { display: block; margin-top: 5px; font-size: 11px; }
.badge-one { left: -2%; top: 10%; }.badge-two { right: -1%; bottom: 8%; animation-delay: -2.2s; }
@keyframes badgeFloat { 50% { transform: translateY(-9px); } }
.hero-index { position: absolute; z-index: 4; right: 4%; bottom: 4%; display: flex; align-items: flex-start; gap: 10px; }
.hero-index span { color: var(--lime); font-size: 8px; font-weight: 800; }.hero-index p { margin: 0; color: #c1c6bf; font-size: 8px; line-height: 1.45; letter-spacing: .13em; text-transform: uppercase; }

.marquee { margin-top: 28px; overflow: hidden; border-block: 1px solid var(--line-soft); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 26px; padding: 18px 0; animation: marquee 28s linear infinite; }
.marquee span { color: #767d75; font-size: 9px; font-weight: 800; letter-spacing: .2em; }.marquee i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }
@keyframes marquee { to { transform: translateX(-50%); } }

.glass-panel { display: grid; grid-template-columns: .55fr 1.45fr; gap: 8vw; align-items: start; padding: 43px 46px; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: radial-gradient(70% 160% at 0 0, rgba(202,255,99,.07), transparent 60%), linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.012)); box-shadow: inset 0 1px rgba(255,255,255,.06); backdrop-filter: blur(16px); }
.glass-panel h2, .section-heading h2, .value-title h2, .contact-copy h2 { margin: 0; font: 500 clamp(44px, 4.6vw, 66px)/1.02 var(--serif); letter-spacing: -.052em; }
.glass-panel h2 em, .section-heading h2 em, .value-title h2 em, .contact-copy h2 em { color: var(--lime); font-weight: 500; }
.glass-panel > div > p { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.works { padding-bottom: 112px; }
.section-heading { display: grid; grid-template-columns: .55fr 1.1fr .55fr; gap: 5vw; align-items: start; margin-bottom: 50px; }
.section-heading > p:last-child { max-width: 300px; margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: 410px; gap: 12px; }
.work-card { display: grid; grid-template-columns: 1fr 1fr; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.025); transition: transform .35s, border-color .35s, background .35s; }
.work-card:hover { transform: translateY(-5px); border-color: rgba(202,255,99,.34); background: rgba(255,255,255,.045); }
.work-large { grid-row: 1 / 3; display: flex; flex-direction: column; }
.work-large .work-visual { flex: 1; min-height: 0; }
.work-visual { position: relative; overflow: hidden; min-height: 240px; }
.work-visual::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.04); pointer-events: none; }
.visual-food { padding: 6%; background: linear-gradient(145deg, #ffba3b, #fc653e 50%, #7724aa); }
.mini-site { position: absolute; inset: 6%; overflow: hidden; border-radius: 17px; color: #17120d; background: #f6eed8; box-shadow: 0 34px 70px rgba(44,12,25,.25); transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.work-card:hover .mini-site { transform: scale(1.025) rotate(-.5deg); }
.mini-nav { display: flex; justify-content: space-between; padding: 20px; border-bottom: 1px solid rgba(0,0,0,.12); font-size: 12px; font-weight: 800; letter-spacing: .1em; }.mini-nav span { font-size: 8px; font-weight: 600; }
.mini-copy { position: absolute; z-index: 2; left: 7%; bottom: 10%; }.mini-copy small { display: block; margin-bottom: 15px; font-size: 8px; font-weight: 800; letter-spacing: .2em; }.mini-copy strong { font: 600 clamp(28px, 3.3vw, 48px)/.98 var(--serif); letter-spacing: -.05em; }
.food-orb { position: absolute; width: 66%; aspect-ratio: 1; right: -17%; top: 15%; border-radius: 48% 52% 55% 45%; background: radial-gradient(circle at 35% 25%, #ffef69, #ff8f3e 38%, #a726b5 74%); filter: saturate(115%); transform: rotate(13deg); }
.visual-fresh { background: radial-gradient(circle at 90% 10%, rgba(195,255,173,.5), transparent 36%), linear-gradient(145deg, #133f31, #071a13); }
.fresh-word { position: absolute; left: 8%; bottom: 18%; color: #eaffdf; font-size: clamp(39px, 4vw, 63px); font-weight: 700; line-height: .82; letter-spacing: -.07em; }.fresh-word em { color: #afff86; font-family: var(--fresh-serif); font-weight: 600; letter-spacing: -.055em; }.fresh-line { position: absolute; width: 50%; aspect-ratio: 1; right: -13%; top: -10%; border: 1px solid rgba(197,255,173,.42); border-radius: 50%; }.fresh-label { position: absolute; right: 7%; bottom: 8%; color: #9dd1b5; font-size: 7px; letter-spacing: .2em; }
.visual-luna { background: radial-gradient(circle at 100% 0%, rgba(215,233,154,.18), transparent 40%), linear-gradient(145deg, #132017, #050a06); }
.luna-moon { position: absolute; right: 7%; top: 10%; width: 55px; height: 55px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font: 500 23px var(--serif); }.luna-copy { position: absolute; left: 8%; right: 7%; bottom: 12%; }.luna-copy span { display: block; margin-bottom: 12px; color: var(--lime); font-size: 7px; letter-spacing: .2em; }.luna-copy strong { font: 500 clamp(24px, 2.5vw, 38px)/1 var(--serif); letter-spacing: -.04em; }.luna-copy em { color: var(--lime); }
.work-info { position: relative; padding: 25px; min-width: 0; }.work-info > span { color: var(--peach); font-size: 8px; font-weight: 800; letter-spacing: .17em; }.work-info h3 { margin: 17px 0 10px; font-size: clamp(23px, 2.1vw, 33px); letter-spacing: -.055em; }.work-info p { max-width: 470px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }.work-info i { position: absolute; right: 22px; bottom: 22px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--lime); }.work-info i svg { width: 14px; }
.work-large .work-info { min-height: 180px; }

.services-heading { margin-bottom: 50px; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.price-card { position: relative; min-height: 590px; display: flex; flex-direction: column; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.012)); transition: transform .35s, border-color .35s; }
.price-card::before { content: ''; position: absolute; width: 260px; height: 260px; right: -160px; top: -160px; border-radius: 50%; background: rgba(156,140,255,.12); filter: blur(2px); transition: transform .6s; }.price-card:hover::before { transform: scale(1.35); }
.price-card:hover { transform: translateY(-6px); border-color: rgba(202,255,99,.32); }
.price-card.featured { color: #10120f; border-color: rgba(202,255,99,.75); background: linear-gradient(155deg, #dcffa1, #c7ff60 52%, #a9e947); box-shadow: 0 24px 60px rgba(106,154,34,.12); }
.price-card.featured::before { background: rgba(255,255,255,.38); }
.price-top { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; }.price-top span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--lime); font-size: 8px; font-weight: 800; }.featured .price-top span { color: #10120f; border-color: rgba(16,18,15,.25); }.price-top small { color: #8f968d; font-size: 8px; font-weight: 800; letter-spacing: .18em; }.featured .price-top small { color: rgba(16,18,15,.58); }
.popular { position: absolute; z-index: 2; right: 27px; top: 67px; padding: 7px 10px; border: 1px solid rgba(16,18,15,.25); border-radius: 999px; font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.price-card h3 { position: relative; z-index: 1; margin: 58px 0 10px; font: 500 clamp(30px, 3vw, 43px)/1 var(--serif); letter-spacing: -.045em; }.price { position: relative; z-index: 1; color: #8d958b; font-size: 11px; }.price b { margin-left: 4px; color: var(--text); font-size: 22px; letter-spacing: -.05em; }.featured .price, .featured .price b { color: #10120f; }
.price-card > p { position: relative; z-index: 1; min-height: 70px; margin: 27px 0 24px; color: var(--muted); font-size: 12px; line-height: 1.65; }.featured > p { color: rgba(16,18,15,.67); }
.price-card ul { position: relative; z-index: 1; list-style: none; padding: 0; margin: 0; }.price-card li { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-top: 1px solid var(--line-soft); font-size: 11px; }.price-card li::before { content: ''; width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(202,255,99,.07); }.featured li { border-color: rgba(16,18,15,.14); }.featured li::before { background: #10120f; box-shadow: 0 0 0 4px rgba(16,18,15,.07); }
.price-card > a { position: relative; z-index: 1; min-height: 48px; display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 0 14px 0 16px; border: 1px solid var(--line); border-radius: 13px; font-size: 10px; font-weight: 800; }.price-card > a svg { width: 27px; height: 27px; padding: 6px; border: 1px solid currentColor; border-radius: 50%; color: var(--lime); }.featured > a { border-color: rgba(16,18,15,.28); }.featured > a svg { color: #10120f; }

.value-band { padding: 100px 0; border-block: 1px solid var(--line-soft); background: linear-gradient(135deg, #121711, #0c100d); }
.value-inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: 9vw; align-items: start; }.value-title { position: sticky; top: 45px; }.value-title h2 { font-size: clamp(45px, 5vw, 70px); }.value-list { display: grid; gap: 8px; }.value-list article { display: grid; grid-template-columns: 36px 1fr; column-gap: 18px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }.value-list article > span { grid-row: 1 / 3; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(202,255,99,.36); border-radius: 50%; color: var(--lime); font-size: 8px; font-weight: 800; }.value-list h3 { grid-column: 2; margin: 2px 0 9px; font-size: 18px; letter-spacing: -.04em; }.value-list p { grid-column: 2; max-width: 480px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }.process-list li { display: grid; grid-template-columns: 80px 1fr 120px; gap: 30px; align-items: start; padding: 34px 0; border-bottom: 1px solid var(--line); transition: padding .3s, background .3s; }.process-list li:hover { padding-inline: 20px; background: rgba(255,255,255,.018); }.process-list li > span { color: var(--lime); font: 500 28px var(--serif); }.process-list small { color: var(--peach); font-size: 8px; font-weight: 800; letter-spacing: .19em; }.process-list h3 { margin: 9px 0 10px; font-size: 25px; letter-spacing: -.05em; }.process-list p { max-width: 630px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }.process-list i { justify-self: end; color: #717871; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .13em; }

.faq { padding-bottom: 30px; }.faq .section-heading { grid-template-columns: .55fr 1.45fr; }.faq-list { margin-left: 27%; border-top: 1px solid var(--line); }.faq-item { border-bottom: 1px solid var(--line); }.faq-item button { width: 100%; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0; border: 0; background: none; cursor: pointer; text-align: left; font-size: 20px; font-weight: 600; letter-spacing: -.04em; }.faq-item button svg { width: 30px; height: 30px; padding: 7px; border: 1px solid var(--line); border-radius: 50%; color: var(--lime); transition: transform .35s; }.faq-item.open button svg { transform: rotate(45deg); }.faq-item > div { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .45s cubic-bezier(.22,.7,.2,1), opacity .3s; }.faq-item > div p { min-height: 0; overflow: hidden; max-width: 760px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }.faq-item.open > div { grid-template-rows: 1fr; opacity: 1; }.faq-item.open > div p { padding: 0 60px 25px 0; }

.contact-panel { position: relative; display: grid; grid-template-columns: 1fr .8fr; gap: 7vw; overflow: hidden; padding: 58px; border: 1px solid var(--line); border-radius: 29px; background: radial-gradient(60% 120% at 0 0, rgba(202,255,99,.14), transparent 64%), radial-gradient(70% 100% at 100% 100%, rgba(156,140,255,.12), transparent 70%), #10130f; box-shadow: inset 0 1px rgba(255,255,255,.07); }
.contact-panel::after { content: ''; position: absolute; width: 440px; height: 440px; left: -280px; bottom: -300px; border: 1px solid rgba(202,255,99,.14); border-radius: 50%; }.contact-panel > * { position: relative; z-index: 1; }.contact-copy > p:not(.eyebrow) { max-width: 570px; margin: 28px 0 33px; color: var(--muted); font-size: 13px; line-height: 1.75; }.telegram-link { max-width: 390px; min-height: 66px; display: flex; align-items: center; gap: 14px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); transition: border-color .25s, background .25s, transform .25s; }.telegram-link:hover { transform: translateY(-3px); border-color: rgba(202,255,99,.48); background: rgba(202,255,99,.07); }.telegram-link > svg { width: 40px; height: 40px; padding: 9px; border-radius: 50%; color: #10120f; background: var(--lime); }.telegram-link span { font-size: 12px; font-weight: 800; }.telegram-link small { display: block; margin-bottom: 4px; color: #788078; font-size: 7px; letter-spacing: .16em; }.telegram-link i { margin-left: auto; color: var(--lime); font-style: normal; }
.lead-form { padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 21px; background: rgba(255,255,255,.045); backdrop-filter: blur(16px); }.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.lead-form label { display: block; margin-bottom: 14px; color: #bdc3bb; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.lead-form input, .lead-form select, .lead-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; outline: none; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; color: var(--text); background: rgba(4,7,5,.28); font-size: 12px; transition: border-color .25s, box-shadow .25s; }.lead-form select { appearance: none; -webkit-appearance: none; padding-right: 48px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='m4 6 4 4 4-4' stroke='%23e9eee5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 22px center; background-size: 14px 14px; }.lead-form textarea { min-height: 105px; resize: vertical; }.lead-form input::placeholder, .lead-form textarea::placeholder { color: #707770; }.lead-form option { color: var(--text); background: #111711; }.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(202,255,99,.09); }.lead-form .invalid { border-color: #e88d7c; }.form-bottom { display: flex; align-items: center; gap: 18px; }.form-bottom > p { max-width: 220px; margin: 0; color: #707870; font-size: 8px; line-height: 1.55; }.form-bottom button { min-height: 49px; display: flex; align-items: center; justify-content: space-between; gap: 25px; flex: 1; padding: 7px 8px 7px 16px; border: 0; border-radius: 13px; color: #10120f; background: var(--lime); cursor: pointer; font-size: 10px; font-weight: 800; transition: transform .25s, background .25s; }.form-bottom button:hover { transform: translateY(-2px); background: #ddff99; }.form-bottom button svg { width: 31px; height: 31px; padding: 7px; border: 1px solid currentColor; border-radius: 50%; }.form-bottom button[disabled] { opacity: .65; cursor: wait; }.form-message { min-height: 16px; margin: 12px 0 0; color: var(--lime); font-size: 10px; font-weight: 700; }

.site-footer { min-height: 110px; display: grid; grid-template-columns: 1fr 1fr .5fr .5fr; gap: 22px; align-items: center; border-top: 1px solid var(--line-soft); color: #7f867e; font-size: 10px; }.site-footer > a:nth-of-type(2) { color: var(--text); font-weight: 700; }.site-footer > p:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(22px); filter: blur(3px); transition: opacity .7s ease, transform .8s cubic-bezier(.22,.7,.2,1), filter .7s; }.reveal.show { opacity: 1; transform: none; filter: none; }.price-card.reveal:nth-child(2), .work-card.reveal:nth-child(2), .value-list article.reveal:nth-child(2) { transition-delay: .07s; }.price-card.reveal:nth-child(3), .work-card.reveal:nth-child(3), .value-list article.reveal:nth-child(3) { transition-delay: .14s; }.value-list article.reveal:nth-child(4) { transition-delay: .21s; }

@media (max-width: 1080px) {
  .hero-copy { width: 57%; }.hero-stage { width: 40%; right: 2%; }.hero h1 { font-size: clamp(48px, 5.5vw, 65px); }
  .hero-meta { gap: 17px; }.canvas-title { margin-top: 18%; }.work-grid { grid-template-rows: repeat(2, 360px); }
  .section-heading { grid-template-columns: .45fr 1.15fr .4fr; gap: 4vw; }.price-card { padding: 23px; }.contact-panel { padding: 44px; gap: 4vw; }
}

@media (max-width: 800px) {
  .shell { width: calc(100% - 28px); }.section-pad { padding-block: 68px; }.cursor-light { display: none; }
  .site-header { height: 73px; }.site-header nav { display: none; }.brand span { font-size: 21px; }.brand small { font-size: 6px; }.header-contact { font-size: 9px; }.header-contact svg { width: 12px; }
  .hero { width: calc(100% - 24px); height: auto; min-height: 0; max-height: none; padding: 48px 20px 22px; border-radius: 23px; }.hero::before { background-size: 45px 45px; mask-image: linear-gradient(black, transparent 80%); }.hero-copy { position: relative; left: auto; top: auto; width: auto; transform: none; }.hero h1 { font-size: clamp(41px, 11.5vw, 56px); line-height: .98; }.hero-lead { margin: 23px 0 25px; font-size: 12px; line-height: 1.65; }.eyebrow { margin-bottom: 18px; font-size: 8px; }.hero-actions { flex-wrap: nowrap; }.button { min-height: 47px; min-width: 0; gap: 8px; padding: 6px 6px 6px 12px; border-radius: 13px; font-size: 9px; white-space: nowrap; }.button-light { flex: 1; }.button-glass { flex: 0 1 auto; }.button svg { width: 31px; height: 31px; padding: 7px; }.hero-meta { display: none; }
  .hero-stage { position: relative; width: 100%; height: 330px; right: auto; top: auto; bottom: auto; margin-top: 32px; }.stage-browser { inset: 0; border-radius: 18px; transform: none; }.browser-bar { height: 34px; }.browser-canvas { height: calc(100% - 34px); padding: 18px; }.canvas-title { margin: 8% 0 7%; font-size: 27px; }.canvas-grid { height: 48%; }.floating-badge { min-width: 105px; padding: 10px 12px; }.badge-one { left: -6px; top: -17px; }.badge-two { right: -6px; bottom: -15px; }.hero-index { display: none; }
  .marquee { margin-top: 17px; }.marquee-track { padding: 14px 0; gap: 20px; }
  .glass-panel { display: block; padding: 27px 22px 29px; border-radius: 20px; }.glass-panel .eyebrow { margin-bottom: 23px; }.glass-panel h2, .section-heading h2, .value-title h2, .contact-copy h2 { font-size: 40px; line-height: 1.01; }.glass-panel > div > p { margin-top: 23px; font-size: 12px; }
  .works { padding-bottom: 16px; }.services.section-pad { padding-top: 28px; }.section-heading { display: block; margin-bottom: 31px; }.section-heading .eyebrow { margin-bottom: 21px; }.section-heading > p:last-child { margin-top: 22px; font-size: 12px; }.work-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; gap: 10px; }.work-card, .work-large { grid-row: auto; display: flex; flex-direction: column; min-height: 0; border-radius: 20px; }.work-visual, .work-large .work-visual { height: 330px; flex: none; }.work-info, .work-large .work-info { min-height: 165px; padding: 21px; }.work-info h3 { font-size: 28px; }.work-info p { max-width: calc(100% - 38px); }.work-info i { right: 18px; bottom: 18px; }
  .services-heading { margin-bottom: 29px; }.price-grid { grid-template-columns: 1fr; gap: 9px; }.price-card { min-height: 0; padding: 23px 21px; border-radius: 19px; }.price-card h3 { margin-top: 44px; font-size: 36px; }.price-card > p { min-height: 0; }.price-card > a { margin-top: 23px; }.popular { top: 59px; right: 21px; }
  .value-band { padding: 66px 0; }.value-inner { display: block; }.value-title { position: static; margin-bottom: 36px; }.value-list article { padding: 19px 17px; border-radius: 16px; }.value-list h3 { font-size: 17px; }
  .process-list li { grid-template-columns: 43px 1fr; gap: 10px; padding: 25px 0; }.process-list li:hover { padding-inline: 0; background: transparent; }.process-list li > span { font-size: 21px; }.process-list h3 { font-size: 21px; }.process-list li > i { display: none; }
  .faq { padding-bottom: 0; }.faq .section-heading { display: block; }.faq-list { margin-left: 0; }.faq-item button { min-height: 74px; gap: 15px; font-size: 16px; }.faq-item button svg { flex: 0 0 auto; }.faq-item.open > div p { padding: 0 45px 22px 0; font-size: 12px; }
  .contact-panel { display: block; padding: 29px 20px 20px; border-radius: 23px; }.contact-copy > p:not(.eyebrow) { margin: 24px 0; font-size: 12px; }.telegram-link { margin-bottom: 30px; }.lead-form { padding: 17px; border-radius: 16px; }.form-row { grid-template-columns: 1fr; gap: 0; }.form-bottom { display: block; }.form-bottom > p { max-width: none; margin-bottom: 13px; }.form-bottom button { width: 100%; }.site-footer { grid-template-columns: 1fr 1fr; min-height: 150px; padding-block: 24px; }.site-footer > p:nth-of-type(1) { text-align: right; }.site-footer > p:last-child { text-align: right; }
}

@media (max-width: 390px) {
  .hero { padding-inline: 17px; }.hero h1 { font-size: 39px; }.button { padding-left: 10px; font-size: 8px; }.button-light { min-width: 0; }.button-glass { min-width: 0; }.hero-stage { height: 300px; }.canvas-title { font-size: 24px; }.browser-canvas { padding: 15px; }.canvas-card { padding: 9px; }.glass-panel h2, .section-heading h2, .value-title h2, .contact-copy h2 { font-size: 37px; }.work-visual, .work-large .work-visual { height: 300px; }.mini-copy strong { font-size: 29px; }.fresh-word { font-size: 43px; }
}

@media (hover: none) { .cursor-light { display: none; }.work-card:hover, .price-card:hover, .telegram-link:hover, .button:hover { transform: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; filter: none; } }
