:root {
  --blue: #0F3C65;
  --blue-deep: #0F3C65;
  --black: #0F3C65;
  --white: #FFF2BA;
  --paper: #FFF2BA;
  --gray: #0F3C65;
  --line: rgba(51, 78, 172, .18);
  --radius: 28px;
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--blue); }
body { margin: 0; color: var(--black); background: var(--white); font-family: var(--sans); font-size: 16px; overflow-x: hidden; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button { color: inherit; }
::selection { background: var(--blue); color: white; }

.cursor-glow { position: fixed; z-index: 30; width: 260px; height: 260px; border-radius: 50%; pointer-events: none; opacity: .1; filter: blur(70px); background: var(--blue); transform: translate(-50%, -50%); transition: opacity .25s; }
.site-header { position: fixed; top: 16px; left: 50%; width: calc(100% - 32px); max-width: 1540px; z-index: 50; min-height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 10px 18px; color: var(--blue-deep); background: var(--navy); border: 1px solid rgba(249,252,255,.92); border-radius: 18px; box-shadow: 0 12px 44px rgba(51,78,172,.13), inset 0 1px 0 var(--white); backdrop-filter: blur(24px) saturate(180%); -webkit-backdrop-filter: blur(24px) saturate(180%); transform: translateX(-50%); transition: max-width .45s ease, min-height .45s ease, padding .45s ease, top .45s ease, border-radius .45s ease, box-shadow .45s ease; }
.site-header.is-compact { top: 10px; max-width: 760px; min-height: 58px; padding: 6px 12px; border-radius: 20px; box-shadow: 0 16px 46px rgba(51,78,172,.2), inset 0 1px 0 white; }
.wordmark { width: 48px; height: 48px; display: grid; place-items: center; }
.wordmark img { width: 44px; height: 44px; }
.site-header.is-compact .wordmark, .site-header.is-compact .wordmark img { width: 38px; height: 38px; }
.site-header nav { display: flex; gap: 30px; font-size: .88rem; }
.site-header nav a, .header-cta { padding: 10px 0; }
.header-cta { justify-self: end; display: inline-flex; gap: 12px; border: 0; color: inherit; background: transparent; cursor: pointer; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: center; overflow: hidden; padding: 110px clamp(20px, 5vw, 78px) 44px; background: var(--white); isolation: isolate; }
.hero-grid { position: absolute; inset: 0; z-index: -3; background-image: none; background-size: 7vw 7vw; mask-image: none; }
.hero:before { content: ""; position: absolute; width: 47vw; height: 47vw; left: 53%; top: 47%; z-index: -2; border-radius: 50%; background: var(--navy); filter: blur(13px); transform: translate(-50%, -50%); }
.eyebrow, .section-kicker { font-size: .78rem; line-height: 1; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; }
.hero-eyebrow { position: absolute; top: 116px; left: clamp(20px, 5vw, 78px); }
.hero h1 { width: 100%; margin: 0; display: flex; flex-direction: column; align-items: center; position: relative; z-index: 1; line-height: .76; pointer-events: none; transform: translateY(-7vh); }
.hero-script { margin-left: 5vw; font-family: var(--serif); font-style: italic; font-weight: 600; font-size: clamp(2.3rem, 5.2vw, 5.8rem); letter-spacing: -.05em; }
.hero-word { color: transparent; -webkit-text-stroke: 3px var(--black); font-weight: 700; font-size: clamp(7rem, 17vw, 18rem); letter-spacing: -.072em; white-space: nowrap; transform: scaleX(1.055); }
.hero-portrait-wrap { position: absolute; z-index: 2; left: 53%; bottom: -1%; width: min(44vw, 680px); transform: translateX(-50%); }
.hero-portrait { width: 100%; max-height: 91svh; object-fit: contain; object-position: center bottom; filter: saturate(.82) contrast(1.04) drop-shadow(0 28px 35px rgba(51,78,172,.2)); -webkit-mask-image: none; mask-image: none; }
.hero-portrait-wrap:after { content: ""; position: absolute; inset: auto -6% -1px; height: 8%; background: var(--navy); filter: blur(7px); }
.hero-copy { position: absolute; z-index: 4; right: 3%; bottom: 13%; width: min(19vw, 260px); }
.hero-copy p { margin: 0 0 26px; font-size: clamp(1rem, 1.3vw, 1.25rem); line-height: 1.5; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 22px; min-width: 210px; padding: 14px 18px; border: 0; border-radius: 999px; font-size: .85rem; font-weight: 600; cursor: pointer; }
.button-dark { color: white; background: var(--blue-deep); }
.button-blue { color: white; background: var(--blue); }
.button-light { color: var(--black); background: white; }
.hero-services { position: absolute; left: clamp(20px, 5vw, 78px); bottom: 13%; display: flex; flex-direction: column; gap: 8px; font-size: .84rem; text-transform: uppercase; letter-spacing: .08em; }
.scroll-note { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; }

.skills { position: relative; height: 205vh; background: var(--navy); color: white; }
.skills-sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; padding: 96px clamp(20px, 5vw, 78px) 40px; }
.section-kicker.light { color: rgba(255,255,255,.75); }
.skills h2, .clients h2, .about h2, .section-heading h2, .thumb-title-wrap h2, .process h2, .compare-heading h2, .contact h2 { margin: 18px 0 0; font-size: clamp(4rem, 10vw, 10rem); line-height: .82; letter-spacing: -.075em; }
h2 em { font-family: var(--serif); font-weight: 600; }
.skills h2 { position: relative; z-index: 3; max-width: 100%; font-size: clamp(4rem, 8vw, 8rem); text-shadow: 0 4px 25px rgba(8,31,92,.24); }
.skills h2 em { display: block; white-space: nowrap; }
.skills-intro { position: absolute; top: 104px; right: 7%; color: rgba(255,255,255,.72); }
.skill-stage { position: absolute; inset: 43% 3% 2%; }
.skill-card { position: absolute; left: var(--x); top: var(--y); width: clamp(190px, 22vw, 330px); min-height: 108px; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px; border: 2px solid var(--blue-deep); border-radius: 20px; background: white; color: var(--blue-deep); font-weight: 700; box-shadow: 10px 10px 0 rgba(255,255,255,.28); transform: translate3d(var(--mouse-x, 0px), calc(var(--fall-y, 0px) + var(--mouse-y, 0px)), 0) rotate(calc(var(--fall-r, 0deg) + var(--mouse-r, 0deg))); transition: transform .11s linear, box-shadow .25s ease; will-change: transform; }
.skill-card img { width: 42px; height: 42px; object-fit: contain; flex: 0 0 auto; }
.skill-card.dark .line-icon, .skill-card.outline .line-icon { filter: brightness(0) invert(1); }
.skill-icon-pair { display: flex; align-items: center; }.skill-icon-pair img { width: 34px; height: 34px; margin-left: -5px; }
.skill-card:hover { box-shadow: 14px 16px 0 rgba(8,31,92,.22); }
.skill-card.dark { background: var(--blue-deep); color: white; border-color: white; }
.skill-card.outline { color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.5); backdrop-filter: blur(8px); }

