:root {
  --background: #05070d;
  --foreground: #f7f9ff;
  --card: #0b0f19;
  --card-foreground: #f7f9ff;
  --popover: #0b0f19;
  --popover-foreground: #f7f9ff;
  --primary: #1677ff;
  --primary-foreground: #ffffff;
  --secondary: #101725;
  --secondary-foreground: #f7f9ff;
  --muted: #101522;
  --muted-foreground: #939bad;
  --accent: #14284a;
  --accent-foreground: #ffffff;
  --destructive: #ef4444;
  --border: rgba(255, 255, 255, 0.1);
  --input: rgba(255, 255, 255, 0.12);
  --ring: #2687ff;
  --radius: 0.75rem;
}

* { box-sizing: border-box; }
html { background: var(--background); scroll-padding-top: 5rem; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--background);
  color: var(--foreground);
  font-family: "Segoe UI Variable", "Inter", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.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; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 40; height: 78px; border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease; }
.site-header--scrolled { background: rgba(5,7,13,.8); border-color: rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; }
.brand { display: block; width: 126px; }
.brand img { display: block; width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { position: relative; color: #aeb5c4; font-size: 14px; transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: #2c8cff; transition: right .25s ease; }
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; }
.mobile-menu { display: none; justify-self: end; }
.menu-trigger { color: #fff !important; background: rgba(255,255,255,.06) !important; border: 1px solid rgba(255,255,255,.1) !important; }
.mobile-sheet { width: min(86vw, 360px) !important; background: rgba(7,10,17,.98) !important; border-color: rgba(255,255,255,.1) !important; padding: 28px !important; color: #fff !important; }
.mobile-sheet-logo { width: 125px; margin: 12px 0 48px; }
.mobile-sheet-logo img { width: 100%; height: auto; }
.mobile-sheet nav { display: grid; margin-bottom: 36px; }
.mobile-sheet nav a { display: flex; align-items: baseline; gap: 15px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 22px; font-weight: 600; }
.mobile-sheet nav span { color: #287ffc; font-size: 11px; letter-spacing: .12em; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border: 1px solid #2184ff; border-radius: 8px; background: linear-gradient(135deg,#0f6cf3,#1b8cff); box-shadow: 0 10px 34px rgba(20,114,255,.23), inset 0 1px rgba(255,255,255,.22); color: #fff; font-size: 14px; font-weight: 650; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(20,114,255,.34), inset 0 1px rgba(255,255,255,.25); }
.button svg { width: 17px; height: 17px; }
.button--small { min-height: 42px; padding-inline: 19px; }
.button--ghost { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.035); box-shadow: none; }
.button--ghost:hover { background: rgba(255,255,255,.08); box-shadow: none; }

.hero { min-height: 100svh; position: relative; isolation: isolate; display: flex; align-items: center; overflow: hidden; padding: 128px 0 82px; background: radial-gradient(circle at 82% 40%, rgba(0,89,255,.12), transparent 30%), linear-gradient(180deg,#060912 0%,#05070d 100%); }
.hero-grid { position: absolute; inset: 0; z-index: -3; opacity: .18; background-image: linear-gradient(rgba(82,139,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(82,139,255,.16) 1px,transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to bottom,black,transparent 88%); }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg,rgba(5,7,13,.96) 0%,rgba(5,7,13,.67) 46%,rgba(5,7,13,.18) 100%); }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); opacity: .7; }
.hero-orb--one { width: 500px; height: 500px; right: -180px; top: 12%; border: 1px solid rgba(38,126,255,.24); box-shadow: inset 0 0 100px rgba(27,106,255,.08),0 0 120px rgba(0,72,255,.06); }
.hero-orb--two { width: 270px; height: 270px; right: 22%; bottom: -150px; border: 1px solid rgba(67,146,255,.13); }
.hero-layout { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(58px,8vw,110px); }
.hero-copy { max-width: 650px; animation: hero-in .85s cubic-bezier(.2,.7,.2,1) both; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #8f9aad; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 1px; background: #2687ff; box-shadow: 0 0 10px #2687ff; }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(52px,5.25vw,78px); line-height: .99; letter-spacing: -.055em; font-weight: 690; }
.hero h1 span { display: block; color: #2687ff; background: linear-gradient(90deg,#1580ff 0%,#58b7ff 75%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-lead { max-width: 610px; margin: 27px 0 0; color: #9da7b9; font-size: clamp(17px,1.45vw,19px); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 35px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 31px; color: #7f899b; font-size: 12px; }
.hero-proof span { display: flex; align-items: center; gap: 7px; }
.hero-proof svg { width: 14px; color: #2588ff; }

.hero-visual { position: relative; animation: visual-in 1s .15s cubic-bezier(.2,.7,.2,1) both; }
.hero-image-card { position: relative; z-index: 2; aspect-ratio: 16/11; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: #0b101b; box-shadow: 0 34px 90px rgba(0,0,0,.42); }
.hero-image-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg,rgba(5,7,13,0),rgba(5,7,13,.24)); }
.hero-image-card img { width: 100%; height: 100%; display: block; object-fit: cover; }
.visual-glow { position: absolute; inset: 5% -10%; z-index: -1; background: rgba(15,105,255,.21); filter: blur(80px); }
.browser-card { position: relative; overflow: hidden; border: 1px solid rgba(123,170,255,.22); border-radius: 16px; background: linear-gradient(145deg,rgba(18,25,41,.96),rgba(7,10,17,.96)); box-shadow: 0 38px 100px rgba(0,0,0,.52), 0 0 0 1px rgba(255,255,255,.025) inset; transform: perspective(1100px) rotateY(-5deg) rotateX(2deg); }
.browser-top { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 17px; border-bottom: 1px solid rgba(255,255,255,.07); color: #687286; font: 10px/1 monospace; }
.browser-top i { width: 7px; height: 7px; border-radius: 50%; background: #273043; }
.browser-top i:first-child { background: #256dda; }
.browser-top span { margin-left: auto; margin-right: auto; }
.browser-body { min-height: 290px; display: grid; grid-template-columns: 54px 1fr; }
.browser-body aside { display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 20px 0; border-right: 1px solid rgba(255,255,255,.06); color: #6c778b; }
.browser-body aside svg { width: 17px; }
.browser-body aside span { width: 16px; height: 3px; border-radius: 4px; background: #273043; }
.browser-body aside span.active { background: #2787ff; box-shadow: 0 0 10px #2787ff; }
.code-panel { padding: 50px 20px 30px 28px; color: #c9d2e2; font: clamp(11px,1vw,13px)/2.1 "Cascadia Code","SFMono-Regular",Consolas,monospace; }
.code-panel p { margin: 0; white-space: nowrap; }
.code-panel b { margin-right: 19px; color: #3d475b; font-weight: 400; }
.code-panel em { color: #568fff; font-style: normal; }
.code-panel strong { color: #77d6ff; font-weight: 500; }
.browser-footer { height: 38px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border-top: 1px solid rgba(255,255,255,.06); color: #566177; font: 9px/1 monospace; text-transform: uppercase; letter-spacing: .08em; }
.browser-footer span:first-child { display: flex; align-items: center; gap: 6px; color: #7f9dce; }
.browser-footer i { width: 5px; height: 5px; border-radius: 50%; background: #20a8ff; box-shadow: 0 0 8px #20a8ff; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.12); background: rgba(9,14,24,.88); box-shadow: 0 18px 44px rgba(0,0,0,.4); backdrop-filter: blur(16px); }
.floating-card--top { top: -35px; right: -25px; padding: 15px 17px; border-radius: 11px; }
.floating-card--top span { margin-right: 15px; color: #8490a4; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.floating-card--top strong { color: #fff; font-size: 22px; }
.floating-card--top small { align-self: end; padding-bottom: 3px; color: #4f5b70; font-size: 9px; }
.floating-card--bottom { left: -34px; bottom: -35px; gap: 12px; padding: 13px 17px; border-radius: 12px; }
.floating-card--bottom .play-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 8px; background: linear-gradient(135deg,#126df1,#1c9cff); color: #fff; box-shadow: 0 8px 20px rgba(17,112,255,.3); }
.play-icon svg { width: 13px; }
.floating-card--bottom > span:last-child { display: grid; gap: 3px; }
.floating-card--bottom strong { font-size: 11px; }
.floating-card--bottom small { color: #6f7a8e; font-size: 9px; }
.scroll-cue { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; color: #586378; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue span { width: 1px; height: 30px; background: linear-gradient(#2b86ff,transparent); }

@keyframes hero-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes visual-in { from { opacity: 0; transform: translateX(28px); } to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .header-inner { grid-template-columns: 1fr auto; }
  .hero { padding-top: 130px; }
  .hero-layout { grid-template-columns: 1fr; gap: 80px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(620px,94%); margin-inline: auto; }
  .hero h1 { max-width: 780px; }
  .scroll-cue { display: none; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 30px,1160px); }
  .site-header { height: 68px; }
  .brand { width: 106px; }
  .hero { min-height: auto; padding: 118px 0 94px; }
  .hero h1 { font-size: clamp(43px,14vw,62px); }
  .hero-lead { font-size: 16px; line-height: 1.65; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-proof { display: grid; gap: 10px; }
  .hero-visual { width: calc(100% - 8px); }
  .browser-card { transform: none; }
  .browser-body { min-height: 225px; grid-template-columns: 42px 1fr; }
  .code-panel { padding: 35px 9px 25px 14px; font-size: 9px; }
  .code-panel b { margin-right: 9px; }
  .floating-card--top { right: -8px; top: -34px; }
  .floating-card--bottom { left: -8px; bottom: -38px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Shared sections */
.section { position: relative; padding: 130px 0; }
.section-heading { max-width: 620px; margin-bottom: 54px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .section-label { justify-content: center; }
.section-label { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: #2787ff !important; font-size: 10px !important; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.section-label span { width: 24px; height: 1px; background: #2787ff; box-shadow: 0 0 9px #2787ff; }
.section-heading h2, .why-intro h2, .about-copy h2, .contact-copy h2 { margin: 0; font-size: clamp(39px, 4vw, 58px); line-height: 1.03; letter-spacing: -.045em; }
.section-heading > p:last-child, .why-intro > p, .about-copy > p, .contact-copy > p { margin: 20px 0 0; color: #8e98aa; font-size: 16px; line-height: 1.7; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.65,.2,1), transform .7s cubic-bezier(.2,.65,.2,1); }
.reveal--visible { opacity: 1; transform: none; }

/* Services */
.services { border-top: 1px solid rgba(255,255,255,.055); background: linear-gradient(180deg,#070a11,#080b13); }
.services::before { content: ""; position: absolute; width: 420px; height: 420px; left: -250px; top: 20%; border-radius: 50%; background: rgba(20,104,255,.08); filter: blur(80px); }
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.service-card { position: relative; min-height: 360px; display: flex; flex-direction: column; overflow: hidden; padding: 27px; border: 1px solid rgba(255,255,255,.085); border-radius: 12px; background: linear-gradient(150deg,rgba(18,23,35,.82),rgba(8,11,18,.88)); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.service-card-image { height: 130px; overflow: hidden; margin: -12px -12px 23px; border-radius: 8px; background: #080d16; }
.service-card-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.service-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -110px; bottom: -120px; border-radius: 50%; background: rgba(21,115,255,.24); filter: blur(45px); opacity: 0; transition: opacity .3s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(57,138,255,.38); box-shadow: 0 25px 70px rgba(0,0,0,.34); }
.service-card:hover::after { opacity: 1; }
.card-top { display: flex; align-items: flex-start; justify-content: space-between; }
.icon-box { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(68,144,255,.24); border-radius: 9px; background: rgba(27,103,232,.11); color: #388dff; }
.icon-box svg { width: 19px; }
.card-number { color: #354055; font: 11px/1 "Cascadia Code",monospace; }
.service-card h3 { max-width: 205px; margin: 60px 0 14px; font-size: 21px; line-height: 1.25; letter-spacing: -.025em; }
.service-card p { margin: 0; color: #818b9e; font-size: 13px; line-height: 1.7; }
.service-card > a { position: relative; z-index: 1; display: flex; align-items: center; gap: 6px; width: fit-content; margin-top: auto; padding-top: 28px; color: #aeb7c8; font-size: 12px; font-weight: 650; transition: color .2s ease; }
.service-card > a svg { width: 13px; }
.service-card > a:hover { color: #388dff; }

/* Why */
.why-section { background: #05070d; }
.why-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(70px,10vw,150px); align-items: start; }
.why-intro { position: sticky; top: 135px; }
.why-intro h2 span, .about-copy h2 span, .contact-copy h2 span { color: #2b86ff; }
.why-intro .text-link { display: flex; align-items: center; gap: 10px; margin-top: 34px; color: #d5dbea; font-size: 13px; font-weight: 650; }
.why-intro .text-link span { color: #2c8dff; transition: transform .2s ease; }
.why-intro .text-link:hover span { transform: translateX(4px); }
.benefits-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(255,255,255,.09); border-left: 1px solid rgba(255,255,255,.09); }
.benefit-item { min-height: 218px; padding: 31px 28px; border-right: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); transition: background .25s ease; }
.benefit-item:hover { background: linear-gradient(145deg,rgba(27,113,255,.08),transparent); }
.benefit-item > svg { width: 21px; color: #2b87ff; }
.benefit-item h3 { margin: 47px 0 10px; font-size: 17px; letter-spacing: -.02em; }
.benefit-item p { margin: 0; color: #7c8699; font-size: 12px; line-height: 1.65; }

/* Process */
.process { overflow: hidden; border-block: 1px solid rgba(255,255,255,.055); background: linear-gradient(180deg,#080b13,#070910); }
.process::after { content: "04"; position: absolute; right: -20px; bottom: -115px; color: rgba(255,255,255,.018); font-size: 400px; line-height: 1; font-weight: 800; letter-spacing: -.1em; }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); }
.process-step { padding-right: 34px; }
.step-marker { display: flex; align-items: center; margin-bottom: 35px; }
.step-marker span { flex: none; width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid rgba(51,135,255,.38); border-radius: 50%; background: #0a111d; box-shadow: 0 0 28px rgba(28,114,255,.12); color: #438fff; font: 11px/1 "Cascadia Code",monospace; }
.step-marker i { width: calc(100% - 47px); height: 1px; background: linear-gradient(90deg,rgba(48,128,255,.35),rgba(255,255,255,.07)); }
.process-step h3 { margin: 0 0 13px; font-size: 20px; }
.process-step p { max-width: 230px; margin: 0; color: #7d8798; font-size: 13px; line-height: 1.7; }

/* Portfolio */
.portfolio { background: #05070d; }
.portfolio .section-heading { max-width: 670px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 55px 24px; }
.project-card { min-width: 0; }
.project-visual { position: relative; min-height: 365px; overflow: hidden; border: 1px solid rgba(255,255,255,.085); border-radius: 13px; background: #0b0e16; transition: border-color .3s ease; }
.project-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(145deg,black,transparent 78%); }
.project-card:hover .project-visual { border-color: rgba(57,138,255,.36); }
.project-tag { position: absolute; top: 20px; left: 22px; z-index: 2; color: rgba(255,255,255,.38); font: 9px/1 "Cascadia Code",monospace; letter-spacing: .14em; text-transform: uppercase; }
.project-visual > a { position: absolute; z-index: 3; right: 20px; top: 18px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: rgba(6,9,15,.56); color: #fff; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease, background .25s ease; }
.project-card:hover .project-visual > a { opacity: 1; transform: none; }
.project-visual > a:hover { background: #187cff; }
.project-visual > a svg { width: 16px; }
.project-shape { position: absolute; inset: 15% 12%; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.project-card:hover .project-shape { transform: scale(1.035); }
.project-shape i { position: absolute; display: block; }
.project-visual--corporate { background: radial-gradient(circle at 75% 30%,rgba(28,123,255,.26),transparent 30%),linear-gradient(140deg,#0e1626,#080a11); }
.project-visual--corporate .project-shape i:first-child { inset: 19% 9% 8% 19%; border: 1px solid rgba(76,150,255,.26); transform: skewY(-5deg); background: linear-gradient(145deg,rgba(41,104,197,.17),rgba(255,255,255,.02)); box-shadow: -35px 25px 60px rgba(0,0,0,.36); }
.project-visual--corporate .project-shape i:nth-child(2) { width: 32%; height: 42%; left: 10%; bottom: 0; border: 1px solid rgba(255,255,255,.09); background: #0b0f18; }
.project-visual--corporate .project-shape i:last-child { width: 48%; height: 2px; right: 13%; top: 37%; background: #2587ff; box-shadow: 0 18px #2c3444,0 36px #2c3444,0 54px #2c3444; }
.project-visual--creative { background: radial-gradient(circle at 50% 50%,rgba(23,119,255,.26),transparent 38%),#090c14; }
.project-visual--creative .project-shape i:first-child { width: 190px; height: 190px; left: 50%; top: 50%; border: 1px solid rgba(63,142,255,.4); border-radius: 45% 55% 60% 40%; transform: translate(-50%,-50%) rotate(23deg); box-shadow: inset 0 0 70px rgba(27,114,255,.13),0 0 70px rgba(11,100,255,.12); }
.project-visual--creative .project-shape i:nth-child(2) { width: 90px; height: 90px; left: 50%; top: 50%; border: 1px solid rgba(84,211,255,.35); border-radius: 50%; transform: translate(-50%,-50%); }
.project-visual--creative .project-shape i:last-child { width: 7px; height: 7px; left: 50%; top: 50%; border-radius: 50%; background: #2e8cff; box-shadow: 0 0 22px #2e8cff; transform: translate(-50%,-50%); }
.project-visual--brand { background: linear-gradient(135deg,#0a0d14,#101a2b); }
.project-visual--brand .project-shape { display: grid; place-items: center; }
.project-visual--brand .project-shape i:first-child { width: 170px; height: 170px; border: 1px solid rgba(68,145,255,.28); transform: rotate(45deg); box-shadow: inset 0 0 55px rgba(27,119,255,.1); }
.project-visual--brand .project-shape i:nth-child(2) { width: 95px; height: 95px; border: 1px solid rgba(255,255,255,.12); transform: rotate(45deg); }
.project-visual--brand .project-shape i:last-child { width: 30px; height: 30px; background: linear-gradient(135deg,#126cf2,#36c2ff); transform: rotate(45deg); box-shadow: 0 0 38px rgba(30,129,255,.45); }
.project-visual--campaign { background: radial-gradient(circle at 72% 45%,rgba(46,134,255,.3),transparent 24%),linear-gradient(145deg,#080a11,#111827); }
.project-visual--campaign .project-shape i:first-child { width: 65%; height: 65%; left: 15%; top: 17%; border: 1px solid rgba(255,255,255,.1); border-radius: 9px; background: linear-gradient(135deg,rgba(255,255,255,.04),rgba(30,122,255,.1)); transform: rotate(-4deg); }
.project-visual--campaign .project-shape i:nth-child(2) { width: 52px; height: 52px; left: 47%; top: 44%; border-radius: 50%; background: #1477fc; box-shadow: 0 0 34px rgba(28,126,255,.48); transform: translate(-50%,-50%); }
.project-visual--campaign .project-shape i:last-child { left: calc(47% - 5px); top: calc(44% - 8px); border-left: 14px solid white; border-block: 8px solid transparent; }
.project-meta { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-top: 19px; }
.project-meta p { margin: 0 0 7px; color: #388cff; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.project-meta h3 { margin: 0; font-size: 22px; letter-spacing: -.02em; }
.project-meta > a { display: flex; gap: 7px; color: #8a94a6; font-size: 11px; white-space: nowrap; }
.project-meta > a span { color: #348cff; }

/* About */
.about { overflow: hidden; border-block: 1px solid rgba(255,255,255,.055); background: #080b12; }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(70px,10vw,145px); }
.about-visual { position: relative; aspect-ratio: 1/1; display: grid; place-items: center; }
.about-visual--image { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; background: #0a0f18; box-shadow: 0 35px 90px rgba(0,0,0,.38); }
.about-visual--image::before { display: none; }
.about-visual--image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.about-visual::before { content: ""; position: absolute; inset: 17%; border-radius: 50%; background: rgba(25,112,255,.14); filter: blur(50px); }
.about-ring { position: absolute; border: 1px solid rgba(58,138,255,.19); border-radius: 50%; }
.about-ring--one { inset: 4%; }
.about-ring--two { inset: 19%; border-color: rgba(255,255,255,.08); }
.about-ring::before, .about-ring::after { content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #328cff; box-shadow: 0 0 13px #328cff; }
.about-ring--one::before { left: 6%; top: 29%; }
.about-ring--one::after { right: 13%; bottom: 17%; }
.about-ring--two::before { right: 8%; top: 32%; }
.about-ring--two::after { left: 18%; bottom: 7%; }
.about-core { position: relative; z-index: 2; width: 205px; height: 205px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(71,150,255,.28); border-radius: 50%; background: linear-gradient(145deg,rgba(20,31,51,.95),rgba(8,12,20,.95)); box-shadow: 0 22px 65px rgba(0,0,0,.4),inset 0 0 45px rgba(22,106,255,.1); text-align: center; }
.about-core svg { width: 28px; margin-bottom: 17px; color: #398fff; }
.about-core strong { font-size: 14px; }
.about-core span { margin-top: 6px; color: #69758a; font-size: 9px; }
.about-stat { position: absolute; z-index: 3; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: rgba(10,14,23,.9); box-shadow: 0 17px 45px rgba(0,0,0,.32); backdrop-filter: blur(12px); }
.about-stat--top { right: 0; top: 19%; display: flex; align-items: center; gap: 12px; padding: 12px 15px; }
.about-stat--top strong { color: #358dff; font-size: 24px; }
.about-stat--top span { color: #7d8799; font-size: 9px; }
.about-stat--bottom { left: 1%; bottom: 16%; display: flex; align-items: center; gap: 9px; padding: 12px 15px; color: #9aa4b5; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.about-stat--bottom i { width: 6px; height: 6px; border-radius: 50%; background: #31a0ff; box-shadow: 0 0 10px #31a0ff; }
.about-copy > p { max-width: 560px; }
.about-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 37px 0; }
.about-values div { display: grid; gap: 7px; padding-left: 13px; border-left: 1px solid rgba(47,134,255,.35); }
.about-values strong { color: #348cff; font: 9px/1 "Cascadia Code",monospace; }
.about-values span { color: #a3acbd; font-size: 11px; }

/* Pricing */
.pricing { background: #05070d; }
.pricing .section-heading { max-width: 700px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; align-items: stretch; }
.pricing-grid > .reveal { height: 100%; }
.pricing-card { position: relative; height: 100%; min-height: 565px; display: flex; flex-direction: column; padding: 34px 31px; border: 1px solid rgba(255,255,255,.09); border-radius: 13px; background: linear-gradient(150deg,rgba(15,19,29,.9),rgba(7,9,15,.9)); }
.pricing-card--featured { border-color: rgba(43,132,255,.42); background: linear-gradient(150deg,rgba(20,42,76,.76),rgba(8,12,21,.96) 53%); box-shadow: 0 25px 80px rgba(5,71,173,.12); }
.recommended { position: absolute; top: 0; right: 26px; padding: 7px 11px; border-radius: 0 0 7px 7px; background: #197cff; color: #fff; font-size: 8px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.plan-name { margin: 0 0 29px; color: #3a8eff; font-size: 10px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.pricing-card h3 { margin: 0; color: #dce2ec; font-size: 28px; line-height: 1.15; letter-spacing: -.035em; }
.pricing-card h3 span { display: block; color: #6d788b; }
.plan-description { min-height: 68px; margin: 19px 0 0; color: #7d8799; font-size: 12px; line-height: 1.65; }
.pricing-card ul { display: grid; gap: 14px; margin: 32px 0 35px; padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.08); list-style: none; }
.pricing-card li { display: flex; align-items: center; gap: 10px; color: #9da6b7; font-size: 12px; }
.pricing-card li svg { width: 14px; color: #358dff; }
.pricing-card .button { width: 100%; margin-top: auto; }

/* CTA */
.cta-section { padding: 20px 0 130px; background: #05070d; }
.cta-card { position: relative; isolation: isolate; min-height: 340px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; overflow: hidden; padding: 65px 70px; border: 1px solid rgba(57,139,255,.3); border-radius: 16px; background: radial-gradient(circle at 85% 20%,rgba(15,113,255,.24),transparent 35%),linear-gradient(135deg,#0c1728,#07101e 58%,#081b35); box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.cta-card::before { content: ""; position: absolute; z-index: -1; width: 380px; height: 380px; right: -120px; top: -170px; border: 1px solid rgba(89,160,255,.22); border-radius: 50%; box-shadow: inset 0 0 70px rgba(21,115,255,.1); }
.cta-card h2 { margin: 0; font-size: clamp(42px,5vw,65px); line-height: .98; letter-spacing: -.05em; }
.cta-card > div:last-child { padding-bottom: 4px; }
.cta-card > div:last-child p { max-width: 335px; margin: 0 0 25px; color: #9aa6b8; font-size: 15px; line-height: 1.65; }
.cta-lines { position: absolute; z-index: -1; inset: 0; opacity: .18; background-image: linear-gradient(rgba(81,150,255,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(81,150,255,.14) 1px,transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg,transparent,black); }

/* Contact */
.contact { border-top: 1px solid rgba(255,255,255,.055); background: linear-gradient(180deg,#080b12,#06080e); }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px,10vw,140px); align-items: start; }
.contact-copy h2 { max-width: 550px; }
.contact-copy > p { max-width: 520px; }
.contact-details { display: grid; gap: 22px; margin-top: 40px; }
.contact-detail { display: flex; align-items: center; gap: 15px; }
.contact-detail > span { width: 42px; height: 42px; flex: none; display: grid; place-items: center; border: 1px solid rgba(54,139,255,.22); border-radius: 8px; background: rgba(23,101,221,.09); color: #348dff; }
.contact-detail svg { width: 16px; }
.contact-detail div { display: grid; gap: 4px; }
.contact-detail small { color: #5f6a7d; font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-detail a, .contact-detail strong { color: #bec6d4; font-size: 12px; font-weight: 550; }
.contact-form { display: grid; gap: 22px; padding: 37px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: rgba(13,17,27,.8); box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.contact-form [data-slot="field-label"] { color: #aeb7c6; font-size: 11px; font-weight: 600; }
.form-control { min-height: 48px !important; border-color: rgba(255,255,255,.105) !important; border-radius: 8px !important; background: rgba(255,255,255,.025) !important; padding-inline: 14px !important; color: #fff !important; font-size: 13px !important; }
.form-control::placeholder { color: #566174 !important; }
.form-textarea { min-height: 135px !important; padding-block: 13px !important; resize: vertical; }
.form-submit { border: 0; cursor: pointer; }
.form-status { display: none; margin: -5px 0 0; color: #75b5ff; font-size: 11px; line-height: 1.5; }
.form-status--visible { display: block; }

/* Footer */
.footer { padding: 80px 0 0; border-top: 1px solid rgba(255,255,255,.075); background: #04060a; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .9fr 1fr; gap: 70px; padding-bottom: 70px; }
.footer-brand > a { display: block; width: 145px; }
.footer-brand img { display: block; width: 100%; height: auto; }
.footer-brand p { max-width: 250px; margin: 22px 0; color: #758094; font-size: 12px; line-height: 1.7; }
.socials { display: flex; gap: 8px; }
.socials a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.09); border-radius: 7px; color: #748095; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.socials a:hover { border-color: rgba(53,139,255,.35); background: rgba(32,119,244,.1); color: #388fff; }
.socials svg { width: 14px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-column h3 { margin: 0 0 12px; color: #dce2eb; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-column a, .footer-column span { color: #707b8e; font-size: 11px; transition: color .2s ease; }
.footer-column a:hover { color: #fff; }
.footer-contact a:first-of-type { display: flex; align-items: center; gap: 5px; color: #9ca7b7; }
.footer-contact svg { width: 11px; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.07); color: #535e70; font-size: 9px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 24px; }
.footer-bottom a:hover { color: #fff; }

/* WordPress and Elementor integration */
html { scroll-behavior: smooth; }
.skip-link:focus { position: fixed; z-index: 1000; top: 8px; left: 8px; width: auto; height: auto; padding: 10px 14px; clip: auto; background: #fff; color: #05070d; }
.admin-bar .site-header { top: 32px; }
.brand > a, .brand .custom-logo-link, .footer-logo > a, .footer-logo .custom-logo-link, .mobile-sheet-logo > a, .mobile-sheet-logo .custom-logo-link { display: block; }
.brand img, .footer-logo img, .mobile-sheet-logo img { width: 100%; height: auto; display: block; }
.desktop-nav .menu { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.desktop-nav .sub-menu { display: none; }
.menu-trigger { width: 42px; height: 42px; display: none; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(255,255,255,.06); color: #fff; cursor: pointer; }
.menu-trigger span:not(.sr-only) { width: 17px; height: 1px; background: currentColor; }
.mobile-sheet { position: fixed; z-index: 62; inset: 0 0 0 auto; height: 100dvh; overflow-y: auto; transform: translateX(100%); transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.mobile-sheet.is-open { transform: none; }
.mobile-sheet-head { display: flex; align-items: center; justify-content: space-between; }
.mobile-menu-close { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(255,255,255,.05); color: #fff; font-size: 25px; line-height: 1; cursor: pointer; }
.mobile-sheet .menu { counter-reset: tianx-mobile; margin: 0 0 36px; padding: 0; list-style: none; }
.mobile-sheet .menu li { counter-increment: tianx-mobile; }
.mobile-sheet .menu a::before { content: "0" counter(tianx-mobile); color: #287ffc; font-size: 11px; letter-spacing: .12em; }
.mobile-sheet-cta { width: 100%; }
.mobile-menu-backdrop { position: fixed; z-index: 60; inset: 0; background: rgba(0,0,0,.62); backdrop-filter: blur(3px); opacity: 0; transition: opacity .3s ease; }
.mobile-menu-backdrop.is-open { opacity: 1; }
body.mobile-menu-open { overflow: hidden; }
.reveal { transition-delay: var(--delay,0ms); }
.project-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.project-visual:has(> img)::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,7,13,.05),rgba(5,7,13,.55)); }
.form-field { display: grid; gap: 8px; }
.form-field label { color: #aeb7c6; font-size: 11px; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; }
.contact-layout--single { grid-template-columns: minmax(0,720px); justify-content: center; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-notice { margin: 0 0 14px; padding: 13px 15px; border-radius: 8px; font-size: 12px; line-height: 1.5; }
.form-notice--success { border: 1px solid rgba(64,190,132,.3); background: rgba(64,190,132,.08); color: #8adcb6; }
.form-notice--error { border: 1px solid rgba(239,68,68,.3); background: rgba(239,68,68,.08); color: #ff9b9b; }
.footer-logo { width: 145px; }
.footer-menu, .footer-column .menu { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.footer-menu li, .footer-column .menu li { margin: 0; }
.page-main { min-height: 70vh; padding: 150px 0 120px; background: radial-gradient(circle at 80% 0,rgba(30,125,255,.12),transparent 30%),#05070d; }
.page-article { max-width: 900px; }
.page-hero { margin-bottom: 55px; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.09); }
.page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(46px,7vw,76px); line-height: 1; letter-spacing: -.05em; }
.entry-content { color: #929daf; font-size: 15px; line-height: 1.8; }
.entry-content h2 { margin: 58px 0 18px; color: #e2e7ef; font-size: clamp(25px,3vw,34px); line-height: 1.2; letter-spacing: -.03em; }
.entry-content h2:first-child { margin-top: 0; }
.entry-content h3 { color: #d7deea; }
.entry-content p, .entry-content ul, .entry-content ol { margin: 0 0 19px; }
.entry-content a { color: #5ea2ff; text-decoration: underline; text-underline-offset: 3px; }
.entry-content img { max-width: 100%; height: auto; }
.post-list { display: grid; gap: 20px; }
.post-card { padding: 28px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: #0b0f19; }
.tianx-full-width, .tianx-canvas main { overflow: hidden; }
.elementor-widget-tianx-hero > .elementor-widget-container,
.elementor-widget-tianx-services > .elementor-widget-container,
.elementor-widget-tianx-why > .elementor-widget-container,
.elementor-widget-tianx-process > .elementor-widget-container,
.elementor-widget-tianx-portfolio > .elementor-widget-container,
.elementor-widget-tianx-about > .elementor-widget-container,
.elementor-widget-tianx-pricing > .elementor-widget-container,
.elementor-widget-tianx-cta > .elementor-widget-container,
.elementor-widget-tianx-contact > .elementor-widget-container { margin: 0 !important; }
.elementor-element:has(> .elementor-widget-tianx-hero), .elementor-element:has(> .elementor-widget-tianx-services), .elementor-element:has(> .elementor-widget-tianx-why), .elementor-element:has(> .elementor-widget-tianx-process), .elementor-element:has(> .elementor-widget-tianx-portfolio), .elementor-element:has(> .elementor-widget-tianx-about), .elementor-element:has(> .elementor-widget-tianx-pricing), .elementor-element:has(> .elementor-widget-tianx-cta), .elementor-element:has(> .elementor-widget-tianx-contact) { --padding-top: 0; --padding-right: 0; --padding-bottom: 0; --padding-left: 0; }

/* Elementor editor: keep every section visible while controls are being edited. */
body.elementor-editor-active .reveal,
body.e-preview--show-hidden-elements .reveal { opacity: 1 !important; transform: none !important; transition: none !important; transition-delay: 0ms !important; }
body.elementor-editor-active .hero-copy,
body.elementor-editor-active .hero-visual,
body.e-preview--show-hidden-elements .hero-copy,
body.e-preview--show-hidden-elements .hero-visual { opacity: 1 !important; transform: none !important; animation: none !important; }

@media (max-width: 980px) {
  .menu-trigger { display: flex; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 600px) {
  #wpadminbar { position: fixed; }
  .page-main { padding: 118px 0 85px; }
  .page-hero { margin-bottom: 40px; }
}

/* Legal pages */
.legal-shell { min-height: 100vh; background: #05070d; }
.legal-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.075); background: rgba(5,7,13,.9); backdrop-filter: blur(18px); }
.legal-header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.legal-header .brand { width: 142px; display: block; }
.legal-header .brand img { width: 100%; height: auto; display: block; }
.legal-back { display: inline-flex; align-items: center; gap: 9px; color: #9ba6b8; font-size: 11px; font-weight: 650; transition: color .2s ease; }
.legal-back:hover { color: #fff; }
.legal-back svg { width: 15px; color: #3b91ff; }
.legal-main { position: relative; overflow: hidden; padding: 100px 0 140px; }
.legal-main::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 78% 5%,rgba(30,125,255,.13),transparent 28%),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px); background-size: auto,64px 64px,64px 64px; mask-image: linear-gradient(black,transparent 42%); }
.legal-main > .container { position: relative; z-index: 1; }
.legal-hero { max-width: 810px; margin-bottom: 54px; }
.legal-hero h1 { max-width: 780px; margin: 22px 0 24px; font-size: clamp(46px,7vw,82px); line-height: .98; letter-spacing: -.055em; }
.legal-hero > p:not(.section-label) { max-width: 700px; margin: 0 0 25px; color: #9aa5b7; font-size: 16px; line-height: 1.75; }
.legal-hero small { color: #687487; font: 10px/1.5 "Cascadia Code",monospace; letter-spacing: .05em; text-transform: uppercase; }
.legal-notice { max-width: 970px; margin: 0 0 65px; padding: 19px 22px; border: 1px solid rgba(58,143,255,.25); border-radius: 9px; background: rgba(28,105,220,.08); color: #98a7bc; font-size: 12px; line-height: 1.7; }
.legal-layout { display: grid; grid-template-columns: minmax(190px,250px) minmax(0,790px); justify-content: space-between; gap: clamp(55px,8vw,120px); align-items: start; }
.legal-nav { position: sticky; top: 35px; padding: 24px 0; border-top: 1px solid rgba(62,143,255,.3); border-bottom: 1px solid rgba(255,255,255,.08); }
.legal-nav > p { margin: 0 0 18px; color: #d6dce7; font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.legal-nav ol { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; }
.legal-nav a { display: grid; grid-template-columns: 25px 1fr; gap: 9px; padding: 8px 0; color: #737f92; font-size: 10px; line-height: 1.45; transition: color .2s ease; }
.legal-nav a:hover { color: #fff; }
.legal-nav a span { color: #317fdc; font: 8px/1.7 "Cascadia Code",monospace; }
.legal-content { min-width: 0; }
.legal-content > section { scroll-margin-top: 35px; padding: 0 0 54px; margin-bottom: 54px; border-bottom: 1px solid rgba(255,255,255,.08); }
.legal-content h2 { margin: 0 0 25px; color: #e2e7ef; font-size: clamp(25px,3vw,34px); line-height: 1.15; letter-spacing: -.03em; }
.legal-content p, .legal-content li, .legal-content td, .legal-content th { color: #929daf; font-size: 13px; line-height: 1.8; }
.legal-content p { margin: 0 0 18px; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content strong { color: #cdd4df; font-weight: 650; }
.legal-content a:not(.button) { color: #5ea2ff; text-decoration: underline; text-decoration-color: rgba(94,162,255,.35); text-underline-offset: 3px; }
.legal-content ul { display: grid; gap: 9px; margin: 20px 0; padding-left: 19px; }
.legal-content li::marker { color: #338bff; }
.legal-index { margin: 0 0 12px !important; color: #348aff !important; font: 9px/1 "Cascadia Code",monospace !important; letter-spacing: .14em; }
.legal-table-wrap { width: 100%; overflow-x: auto; margin: 26px 0; border: 1px solid rgba(255,255,255,.085); border-radius: 9px; }
.legal-table-wrap table { width: 100%; min-width: 600px; border-collapse: collapse; }
.legal-table-wrap th { color: #cbd3df; background: rgba(39,117,225,.09); font-size: 10px; letter-spacing: .05em; text-align: left; text-transform: uppercase; }
.legal-table-wrap th, .legal-table-wrap td { vertical-align: top; padding: 17px 18px; border-bottom: 1px solid rgba(255,255,255,.07); border-right: 1px solid rgba(255,255,255,.07); }
.legal-table-wrap tr:last-child td { border-bottom: 0; }
.legal-table-wrap th:last-child, .legal-table-wrap td:last-child { border-right: 0; }
.legal-contact-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px; border: 1px solid rgba(54,139,255,.28); border-radius: 12px; background: radial-gradient(circle at 100% 0,rgba(30,125,255,.18),transparent 44%),#09111e; }
.legal-contact-card p { margin: 0 0 6px; color: #5f9ef4; font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.legal-contact-card h2 { margin: 0; font-size: 25px; }
.legal-contact-card .button { flex: none; }
.footer-bottom div { flex-wrap: wrap; }

@media (max-width: 1060px) {
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .service-card { min-height: 320px; }
  .service-card h3 { margin-top: 45px; }
  .why-layout { grid-template-columns: 1fr; gap: 55px; }
  .why-intro { position: static; max-width: 620px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3,1fr); gap: 40px; }
}

@media (max-width: 820px) {
  .section { padding: 100px 0; }
  .process-grid { grid-template-columns: repeat(2,1fr); gap: 50px 0; }
  .process-step { padding-right: 25px; }
  .process-step:nth-child(2) .step-marker i { display: none; }
  .portfolio-grid { gap-top: 45px; }
  .project-visual { min-height: 300px; }
  .about-layout { grid-template-columns: 1fr; gap: 65px; }
  .about-visual-wrap { width: min(560px,100%); margin-inline: auto; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 610px; margin-inline: auto; }
  .pricing-card { min-height: 0; }
  .plan-description { min-height: 0; }
  .cta-card { grid-template-columns: 1fr; gap: 38px; padding: 55px 45px; }
  .contact-layout { grid-template-columns: 1fr; gap: 60px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-contact { grid-column: 2; }
  .legal-main { padding: 80px 0 110px; }
  .legal-layout { grid-template-columns: 1fr; gap: 55px; }
  .legal-nav { position: static; }
  .legal-nav ol { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 28px; }
}

@media (max-width: 600px) {
  .section { padding: 84px 0; }
  .section-heading { margin-bottom: 38px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit-item { min-height: 180px; }
  .benefit-item h3 { margin-top: 34px; }
  .process-grid { grid-template-columns: 1fr; gap: 38px; }
  .process-step { display: grid; grid-template-columns: 48px 1fr; column-gap: 18px; }
  .step-marker { grid-row: 1 / 3; display: block; margin: 0; }
  .step-marker i { display: none !important; }
  .process-step h3 { margin-top: 2px; }
  .portfolio-grid { grid-template-columns: 1fr; gap: 45px; }
  .project-visual { min-height: 290px; }
  .project-meta { align-items: start; }
  .project-meta > a { display: none; }
  .about-visual-wrap { width: 110%; margin-left: -5%; }
  .about-values { grid-template-columns: 1fr; gap: 16px; }
  .about-values div { grid-template-columns: 28px 1fr; align-items: center; }
  .about-stat--top { right: 3%; }
  .about-stat--bottom { left: 3%; }
  .cta-section { padding-bottom: 84px; }
  .cta-card { min-height: 430px; padding: 42px 28px; border-radius: 12px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 25px 20px; }
  .footer { padding-top: 65px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); gap: 45px 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 12px; padding-block: 18px; }
  .legal-header-inner { min-height: 74px; }
  .legal-header .brand { width: 120px; }
  .legal-back { font-size: 10px; }
  .legal-main { padding: 65px 0 90px; }
  .legal-hero { margin-bottom: 40px; }
  .legal-hero > p:not(.section-label) { font-size: 14px; }
  .legal-notice { margin-bottom: 45px; }
  .legal-nav ol { grid-template-columns: 1fr; }
  .legal-content > section { padding-bottom: 42px; margin-bottom: 42px; }
  .legal-content p, .legal-content li, .legal-content td, .legal-content th { font-size: 12px; }
  .legal-contact-card { align-items: flex-start; flex-direction: column; padding: 27px 23px; }
  .legal-contact-card .button { width: 100%; }
}
