:root {
  --font-geist: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --background: #070807;
  --surface: #101210;
  --card: #151815;
  --card-2: #1b1e1b;
  --text: #ffffff;
  --muted: #a9aea9;
  --lime: #c7ff00;
  --lime-soft: #dcff5c;
  --border: #2a2e2a;
  --danger: #ff7c7c;
  --max: 1220px;
  --radius: 22px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--background); }
body { margin: 0; overflow-x: hidden; background: var(--background); color: var(--text); font-family: var(--font-geist), Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, select { cursor: pointer; }
img { max-width: 100%; }
.icon { display: block; width: 1.25rem; height: 1.25rem; flex: 0 0 auto; }
.button-icon { width: 1rem; height: 1rem; flex: 0 0 auto; transition: transform .2s ease; }
.button:hover .button-icon { transform: translateX(3px); }
.inline-icon { display: inline-block; width: .9rem; height: .9rem; flex: 0 0 auto; vertical-align: -.15em; }
.list-icon { width: 1rem; height: 1rem; flex: 0 0 auto; margin-top: .16rem; color: var(--lime); }
::selection { background: var(--lime); color: #070807; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: .7rem 1rem; border-radius: 8px; background: var(--lime); color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.muted { color: var(--muted); }

.site-header { position: sticky; top: 0; z-index: 100; height: 78px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(7,8,7,.9); backdrop-filter: blur(18px); }
.nav-shell { width: min(calc(100% - 2rem), 1320px); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.logo { display: inline-flex; align-items: center; width: 230px; flex: 0 0 auto; line-height: 1; }
.logo-image { display: block; width: 100%; height: auto; }
.logo-footer { width: min(100%, 270px); }
.nav-links { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.2rem); margin-left: auto; }
.nav-links > a:not(.button) { position: relative; color: #e4e7e4; font-size: .77rem; font-weight: 750; letter-spacing: .045em; text-transform: uppercase; }
.nav-links > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -12px; height: 2px; background: var(--lime); transition: right .25s ease; }
.nav-links > a:hover::after, .nav-links > a.active::after { right: 0; }
.nav-links > a.active { color: var(--lime); }
.nav-actions { display: flex; align-items: center; gap: 1rem; }
.language { display: flex; gap: .3rem; align-items: center; color: #777d77; font-size: .72rem; font-weight: 850; }
.language .selected { color: var(--lime); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 12px; background: var(--card); padding: 11px; }
.menu-button span { display: block; height: 2px; margin: 4px 0; background: white; }
.mobile-cta { display: none !important; }
.menu-scrim { display: none; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .8rem; padding: .78rem 1.15rem; border: 1px solid var(--lime); border-radius: 9px; background: var(--lime); color: #070807; font-size: .78rem; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; box-shadow: 0 0 0 rgba(199,255,0,0); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--lime-soft); box-shadow: 0 10px 28px rgba(199,255,0,.16); }
.button-small { min-height: 40px; padding: .55rem .9rem; font-size: .7rem; }
.button-ghost { background: transparent; color: white; border-color: #596159; }
.button-ghost:hover { border-color: var(--lime); background: rgba(199,255,0,.06); }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }

.hero { position: relative; min-height: min(760px, calc(100svh - 78px)); display: grid; align-items: center; overflow: hidden; isolation: isolate; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -3; filter: saturate(.8) contrast(1.08); }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #070807 0%, rgba(7,8,7,.99) 34%, rgba(7,8,7,.72) 55%, rgba(7,8,7,.08) 84%), linear-gradient(0deg, #070807 0%, transparent 30%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--lime), transparent); opacity: .35; }
.hero-content { padding-block: 6.5rem 5rem; }
.eyebrow { margin: 0 0 .8rem; color: var(--lime); font-size: .69rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.2rem, 7.4vw, 6.75rem); line-height: .9; letter-spacing: -.07em; text-transform: uppercase; }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 strong { color: var(--lime); font-weight: 900; }
.hero-copy { max-width: 620px; margin: 1.5rem 0 0; color: #d9ddd9; font-size: clamp(1rem, 1.45vw, 1.25rem); line-height: 1.55; }
.benefits { display: flex; flex-wrap: wrap; gap: 1.2rem 2.2rem; margin: 2.6rem 0 0; padding: 0; list-style: none; }
.benefits li { display: flex; max-width: 170px; align-items: center; gap: .65rem; font-size: .7rem; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.benefits .benefit-icon { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border: 1px solid #465046; border-radius: 10px; color: var(--lime); }
.benefits .benefit-icon .icon { width: 1.15rem; height: 1.15rem; }

.trust-strip { border-block: 1px solid var(--border); background: #0c0e0c; }
.trust-strip .container { display: flex; min-height: 110px; align-items: center; gap: 2rem; }
.trust-strip p { min-width: 260px; margin: 0; font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.trust-strip ul { display: flex; flex: 1; justify-content: space-between; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.trust-strip li { color: #858b85; font-size: .78rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }

.section { padding-block: clamp(5rem, 8vw, 8rem); }
.section-dark { background: var(--surface); border-block: 1px solid rgba(255,255,255,.05); }
.section-head { max-width: 750px; margin-bottom: 3rem; }
.section-head h2, .cta-section h2, .about-story h2, .contact-layout h2 { margin: 0; font-size: clamp(2.1rem, 4.7vw, 4.35rem); line-height: 1.02; letter-spacing: -.055em; }
.section-head > p:last-child { max-width: 650px; margin: 1rem 0 0; color: var(--muted); font-size: 1.05rem; }
.section-note { margin: 1.5rem 0 0; color: var(--muted); font-size: .85rem; }
.section-action { display: flex; justify-content: center; margin-top: 2.5rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { position: relative; min-height: 315px; padding: 1.6rem; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: linear-gradient(145deg, #171a17, #101210); transition: border-color .25s ease, transform .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #566156; }
.service-card::after { content: ""; position: absolute; right: -60px; bottom: -70px; width: 160px; height: 160px; border: 1px solid #303530; border-radius: 50%; }
.card-index { position: absolute; top: 1rem; right: 1.1rem; color: #505650; font-family: var(--font-mono); font-size: .72rem; }
.service-icon { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 2.4rem; border: 1px solid #495049; border-radius: 50%; color: var(--lime); }
.service-icon .icon { width: 1.35rem; height: 1.35rem; }
.service-card h3 { max-width: 290px; margin: 0 0 .7rem; font-size: 1.3rem; line-height: 1.15; }
.service-card p { margin: 0 0 1rem; color: var(--muted); font-size: .91rem; }
.service-card a { display: inline-flex; align-items: center; gap: .35rem; color: var(--lime); font-size: .73rem; font-weight: 800; text-transform: uppercase; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.process-step { min-height: 300px; padding: 1.7rem; background: #0b0d0b; }
.process-step > div { display: flex; align-items: center; justify-content: space-between; }
.process-step > div span { color: var(--lime); font-family: var(--font-mono); font-size: 2rem; font-weight: 700; }
.process-step i { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid #556055; border-radius: 50%; color: var(--lime); font-style: normal; }
.process-step i .icon { width: 1.25rem; height: 1.25rem; }
.process-step h3 { margin: 4rem 0 .7rem; font-size: 1.15rem; text-transform: uppercase; }
.process-step p { margin: 0; color: var(--muted); font-size: .9rem; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 1rem; }
.pricing-card { position: relative; display: flex; flex-direction: column; min-height: 680px; padding: 1.6rem; border: 1px solid var(--border); border-radius: var(--radius); background: linear-gradient(160deg, #191c19, #111311); }
.pricing-card.featured { border-color: var(--lime); box-shadow: 0 0 0 1px rgba(199,255,0,.15), 0 20px 55px rgba(0,0,0,.25); }
.pricing-icon { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: .7rem; border: 1px solid #495049; border-radius: 50%; color: var(--lime); }
.pricing-icon .icon { width: 1.3rem; height: 1.3rem; }
.popular { position: absolute; top: 0; right: 1.4rem; padding: .4rem .75rem; border-radius: 0 0 8px 8px; background: var(--lime); color: #070807; font-size: .64rem; font-weight: 900; text-transform: uppercase; }
.pricing-card h2 { max-width: 220px; margin: .8rem 0 1.2rem; font-size: 1.35rem; line-height: 1.1; }
.price { color: var(--lime); font-size: 3.25rem; font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.cadence { margin: .4rem 0 1.2rem !important; color: #e8ebe8 !important; font-size: .72rem !important; font-weight: 800; text-transform: uppercase; }
.pricing-card > p { color: var(--muted); font-size: .88rem; }
.pricing-card h3 { margin: 1.35rem 0 .65rem; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.pricing-card ul { margin: 0 0 1.5rem; padding: 0; list-style: none; }
.pricing-card li { display: flex; gap: .65rem; margin: .45rem 0; color: #dce0dc; font-size: .83rem; }
.pricing-card li .list-icon { color: var(--lime); }
.pricing-card .button { margin-top: auto; }
.home-pricing { grid-template-columns: repeat(3, 1fr); }

.portfolio-preview, .portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.mini-project, .portfolio-card { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--card); }
.mini-project { padding-bottom: 1.4rem; }
.mini-project > h3, .mini-project > p, .mini-project > .tag { margin-inline: 1.3rem; }
.mini-project h3 { margin-bottom: .4rem; }
.mini-project p { color: var(--muted); font-size: .88rem; }
.portfolio-art { position: relative; min-height: 240px; overflow: hidden; background-color: #171a17; background-image: radial-gradient(circle at 65% 30%, rgba(199,255,0,.18), transparent 25%), linear-gradient(135deg, transparent 30%, rgba(255,255,255,.04) 30% 31%, transparent 31% 60%, rgba(199,255,0,.08) 60% 61%, transparent 61%); }
.portfolio-art::before { content: ""; position: absolute; left: 50%; top: 50%; width: 120px; height: 190px; border: 1px solid #555d55; border-radius: 18px; transform: translate(-50%, -50%) rotate(8deg); }
.portfolio-art > span { position: absolute; top: 1rem; left: 1rem; color: var(--lime); font-family: var(--font-mono); font-size: .72rem; }
.art-1 { background-color: #1d1914; }
.art-2 { background-color: #10191a; }
.art-3 { background-color: #191214; }
.art-4 { background-color: #141721; }
.art-5 { background-color: #1a1711; }
.play-mark { position: absolute; left: 50%; top: 50%; display: grid; width: 56px; height: 56px; place-items: center; border: 1px solid var(--lime); border-radius: 50%; background: rgba(7,8,7,.7); color: var(--lime); transform: translate(-50%, -50%); }
.play-mark .icon { width: 1.15rem; height: 1.15rem; margin-left: 2px; }
.tag { display: inline-block; margin-top: 1.2rem; padding: .3rem .5rem; border: 1px solid #475047; border-radius: 5px; color: var(--lime); font-size: .58rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.filters button { padding: .6rem .9rem; border: 1px solid var(--border); border-radius: 999px; background: transparent; color: var(--muted); font-size: .75rem; font-weight: 750; }
.filters button.active { border-color: var(--lime); background: var(--lime); color: #070807; }
.portfolio-card { transition: transform .25s ease, border-color .25s ease; }
.portfolio-card:hover { transform: translateY(-5px); border-color: #536053; }
.portfolio-content { padding: 0 1.4rem 1.4rem; }
.portfolio-content .muted { display: inline-block; margin: 0 0 0 .6rem; font-size: .65rem; text-transform: uppercase; }
.portfolio-content h2 { margin: .8rem 0 .4rem; font-size: 1.35rem; }
.portfolio-content p { color: var(--muted); }
.portfolio-content small { display: block; padding-top: 1rem; border-top: 1px solid var(--border); color: #7f867f; }

.faq-section { display: grid; grid-template-columns: .8fr 1.4fr; gap: 5rem; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: .6rem; padding: 1.3rem 0; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--lime); font-family: var(--font-mono); font-size: .7rem; }
.faq-list summary i { color: var(--lime); font-style: normal; font-size: 1.4rem; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: 0 0 1.4rem 45px; color: var(--muted); }

.cta-section { padding-block: 5rem; overflow: hidden; border-block: 1px solid #3d493d; background: radial-gradient(circle at 80% 50%, rgba(199,255,0,.12), transparent 35%), #111511; }
.cta-section .container { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-section h2 { max-width: 780px; }
.cta-section p:not(.eyebrow) { max-width: 630px; color: var(--muted); }
.cta-section .button { flex: 0 0 auto; }

.breadcrumbs { display: flex; gap: .7rem; padding-top: 2rem; color: #7f857f; font-size: .72rem; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--lime); }
.page-hero { position: relative; padding: 5rem 0 6rem; overflow: hidden; border-bottom: 1px solid var(--border); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 980px; margin: 0; font-size: clamp(3rem, 7vw, 6.5rem); line-height: .94; letter-spacing: -.065em; text-transform: uppercase; }
.page-hero .container > p:last-child { max-width: 720px; margin: 1.5rem 0 0; color: var(--muted); font-size: 1.15rem; }
.page-hero-grid { position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, transparent 20%, black); }

.service-detail-list { border-top: 1px solid var(--border); }
.service-detail { display: grid; grid-template-columns: 95px 1fr; gap: 1rem; padding: 4rem 0; border-bottom: 1px solid var(--border); scroll-margin-top: 100px; }
.detail-number { display: flex; align-items: flex-start; flex-direction: column; gap: .75rem; color: var(--lime); font-family: var(--font-mono); font-size: 1.1rem; }
.detail-number .icon { width: 1.7rem; height: 1.7rem; }
.service-detail h2 { margin: 0 0 2rem; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; letter-spacing: -.05em; }
.detail-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.detail-columns h3 { color: var(--lime); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }
.detail-columns p { color: var(--muted); font-size: .91rem; }
.service-detail .button { margin-top: 1rem; }
.notice-box { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; padding: 1.2rem; border: 1px solid #465046; border-radius: 14px; background: #101410; }
.notice-box > .icon { width: 1.5rem; height: 1.5rem; color: var(--lime); }
.notice-box p { margin: 0; color: var(--muted); }

.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.info-card { min-height: 230px; padding: 1.5rem; border: 1px solid var(--border); border-radius: 16px; background: linear-gradient(160deg, #171a17, #0e100e); }
.info-card > span { color: var(--lime); font-family: var(--font-mono); font-size: .7rem; }
.info-card h3 { margin: 2.8rem 0 .7rem; font-size: 1.18rem; line-height: 1.15; }
.info-card p { margin: 0; color: var(--muted); font-size: .88rem; }

.table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius); }
table { width: 100%; min-width: 750px; border-collapse: collapse; }
th, td { padding: 1.1rem 1.25rem; border-bottom: 1px solid var(--border); text-align: left; }
th { color: var(--lime); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
td { color: #d9ddd9; font-size: .9rem; }
tr:last-child td { border: 0; }
.notes-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem 2rem; margin: 0; padding: 0; list-style: none; }
.notes-grid li { display: flex; gap: .8rem; padding: 1rem 0; border-bottom: 1px solid var(--border); color: var(--muted); }
.notes-grid .list-icon { color: var(--lime); }

.about-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; }
.about-story > p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: 1.05rem; }
.about-principle { padding: 1.4rem; border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); }
.about-mark { display: grid; min-height: 220px; place-items: center; border-radius: 14px; background: radial-gradient(circle, rgba(199,255,0,.13), transparent 38%), repeating-linear-gradient(45deg, #131613, #131613 10px, #161916 10px, #161916 20px); }
.about-mark span { width: 70px; height: 70px; border: 3px solid var(--lime); box-shadow: 0 0 36px rgba(199,255,0,.2); }
.about-principle h2 { margin: 1.3rem 0 .4rem; font-size: 1.4rem; }
.about-principle > p { margin: 0; color: var(--muted); font-size: .88rem; }
.about-principle ul { margin: 1.2rem 0 0; padding: 0; list-style: none; }
.about-principle li { display: flex; gap: .65rem; padding: .55rem 0; border-top: 1px solid var(--border); color: #dce0dc; font-size: .82rem; }
.about-principle li .list-icon { color: var(--lime); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.values-grid article { min-height: 220px; padding: 1.4rem; border: 1px solid var(--border); border-radius: 16px; background: #0b0d0b; }
.values-grid span { color: var(--lime); font-family: var(--font-mono); font-size: .7rem; }
.values-grid h3 { margin: 2.8rem 0 .7rem; font-size: 1.15rem; }
.values-grid p { margin: 0; color: var(--muted); font-size: .82rem; }

.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 5rem; align-items: start; }
.contact-layout aside { position: sticky; top: 120px; }
.contact-layout aside h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.contact-layout aside ul { margin: 2rem 0; padding: 0; list-style: none; }
.contact-layout aside li { display: flex; align-items: flex-start; flex-wrap: wrap; gap: .7rem; padding: .85rem 0; border-bottom: 1px solid var(--border); color: var(--muted); }
.contact-layout aside li > .icon { width: 1rem; height: 1rem; margin-top: .25rem; color: var(--lime); }
.contact-layout aside li > span { flex: 1; }
.contact-accent { display: flex; gap: 1rem; margin-top: 2rem; padding: 1.2rem; border-radius: 14px; background: var(--surface); }
.contact-accent .icon { width: 1.6rem; height: 1.6rem; color: var(--lime); }
.contact-accent p { margin: 0; font-size: .86rem; color: var(--muted); }
.contact-form { padding: clamp(1.25rem, 3vw, 2.5rem); border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); scroll-margin-top: 100px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.contact-form label { display: block; color: #e8ebe8; font-size: .76rem; font-weight: 700; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: .4rem; border: 1px solid #363c36; border-radius: 9px; background: #0a0c0a; color: white; padding: .8rem .85rem; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--lime); outline: 2px solid rgba(199,255,0,.18); }
.contact-form > label { margin-top: 1rem; }
.contact-form .consent { display: flex; align-items: flex-start; gap: .7rem; margin: 1.2rem 0; color: var(--muted); font-weight: 500; }
.contact-form .consent input { width: 18px; flex: 0 0 18px; margin-top: .15rem; accent-color: var(--lime); }
.honeypot { position: absolute !important; left: -10000px !important; }
.form-message { padding: .8rem 1rem; border-radius: 8px; font-size: .86rem; }
.form-message.success { background: rgba(199,255,0,.09); color: var(--lime-soft); }
.form-message.error { background: rgba(255,124,124,.08); color: var(--danger); }
.contact-form button:disabled { opacity: .55; cursor: wait; }

.legal-content { max-width: 850px; }
.legal-warning { margin-bottom: 3rem; padding: 1.2rem; border: 1px solid #6d7640; border-radius: 12px; background: rgba(199,255,0,.05); color: #e7f2bd; }
.legal-content section { padding: 2rem 0; border-bottom: 1px solid var(--border); }
.legal-content h2 { margin: 0 0 .7rem; font-size: 1.7rem; }
.legal-content p { margin: 0; color: var(--muted); }

.site-footer { padding-top: 5rem; border-top: 1px solid var(--border); background: #050605; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .9fr 1.05fr; gap: 3rem; padding-bottom: 4rem; }
.footer-brand > p { max-width: 300px; color: var(--muted); font-size: .86rem; }
.footer-brand .service-area { color: #8f958f; font-size: .67rem; letter-spacing: .06em; text-transform: uppercase; }
.site-footer h2 { margin: 0 0 1rem; color: var(--lime); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) > a, .footer-grid > div:not(.footer-brand) > p { display: block; margin: .5rem 0; color: var(--muted); font-size: .8rem; }
.footer-grid > div:not(.footer-brand) > .footer-contact-line { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem; }
.footer-contact-line .icon { width: 1rem; height: 1rem; color: var(--lime); }
.footer-grid a:hover { color: var(--lime) !important; }
.footer-book { display: inline-flex !important; align-items: center; gap: .35rem; margin-top: 1.2rem !important; color: white !important; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.25rem; border-top: 1px solid var(--border); color: #737873; font-size: .68rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.footer-bottom button { margin: 0; padding: 0; border: 0; background: transparent; color: inherit; font-size: inherit; }
.footer-bottom button:hover { color: var(--lime); }

.cookie-banner { position: fixed; right: 1rem; bottom: 1rem; left: 1rem; z-index: 150; display: flex; width: min(calc(100% - 2rem), 1100px); align-items: center; justify-content: space-between; gap: 2rem; margin: auto; padding: 1.2rem; border: 1px solid #4f594f; border-radius: 16px; background: rgba(17,20,17,.98); box-shadow: 0 20px 70px #000; }
.cookie-banner h2 { margin: 0 0 .2rem; font-size: 1rem; }
.cookie-banner p { max-width: 620px; margin: 0; color: var(--muted); font-size: .78rem; }
.cookie-banner p a { color: var(--lime); text-decoration: underline; }
.cookie-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: .5rem; }
.cookie-actions .button { min-height: 40px; padding: .5rem .75rem; font-size: .62rem; }
.cookie-toggle { display: block; margin-top: .7rem; color: #dfe3df; font-size: .75rem; }
.cookie-toggle input { accent-color: var(--lime); }

.noscript-notice { padding: .8rem 1rem; background: #312c13; color: #fff6be; text-align: center; font-size: .8rem; }

.reveal { animation: reveal .65s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1050px) {
  .nav-links { gap: 1rem; }
  .nav-links > a:not(.button) { font-size: .67rem; }
  .desktop-cta { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .home-pricing .pricing-card:last-child { grid-column: span 2; min-height: 580px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-section { grid-template-columns: 1fr; gap: 1rem; }
  .footer-grid { grid-template-columns: 1.2fr repeat(2, .8fr); }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  .site-header { height: 68px; }
  .nav-shell { width: min(calc(100% - 1.25rem), 1320px); }
  .logo { width: 190px; }
  .nav-links { position: fixed; top: 68px; right: 0; z-index: 102; display: none; width: min(88vw, 390px); height: calc(100dvh - 68px); align-items: stretch; flex-direction: column; gap: 0; padding: 1.2rem; border-left: 1px solid var(--border); background: #0b0d0b; }
  .nav-links.is-open { display: flex; }
  .nav-links > a:not(.button) { padding: 1rem .4rem; border-bottom: 1px solid var(--border); font-size: .86rem; }
  .nav-links > a:not(.button)::after { display: none; }
  .mobile-cta { display: inline-flex !important; margin-top: 1.2rem; }
  .menu-button { display: block; }
  .menu-scrim { position: fixed; inset: 68px 0 0; z-index: 101; display: block; width: 100%; border: 0; background: rgba(0,0,0,.64); }
  .hero { min-height: auto; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,8,7,.99) 0%, rgba(7,8,7,.92) 66%, rgba(7,8,7,.5)), linear-gradient(0deg, #070807 0%, transparent 45%); }
  .hero-image { object-position: 66% center; opacity: .65; }
  .hero-content { padding-block: 5rem 4rem; }
  .hero h1 { font-size: clamp(3rem, 14vw, 5rem); }
  .hero-copy { font-size: 1rem; }
  .benefits { gap: 1rem; }
  .benefits li { max-width: 145px; font-size: .64rem; }
  .trust-strip .container { align-items: flex-start; flex-direction: column; padding-block: 1.5rem; gap: 1rem; }
  .trust-strip ul { flex-wrap: wrap; justify-content: flex-start; }
  .trust-strip li { width: calc(50% - .5rem); }
  .section { padding-block: 4.5rem; }
  .service-grid, .pricing-grid, .home-pricing, .portfolio-preview, .portfolio-grid, .values-grid, .info-grid { grid-template-columns: 1fr; }
  .home-pricing .pricing-card:last-child { grid-column: auto; }
  .pricing-card { min-height: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 240px; }
  .process-step h3 { margin-top: 2.7rem; }
  .cta-section .container { align-items: flex-start; flex-direction: column; }
  .page-hero { padding-block: 3.5rem 4.5rem; }
  .service-detail { grid-template-columns: 1fr; padding-block: 3rem; }
  .detail-columns { grid-template-columns: 1fr; gap: .5rem; }
  .notes-grid { grid-template-columns: 1fr; }
  .about-grid, .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
  .contact-layout aside { position: static; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .cookie-banner { align-items: stretch; flex-direction: column; gap: 1rem; }
  .cookie-actions { flex-direction: column; }
  .cookie-actions .button { width: 100%; }
}

@media (max-width: 430px) {
  .language { font-size: .65rem; }
  .button-row .button { width: 100%; }
  .benefits { flex-direction: column; }
  .benefits li { max-width: none; }
  .trust-strip li { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
}

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