.clients { min-height: 1060px; padding: 136px clamp(20px, 5vw, 78px) 104px; background: var(--navy); position: relative; overflow: hidden; }
.clients:before { content: "SELECTED CLIENTS"; position: absolute; inset: auto -2vw 1%; font-size: 13vw; font-weight: 700; line-height: .7; letter-spacing: -.08em; color: rgba(51,78,172,.05); white-space: nowrap; }
.clients h2 { max-width: 900px; margin-inline: auto; font-size: clamp(3.8rem, 7vw, 7rem); text-align: center; }
.client-system { position: relative; height: 470px; max-width: 1200px; margin: -4px auto 0; cursor: grab; touch-action: pan-y; user-select: none; }
.client-system.is-dragging { cursor: grabbing; }
.client-orbits { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.client-orbits path { fill: none; stroke: rgba(51,78,172,.18); stroke-width: 2; }
.community-metrics { position: absolute; left: 50%; bottom: 86px; width: min(720px, 78%); display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; text-align: center; transform: translateX(-50%); }
.community-metrics div { display: grid; gap: 6px; }
.community-metrics strong { color: var(--blue-deep); font-size: clamp(2.5rem, 5vw, 5rem); line-height: .9; letter-spacing: -.06em; }
.community-metrics span { color: var(--gray); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.onboarding-offer { position: absolute; left: 50%; bottom: 14px; margin: 0; padding: 13px 18px; border: 1px solid rgba(51,78,172,.22); border-radius: 999px; color: var(--blue-deep); background: rgba(249,252,255,.86); box-shadow: 0 12px 35px rgba(8,31,92,.09); transform: translateX(-50%); white-space: nowrap; }
.onboarding-offer span { color: var(--blue); margin-right: 8px; }
.review-card { position: relative; z-index: 4; width: min(720px, 88vw); margin: 22px auto 0; padding: 30px; border-radius: 32px; background: rgba(249,252,255,.88); backdrop-filter: blur(18px); box-shadow: 0 30px 90px rgba(8,31,92,.14); border: 1px solid white; }
.review-topline { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: #0F3C65; font-size: .78rem; text-transform: uppercase; letter-spacing: .11em; }
.verified { display: grid; place-items: center; width: 22px; height: 22px; color: white; background: var(--blue); border-radius: 50%; }
.review-person { display: flex; gap: 14px; align-items: center; margin-top: 24px; }
.review-person img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; }
.review-person h3 { margin: 0; font-size: 1.2rem; }.review-person p { margin: 3px 0 0; color: #0F3C65; }
.review-card blockquote { margin: 34px 0; font-family: var(--serif); font-style: italic; font-size: clamp(1.5rem, 2.7vw, 2.35rem); line-height: 1.2; letter-spacing: -.03em; }
.review-meta { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding: 18px 0 26px; font-size: .85rem; }
.review-meta strong { color: var(--blue); }
.client-avatar { position: absolute; z-index: 5; border: 0; background: transparent; display: grid; justify-items: center; gap: 8px; cursor: pointer; translate: -50% -50%; animation: bob 5s ease-in-out infinite; transition: left .16s linear, top .16s linear; }
.client-avatar img { width: clamp(96px, 10vw, 138px); aspect-ratio: 1; border-radius: 50%; object-fit: cover; border: 0; box-shadow: 0 14px 34px rgba(8,31,92,.2); transition: transform .25s, box-shadow .25s; }
.client-avatar span { padding: 7px 12px; border-radius: 999px; background: var(--blue-deep); color: white; font-size: .76rem; white-space: nowrap; }
.client-avatar:hover img, .client-avatar:focus-visible img, .client-avatar.is-active img { transform: scale(1.09); box-shadow: 0 0 0 4px var(--blue), 0 18px 38px rgba(8,31,92,.24); }
.avatar-talha { left: 7%; top: 30%; }.avatar-rehan { right: 7%; top: 30%; animation-delay: -.8s; }.avatar-falex { left: 28%; top: 5%; animation-delay: -2s; }.avatar-fahad { right: 28%; top: 5%; animation-delay: -3.1s; }
@keyframes bob { 50% { transform: translateY(-14px) rotate(2deg); } }
.review-toast { position: fixed; z-index: 70; right: 22px; bottom: 22px; padding: 14px 18px; border-radius: 14px; background: var(--black); color: white; transform: translateY(120%); opacity: 0; transition: .35s; }
.review-toast.show { transform: translateY(0); opacity: 1; }

.about { position: relative; height: 290vh; background: var(--blue-deep); }
.about-sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; color: var(--white); isolation: isolate; }
#aboutCanvas { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.about-vignette { position: absolute; inset: 0; z-index: -2; background: var(--navy); }
.about-copy { position: absolute; left: clamp(20px, 5vw, 78px); top: 50%; width: min(580px, 44vw); transform: translateY(-50%); }
.about-copy h2 { font-size: clamp(3.6rem, 5.6vw, 6rem); }
.about-lead { max-width: 590px; margin: 28px 0 14px; font-size: clamp(1.15rem, 1.7vw, 1.8rem); line-height: 1.28; letter-spacing: -.025em; }
.about-copy > p:not(.about-lead) { max-width: 580px; color: var(--paper); font-size: 1rem; line-height: 1.58; }
.about-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 24px; }
.about-grid > div { min-height: 118px; padding: 16px; border: 1px solid rgba(249,252,255,.26); border-radius: 18px; background: rgba(8,31,92,.46); backdrop-filter: blur(12px); }
.about-grid span { color: var(--blue); font-weight: 700; font-size: .78rem; letter-spacing: .1em; }
.about-grid strong { display: block; margin: 14px 0 4px; font-size: 1.05rem; }
.about-grid p { margin: 0; color: var(--paper); line-height: 1.4; font-size: .82rem; }
.about-side { position: absolute; z-index: 2; right: clamp(20px, 4vw, 62px); top: 50%; width: min(39vw, 520px); display: grid; gap: 16px; transform: translateY(-50%); }
.instagram-profile, .about-review { border: 1px solid rgba(249,252,255,.4); border-radius: 24px; background: rgba(8,31,92,.7); box-shadow: 0 24px 70px rgba(8,31,92,.34); backdrop-filter: blur(18px); }
.instagram-profile { display: grid; grid-template-columns: 140px 1fr; gap: 18px; padding: 14px; align-items: center; }
.instagram-profile > img { width: 140px; aspect-ratio: 1; border-radius: 17px; object-fit: cover; }
.instagram-profile div { display: grid; gap: 8px; }.instagram-profile span { color: #FFF2BA; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }.instagram-profile strong { font-size: 1.15rem; }.instagram-profile a { justify-self: start; padding: 10px 14px; border-radius: 999px; color: var(--blue-deep); background: var(--white); font-weight: 700; font-size: .78rem; }
.about-review { padding: 22px; transition: opacity .25s ease, transform .25s ease; }.about-review.is-changing { opacity: .2; transform: translateY(8px); }
.about-review-person { display: flex; align-items: center; gap: 12px; }.about-review-person img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }.about-review-person div { display: grid; gap: 2px; }.about-review-person span { color: #FFF2BA; font-size: .8rem; }
.about-review blockquote { margin: 22px 0; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.85rem); line-height: 1.25; }.about-review small { display: block; margin-top: 12px; color: #FFF2BA; }
.about-review-progress { height: 3px; overflow: hidden; border-radius: 99px; background: rgba(249,252,255,.18); }.about-review-progress span { display: block; height: 100%; width: 25%; background: var(--white); transition: transform .35s ease; transform-origin: left; }
.about-scroll-note { position: absolute; z-index: 3; left: 50%; bottom: 26px; margin: 0; color: var(--paper); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; transform: translateX(-50%); }

.reels { padding: 170px 0 110px; background: var(--navy); color: white; overflow: hidden; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; padding: 0 clamp(20px, 5vw, 78px) 70px; }
.section-heading h2 { font-size: clamp(4rem, 8vw, 8rem); }
.section-heading p { max-width: 330px; color: var(--gray); line-height: 1.55; }
.reels .section-heading p, .pricing .section-heading p { color: rgba(255,255,255,.78); }
.reel-rail { display: flex; gap: clamp(20px, 3vw, 44px); overflow-x: auto; padding: 20px max(24px, calc((100vw - 1280px)/2)); scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; }
.reel-rail::-webkit-scrollbar { display: none; }.reel-rail:active { cursor: grabbing; }
.reel-card { position: relative; flex: 0 0 clamp(280px, 29vw, 410px); scroll-snap-align: center; }
.reel-card video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: var(--blue-deep); border-radius: 26px; border: 1px solid rgba(255,255,255,.28); }
.reel-card:nth-child(even) { margin-top: 90px; }
.reel-card > div { padding: 18px 5px; display: flex; justify-content: space-between; gap: 16px; align-items: baseline; }.reel-card h3 { margin: 0; }.reel-card p { margin: 0; color: rgba(255,255,255,.7); font-size: .8rem; }
.reel-number { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 10px; color: var(--black); background: white; border-radius: 99px; font-size: .74rem; font-weight: 700; }
.rail-controls { max-width: 680px; margin: 50px auto 0; padding: 0 24px; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; }
.rail-controls button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); color: white; background: transparent; cursor: pointer; }
.rail-line { height: 2px; background: rgba(255,255,255,.18); }.rail-line span { display: block; width: 20%; height: 100%; background: white; transform-origin: left; }

