:root {
  --ink: #161324;
  --ink-soft: #625b73;
  --night: #08070f;
  --forest: #120f28;
  --forest-2: #26205b;
  --mint: #d9c8ff;
  --mint-strong: #8b5cf6;
  --cream: #eeeafa;
  --paper: #fbfaff;
  --white: #fff;
  --line: rgba(17, 37, 31, .14);
  --line-light: rgba(255, 255, 255, .14);
  --shadow: 0 30px 90px rgba(7, 26, 22, .15);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1220px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
body::before { position: fixed; inset: 0; z-index: -2; content: ""; pointer-events: none; background-image: radial-gradient(rgba(17, 37, 31, .045) .7px, transparent .7px); background-size: 8px 8px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.02; letter-spacing: -.045em; }
section { scroll-margin-top: 82px; }
strong { font-weight: 780; }

.container { width: min(calc(100% - 44px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.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; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px; color: var(--white); background: var(--forest); border-radius: 8px; transform: translateY(-160%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--mint-strong); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 18px 0; color: var(--white); transition: padding 200ms ease, color 200ms ease, background 200ms ease, box-shadow 200ms ease; }
.site-header.is-scrolled { padding: 10px 0; color: var(--ink); background: rgba(250, 249, 244, .93); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.nav-shell { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 830; letter-spacing: -.025em; }
.brand-mark { display: grid; width: 36px; height: 36px; color: var(--night); background: var(--mint); border-radius: 11px 4px; place-items: center; font-family: Georgia, serif; font-size: 21px; font-style: italic; box-shadow: 0 10px 25px rgba(0, 0, 0, .1); }
.site-nav { display: flex; align-items: center; gap: 21px; }
.site-nav > a:not(.button) { color: inherit; opacity: .82; font-size: .83rem; font-weight: 690; }
.site-nav > a:not(.button)::after { display: block; width: 0; height: 1px; margin-top: 2px; content: ""; background: currentColor; transition: width 180ms ease; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { width: 100%; }
.site-header .button { color: var(--night); background: var(--mint); border-color: var(--mint); box-shadow: none; }
.site-header.is-scrolled .button { color: var(--white); background: var(--forest); border-color: var(--forest); }
.menu-toggle { display: none; }

.button { display: inline-flex; min-height: 52px; padding: 0 23px; align-items: center; justify-content: center; gap: 12px; color: var(--white); background: var(--forest); border: 1px solid var(--forest); border-radius: 11px; box-shadow: 0 12px 30px rgba(7, 26, 22, .14); font-size: .92rem; font-weight: 780; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.button:hover, .button:focus-visible { background: var(--forest-2); box-shadow: 0 16px 34px rgba(7, 26, 22, .2); transform: translateY(-2px); }
.button-small { min-height: 43px; padding-inline: 17px; border-radius: 9px; font-size: .79rem; }
.button-mint { color: var(--night); background: var(--mint); border-color: var(--mint); box-shadow: 0 14px 34px rgba(82, 218, 153, .14); }
.button-mint:hover, .button-mint:focus-visible { color: var(--night); background: #c5f8dc; border-color: #c5f8dc; }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; font-size: .9rem; font-weight: 740; }
.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translateY(3px); }
.text-link-light { color: #e5dcf5; }

.eyebrow { display: flex; margin-bottom: 22px; align-items: center; gap: 10px; color: #477062; font-size: .7rem; font-weight: 820; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: var(--mint-strong); }
.eyebrow-light { color: #a8beb5; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; margin-bottom: 62px; gap: 90px; align-items: end; }
.section-heading h2 { max-width: 780px; margin: 0; font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 590; }
.section-heading > p { max-width: 440px; margin: 0; color: var(--ink-soft); font-size: .97rem; }

.hero { position: relative; min-height: 930px; padding: 165px 0 0; overflow: hidden; color: var(--white); background: var(--night); }
.hero::before { position: absolute; inset: -25% 42% 28% -15%; content: ""; background: radial-gradient(circle, rgba(139, 92, 246, .24), transparent 68%); filter: blur(10px); }
.hero::after { position: absolute; top: 0; right: 0; width: 48%; height: 100%; content: ""; background: linear-gradient(110deg, transparent, rgba(255, 255, 255, .025)); }
.hero-grid-pattern { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255, 255, 255, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .1) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-layout { position: relative; z-index: 2; display: grid; min-height: 585px; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; }
.hero-copy { position: relative; z-index: 5; max-width: 650px; }
.hero-copy h1 { max-width: 680px; margin-bottom: 28px; font-size: clamp(4rem, 6.5vw, 7.1rem); font-weight: 570; }
.hero-copy h1 em { color: var(--mint); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 600px; margin-bottom: 34px; color: #c7bfda; font-size: 1.08rem; }
.hero-actions { display: flex; margin-bottom: 35px; align-items: center; gap: 26px; }
.hero-points { display: flex; padding: 0; margin: 0; flex-wrap: wrap; gap: 12px 25px; color: #b2a8c7; font-size: .76rem; font-weight: 680; list-style: none; }
.hero-points li { display: flex; align-items: center; gap: 8px; }
.hero-points li::before { width: 5px; height: 5px; content: ""; background: var(--mint-strong); border-radius: 50%; box-shadow: 0 0 0 4px rgba(139, 92, 246, .14); }

.hero-showcase { position: relative; min-height: 560px; perspective: 1400px; }
.hero-browser { position: absolute; overflow: hidden; background: #eef1ed; border: 1px solid rgba(255, 255, 255, .15); border-radius: 17px; box-shadow: 0 40px 100px rgba(0, 0, 0, .38); }
.hero-browser-main { top: 65px; right: -45px; z-index: 3; width: min(660px, 100%); transform: rotateY(-8deg) rotateZ(-1deg); animation: hero-float 8s ease-in-out infinite; }
.hero-browser-back { top: 0; left: 10px; z-index: 1; width: 490px; opacity: .38; transform: translateZ(-100px) rotateZ(3deg); animation: hero-float-back 10s ease-in-out infinite; }
.browser-top { display: flex; height: 38px; padding: 0 13px; align-items: center; gap: 6px; color: #6d6780; background: #ece9f5; border-bottom: 1px solid rgba(22, 19, 36, .12); }
.browser-top > span { width: 7px; height: 7px; background: #9aa39f; border-radius: 50%; }
.browser-top b { min-width: 0; padding: 4px 13px; margin-left: 7px; overflow: hidden; color: #68746f; background: rgba(255, 255, 255, .72); border-radius: 5px; font-size: .55rem; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.browser-top a { margin-left: auto; color: var(--forest); font-size: .6rem; font-weight: 800; }
.hero-browser-screen { height: 365px; overflow: hidden; background: #ded9eb; }
.hero-browser-screen img { width: 100%; min-height: 100%; object-fit: cover; transform: scale(1.05); animation: preview-pan 11s ease-in-out infinite alternate; }
.hero-browser-back .hero-browser-screen { height: 280px; }
.hero-browser-back img { animation-delay: -5s; }
.hero-phone, .project-phone { position: absolute; z-index: 5; overflow: hidden; background: #111; border: 6px solid #d8dedb; border-radius: 29px; box-shadow: 0 30px 65px rgba(0, 0, 0, .38); }
.hero-phone { right: -5px; bottom: 0; width: 165px; height: 330px; transform: rotate(3deg); animation: phone-float 7s ease-in-out infinite; }
.phone-notch { position: absolute; top: 7px; left: 50%; z-index: 3; width: 50px; height: 13px; background: #101413; border-radius: 99px; transform: translateX(-50%); }
.hero-phone img, .project-phone img { width: auto; max-width: none; height: 100%; object-fit: cover; object-position: center top; transform: translateX(-35%); }
.build-status { position: absolute; bottom: 34px; left: 0; z-index: 6; display: flex; padding: 14px 17px; align-items: center; gap: 12px; color: #c9bfda; background: rgba(16, 10, 34, .9); border: 1px solid rgba(217, 200, 255, .2); border-radius: 12px; box-shadow: 0 18px 50px rgba(0, 0, 0, .25); backdrop-filter: blur(16px); font-size: .62rem; line-height: 1.4; }
.build-status i { width: 9px; height: 9px; background: var(--mint-strong); border-radius: 50%; box-shadow: 0 0 0 5px rgba(139, 92, 246, .16); }
.build-status b { display: block; color: white; font-size: .72rem; }
.hero-offer { position: relative; z-index: 6; display: grid; min-height: 142px; padding: 28px 36px; grid-template-columns: .65fr .75fr 1.2fr auto; gap: 30px; align-items: center; color: var(--ink); background: var(--cream); border-radius: 20px 20px 0 0; }
.hero-offer > span { color: #67736f; font-size: .68rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.hero-offer strong { font-size: clamp(2rem, 3vw, 3.2rem); letter-spacing: -.06em; }
.hero-offer p { margin: 0; color: var(--ink-soft); font-size: .83rem; }
.hero-offer a { justify-self: end; border-bottom: 1px solid var(--ink); font-size: .78rem; font-weight: 780; }

.trust-strip { color: white; background: var(--forest); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid p { padding: 30px 25px; margin: 0; border-right: 1px solid var(--line-light); }
.trust-grid p:first-child { padding-left: 0; }
.trust-grid p:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { margin-bottom: 3px; font-size: .82rem; }
.trust-grid span { color: #94aaa1; font-size: .7rem; }

.work-section { color: white; background: #090711; }
.work-section::before { display: block; width: min(calc(100% - 44px), var(--container)); height: 1px; margin: -40px auto 100px; content: ""; background: linear-gradient(90deg, transparent, rgba(217, 200, 255, .28), transparent); }
.work-heading > p { color: #9bb0a7; }
.project { display: grid; min-height: 620px; margin-bottom: 110px; grid-template-columns: 1.42fr .58fr; gap: 78px; align-items: center; }
.project:last-child { margin-bottom: 10px; }
.project:nth-of-type(3) .project-visual { order: 2; }
.project-visual { position: relative; min-width: 0; min-height: 530px; }
.project-browser { position: absolute; inset: 20px 25px 75px 0; overflow: hidden; background: #edf0ed; border: 1px solid rgba(255, 255, 255, .15); border-radius: 18px; box-shadow: 0 36px 100px rgba(0, 0, 0, .35); }
.project-screen { height: calc(100% - 38px); overflow: auto; background: #d8d3e4; scroll-behavior: smooth; overscroll-behavior: contain; scrollbar-color: var(--mint-strong) rgba(255,255,255,.15); scrollbar-width: thin; }
.project-screen img { width: 100%; height: auto; min-height: 0; object-fit: initial; transform: none; transition: filter 300ms ease; }
.project-screen:hover img { filter: saturate(1.06) contrast(1.02); }
.project-phone { right: 0; bottom: 18px; width: 165px; height: 335px; border-color: #e1e5e3; }
.project-phone img { height: 100%; transform: translateX(-34%); }
.preview-note { position: absolute; bottom: 28px; left: 0; color: #7e958b; font-size: .59rem; letter-spacing: .08em; text-transform: uppercase; }
.project-copy { max-width: 400px; }
.project-type { margin-bottom: 20px; color: var(--mint-strong); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-copy h3 { margin-bottom: 25px; font-size: clamp(3rem, 4.5vw, 5.2rem); font-weight: 560; }
.project-copy > p:not(.project-type) { color: #b9b0cf; }
.project-tags { display: flex; padding: 0; margin: 28px 0 34px; flex-wrap: wrap; gap: 8px; list-style: none; }
.project-tags li { padding: 6px 10px; color: #c4bad6; border: 1px solid rgba(255, 255, 255, .14); border-radius: 99px; font-size: .63rem; }
.project-link { display: inline-flex; padding-bottom: 5px; align-items: center; gap: 12px; color: white; border-bottom: 1px solid var(--mint-strong); font-size: .82rem; font-weight: 760; }
.project-link span { color: var(--mint); transition: transform 180ms ease; }
.project-link:hover span { transform: translate(3px, -3px); }
.project-esencia .project-browser { right: 0; left: 25px; }
.project-esencia .project-phone { right: auto; left: 0; }
.project-esencia .preview-note { right: 0; left: auto; }

.concept-heading { max-width: 700px; margin: 10px 0 30px; }
.concept-heading .eyebrow { margin-bottom: 14px; }
.concept-heading h3 { margin-bottom: 11px; font-size: clamp(2rem, 3vw, 3rem); font-weight: 570; }
.concept-heading > p:last-child { margin: 0; color: #a99fbd; font-size: .83rem; }
.concept-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.concept-card { padding: 20px; color: var(--ink); background: #f7f4ff; border: 1px solid rgba(217, 200, 255, .25); border-radius: var(--radius-lg); }
.concept-window { height: 225px; overflow: hidden; border-radius: 12px; box-shadow: 0 17px 35px rgba(0, 0, 0, .18); }
.concept-window-bar { display: flex; height: 32px; padding: 0 10px; align-items: center; gap: 5px; background: rgba(255, 255, 255, .74); }
.concept-window-bar i { width: 6px; height: 6px; background: rgba(20, 15, 40, .35); border-radius: 50%; }
.concept-window-bar span { margin-left: 7px; color: rgba(20, 15, 40, .55); font-size: .48rem; font-weight: 760; }
.concept-window-body { display: flex; height: calc(100% - 32px); padding: 30px 24px; flex-direction: column; justify-content: center; }
.concept-window-body small { margin-bottom: 12px; font-size: .56rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.concept-window-body strong { max-width: 240px; font-family: Georgia, serif; font-size: 1.72rem; line-height: 1.02; letter-spacing: -.04em; }
.concept-northline { color: #f3ede6; background: linear-gradient(135deg, #1e1733, #8a5d98 70%, #d9b3a9); }
.concept-northline .concept-line { display: block; width: 78px; height: 2px; margin-top: 22px; background: #e9c9bf; }
.concept-northline .concept-line.short { width: 43px; margin-top: 7px; opacity: .6; }
.concept-kowhai { color: #251a13; background: linear-gradient(150deg, #f3d2a1, #e58a75); }
.concept-kowhai .concept-pill { width: fit-content; padding: 7px 11px; margin-top: 20px; color: #fff5e6; background: #6b3c31; border-radius: 99px; font-size: .57rem; font-weight: 800; }
.concept-meridian { color: #eae6ff; background: radial-gradient(circle at 70% 30%, #8b5cf6, transparent 32%), linear-gradient(135deg, #17122f, #35317d); }
.concept-orbit { width: 70px; height: 70px; margin-top: 20px; border: 1px solid rgba(234, 230, 255, .55); border-radius: 50%; box-shadow: 0 0 0 12px rgba(234, 230, 255, .1), 0 0 0 25px rgba(234, 230, 255, .05); }
.concept-label { margin: 18px 0 5px; color: #765fb4; font-size: .62rem; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.concept-card h3 { margin-bottom: 9px; font-size: 1.5rem; }
.concept-card > p:not(.concept-label) { margin-bottom: 16px; color: var(--ink-soft); font-size: .79rem; }
.concept-card details { border-top: 1px solid rgba(22, 19, 36, .15); }
.concept-card summary { padding-top: 12px; cursor: pointer; color: #5f429e; font-size: .7rem; font-weight: 800; list-style: none; }
.concept-card summary::-webkit-details-marker { display: none; }
.concept-card summary::after { float: right; content: "+"; font-size: 1rem; font-weight: 500; }
.concept-card details[open] summary::after { content: "−"; }
.concept-card details p { padding-top: 8px; margin: 0; color: var(--ink-soft); font-size: .75rem; }

.capability-section { background: var(--paper); }
.capability-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.capability-card { position: relative; min-height: 440px; padding: 29px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.capability-card:nth-child(1), .capability-card:nth-child(2) { grid-column: span 3; }
.capability-card:nth-child(n+3) { grid-column: span 2; min-height: 390px; }
.capability-card h3 { margin-bottom: 13px; font-size: 1.65rem; }
.capability-card > p:not(.card-index) { margin-bottom: 0; color: var(--ink-soft); font-size: .85rem; }
.capability-card small { display: block; margin-top: 13px; color: #77857f; font-size: .65rem; }
.mini-code, .device-set, .security-ui, .admin-ui, .mail-ui { height: 220px; margin: 30px 0 34px; }
.mini-code { overflow: hidden; color: #d9d0ed; background: var(--night); border: 1px solid #3d2f71; border-radius: 13px; box-shadow: 0 20px 45px rgba(10, 6, 24, .26); }
.mini-code > div { display: flex; height: 37px; padding: 0 12px; align-items: center; gap: 6px; background: #102b24; }
.mini-code i { width: 7px; height: 7px; background: #60756d; border-radius: 50%; }
.mini-code span { margin-left: 7px; color: #789188; font-size: .55rem; }
.mini-code code { display: block; padding: 48px 30px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .8rem; line-height: 1.8; }
.mini-code code b { color: var(--mint-strong); }
.mini-code code em { color: #f1d19b; font-style: normal; }
.device-set { position: relative; background: linear-gradient(145deg, #e6efe9, #f4f1e8); border-radius: 15px; }
.device-set > span { position: absolute; display: block; padding: 12px; overflow: hidden; background: #faf9ff; border: 4px solid #2e245b; border-radius: 9px; box-shadow: 0 14px 25px rgba(39, 22, 82, .15); }
.device-set i { display: block; height: 7px; margin-bottom: 8px; background: #d8e2dd; border-radius: 2px; }
.device-set i:first-child { background: var(--mint-strong); }
.device-desktop { top: 26px; left: 8%; width: 64%; height: 160px; }
.device-tablet { right: 10%; bottom: 18px; width: 33%; height: 128px; }
.device-mobile { right: 2%; bottom: 10px; width: 20%; height: 108px; border-radius: 13px !important; }
.security-ui { position: relative; display: flex; padding: 25px; align-items: center; flex-direction: column; justify-content: center; color: white; background: var(--forest); border-radius: 15px; }
.security-ui::before { width: 62px; height: 62px; margin-bottom: 16px; content: ""; border: 2px solid var(--mint-strong); border-radius: 20px 20px 29px 29px; clip-path: polygon(50% 0, 95% 17%, 88% 74%, 50% 100%, 12% 74%, 5% 17%); }
.security-ui span { position: absolute; top: 45%; font-size: .52rem; font-weight: 900; }
.security-ui b { font-size: .75rem; }
.security-ui i { color: var(--mint); font-size: .67rem; font-style: normal; }
.admin-ui { padding: 23px; background: #eef0ea; border: 1px solid var(--line); border-radius: 15px; }
.admin-ui span, .admin-ui b { display: block; }
.admin-ui span { margin-bottom: 8px; color: #75837e; font-size: .61rem; font-weight: 750; }
.admin-ui b { padding: 12px; color: #596a64; background: white; border: 1px solid var(--line); border-radius: 7px; font-size: .7rem; font-weight: 580; }
.admin-ui button { padding: 9px 13px; margin-top: 48px; color: white; background: var(--forest); border: 0; border-radius: 7px; font-size: .63rem; font-weight: 760; }
.mail-ui { padding: 26px 20px; background: #f0ebff; border-radius: 15px; }
.mail-ui > span { display: block; padding: 14px; margin: 28px 0 22px; overflow-wrap: anywhere; color: #4b356e; background: white; border: 1px solid #d9ccef; border-radius: 8px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .65rem; }
.mail-ui div { display: flex; gap: 6px; }
.mail-ui i { padding: 5px 8px; color: #573c8e; background: var(--mint); border-radius: 99px; font-size: .56rem; font-style: normal; font-weight: 800; }

.package-section { color: white; background: var(--forest); }
.package-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 110px; align-items: start; }
.package-copy { position: sticky; top: 120px; }
.package-copy h2 { max-width: 590px; margin-bottom: 26px; font-size: clamp(3.2rem, 5.7vw, 6.2rem); font-weight: 550; }
.package-copy > p:not(.eyebrow) { max-width: 550px; color: #afc2ba; }
.package-price { display: flex; margin: 35px 0; align-items: baseline; gap: 8px; }
.package-price > span { color: var(--mint); font-size: 1rem; font-weight: 800; }
.package-price strong { font-size: 4.3rem; letter-spacing: -.07em; }
.package-price small { margin-left: 8px; color: #a99fbd; font-size: .63rem; }
.package-list { padding: 38px 42px; background: rgba(255, 255, 255, .055); border: 1px solid rgba(255, 255, 255, .13); border-radius: var(--radius-xl); }
.check-list { padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding: 22px 0 22px 46px; border-bottom: 1px solid rgba(255, 255, 255, .11); }
.check-list li:last-child { border-bottom: 0; }
.check-list li::before { position: absolute; top: 23px; left: 0; display: grid; width: 27px; height: 27px; content: "✓"; color: var(--forest); background: var(--mint); border-radius: 50%; font-size: .7rem; font-weight: 900; place-items: center; }
.check-list strong, .check-list span { display: block; }
.check-list strong { margin-bottom: 4px; }
.check-list span { color: #9fb3aa; font-size: .8rem; }
.scope-note { padding-top: 22px; margin: 0; color: #a59ab8; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .67rem; }

.process-section { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; list-style: none; }
.process-grid li { min-height: 330px; padding: 30px; background: var(--paper); }
.process-grid li > span { display: block; margin-bottom: 110px; color: #729086; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .7rem; }
.process-grid h3 { margin-bottom: 13px; font-size: 1.5rem; }
.process-grid p { margin: 0; color: var(--ink-soft); font-size: .81rem; }

.pulse-section { background: #f3f0fb; }
.pulse-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pulse-card { min-height: 330px; padding: 30px; background: white; border: 1px solid rgba(65, 47, 116, .12); border-radius: var(--radius-lg); box-shadow: 0 18px 45px rgba(52, 32, 101, .06); }
.pulse-icon { display: grid; width: 48px; height: 48px; margin-bottom: 30px; color: #6b43c4; background: #ede5ff; border-radius: 14px; font-size: 1.25rem; place-items: center; }
.pulse-label { margin-bottom: 12px; color: #7857b8; font-size: .63rem; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.pulse-card h3 { margin-bottom: 14px; font-size: 1.72rem; font-weight: 600; }
.pulse-card > p:not(.pulse-label) { color: var(--ink-soft); font-size: .83rem; }
.pulse-card a { display: inline-flex; margin-top: 18px; align-items: center; gap: 9px; color: #5f429e; border-bottom: 1px solid #8b5cf6; font-size: .72rem; font-weight: 800; }
.pulse-card a span { transition: transform 180ms ease; }
.pulse-card a:hover span { transform: translate(3px, -3px); }
.signal-note { font-size: .78rem !important; }
.tool-pills { display: flex; margin-top: 22px; flex-wrap: wrap; gap: 6px; }
.tool-pills span { padding: 6px 8px; color: #5f429e; background: #efe8ff; border-radius: 99px; font-size: .59rem; font-weight: 760; }

.infrastructure-section { background: var(--paper); }
.infrastructure-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.infrastructure-copy h2 { margin-bottom: 26px; font-size: clamp(2.8rem, 4.8vw, 4.8rem); font-weight: 570; }
.infrastructure-copy > p:not(.eyebrow) { color: var(--ink-soft); }
.fine-print { padding-left: 15px; border-left: 2px solid var(--mint-strong); font-size: .75rem; }
.infrastructure-visual { min-height: 500px; padding: 28px; color: white; background: var(--night); border: 1px solid #214038; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.infra-browser { display: flex; height: 42px; padding: 0 14px; align-items: center; gap: 6px; background: #13342b; border-radius: 9px; }
.infra-browser span { width: 62%; padding: 5px 12px; color: #8da49a; background: #09211a; border-radius: 5px; font-size: .58rem; }
.infra-browser i { width: 7px; height: 7px; background: #547267; border-radius: 50%; }
.infra-route { display: flex; padding: 70px 10px; align-items: center; justify-content: space-between; gap: 10px; }
.infra-route span { padding: 12px 14px; color: #e4dcf4; background: #28205b; border: 1px solid #50418a; border-radius: 9px; font-size: .66rem; font-weight: 740; }
.infra-route b { color: var(--mint-strong); }
.infra-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.infra-metrics p { padding: 16px; margin: 0; background: rgba(255, 255, 255, .045); border: 1px solid rgba(255, 255, 255, .08); border-radius: 10px; }
.infra-metrics b, .infra-metrics span { display: block; }
.infra-metrics b { margin-bottom: 18px; color: #879d94; font-size: .56rem; }
.infra-metrics span { color: var(--mint); font-size: .76rem; font-weight: 780; }

.email-section { color: white; background: #171235; }
.email-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.email-copy h2 { margin-bottom: 25px; font-size: clamp(3rem, 5.2vw, 5.5rem); font-weight: 560; }
.email-copy > p:not(.eyebrow) { color: #afc2ba; }
.license-note { padding: 15px 17px; border: 1px solid rgba(217, 200, 255, .17); border-left: 3px solid var(--mint-strong); border-radius: 0 8px 8px 0; font-size: .78rem; }
.email-console { padding: 35px; color: var(--ink); background: #f4f4ed; border-radius: var(--radius-xl); box-shadow: 0 35px 85px rgba(0, 0, 0, .2); }
.console-head { display: flex; padding-bottom: 20px; margin-bottom: 25px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: .73rem; font-weight: 800; }
.console-head i { padding: 5px 9px; color: #573c8e; background: var(--mint); border-radius: 99px; font-size: .56rem; font-style: normal; }
.email-addresses { display: grid; gap: 9px; }
.email-addresses span { padding: 14px 16px; color: #435b52; background: white; border: 1px solid var(--line); border-radius: 8px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .77rem; }
.security-tags { display: flex; margin-top: 22px; flex-wrap: wrap; gap: 7px; }
.security-tags span { padding: 6px 9px; color: #513b7d; background: #e6ddfa; border-radius: 99px; font-size: .58rem; font-weight: 740; }

.guarantee-section { padding: 95px 0; color: white; background: var(--night); }
.guarantee-card { display: grid; min-height: 350px; padding: 58px 66px; grid-template-columns: 170px 1fr; gap: 62px; align-items: center; border: 1px solid rgba(217, 200, 255, .18); border-radius: var(--radius-xl); background: radial-gradient(circle at 10% 20%, rgba(139, 92, 246, .2), transparent 35%); }
.guarantee-mark { display: grid; width: 160px; height: 160px; align-content: center; color: var(--night); background: var(--mint); border: 8px solid rgba(255, 255, 255, .14); border-radius: 50%; text-align: center; }
.guarantee-mark b { font-size: 4.2rem; line-height: .8; letter-spacing: -.08em; }
.guarantee-mark span { margin-top: 10px; font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.guarantee-card h2 { margin-bottom: 17px; font-size: clamp(2.6rem, 4.8vw, 4.8rem); font-weight: 560; }
.guarantee-card p { max-width: 760px; margin-bottom: 16px; color: #c1b7d2; }
.guarantee-card small { color: #789086; }

.faq-section { background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 95px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 { margin-bottom: 22px; font-size: clamp(2.8rem, 4.5vw, 4.7rem); font-weight: 570; }
.faq-intro > p:not(.eyebrow) { color: var(--ink-soft); }
.faq-intro a { border-bottom: 1px solid var(--ink); font-weight: 700; overflow-wrap: anywhere; }
.faq-list details { border-top: 1px solid rgba(17, 37, 31, .2); }
.faq-list details:last-child { border-bottom: 1px solid rgba(17, 37, 31, .2); }
.faq-list summary { position: relative; padding: 25px 46px 25px 0; cursor: pointer; font-size: 1.03rem; font-weight: 760; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 22px; right: 4px; display: grid; width: 29px; height: 29px; content: "+"; border: 1px solid rgba(17, 37, 31, .25); border-radius: 50%; font-size: 1.1rem; font-weight: 450; place-items: center; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 680px; padding: 0 48px 25px 0; margin: 0; color: var(--ink-soft); font-size: .88rem; }

.cta-section { padding: 100px 0; background: var(--paper); }
.cta-card { position: relative; display: grid; min-height: 390px; padding: 65px; overflow: hidden; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; color: white; background: var(--forest); border-radius: var(--radius-xl); }
.cta-card::before { position: absolute; top: -190px; right: -110px; width: 470px; height: 470px; content: ""; border: 1px solid rgba(217, 200, 255, .2); border-radius: 50%; box-shadow: 0 0 0 75px rgba(139, 92, 246, .06), 0 0 0 150px rgba(139, 92, 246, .035); }
.cta-card > * { position: relative; z-index: 1; }
.cta-card h2 { max-width: 760px; margin-bottom: 15px; font-size: clamp(3rem, 5.2vw, 5.6rem); font-weight: 550; }
.cta-card p:not(.eyebrow) { margin: 0; color: #b1c4bc; }
.contact-action { display: flex; align-items: stretch; flex-direction: column; gap: 13px; text-align: center; }
.contact-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; }
.contact-email, .contact-phone { color: white; font-size: .8rem; font-weight: 720; overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 4px; }
.contact-action small { color: #8fa69c; font-size: .68rem; }

.site-footer { padding: 0 0 45px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; padding-top: 52px; gap: 38px 90px; border-top: 1px solid var(--line); }
.footer-brand { margin-bottom: 16px; }
.footer-grid > div > p { max-width: 420px; margin-bottom: 8px; color: var(--ink-soft); font-size: .87rem; }
.footer-contact { display: flex; flex-wrap: wrap; gap: 7px 18px; }
.footer-email, .footer-phone { color: #53675f; font-size: .78rem; text-decoration: underline; text-underline-offset: 4px; }
.footer-grid nav { display: grid; grid-template-columns: repeat(2, auto); gap: 9px 34px; align-content: start; font-size: .82rem; font-weight: 680; }
.footer-grid nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-meta { grid-column: 1 / -1; display: flex; padding-top: 22px; justify-content: space-between; color: #7a8681; border-top: 1px solid var(--line); font-size: .7rem; }

.error-page { display: grid; min-height: 100vh; padding: 110px 0 60px; place-items: center; }
.error-card { max-width: 760px; padding: 60px; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); text-align: center; }
.error-code { display: block; margin-bottom: 10px; color: var(--mint-strong); font-size: 1rem; font-weight: 850; letter-spacing: .16em; }
.error-card h1 { margin-bottom: 20px; font-size: clamp(3.2rem, 8vw, 6.2rem); }
.error-card p { max-width: 520px; margin: 0 auto 30px; color: var(--ink-soft); }

.motion-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2, .7, .2, 1); }
.motion-ready .reveal-delay { transition-delay: 110ms; }
.motion-ready .reveal-delay-2 { transition-delay: 210ms; }
.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes hero-float { 0%, 100% { transform: rotateY(-8deg) rotateZ(-1deg) translateY(0); } 50% { transform: rotateY(-5deg) rotateZ(-.4deg) translateY(-12px); } }
@keyframes hero-float-back { 0%, 100% { transform: translateZ(-100px) rotateZ(3deg) translateY(0); } 50% { transform: translateZ(-100px) rotateZ(2deg) translateY(11px); } }
@keyframes phone-float { 0%, 100% { transform: rotate(3deg) translateY(0); } 50% { transform: rotate(1deg) translateY(-9px); } }
@keyframes preview-pan { 0% { transform: scale(1.05) translateY(0); } 100% { transform: scale(1.09) translateY(-4%); } }
@keyframes project-pan { 0% { transform: scale(1.035) translateY(0); } 100% { transform: scale(1.06) translateY(-2.5%); } }

@media (max-width: 1080px) {
  .site-nav { gap: 14px; }
  .site-nav > a:not(.button) { font-size: .76rem; }
  .hero-layout { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero-showcase { transform: scale(.92); transform-origin: center right; }
  .project { gap: 50px; }
  .package-layout, .infrastructure-layout { gap: 65px; }
}

@media (max-width: 900px) {
  .section { padding: 90px 0; }
  .site-header { padding: 11px 0; color: var(--ink); background: rgba(250, 249, 244, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
  .site-header .button { color: white; background: var(--forest); border-color: var(--forest); }
  .menu-toggle { display: grid; width: 42px; height: 42px; padding: 10px; gap: 4px; color: inherit; background: transparent; border: 1px solid var(--line); border-radius: 10px; place-content: center; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 19px; height: 2px; background: var(--ink); border-radius: 4px; transition: transform 180ms ease, opacity 180ms ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; padding: 18px 22px 24px; align-items: stretch; flex-direction: column; gap: 5px; color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(7, 26, 22, .09); }
  .site-nav.nav-open { display: flex; }
  .site-nav > a:not(.button) { padding: 9px 0; font-size: .86rem; }
  .site-nav > a:not(.button)::after { display: none; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-showcase { min-height: 510px; transform: none; }
  .hero-browser-main { right: 5%; width: 78%; }
  .hero-browser-back { left: 3%; }
  .hero-phone { right: 1%; }
  .hero-offer { grid-template-columns: 1fr 1fr; margin-top: 40px; }
  .hero-offer a { justify-self: start; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid p:nth-child(2) { border-right: 0; }
  .trust-grid p:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .section-heading, .package-layout, .infrastructure-layout, .email-layout, .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .project { grid-template-columns: 1fr; gap: 35px; }
  .project:nth-of-type(3) .project-visual { order: 0; }
  .project-copy { max-width: 680px; }
  .concept-grid, .pulse-grid { grid-template-columns: 1fr; }
  .capability-card:nth-child(n) { grid-column: span 3; }
  .capability-card:last-child { grid-column: 2 / span 4; }
  .package-copy, .faq-intro { position: static; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-card { grid-template-columns: 1fr; gap: 45px; }
  .contact-action { max-width: 520px; text-align: left; }
  .contact-links { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 74px 0; }
  .hero { padding-top: 116px; }
  .hero-copy h1 { font-size: clamp(3.25rem, 15.5vw, 5.1rem); }
  .hero-lead { font-size: .98rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-points { align-items: flex-start; flex-direction: column; gap: 9px; }
  .hero-showcase { min-height: 390px; margin-top: 15px; }
  .hero-browser-main { top: 55px; right: 0; width: 94%; }
  .hero-browser-back { top: 5px; left: 0; width: 73%; }
  .hero-browser-screen { height: 235px; }
  .hero-browser-back .hero-browser-screen { height: 180px; }
  .hero-phone { right: -5px; width: 112px; height: 230px; border-width: 4px; border-radius: 22px; }
  .build-status { bottom: 0; left: 0; }
  .hero-offer { padding: 27px 22px; grid-template-columns: 1fr; gap: 12px; border-radius: 16px 16px 0 0; }
  .hero-offer p { margin: 5px 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid p { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .trust-grid p:nth-child(3) { border-bottom: 1px solid var(--line-light); }
  .trust-grid p:last-child { border-bottom: 0; }
  .section-heading { margin-bottom: 44px; }
  .section-heading h2 { font-size: 2.85rem; }
  .work-section::before { margin-bottom: 70px; }
  .project { min-height: 0; margin-bottom: 80px; }
  .project-visual { min-height: 330px; }
  .project-browser, .project-esencia .project-browser { inset: 0 15px 55px 0; }
  .project-screen { height: calc(100% - 38px); }
  .project-phone { right: 0; bottom: 12px; width: 96px; height: 205px; border-width: 4px; border-radius: 20px; }
  .project-esencia .project-phone { right: 0; left: auto; }
  .preview-note { bottom: 13px; max-width: 65%; }
  .project-esencia .preview-note { right: auto; left: 0; }
  .project-copy h3 { font-size: 3.25rem; }
  .concept-window { height: 205px; }
  .concept-card { padding: 17px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card:nth-child(n) { grid-column: auto; min-height: 390px; }
  .capability-card:last-child { grid-column: auto; }
  .package-copy h2, .email-copy h2 { font-size: 3.25rem; }
  .package-price { flex-wrap: wrap; }
  .package-list { padding: 25px 22px; border-radius: 22px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 250px; }
  .process-grid li > span { margin-bottom: 70px; }
  .infrastructure-visual { min-height: 430px; padding: 18px; border-radius: 22px; }
  .infra-route { padding: 55px 0; }
  .infra-route span { padding: 9px 8px; font-size: .54rem; }
  .infra-metrics { grid-template-columns: 1fr; }
  .infra-metrics p { display: flex; padding: 12px; align-items: center; justify-content: space-between; }
  .infra-metrics b { margin: 0; }
  .email-console { padding: 24px; border-radius: 22px; }
  .email-addresses span { overflow-wrap: anywhere; }
  .guarantee-section { padding: 74px 0; }
  .guarantee-card { padding: 38px 26px; grid-template-columns: 1fr; gap: 36px; border-radius: 22px; }
  .guarantee-mark { width: 115px; height: 115px; }
  .guarantee-mark b { font-size: 3rem; }
  .faq-intro h2 { font-size: 3rem; }
  .faq-list summary { font-size: .94rem; }
  .cta-section { padding: 74px 0; }
  .cta-card { min-height: 470px; padding: 42px 27px; border-radius: 22px; }
  .cta-card h2 { font-size: 3.1rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { grid-template-columns: 1fr 1fr; }
  .footer-meta { align-items: flex-start; flex-direction: column; gap: 6px; }
  .error-card { padding: 42px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-browser-main { transform: rotateY(-5deg) rotateZ(-1deg); }
  .hero-browser-back { transform: translateZ(-100px) rotateZ(3deg); }
  .hero-phone { transform: rotate(2deg); }
  .hero-browser-screen img, .project-screen img { transform: none; }
}
