:root {
  --ink: #16181c;
  --ink-2: #202329;
  --ink-3: #2c3038;
  --paper: #f6f5f1;
  --white: #ffffff;
  --volt: #f5d000;
  --volt-dark: #d9b800;
  --muted: #5f636b;
  --muted-dark: #a3a7af;
  --line: #e3e1da;
  --radius: 14px;
  --wrap: 1180px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { font-family: "Inter", system-ui, sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
h1, h2, h3 { font-family: "Space Grotesk", "Inter", sans-serif; line-height: 1.1; letter-spacing: -0.02em; }
h2 { font-size: clamp(2rem, 4vw, 2.9rem); font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 700; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--volt); }
.section { padding: 104px 0; }
.section-head { max-width: 640px; margin-bottom: 56px; }
.section-head p { color: var(--muted); font-size: 1.1rem; margin-top: 16px; }
.dark { background: var(--ink); color: var(--white); }
.dark .eyebrow, .dark .section-head p { color: var(--muted-dark); }
.paper { background: var(--paper); }

.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 26px; border-radius: 10px; font-weight: 700; font-size: 1rem; border: 2px solid transparent; transition: transform .15s, background .2s, border-color .2s, color .2s; cursor: pointer; font-family: inherit; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.btn-volt { background: var(--volt); color: var(--ink); }
.btn-volt:hover { background: var(--volt-dark); }
.btn-line { border-color: rgba(255,255,255,.3); color: var(--white); }
.btn-line:hover { border-color: var(--white); }
.btn-ink { background: var(--ink); color: var(--white); }
.btn-ink:hover { background: var(--ink-3); }
:focus-visible { outline: 3px solid var(--volt); outline-offset: 3px; }

/* Header */
header { position: sticky; top: 0; z-index: 50; background: rgba(22,24,28,.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,.08); color: var(--white); }
header .wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 24px; }
.logo { display: flex; align-items: center; gap: 12px; font-family: "Space Grotesk", sans-serif; font-size: 1.2rem; letter-spacing: -0.01em; white-space: nowrap; }
.logo svg { width: 36px; height: 36px; flex: 0 0 36px; }
.logo b { font-weight: 700; }
.logo span { font-weight: 400; color: var(--muted-dark); }
nav ul { display: flex; gap: 32px; list-style: none; }
nav a { font-weight: 500; color: #d4d6db; transition: color .2s; }
nav a:hover { color: var(--volt); }
.header-cta { padding: 10px 20px; font-size: .95rem; }
.menu-btn { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.menu-btn span { display: block; width: 24px; height: 2px; background: var(--white); margin: 6px 0; border-radius: 2px; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 88px 0 96px; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.hero .wrap > *, .work-grid > *, .about > *, .contact > * { min-width: 0; }
.hero h1 { font-size: clamp(2.5rem, 5.4vw, 4.2rem); font-weight: 700; margin-bottom: 24px; }
.hero h1 em { font-style: normal; color: var(--volt); }
.hero .lede { font-size: 1.18rem; color: #c9ccd2; max-width: 520px; margin-bottom: 36px; }
.hero .btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
.ticks { display: flex; flex-wrap: wrap; gap: 10px 24px; list-style: none; color: #c9ccd2; font-size: .95rem; }
.ticks li { display: flex; align-items: center; gap: 8px; }
.ticks svg { width: 16px; height: 16px; stroke: var(--volt); fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.circuit { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .5; }
.circuit path { fill: none; stroke: #2e323a; stroke-width: 1.5; }
.circuit .pulse { stroke: var(--volt); stroke-width: 2; stroke-dasharray: 60 1400; animation: pulse 6s linear infinite; }
.circuit .pulse.p2 { animation-delay: -3s; }
.circuit circle { fill: #2e323a; }
@keyframes pulse { from { stroke-dashoffset: 1460; } to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) { .circuit .pulse { animation: none; display: none; } html { scroll-behavior: auto; } }

/* Device mockups */
.devices { position: relative; padding-bottom: 40px; }
.laptop { position: relative; background: #0c0d10; border-radius: 14px 14px 4px 4px; padding: 12px 12px 14px; box-shadow: 0 30px 60px rgba(0,0,0,.45); border: 1px solid #33373f; }
.laptop .bar { display: flex; gap: 6px; padding: 0 2px 10px; }
.laptop .bar i { width: 9px; height: 9px; border-radius: 50%; background: #3a3e46; }
.laptop img { border-radius: 4px; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; width: 100%; }
.laptop::after { content: ""; position: absolute; left: -6%; right: -6%; bottom: -14px; height: 14px; background: linear-gradient(#3a3e46, #22252b); border-radius: 0 0 14px 14px; }
.phone { position: absolute; right: -8px; bottom: 0; width: 30%; min-width: 120px; background: #0c0d10; border-radius: 26px; padding: 8px; box-shadow: 0 24px 50px rgba(0,0,0,.5); border: 1px solid #33373f; }
.phone img { border-radius: 19px; aspect-ratio: 9 / 19; object-fit: cover; object-position: top; width: 100%; }

/* Trades strip */
.trades { background: var(--volt); color: var(--ink); padding: 18px 0; overflow: hidden; }
.trades .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 28px; font-weight: 700; font-family: "Space Grotesk", sans-serif; font-size: 1.05rem; }
.trades .label { font-family: "Inter", sans-serif; font-weight: 600; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; opacity: .7; }
.trades .dot { width: 5px; height: 5px; background: var(--ink); border-radius: 50%; }

/* Work */
.work-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 28px; }
.work-card { border-radius: var(--radius); overflow: hidden; background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; }
.work-card .shot { background: var(--ink); padding: 28px 28px 0; }
.work-card .shot img { border-radius: 8px 8px 0 0; box-shadow: 0 -4px 30px rgba(0,0,0,.35); aspect-ratio: 16 / 9; object-fit: cover; object-position: top; width: 100%; }
.work-card .body { padding: 28px 30px 32px; flex: 1; display: flex; flex-direction: column; }
.tag { display: inline-block; align-self: flex-start; background: var(--paper); border: 1px solid var(--line); font-weight: 600; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; margin-bottom: 14px; color: var(--muted); }
.work-card h3 { font-size: 1.5rem; margin-bottom: 10px; }
.work-card p { color: var(--muted); margin-bottom: 18px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; list-style: none; }
.chips li { background: var(--paper); border-radius: 6px; padding: 5px 10px; font-size: .85rem; font-weight: 500; }
.work-card .btn { margin-top: auto; align-self: flex-start; }
.next-card { border: 2px dashed #cfccc2; border-radius: var(--radius); padding: 40px 32px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; background: var(--paper); }
.next-card .plug { width: 56px; height: 56px; border-radius: 14px; background: var(--volt); display: grid; place-items: center; margin-bottom: 22px; }
.next-card .plug svg { width: 28px; height: 28px; stroke: var(--ink); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.next-card h3 { font-size: 1.6rem; margin-bottom: 12px; }
.next-card p { color: var(--muted); margin-bottom: 26px; }

/* Features */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); overflow: hidden; }
.feature { background: var(--ink); padding: 36px 32px; transition: background .2s; }
.feature:hover { background: var(--ink-2); }
.feature .ic { width: 48px; height: 48px; border-radius: 12px; background: rgba(245,208,0,.12); display: grid; place-items: center; margin-bottom: 22px; }
.feature .ic svg { width: 24px; height: 24px; stroke: var(--volt); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.feature h3 { margin-bottom: 10px; }
.feature p { color: var(--muted-dark); }

/* Pricing */
.prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price { border: 1px solid var(--line); border-radius: var(--radius); padding: 36px 32px; display: flex; flex-direction: column; background: var(--white); position: relative; }
.price.featured { background: var(--ink); color: var(--white); border-color: var(--ink); box-shadow: 0 24px 50px rgba(22,24,28,.22); }
.price .badge { position: absolute; top: -13px; left: 32px; background: var(--volt); color: var(--ink); font-weight: 700; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }
.price h3 { font-size: 1.35rem; margin-bottom: 6px; }
.price .for { color: var(--muted); font-size: .95rem; margin-bottom: 22px; }
.price.featured .for { color: var(--muted-dark); }
.amount { font-family: "Space Grotesk", sans-serif; font-size: 3rem; font-weight: 700; letter-spacing: -0.03em; line-height: 1; margin-bottom: 6px; }
.amount small { font-size: 1rem; font-weight: 500; letter-spacing: 0; color: var(--muted); }
.price.featured .amount small { color: var(--muted-dark); }
.price .from { font-size: .85rem; color: var(--muted); margin-bottom: 26px; }
.price.featured .from { color: var(--muted-dark); }
.price ul { list-style: none; display: grid; gap: 12px; margin-bottom: 32px; }
.price li { display: flex; gap: 10px; align-items: flex-start; }
.price li svg { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 3px; stroke: var(--ink); fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.price.featured li svg { stroke: var(--volt); }
.price .btn { margin-top: auto; justify-content: center; }
.price-note { margin-top: 32px; color: var(--muted); text-align: center; }
.extras { margin-top: 56px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; display: grid; grid-template-columns: 1fr 2fr; gap: 32px; align-items: center; }
.extras h3 { font-size: 1.5rem; margin-bottom: 8px; }
.extras p { color: var(--muted); }
.extras ul { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.extras li { display: inline-flex; align-items: center; gap: 8px; background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; font-weight: 600; font-size: .95rem; }
.extras li svg { width: 18px; height: 18px; stroke: var(--ink); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* Process */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; position: relative; }
.steps::before { content: ""; position: absolute; top: 27px; left: 28px; right: 28px; height: 2px; background: repeating-linear-gradient(90deg, var(--ink) 0 8px, transparent 8px 14px); opacity: .25; }
.step { position: relative; }
.step .num { width: 56px; height: 56px; border-radius: 50%; background: var(--volt); color: var(--ink); font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 1.3rem; display: grid; place-items: center; margin-bottom: 22px; position: relative; border: 6px solid var(--paper); box-sizing: content-box; margin-left: -6px; margin-top: -6px; }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--muted); }

/* About */
.about { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 72px; align-items: center; }
.portrait { aspect-ratio: 4 / 5; border-radius: var(--radius); background: var(--ink); position: relative; overflow: hidden; display: grid; place-items: center; }
.portrait .initials { font-family: "Space Grotesk", sans-serif; font-size: 6rem; font-weight: 700; color: var(--volt); letter-spacing: -0.04em; }
.portrait svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .6; }
.portrait svg path { fill: none; stroke: #2e323a; stroke-width: 1.5; }
.portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about h2 { margin-bottom: 22px; }
.about p { color: var(--muted); font-size: 1.08rem; margin-bottom: 16px; }
.about .sign { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 1.2rem; color: var(--ink); margin-top: 24px; }

/* FAQ */
.faq { max-width: 820px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 24px 44px 24px 0; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 1.2rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 14px; height: 14px; margin-top: -9px; border-right: 2.5px solid var(--ink); border-bottom: 2.5px solid var(--ink); transform: rotate(45deg); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq details p { color: var(--muted); padding: 0 44px 24px 0; font-size: 1.05rem; }

/* Contact */
.contact { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: start; }
.contact h2 { margin-bottom: 20px; }
.contact .lede { color: var(--muted-dark); font-size: 1.1rem; margin-bottom: 32px; }
.mail-link { display: inline-flex; align-items: center; gap: 12px; font-family: "Space Grotesk", sans-serif; font-size: 1.3rem; font-weight: 700; color: var(--volt); border-bottom: 2px solid transparent; transition: border-color .2s; }
.mail-link:hover { border-color: var(--volt); }
.mail-link svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.promise { list-style: none; margin-top: 36px; display: grid; gap: 14px; color: #c9ccd2; }
.promise li { display: flex; gap: 12px; align-items: center; }
.promise svg { width: 18px; height: 18px; stroke: var(--volt); fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 18px; }
.socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.socials a { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border: 1.5px solid rgba(255,255,255,.2); border-radius: 10px; color: var(--white); font-weight: 600; transition: border-color .2s, color .2s; }
.socials a:hover { border-color: var(--volt); color: var(--volt); }
.socials svg { width: 20px; height: 20px; fill: currentColor; }
form { background: var(--white); color: var(--ink); border-radius: var(--radius); padding: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
form .full { grid-column: 1 / -1; }
label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 7px; }
label .opt { font-weight: 400; color: var(--muted); }
input, select, textarea { width: 100%; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 9px; font: inherit; color: var(--ink); background: var(--white); transition: border-color .2s; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(245,208,0,.5); }
textarea { min-height: 120px; resize: vertical; }
form .btn { width: 100%; justify-content: center; }
.form-note { font-size: .85rem; color: var(--muted); }
.form-note a { text-decoration: underline; }
.hidden { position: absolute; left: -9999px; }

/* Footer */
footer { background: #0f1013; color: var(--muted-dark); padding: 56px 0 32px; font-size: .95rem; }
.foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 32px; padding-bottom: 36px; border-bottom: 1px solid #25282e; }
.foot .logo { color: var(--white); margin-bottom: 12px; }
.foot p { max-width: 320px; }
.foot ul { list-style: none; display: grid; gap: 8px; }
.foot a:hover { color: var(--volt); }
.foot h4 { color: var(--white); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px; }
.legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 24px; font-size: .85rem; }
.legal a { text-decoration: underline; }

/* Simple pages */
.page { min-height: 70vh; padding: 96px 0; }
.page .wrap { max-width: 760px; }
.page h1 { font-size: clamp(2.2rem, 5vw, 3.2rem); margin-bottom: 20px; }
.page h2 { font-size: 1.4rem; margin: 36px 0 10px; }
.page p, .page li { color: var(--muted); font-size: 1.05rem; margin-bottom: 12px; }
.page ul { padding-left: 22px; }
.page a { text-decoration: underline; }

/* Responsive */
@media (max-width: 1020px) {
  .hero .wrap, .about, .contact { grid-template-columns: 1fr; }
  .hero .wrap { gap: 64px; }
  .devices { max-width: 620px; }
  .features { grid-template-columns: 1fr 1fr; }
  .prices { grid-template-columns: 1fr; max-width: 520px; }
  .steps { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .steps::before { display: none; }
  .work-grid { grid-template-columns: 1fr; }
  .extras { grid-template-columns: 1fr; padding: 28px 24px; }
  .about { gap: 48px; }
  .portrait { max-width: 360px; }
}
@media (max-width: 860px) {
  .menu-btn { display: block; }
  nav { position: absolute; top: 72px; left: 0; right: 0; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.08); display: none; }
  nav.open { display: block; }
  nav ul { flex-direction: column; gap: 0; padding: 8px 24px 20px; }
  nav li a { display: block; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .header-cta { display: none; }
}
@media (max-width: 600px) {
  .wrap { padding: 0 16px; }
  .section { padding: 72px 0; }
  .section-head { margin-bottom: 40px; }
  .hero { padding: 56px 0 72px; }
  .hero .btns .btn { flex: 1 1 auto; justify-content: center; }
  .trades .dot { display: none; }
  .trades .wrap { gap: 6px 18px; }
  .features, .steps { grid-template-columns: 1fr; }
  .feature { padding: 28px 24px; }
  .price { padding: 32px 24px; }
  .work-card .shot { padding: 18px 18px 0; }
  .work-card .body { padding: 24px 22px 28px; }
  form { grid-template-columns: 1fr; padding: 24px; }
  .phone { right: 0; }
  .logo { font-size: 1.05rem; }
  .logo svg { width: 32px; height: 32px; flex-basis: 32px; }
}