.longform { padding: 172px clamp(20px, 5vw, 78px) 110px; background: var(--navy); }
.youtube-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 58px 28px; }
.youtube-card.featured { grid-column: 1 / -1; }
.youtube-cover { width: 100%; padding: 0; border: 0; border-radius: 26px; overflow: hidden; background: var(--black); position: relative; cursor: pointer; aspect-ratio: 16/9; }
.youtube-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .5s ease; }
.youtube-cover:hover img { transform: scale(1.035); filter: brightness(.75); }
.youtube-cover iframe { width: 100%; height: 100%; border: 0; }
.youtube-player { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 26px; background: var(--blue-deep); }
.play-icon { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; width: 70px; aspect-ratio: 1; border-radius: 50%; background: var(--blue); color: white; padding-left: 4px; box-shadow: 0 15px 35px rgba(51,78,172,.28); }
.best-label { position: absolute; left: 18px; top: 18px; color: white; background: var(--black); padding: 8px 12px; border-radius: 99px; font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; }
.youtube-card > div { padding: 16px 6px; display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }.youtube-card span { font-size: .75rem; color: #0F3C65; text-transform: uppercase; letter-spacing: .08em; }.youtube-card h3 { margin: 0; font-size: 1.2rem; }
.case-study { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; margin-top: 100px; padding: 38px 0 8px; border-top: 1px solid var(--line); }
.case-study h3 { margin: 14px 0 0; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .9; letter-spacing: -.07em; }
.case-study p { max-width: 560px; margin: 0 0 18px; line-height: 1.65; color: #0F3C65; }
.case-study-note { font-size: .85rem; color: #0F3C65 !important; }

.thumbnails { padding: 172px clamp(20px, 5vw, 78px) 120px; color: white; background: var(--navy); overflow: hidden; }
.thumb-title-wrap { margin-bottom: 85px; }.thumb-title-wrap h2 { font-size: clamp(4rem, 9vw, 9rem); }
.thumbnail-wall { display: grid; grid-template-columns: repeat(12, 1fr); gap: 30px; align-items: center; }
.thumb { margin: 0; position: relative; }.thumb img { width: 100%; border-radius: 22px; border: 1px solid rgba(255,255,255,.28); box-shadow: 0 25px 60px rgba(8,31,92,.3); transition: transform .45s ease; }.thumb:hover img { transform: translateY(-8px) rotate(0deg) scale(1.03); }
.thumb figcaption { margin-top: 12px; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.76); }
.thumb-a { grid-column: 1 / 8; transform: rotate(-2deg); }.thumb-b { grid-column: 8 / 13; transform: rotate(3deg); margin-top: 90px; }.thumb-c { grid-column: 2 / 7; transform: rotate(2deg); }.thumb-d { grid-column: 7 / 13; transform: rotate(-3deg); margin-top: 70px; }.thumb-e { grid-column: 3 / 11; transform: rotate(1deg); }

.process { display: grid; grid-template-columns: .82fr 1.18fr; gap: 6vw; padding: 180px clamp(20px, 5vw, 78px) 110px; background: var(--navy); }
.process-intro { position: sticky; top: 110px; align-self: start; }.process h2 { font-size: clamp(4rem, 7vw, 7rem); }.process-intro > p { max-width: 390px; color: #0F3C65; line-height: 1.55; }
.process-roadmap { position: relative; display: grid; gap: 70px; padding: 30px 0 120px; }
.roadmap-line { position: absolute; top: 0; bottom: 0; left: 45px; width: 2px; background: var(--navy); }
.process-card { position: sticky; top: calc(105px + var(--step) * 7px); min-height: 260px; padding: 36px 36px 36px 110px; border-radius: 28px; background: white; border: 1px solid rgba(51,78,172,.12); box-shadow: 0 18px 50px rgba(51,78,172,.1); transform: rotate(calc((var(--step) - 3) * .3deg)); }
.process-card:before { content: ""; position: absolute; left: 31px; top: 31px; width: 28px; height: 28px; border-radius: 50%; background: var(--blue); box-shadow: inset 0 0 0 8px white, 0 6px 10px rgba(51,78,172,.2); }
.process-card > span { color: var(--blue); font-weight: 700; letter-spacing: .08em; }.process-card h3 { margin: 35px 0 12px; font-size: clamp(1.8rem, 3vw, 3.2rem); letter-spacing: -.05em; }.process-card p { margin: 0; max-width: 520px; color: #0F3C65; line-height: 1.5; }
.premium-step { color: white; background: var(--blue); }.premium-step > span, .premium-step p { color: white; }

.pricing { padding: 180px clamp(20px, 5vw, 78px) 110px; color: white; background: var(--navy); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 550px; padding: 30px; border-radius: 30px; color: var(--blue-deep); background: rgba(255,255,255,.94); border: 2px solid rgba(255,255,255,.74); box-shadow: 0 24px 60px rgba(8,31,92,.18); }
.price-card.popular { color: white; background: var(--blue-deep); border-color: white; transform: translateY(-20px); box-shadow: 0 25px 70px rgba(8,31,92,.32); }
.popular-ribbon { position: absolute; right: 18px; top: 18px; padding: 7px 10px; border-radius: 99px; background: white; color: var(--blue); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.price-card > div:not(.popular-ribbon) { display: flex; flex-direction: column; gap: 5px; }.plan { font-size: 1.5rem; font-weight: 700; }.plan-note { color: #0F3C65; font-size: .85rem; }.popular .plan-note { color: rgba(255,255,255,.75); }
.price { margin: 62px 0 35px; font-size: clamp(3.3rem, 5vw, 5.2rem); letter-spacing: -.08em; font-weight: 700; }.price sup { font-size: 1rem; vertical-align: top; letter-spacing: 0; }.price small { font-size: .75rem; letter-spacing: 0; font-weight: 400; color: #0F3C65; }.popular .price small { color: rgba(255,255,255,.7); }
.price-card ul { list-style: none; padding: 0; margin: 0 0 34px; border-top: 1px solid rgba(51,78,172,.18); }.price-card li { position: relative; padding: 13px 0 13px 24px; border-bottom: 1px solid rgba(51,78,172,.18); font-size: .9rem; }.price-card li:before { content: "↗"; position: absolute; left: 0; color: var(--blue); }.popular ul { border-color: rgba(255,255,255,.22); }.popular li { border-color: rgba(255,255,255,.22); }.popular li:before { color: white; }.price-card .button { margin-top: auto; }.price-card:not(.popular) .button-light { color: white; background: var(--blue); }.price-card.popular .button-dark { color: var(--blue-deep); background: white; }

.comparison { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; padding: 180px clamp(20px, 5vw, 78px) 125px; background: var(--navy); }.compare-heading h2 { font-size: clamp(4rem, 7vw, 7rem); }
.compare-table { align-self: center; border-top: 1px solid var(--line); }.compare-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 20px 12px; border-bottom: 1px solid var(--line); opacity: .32; transform: translateX(20px); transition: .5s ease; }.compare-row.visible { opacity: 1; transform: none; }.compare-row span { color: #0F3C65; }.compare-row strong { color: var(--blue); }.compare-head { opacity: 1; transform: none; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--navy); color: white; }.stat { min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; padding: 48px; border-right: 1px solid rgba(255,255,255,.18); }.stat strong { font-size: clamp(4rem, 8vw, 8rem); color: white; letter-spacing: -.08em; }.stat span { text-transform: uppercase; font-size: .8rem; letter-spacing: .1em; color: rgba(255,255,255,.72); }

.contact { min-height: 82svh; display: flex; flex-direction: column; justify-content: space-between; padding: 110px clamp(20px, 5vw, 78px) 35px; color: white; background: var(--navy); }.contact h2 { font-size: clamp(4rem, 11vw, 11rem); }.contact-actions { display: flex; gap: 18px; flex-wrap: wrap; }.contact-actions a { min-width: 220px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.7); display: flex; justify-content: space-between; font-weight: 600; }.contact-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 20px; margin-top: 80px; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }.contact-bottom strong { font-size: clamp(1.3rem, 3vw, 3rem); letter-spacing: -.05em; }.contact-bottom span:last-child { text-align: right; }
.contact-actions .contact-link { min-width: 220px; padding: 18px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.7); display: flex; justify-content: space-between; color: white; background: transparent; font-weight: 600; cursor: pointer; }

.client-dialog { width: min(620px, calc(100vw - 32px)); padding: 34px; border: 2px solid var(--blue); border-radius: 30px; background: var(--white); color: var(--blue-deep); box-shadow: 0 30px 100px rgba(8,31,92,.35); }.client-dialog::backdrop { background: rgba(8,31,92,.55); backdrop-filter: blur(8px); }.dialog-close { position: absolute; right: 20px; top: 16px; border: 0; background: transparent; font-size: 2rem; cursor: pointer; }.dialog-profile { display: flex; gap: 18px; align-items: center; padding-bottom: 26px; border-bottom: 1px solid var(--line); }.dialog-profile img { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; }.dialog-profile p { margin: 0 0 5px; color: var(--blue); }.dialog-profile h2 { margin: 0; font-size: 2.2rem; letter-spacing: -.05em; }.client-dialog > p { font-family: var(--serif); font-style: italic; font-size: 1.6rem; line-height: 1.35; }.dialog-stats { display: flex; gap: 10px; flex-wrap: wrap; }.dialog-stats span { padding: 9px 12px; border-radius: 99px; background: #FFF2BA; font-size: .8rem; }.dialog-links { margin-top: 35px; display: flex; gap: 12px; flex-wrap: wrap; }.dialog-links a { flex: 1; min-width: 180px; padding: 15px 18px; border-radius: 99px; color: white; background: var(--blue-deep); text-align: center; }.dialog-links a:first-child { background: var(--blue); }
.booking-dialog { width: min(720px, calc(100vw - 32px)); padding: 34px; border: 2px solid var(--blue); border-radius: 30px; color: var(--blue-deep); background: var(--white); box-shadow: 0 30px 100px rgba(8,31,92,.4); }
.booking-dialog::backdrop { background: rgba(8,31,92,.64); backdrop-filter: blur(9px); }
.booking-dialog h2 { margin: 12px 0 28px; font-size: clamp(2.6rem, 6vw, 4.8rem); line-height: .88; letter-spacing: -.07em; }.booking-dialog h2 em { font-family: var(--serif); }
.booking-dialog form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.booking-dialog label { display: grid; gap: 7px; color: var(--blue); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }.booking-dialog label:last-of-type { grid-column: 1 / -1; }
.booking-dialog input, .booking-dialog select, .booking-dialog textarea { width: 100%; padding: 14px; border: 1px solid var(--line); border-radius: 13px; color: var(--blue-deep); background: white; font: inherit; text-transform: none; letter-spacing: 0; resize: vertical; }.booking-dialog .button { margin-top: 4px; }.booking-note { margin: 18px 0 0; color: #0F3C65; font-size: .82rem; line-height: 1.5; }.booking-note a { color: var(--blue); font-weight: 700; }

.reveal-left, .reveal-right, .reveal-up { opacity: 0; filter: blur(10px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1), filter .8s ease; }.reveal-left { transform: translateX(-90px) scale(.97); }.reveal-right { transform: translateX(90px) scale(.97); }.reveal-up { transform: translateY(55px); }.is-visible { opacity: 1; filter: blur(0); transform: none; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }.site-header.is-compact { width: calc(100% - 24px); }
  .hero { min-height: 940px; align-items: start; padding-top: 170px; }.hero:before { width: 78vw; height: 78vw; top: 54%; left: 50%; }.hero h1 { text-align: center; transform: translateY(-2vh); }.hero-script { margin: 0; font-size: clamp(2.2rem, 8vw, 4rem); }.hero-word { color: var(--black); -webkit-text-stroke: 0; font-size: clamp(5.5rem, 21vw, 10rem); white-space: normal; }
  .hero-portrait-wrap { left: 50%; width: min(82vw, 560px); bottom: 1%; }.hero-copy { right: 24px; bottom: 8%; width: 42vw; }.hero-services { left: 24px; bottom: 8%; }.hero-proof { top: 10%; right: 24px; }.scroll-note { display: none; }
  .skills-intro { display: none; }.skill-card { width: min(240px, 44vw); min-height: 96px; padding: 18px; }
  .clients { min-height: 1160px; }.client-system { height: 560px; margin-top: 24px; }.avatar-talha { top: 34%; left: 1%; }.avatar-rehan { right: 1%; top: 34%; }.avatar-falex { left: 26%; top: 11%; }.avatar-fahad { right: 26%; top: 11%; }
  .about-copy { width: min(560px, 54vw); }.about-side { width: 40vw; }.instagram-profile { grid-template-columns: 100px 1fr; }.instagram-profile > img { width: 100px; }.process, .comparison, .case-study { grid-template-columns: 1fr; }.youtube-grid { gap: 40px 18px; }.process-intro { position: relative; top: auto; }.pricing-grid { grid-template-columns: 1fr; }.price-card.popular { transform: none; }.stats { grid-template-columns: 1fr; }.stat { min-height: 230px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
}

@media (max-width: 620px) {
  .site-header { padding: 12px 18px; }.header-cta { font-size: .78rem; }
  .hero { min-height: 820px; padding-inline: 18px; }.hero-eyebrow { left: 18px; top: 100px; }.hero-proof { display: none; }.hero-portrait-wrap { width: 86vw; }.hero-copy { left: 18px; right: 18px; bottom: 34px; width: auto; display: flex; justify-content: space-between; gap: 18px; align-items: end; }.hero-copy p { max-width: 44%; font-size: .83rem; }.hero-copy .button { min-width: 170px; }.hero-services { display: none; }
  .skills { height: 205vh; }.skills-sticky { padding-inline: 18px; }.skills h2, .clients h2, .about h2, .section-heading h2, .thumb-title-wrap h2, .process h2, .compare-heading h2, .contact h2 { font-size: clamp(3.4rem, 17vw, 5.7rem); }.skill-stage { top: 42%; }.skill-card { width: 47vw; min-height: 82px; padding: 14px; font-size: .75rem; border-radius: 18px; }.skill-card img { width: 32px; height: 32px; }.skill-card:nth-child(2n) { margin-left: -10%; }
  .clients, .longform, .thumbnails, .process, .pricing, .comparison { padding-inline: 18px; }.clients { min-height: 1060px; padding-top: 90px; }.client-system { height: 470px; margin-top: 20px; }.review-card { margin-top: 14px; padding: 23px; }.review-meta { flex-direction: column; gap: 7px; }.client-avatar span { display: none; }.client-avatar img { width: 72px; border-width: 2px; }.avatar-talha { top: 35%; left: 0; }.avatar-rehan { top: 35%; right: 0; }.avatar-falex { top: 10%; left: 24%; }.avatar-fahad { top: 10%; right: 24%; }
  .client-orbits { height: 82%; top: 3%; }.community-metrics { bottom: 66px; width: 96%; gap: 8px; }.community-metrics strong { font-size: clamp(1.9rem, 10vw, 3rem); }.community-metrics span { font-size: .61rem; }.onboarding-offer { bottom: 2px; max-width: 96%; padding: 11px 13px; font-size: .76rem; }
  .about { height: 320vh; padding: 0; }.about-copy { top: 84px; left: 18px; width: calc(100% - 36px); transform: none; }.about-copy h2 { font-size: clamp(3.2rem, 15vw, 5.3rem); }.about-lead { margin-top: 20px; font-size: 1.05rem; }.about-copy > p:not(.about-lead) { font-size: .88rem; line-height: 1.45; }.about-grid { grid-template-columns: repeat(2, 1fr); gap: 7px; margin-top: 16px; }.about-grid > div { min-height: 94px; padding: 11px; }.about-grid strong { margin: 8px 0 3px; font-size: .86rem; }.about-grid p { font-size: .71rem; }.about-side { left: 18px; right: 18px; top: auto; bottom: 32px; width: auto; transform: none; grid-template-columns: .82fr 1.18fr; }.instagram-profile { display: block; padding: 10px; }.instagram-profile > img { width: 100%; max-height: 150px; object-position: top; }.instagram-profile div { margin-top: 8px; }.instagram-profile span { display: none; }.instagram-profile strong { font-size: .82rem; }.instagram-profile a { padding: 7px 9px; font-size: .68rem; }.about-review { padding: 14px; }.about-review blockquote { margin: 12px 0; font-size: 1rem; }.about-review small { display: none; }.about-scroll-note { display: none; }.about-vignette { background: var(--navy); }
  .section-heading { display: block; padding-inline: 18px; }.section-heading p { margin-top: 26px; }.reel-card { flex-basis: 78vw; }.reel-card:nth-child(even) { margin-top: 50px; }
  .youtube-grid { grid-template-columns: 1fr; }.youtube-card.featured { grid-column: auto; }.youtube-card > div { display: block; }.youtube-card h3 { margin-top: 8px; }
  .thumbnail-wall { display: block; }.thumb { margin: 0 0 44px; transform: none; }.thumb-b, .thumb-d { margin-top: 0; }
  .process { gap: 50px; }.process-card { min-height: 250px; padding: 32px 26px 32px 78px; }.roadmap-line { left: 34px; }.process-card:before { left: 20px; }
  .comparison { gap: 50px; }.compare-row { grid-template-columns: 1fr 1.1fr; font-size: .82rem; padding-inline: 0; }.contact-bottom { grid-template-columns: 1fr auto; }.contact-bottom strong { grid-column: 1 / -1; grid-row: 1; }.contact-bottom span:last-child { text-align: right; }
  .booking-dialog { padding: 24px 18px; }.booking-dialog form { grid-template-columns: 1fr; }.booking-dialog label:last-of-type { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .skill-card { transform: none !important; }.reveal-left, .reveal-right, .reveal-up { opacity: 1; filter: none; transform: none; }
}
