:root {
  --navy: #002c5e;
  --navy-deep: #001b3a;
  --ink: #17191d;
  --paper: #f4f3ef;
  --white: #fff;
  --pink: #d81159;
  --cyan: #118ab2;
  --lime: #c0f637;
  --yellow: #ffd166;
  --line: rgba(255,255,255,.2);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 99; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { position: fixed; top: 18px; left: 50%; transform: translateX(-50%); width: min(1180px, calc(100% - 36px)); height: 68px; padding: 0 12px 0 20px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.25); border-radius: 18px; background: rgba(0,27,58,.78); color: #fff; backdrop-filter: blur(18px); z-index: 50; box-shadow: 0 12px 40px rgba(0,0,0,.12); }
.brand { display: flex; align-items: center; width: 184px; height: 52px; overflow: hidden; border-radius: 9px; }
.brand img { display: block; width: 184px; height: auto; }
nav { display: flex; align-items: center; gap: 23px; font-size: 14px; font-weight: 700; }
nav > a:not(.nav-cta) { position: relative; }
nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px; background: var(--lime); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
nav > a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: flex; gap: 18px; align-items: center; padding: 14px 18px; background: var(--lime); color: var(--navy-deep); border-radius: 12px; }
.menu-toggle { display: none; }

.hero { min-height: 920px; height: 100svh; position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 42%, #064c83 0%, var(--navy) 28%, var(--navy-deep) 70%); padding: 150px max(5vw, 24px) 55px; }
.hero::before { content: ""; position: absolute; inset: 0; 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: 64px 64px; mask-image: linear-gradient(to right, #000, transparent 70%); }
.hero-copy { position: relative; z-index: 4; width: min(650px, 52vw); }
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .17em; font-size: 12px; font-weight: 800; }
.eyebrow span { width: 28px; height: 9px; border-radius: 99px; background: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 30px 0 25px; text-transform: uppercase; font-size: clamp(66px, 8.2vw, 132px); line-height: .77; letter-spacing: -.085em; font-weight: 950; }
.hero h1 em { color: var(--lime); font-style: normal; white-space: nowrap; }
.hero-lead { width: min(520px, 95%); color: rgba(255,255,255,.76); font-size: clamp(18px, 1.5vw, 23px); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 18px 22px; font-weight: 900; border-radius: 12px; transition: transform .25s, box-shadow .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--pink); color: white; box-shadow: 0 14px 34px rgba(216,17,89,.24); }
.text-link { font-size: 14px; font-weight: 900; display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid currentColor; padding-bottom: 7px; }
.text-link.dark { color: var(--navy); }

.hero-stage { position: absolute; z-index: 3; right: 3vw; top: 16%; width: min(46vw, 660px); height: 67%; perspective: 1000px; }
.stage-grid { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 50% 50% 10% 10%; transform: rotate(8deg); background: linear-gradient(135deg, rgba(255,255,255,.08), transparent); backdrop-filter: blur(8px); }
.stage-card { position: absolute; width: 255px; height: 310px; padding: 22px; border-radius: 24px; box-shadow: 0 35px 60px rgba(0,0,0,.3); overflow: hidden; transition: transform .45s ease; }
.stage-card > span { font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.stage-card strong { display: block; position: relative; z-index: 2; margin-top: 20px; font-size: 42px; line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.card-campaign { left: 2%; top: 6%; background: var(--yellow); color: var(--navy-deep); transform: rotate(-8deg); }
.card-brand { right: 1%; top: 16%; background: var(--pink); transform: rotate(8deg); }
.card-content { left: 27%; bottom: 0; background: #f7f7f4; color: var(--navy-deep); transform: rotate(-2deg); }
.hero-stage:hover .card-campaign { transform: rotate(-11deg) translate(-8px,-8px); }
.hero-stage:hover .card-brand { transform: rotate(11deg) translate(8px,-8px); }
.hero-stage:hover .card-content { transform: rotate(-2deg) translateY(-10px); }
.mini-chart { display: flex; align-items: end; gap: 10px; height: 100px; margin-top: 24px; }
.mini-chart i { display: block; flex: 1; border-radius: 6px 6px 0 0; background: var(--navy); }
.mini-chart i:nth-child(1) { height: 30%; }.mini-chart i:nth-child(2) { height: 50%; }.mini-chart i:nth-child(3) { height: 76%; }.mini-chart i:nth-child(4) { height: 100%; background: var(--pink); }
.brand-shape { position: absolute; width: 170px; height: 170px; border: 25px solid var(--lime); border-radius: 50%; right: -40px; bottom: -40px; }
.brand-shape::after { content: ""; position: absolute; width: 150px; height: 28px; background: white; left: -26px; top: 45px; transform: rotate(-15deg); }
.content-lines { position: absolute; left: 22px; right: 22px; bottom: 28px; }
.content-lines i { display: block; height: 10px; border-radius: 9px; background: var(--cyan); margin-top: 11px; }
.content-lines i:nth-child(2) { width: 74%; background: var(--pink); }.content-lines i:nth-child(3) { width: 48%; background: var(--lime); }
.stage-sticker { position: absolute; display: grid; place-items: center; text-align: center; font-weight: 950; line-height: .92; box-shadow: 0 15px 30px rgba(0,0,0,.2); }
.sticker-one { width: 130px; height: 130px; right: 30%; top: 0; background: var(--lime); color: var(--navy); border-radius: 50%; transform: rotate(10deg); }
.sticker-two { width: 110px; height: 110px; right: -3%; bottom: 5%; background: var(--cyan); border-radius: 18px; transform: rotate(-9deg); font-size: 13px; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.orbit-one { width: 740px; height: 740px; right: -300px; top: -230px; }.orbit-two { width: 380px; height: 380px; left: -220px; bottom: -80px; }
.hero-foot { position: absolute; z-index: 5; bottom: 26px; left: max(5vw,24px); right: max(5vw,24px); border-top: 1px solid var(--line); padding-top: 17px; display: flex; justify-content: space-between; color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; }

.ticker { background: var(--lime); color: var(--navy-deep); overflow: hidden; border-block: 2px solid var(--navy-deep); transform: rotate(-1.2deg) scale(1.02); position: relative; z-index: 4; }
.ticker-track { display: flex; gap: 30px; align-items: center; width: max-content; padding: 17px 0; animation: ticker 28s linear infinite; }
.ticker span { font-size: 18px; font-weight: 950; letter-spacing: -.03em; }.ticker b { color: var(--pink); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.intro { padding: 145px 0 110px; }
.section-kicker { font-size: 11px; color: var(--navy); letter-spacing: .18em; font-weight: 900; border-top: 1px solid rgba(0,44,94,.25); padding-top: 14px; }
.section-kicker.light { color: rgba(255,255,255,.66); border-color: var(--line); }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 9vw; padding: 60px 0 90px; }
.intro h2, .process h2 { font-size: clamp(54px, 7vw, 104px); line-height: .88; letter-spacing: -.075em; text-transform: uppercase; margin: 0; }
.intro h2 span, .process h2 span { color: var(--pink); }
.intro-copy { padding-top: 15px; }
.intro-copy .large-copy { font-size: 28px; line-height: 1.15; letter-spacing: -.035em; font-weight: 800; color: var(--navy); }
.intro-copy > p:not(.large-copy) { font-size: 17px; line-height: 1.7; color: #555; }
.intro-copy .text-link { margin-top: 20px; }
.principles { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #bbb; }
.principle { padding: 30px 34px 10px 0; border-right: 1px solid #bbb; }
.principle + .principle { padding-left: 34px; }.principle:last-child { border-right: 0; }
.principle span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--navy); color: white; font-size: 11px; }
.principle h3 { font-size: 22px; margin: 48px 0 10px; }.principle p { color: #666; line-height: 1.55; }

.services { background: var(--ink); color: #fff; padding: 130px 0; border-radius: 42px 42px 0 0; }
.section-head h2 { margin: 60px 0 90px; text-transform: uppercase; font-size: clamp(48px, 6vw, 90px); line-height: .91; letter-spacing: -.07em; }
.section-head h2 span { color: var(--lime); }
.service-row { display: grid; grid-template-columns: 70px 1fr auto; gap: 30px; align-items: start; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.2); }
.service-row:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.service-number { color: var(--pink); font-size: 12px; font-weight: 900; }
.service-row h3 { margin: 0 0 12px; font-size: clamp(28px, 3vw, 45px); letter-spacing: -.045em; }
.service-row p { max-width: 720px; margin: 0; color: rgba(255,255,255,.6); line-height: 1.55; font-size: 16px; }
.service-chip { align-self: center; padding: 9px 13px; border: 1px solid var(--line); border-radius: 99px; font-size: 10px; letter-spacing: .12em; font-weight: 900; transition: .25s; }
.service-row:hover .service-chip { background: var(--lime); color: var(--ink); border-color: var(--lime); }

.pricing { padding: 140px 0; }
.pricing-head { display: grid; grid-template-columns: 1fr; }
.pricing-head h2 { color: var(--navy-deep); margin-bottom: 30px; }.pricing-head h2 span { color: var(--pink); }
.pricing-head > p { font-size: 20px; color: #656565; max-width: 620px; line-height: 1.5; }
.entry-plan { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 65px; margin-top: 90px; padding: 55px; overflow: hidden; border-radius: 30px; background: linear-gradient(135deg,var(--navy-deep),var(--navy)); color: white; box-shadow: 0 30px 70px rgba(0,44,94,.2); }
.entry-plan::after { content: ""; position: absolute; width: 330px; height: 330px; right: -150px; top: -190px; border: 55px solid rgba(192,246,55,.13); border-radius: 50%; }
.entry-copy, .entry-details, .entry-clarity { position: relative; z-index: 1; }
.entry-badge { display: inline-block; margin-bottom: 35px; padding: 9px 13px; border-radius: 999px; background: var(--lime); color: var(--navy-deep); font-size: 10px; font-weight: 950; letter-spacing: .16em; }
.entry-copy > p:not(.entry-lead) { margin: 0 0 13px; color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.entry-copy h3 { margin: 0 0 22px; font-size: clamp(40px,4.8vw,68px); line-height: .91; letter-spacing: -.06em; text-transform: uppercase; }
.entry-lead { max-width: 590px; margin: 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.6; }
.entry-price { margin-top: 42px; color: var(--lime); font-size: clamp(48px,6vw,76px); font-weight: 950; letter-spacing: -.06em; line-height: 1; }.entry-price small { font-size: 26px; vertical-align: top; }.entry-price em { color: rgba(255,255,255,.6); font-size: 13px; font-style: normal; letter-spacing: 0; }
.entry-details { align-self: end; padding: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.entry-details ul { list-style: none; margin: 0 0 30px; padding: 0; }.entry-details li { position: relative; padding: 15px 0 15px 25px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.4; }.entry-details li::before { content: "+"; position: absolute; left: 0; color: var(--lime); font-weight: 950; }
.entry-details .button { width: 100%; justify-content: space-between; }
.entry-clarity { grid-column: 1/-1; margin: 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.55; }.entry-clarity b { color: white; }
.price-category { margin-top: 100px; }
.category-title { display: flex; justify-content: space-between; align-items: end; padding-bottom: 20px; border-bottom: 2px solid var(--navy-deep); }
.category-title span { font-weight: 950; font-size: 24px; color: var(--navy); }.category-title p { margin: 0; color: #656565; }
.price-grid { display: grid; gap: 16px; margin-top: 22px; }.price-grid.three { grid-template-columns: repeat(3,1fr); }
.price-card { position: relative; min-height: 470px; padding: 27px; border: 1px solid #c8c8c4; background: #fff; border-radius: 22px; display: flex; flex-direction: column; transition: transform .3s, box-shadow .3s; overflow: hidden; }
.price-card:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(0,44,94,.12); }
.price-card.featured { background: var(--navy); color: white; border-color: var(--navy); transform: translateY(-12px); }.price-card.featured:hover { transform: translateY(-18px); }
.featured-alt { border: 3px solid var(--pink); }
.recommended { position: absolute; right: -35px; top: 22px; width: 145px; padding: 7px 10px; transform: rotate(40deg); text-align: center; background: var(--lime); color: var(--navy-deep); font-size: 9px; font-weight: 950; }
.plan-top { display: flex; align-items: end; justify-content: space-between; gap: 15px; }.plan-top span { font-weight: 950; font-size: 18px; color: var(--pink); }.featured .plan-top span { color: var(--lime); }.plan-top b { color: #8b8b8b; font-size: 12px; }
.price { margin: 50px 0 32px; font-weight: 950; color: var(--navy-deep); font-size: 46px; letter-spacing: -.055em; }.featured .price { color: white; }.price small { font-size: 22px; vertical-align: top; }.price em { font-size: 12px; color: #888; letter-spacing: 0; font-style: normal; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 32px; color: #5d5d5d; font-size: 14px; line-height: 1.45; }.featured ul { color: rgba(255,255,255,.72); }
.price-card li { padding: 10px 0 10px 22px; border-top: 1px solid rgba(120,120,120,.22); position: relative; }.price-card li::before { content: "+"; position: absolute; left: 0; color: var(--pink); font-weight: 900; }.featured li::before { color: var(--lime); }
.price-card > a { margin-top: auto; padding-top: 18px; border-top: 1px solid currentColor; display: flex; justify-content: space-between; font-weight: 900; }
.price-note { color: #777; font-size: 12px; margin-top: 15px; }
.compact .price-card { min-height: 520px; }
.plan-comparison { margin-top: 110px; }
.comparison-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 25px; }.comparison-head > div > span { color: var(--pink); font-size: 10px; font-weight: 950; letter-spacing: .18em; }.comparison-head h3 { margin: 12px 0 0; color: var(--navy-deep); font-size: clamp(38px,5vw,66px); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }.comparison-head p { max-width: 260px; margin: 0; color: #6b6b6b; font-size: 14px; text-align: right; }
.comparison-scroll { overflow-x: auto; border: 1px solid #c8c8c4; border-radius: 20px; background: white; box-shadow: 0 20px 50px rgba(0,44,94,.08); scrollbar-color: var(--pink) #ecece8; }
.comparison-scroll:focus { outline: 3px solid rgba(17,138,178,.32); outline-offset: 3px; }
.comparison-scroll table { width: 100%; min-width: 1530px; border-collapse: separate; border-spacing: 0; font-size: 14px; line-height: 1.4; }
.comparison-scroll th, .comparison-scroll td { min-width: 175px; padding: 18px 15px; border-right: 1px solid #deded9; border-bottom: 1px solid #deded9; text-align: left; vertical-align: top; }.comparison-scroll tr > *:last-child { border-right: 0; }.comparison-scroll tbody tr:last-child > * { border-bottom: 0; }
.comparison-scroll thead th { padding-block: 20px; background: var(--navy-deep); color: white; vertical-align: bottom; }.comparison-scroll thead th:first-child { position: sticky; left: 0; z-index: 3; }.comparison-scroll thead th b { display: block; font-size: 17px; text-transform: uppercase; }.comparison-scroll thead th span { display: block; margin-top: 5px; color: rgba(255,255,255,.64); font-size: 12px; font-weight: 600; }.comparison-scroll thead .entry-column { background: #759b16; }.comparison-scroll thead .social-column { background: var(--cyan); }.comparison-scroll thead .ads-column { background: var(--pink); }
.comparison-scroll tbody th { position: sticky; left: 0; z-index: 2; min-width: 190px; background: #f1f1ed; color: var(--navy-deep); font-size: 14px; }.comparison-scroll tbody td { color: #555; }.comparison-scroll tbody td b { color: var(--navy-deep); }.comparison-scroll tbody tr:hover td { background: rgba(17,138,178,.045); }
.comparison-note { display: flex; gap: 11px; align-items: flex-start; max-width: 880px; margin: 20px 0 0; color: #656565; font-size: 14px; line-height: 1.55; }.comparison-note span { flex: 0 0 auto; width: 9px; height: 9px; margin-top: 6px; border-radius: 50%; background: var(--pink); }
.custom-plan { position: relative; overflow: hidden; display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; margin-top: 72px; padding: 54px; border-radius: 28px; background: var(--navy-deep); color: white; box-shadow: 0 28px 70px rgba(0,27,58,.17); }
.custom-plan::after { content: "✳"; position: absolute; right: -38px; top: -62px; color: rgba(192,246,55,.12); font-size: 230px; line-height: 1; }
.custom-plan-copy { position: relative; z-index: 1; }.custom-plan-copy > span { display: block; color: var(--lime); font-size: 10px; font-weight: 950; letter-spacing: .17em; }.custom-plan-copy h3 { margin: 18px 0 22px; font-size: clamp(37px,4.2vw,61px); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }.custom-plan-copy p { margin: 0; color: rgba(255,255,255,.67); font-size: 16px; line-height: 1.6; }.custom-plan-copy > a { display: flex; justify-content: space-between; align-items: center; margin-top: 34px; padding: 18px 20px; border-radius: 13px; background: var(--pink); color: white; font-weight: 900; transition: transform .25s, background .25s, color .25s; }.custom-plan-copy > a:hover { transform: translateY(-3px); background: var(--lime); color: var(--navy-deep); }
.custom-options { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }.custom-options article { display: grid; grid-template-columns: 30px 1fr; gap: 13px; min-height: 165px; padding: 22px; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; background: rgba(255,255,255,.06); }.custom-options article > b { color: var(--pink); font-size: 11px; letter-spacing: .1em; }.custom-options strong { display: block; margin-bottom: 10px; font-size: 17px; }.custom-options p { margin: 0; color: rgba(255,255,255,.57); font-size: 13px; line-height: 1.5; }
.more-prices { margin-top: 80px; display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #aaa; }
.more-prices article { display: grid; grid-template-columns: 1fr auto; gap: 8px 20px; padding: 27px 28px 27px 0; border-bottom: 1px solid #aaa; }.more-prices article:nth-child(odd) { border-right: 1px solid #aaa; }.more-prices article:nth-child(even) { padding-left: 28px; }
.more-prices span { font-size: 18px; font-weight: 900; color: var(--navy); }.more-prices strong { color: var(--pink); }.more-prices p { grid-column: 1/-1; color: #6e6e6e; line-height: 1.45; margin: 4px 0 0; font-size: 14px; }

.work { background: var(--navy-deep); color: #fff; padding: 135px 0; }
.work-head h2 { margin-bottom: 30px; }.work-head h2 span { color: var(--cyan); }
.work-intro { max-width: 660px; margin: 0 0 90px auto; color: rgba(255,255,255,.62); font-size: 19px; line-height: 1.55; }
.portfolio-block + .portfolio-block { margin-top: 140px; }
.portfolio-heading { display: grid; grid-template-columns: 55px 1fr 1fr; gap: 28px; align-items: start; padding: 22px 0 34px; border-top: 1px solid rgba(255,255,255,.25); }
.portfolio-heading > span { color: var(--pink); font-size: 11px; font-weight: 950; letter-spacing: .15em; }
.portfolio-heading h3 { margin: 0; font-size: clamp(28px,3.5vw,50px); line-height: .92; letter-spacing: -.045em; text-transform: uppercase; }
.portfolio-heading p { max-width: 420px; margin: 0 0 0 auto; color: rgba(255,255,255,.56); line-height: 1.55; }
.portfolio-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.portfolio-item { position: relative; aspect-ratio: 1; margin: 0; overflow: hidden; border-radius: 16px; background: #152f4d; }
.portfolio-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.portfolio-item figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; gap: 14px; align-items: end; padding: 48px 16px 15px; background: linear-gradient(transparent,rgba(0,27,58,.9)); transform: translateY(100%); transition: transform .35s ease; }
.portfolio-item:hover img { transform: scale(1.045); filter: saturate(1.08); }
.portfolio-item:hover figcaption { transform: none; }
.portfolio-item figcaption b { font-size: 13px; }.portfolio-item figcaption span { color: rgba(255,255,255,.65); font-size: 10px; text-align: right; }
.reels-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.reel-card { min-width: 0; padding: 11px 11px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 25px; background: rgba(255,255,255,.06); }
.reel-screen { position: relative; aspect-ratio: 9/16; overflow: hidden; border-radius: 17px; background: #000; }
.reel-screen video { display: block; width: 100%; height: 100%; object-fit: cover; }
.reel-card > div:last-child { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 17px 5px 0; }
.reel-card b { font-size: 14px; }.reel-card span { color: rgba(255,255,255,.55); font-size: 10px; text-align: right; }
.results-block { position: relative; }
.results-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.result-card { position: relative; min-width: 0; overflow: hidden; border-radius: 20px; background: #fff; color: var(--navy-deep); }
.result-card img { display: block; width: 100%; height: 200px; object-fit: cover; object-position: top; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.result-stat { padding: 24px 22px 18px; }.result-stat strong { display: block; color: var(--pink); font-size: clamp(42px,5vw,68px); line-height: .85; letter-spacing: -.06em; }.result-stat span { display: block; margin-top: 10px; color: #6d6d6d; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.result-meta { display: flex; justify-content: space-between; align-items: center; padding: 17px 22px; }.result-meta b { font-size: 20px; }.result-meta span { color: #777; font-size: 11px; }
.results-note { max-width: 680px; margin: 20px 0 0 auto; color: rgba(255,255,255,.45); font-size: 11px; line-height: 1.5; text-align: right; }
.production-pitch { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; align-items: start; margin-bottom: 50px; padding: 42px; border-radius: 24px; background: var(--lime); color: var(--navy-deep); }
.production-price span { display: block; margin-bottom: 14px; color: var(--pink); font-size: 10px; font-weight: 950; letter-spacing: .17em; }.production-price strong { display: block; font-size: clamp(58px,7vw,96px); line-height: .82; letter-spacing: -.07em; }.production-price strong small { font-size: .42em; vertical-align: top; }.production-price em { display: block; margin-top: 13px; color: rgba(0,27,58,.62); font-size: 14px; font-style: normal; font-weight: 850; }
.production-copy > p { margin: 0 0 18px; font-size: 17px; line-height: 1.55; }.production-copy ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px 22px; margin: 0 0 26px; padding: 0; list-style: none; }.production-copy li { position: relative; padding-left: 18px; font-size: 13px; line-height: 1.4; font-weight: 800; }.production-copy li::before { content: "+"; position: absolute; left: 0; color: var(--pink); }.production-copy a { display: flex; justify-content: space-between; padding: 17px 19px; border-radius: 12px; background: var(--navy-deep); color: white; font-weight: 900; transition: transform .25s; }.production-copy a:hover { transform: translateY(-3px); }
.production-gallery { column-count: 4; column-gap: 12px; }.production-media { display: inline-block; width: 100%; margin: 0 0 12px; overflow: hidden; border-radius: 18px; background: #071f39; break-inside: avoid; vertical-align: top; }.production-media img, .production-media video { display: block; width: 100%; height: auto; object-fit: cover; transition: transform .55s ease, filter .55s ease; }.production-media.production-video video { aspect-ratio: 9/16; object-fit: cover; }.production-media:hover img, .production-media:hover video { transform: scale(1.025); filter: saturate(1.08); }

.process { padding: 140px 0; }
.process-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 10vw; padding-top: 70px; }.process h2 span { color: var(--cyan); }
.steps article { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 25px 0; border-top: 1px solid #aaa; }.steps article:last-child { border-bottom: 1px solid #aaa; }.steps > article > span { color: var(--pink); font-size: 12px; font-weight: 900; }.steps h3 { font-size: 24px; margin-bottom: 8px; }.steps p { color: #666; line-height: 1.5; margin: 0; }

.appointment { background: var(--lime); border-block: 2px solid var(--navy-deep); }
.appointment-inner { min-height: 225px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.appointment-inner > div > span { display: block; color: var(--pink); font-size: 10px; letter-spacing: .18em; font-weight: 950; margin-bottom: 16px; }
.appointment h2 { margin: 0 0 8px; color: var(--navy-deep); font-size: clamp(38px,5vw,72px); letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }
.appointment p { margin: 0; color: rgba(0,27,58,.72); font-size: 16px; }
.appointment-button { flex: 0 0 auto; min-width: 260px; display: flex; justify-content: space-between; align-items: center; padding: 22px 24px; border-radius: 14px; background: var(--navy-deep); color: white; font-weight: 900; box-shadow: 0 16px 35px rgba(0,27,58,.18); transition: transform .25s; }
.appointment-button:hover { transform: translateY(-4px) rotate(-1deg); }

.location { padding: 140px 0; }
.location-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; align-items: center; padding-top: 70px; }
.location-label { color: var(--pink); font-size: 11px; font-weight: 950; letter-spacing: .18em; }
.location h2 { color: var(--navy-deep); margin: 22px 0 28px; text-transform: uppercase; font-size: clamp(42px,5.2vw,76px); line-height: .9; letter-spacing: -.065em; }
.location h2 span { color: var(--cyan); }
.location-copy > p:not(.location-label) { color: #606060; line-height: 1.6; font-size: 17px; }
.location address { padding: 23px 0; margin: 26px 0; border-block: 1px solid #bcbcb8; color: var(--navy); font-style: normal; font-weight: 800; line-height: 1.55; }
.map-card { position: relative; height: 530px; overflow: hidden; background: var(--navy); border-radius: 30px; box-shadow: 0 30px 70px rgba(0,44,94,.18); }
.map-card iframe { width: 100%; height: 100%; border: 0; filter: saturate(.72) contrast(1.08); }
.map-badge { position: absolute; left: 20px; bottom: 20px; display: flex; align-items: center; gap: 14px; padding: 13px 16px; border-radius: 14px; background: rgba(0,27,58,.92); color: white; backdrop-filter: blur(12px); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.map-badge b { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 10px; background: var(--lime); color: var(--navy-deep); }
.map-badge span { font-size: 11px; line-height: 1.3; font-weight: 800; }

.contact { position: relative; overflow: hidden; padding: 130px 0 90px; background: var(--navy); color: white; border-radius: 42px 42px 0 0; }
.contact::before { content: ""; position: absolute; width: 640px; height: 640px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; left: -340px; bottom: -280px; }
.contact-asterisk { position: absolute; right: 5%; top: 25px; font-size: 170px; color: var(--lime); line-height: 1; animation: spin 20s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .8fr; gap: 10vw; }
.contact h2 { margin: 40px 0 30px; font-size: clamp(55px, 7vw, 105px); line-height: .83; letter-spacing: -.08em; text-transform: uppercase; }.contact h2 em { color: var(--lime); font-style: normal; }.contact-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.68); line-height: 1.6; font-size: 18px; }
.contact-direct { margin-top: 60px; }.contact-direct span { font-size: 10px; letter-spacing: .18em; color: var(--cyan); font-weight: 900; }.contact-direct a { display: block; margin-top: 10px; font-size: 28px; font-weight: 900; }.contact-direct p { font-size: 12px !important; }
.social-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.social-actions a { display: inline-flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; color: white; font-size: 12px; font-weight: 800; transition: background .25s, color .25s, border-color .25s, transform .25s; }
.social-actions a:hover { background: var(--lime); color: var(--navy-deep); border-color: var(--lime); transform: translateY(-2px); }
.social-actions a span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--pink); color: white; font-size: 11px; font-weight: 950; letter-spacing: 0; }
.contact-form { background: white; color: var(--ink); border-radius: 24px; padding: 32px; }
.contact-form label { display: block; margin-bottom: 22px; color: var(--navy); font-weight: 800; font-size: 13px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #aaa; background: transparent; color: var(--ink); padding: 13px 0; outline: 0; border-radius: 0; font-size: 16px; font-weight: 400; resize: vertical; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--pink); box-shadow: 0 1px 0 var(--pink); }
.contact-form .button { width: 100%; margin-top: 8px; }.form-note { font-size: 11px; text-align: center; color: #777; margin: 13px 0 0; }

footer { background: var(--ink); color: white; padding: 55px max(5vw,24px) 35px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; }
.footer-logo-panel { width: min(760px,72vw); }
.footer-logo-panel img { display: block; width: 100%; height: auto; }
footer > div:nth-child(2) { display: grid; gap: 12px; text-align: right; font-weight: 700; } footer > p { grid-column: 1/-1; padding-top: 20px; border-top: 1px solid var(--line); color: rgba(255,255,255,.5); font-size: 11px; }
.whatsapp-float { position: fixed; z-index: 40; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--navy-deep); font-size: 13px; font-weight: 950; border: 3px solid white; box-shadow: 0 12px 30px rgba(0,0,0,.2); transition: transform .25s; }.whatsapp-float:hover { transform: rotate(-8deg) scale(1.08); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  nav { gap: 15px; font-size: 13px; }
  .hero { min-height: 900px; height: auto; }
  .hero-copy { width: 65vw; }
  .hero-stage { opacity: .72; right: -14vw; width: 58vw; }
  .stage-card { width: 220px; height: 280px; }
  .stage-card strong { font-size: 34px; }
  .price-grid.three { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; }
  .price-card { min-height: auto; }.price-card.featured { transform: none; }.price-card.featured:hover { transform: translateY(-6px); }
  .entry-plan { grid-template-columns: 1fr; gap: 38px; }
  .custom-plan { grid-template-columns: 1fr; gap: 38px; }.custom-options article { min-height: 145px; }
  .production-gallery { column-count: 3; }
  .portfolio-grid, .reels-grid { grid-template-columns: repeat(2,1fr); }
  .results-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .site-header { top: 10px; width: calc(100% - 20px); }
  .menu-toggle { display: grid; gap: 5px; place-content: center; width: 44px; height: 44px; background: var(--lime); border: 0; border-radius: 11px; }
  .menu-toggle span { width: 20px; height: 2px; background: var(--navy-deep); transition: .25s; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle.active span:nth-child(2) { opacity: 0; }.menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  nav { position: absolute; left: 0; right: 0; top: 78px; padding: 20px; background: var(--navy-deep); border: 1px solid var(--line); border-radius: 18px; flex-direction: column; align-items: stretch; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .25s; } nav.open { opacity: 1; visibility: visible; transform: none; } nav a { padding: 10px; }.nav-cta { justify-content: space-between; }
  .hero { min-height: 940px; padding-top: 125px; }
  .hero-copy { width: 100%; }.hero h1 { font-size: clamp(57px, 19vw, 88px); }.hero-lead { font-size: 17px; max-width: 500px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-stage { top: auto; bottom: 75px; right: -50px; width: 420px; height: 390px; transform: scale(.78); transform-origin: bottom right; opacity: .66; }
  .hero-foot { left: 20px; right: 20px; }.hero-foot span:nth-child(2) { display: none; }
  .section-shell { width: min(100% - 32px,1180px); }
  .intro, .pricing, .process { padding: 95px 0; }
  .intro-grid, .process-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }.intro-grid { padding: 45px 0 70px; }
  .intro h2, .process h2 { font-size: 55px; }
  .principles { grid-template-columns: 1fr; }.principle, .principle + .principle { border-right: 0; border-bottom: 1px solid #bbb; padding: 25px 0; }.principle h3 { margin: 25px 0 8px; }
  .services, .work { padding: 95px 0; }.section-head h2 { margin: 45px 0 65px; font-size: 49px; }
  .service-row { grid-template-columns: 38px 1fr; gap: 12px; }.service-chip { grid-column: 2; justify-self: start; }.service-row h3 { font-size: 28px; }
  .category-title { display: block; }.category-title p { margin-top: 8px; }.price-category { margin-top: 70px; }
  .entry-plan { margin-top: 65px; padding: 30px 23px; border-radius: 23px; }.entry-badge { margin-bottom: 28px; }.entry-copy h3 { font-size: 42px; }.entry-price { font-size: 54px; }.entry-details { padding: 21px; }.entry-clarity { font-size: 13px; }.plan-comparison { margin-top: 80px; }.comparison-head { display: block; }.comparison-head p { margin-top: 16px; text-align: left; }.comparison-scroll table { font-size: 13px; }.comparison-scroll th, .comparison-scroll td { min-width: 165px; padding: 16px 13px; }
  .custom-plan { grid-template-columns: 1fr; gap: 40px; padding: 34px 26px; }.custom-options { grid-template-columns: 1fr; }.custom-options article { min-height: 0; }.production-pitch { grid-template-columns: 1fr; gap: 35px; padding: 30px 24px; }.production-copy ul { grid-template-columns: 1fr; }
  .more-prices { grid-template-columns: 1fr; }.more-prices article, .more-prices article:nth-child(even) { padding: 24px 0; border-right: 0; }
  .work-intro { margin: 0 0 65px; }.portfolio-block + .portfolio-block { margin-top: 95px; }.portfolio-heading { grid-template-columns: 38px 1fr; gap: 15px; }.portfolio-heading p { grid-column: 2; margin: 0; }.portfolio-grid { grid-template-columns: repeat(2,1fr); }.portfolio-item figcaption { transform: none; padding: 42px 12px 12px; }.portfolio-item figcaption span { display: none; }.reels-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 14px; }.reel-card { flex: 0 0 min(78vw,310px); scroll-snap-align: start; }.results-grid { grid-template-columns: 1fr; }.result-card img { height: auto; }.results-note { text-align: left; margin-left: 0; }
  .production-gallery { column-count: 2; column-gap: 10px; }.production-media { margin-bottom: 10px; border-radius: 14px; }
  .appointment-inner { min-height: 290px; padding-block: 50px; flex-direction: column; align-items: flex-start; }.appointment-button { width: 100%; }
  .location { padding: 95px 0; }.location-grid { grid-template-columns: 1fr; gap: 50px; padding-top: 50px; }.map-card { height: 420px; }
  .contact { padding: 95px 0 70px; }.contact-asterisk { font-size: 100px; top: 15px; opacity: .35; }.contact h2 { font-size: 58px; }.contact-form { padding: 24px; }
  footer { grid-template-columns: 1fr; }.footer-logo-panel { width: 100%; } footer > div:nth-child(2) { text-align: left; grid-template-columns: repeat(2,auto); justify-content: start; gap: 12px 28px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 56px; }.hero h1 em { white-space: normal; }.hero-stage { right: -95px; transform: scale(.68); }.hero-foot span:last-child { display: none; }
  .section-head h2, .intro h2, .process h2 { font-size: 43px; }.price-card { padding: 22px; }.price { font-size: 40px; }.more-prices article { grid-template-columns: 1fr; }.more-prices strong { margin-top: 4px; }
  .production-gallery { column-count: 1; }
}
