:root { --ink: #071418; --cyan: #03b9e5; --paper: #f7fbfc; --line: rgba(7, 20, 24, 0.14); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; }
.site-header { position: relative; z-index: 20; width: min(1180px, calc(100% - 40px)); min-height: 92px; margin: 0 auto; display: grid; grid-template-columns: 220px 1fr 110px; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 42px); font-size: 14px; font-weight: 700; }
nav a { position: relative; padding: 12px 0; }
nav a::after { content: ""; position: absolute; left: 0; bottom: 5px; width: 0; height: 2px; background: var(--cyan); transition: width .2s ease; }
nav a:hover::after, nav a:focus-visible::after { width: 100%; }
.language-switcher { display: flex; justify-content: flex-end; align-items: center; gap: 6px; font-size: 12px; color: #758187; }
.language-switcher button { border: 0; background: none; cursor: pointer; color: inherit; padding: 8px 2px; }
.language-switcher button.active { color: var(--ink); font-weight: 800; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.menu-button { display: none; width: 34px; height: 34px; padding: 8px; border: 0; background: var(--ink); cursor: pointer; }
.menu-button span { display: block; width: 100%; height: 1px; margin: 4px 0; background: #fff; }
.hero { width: min(1180px, calc(100% - 40px)); margin: 0 auto; min-height: 670px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 72px; padding: 72px 0 68px; }
.eyebrow { margin: 0 0 24px; color: #247388; font-size: 12px; line-height: 1.4; font-weight: 800; letter-spacing: .17em; }
h1 { margin: 0; max-width: 730px; font-size: clamp(50px, 6vw, 86px); line-height: .97; letter-spacing: -.065em; font-weight: 800; }
h1 span { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.hero-intro { max-width: 635px; margin: 30px 0 0; color: #53656b; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.primary-cta { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 58px; padding: 0 24px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.primary-cta:hover { background: #12313a; transform: translateY(-2px); }
.primary-cta span { color: var(--cyan); font-size: 20px; }
.text-link { border-bottom: 1px solid var(--ink); padding-bottom: 5px; font-size: 14px; font-weight: 700; }
.hero-panel { position: relative; height: 490px; overflow: hidden; background: var(--cyan); border-radius: 2px; isolation: isolate; }
.hero-panel::before { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; transform: rotate(28deg) scaleX(.62); }
.orbit { position: absolute; left: 50%; top: 50%; width: 470px; height: 185px; border: 1px solid rgba(7,20,24,.58); border-radius: 50%; transform: translate(-50%,-50%) rotate(-24deg); }
.orbit-two { transform: translate(-50%,-50%) rotate(61deg); }
.signal-card { position: absolute; left: 34px; bottom: 34px; width: 218px; padding: 26px; background: rgba(247,251,252,.94); box-shadow: 0 18px 50px rgba(7,20,24,.18); }
.signal-card p { margin: 0 0 18px; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.signal-card strong { display: block; font-size: 60px; line-height: 1; letter-spacing: -.07em; }
.signal-card span { display: block; margin-top: 9px; color: #52646a; font-size: 13px; line-height: 1.4; }
.trust-note { position: absolute; right: 26px; top: 26px; display: flex; align-items: center; gap: 8px; padding: 10px 13px; background: var(--ink); color: #fff; font-size: 11px; letter-spacing: .06em; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(3,185,229,.2); }
.proof-strip { width: min(1180px, calc(100% - 40px)); margin: 0 auto 48px; padding: 27px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 28px; align-items: center; }
.proof-strip p { margin: 0; font-weight: 800; }
.proof-strip div { color: #53656b; font-size: 13px; }
.proof-strip div span { margin-right: 12px; color: var(--cyan); font-weight: 800; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 118px 0; }
.section-label { display: flex; align-items: center; gap: 12px; margin-bottom: 62px; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.section-label span { color: var(--cyan); }
.section-label.light { color: #fff; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 9vw; }
.statement { max-width: 420px; margin: 0; padding-left: 24px; border-left: 3px solid var(--cyan); color: #506169; font-size: 17px; line-height: 1.7; }
.about-copy h2, .services-heading h2, .method h2, .contact h2, .privacy-hero h1 { margin: 0; font-size: clamp(38px, 5vw, 66px); line-height: 1.04; letter-spacing: -.055em; }
.about-copy > p { color: #53656b; font-size: 17px; line-height: 1.8; }
.about-copy .text-link { display: inline-block; margin-top: 18px; }
.services { width: 100%; max-width: none; padding-right: max(20px, calc((100% - 1180px) / 2)); padding-left: max(20px, calc((100% - 1180px) / 2)); background: var(--ink); color: #fff; }
.services-heading { display: grid; grid-template-columns: 1.1fr .65fr; align-items: end; gap: 9vw; }
.services-heading p { margin: 0; color: #9eb0b5; font-size: 16px; line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.service-card { position: relative; min-height: 330px; padding: 32px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s ease, color .25s ease; }
.service-card > span { color: var(--cyan); font-size: 11px; font-weight: 800; }
.service-card h3 { max-width: 260px; margin: 70px 0 16px; font-size: 25px; line-height: 1.1; letter-spacing: -.03em; }
.service-card p { margin: 0; color: #9eb0b5; font-size: 14px; line-height: 1.65; transition: color .25s ease; }
.service-card i { position: absolute; right: 30px; top: 27px; color: var(--cyan); font-size: 22px; font-style: normal; }
.service-card:hover { background: var(--cyan); color: var(--ink); }
.service-card:hover > span, .service-card:hover i, .service-card:hover p { color: var(--ink); }
.method-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.method-steps { border-top: 1px solid var(--line); }
.method-steps article { display: grid; grid-template-columns: 76px 1fr; gap: 18px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.method-steps article > span { color: var(--cyan); font-size: 12px; font-weight: 800; }
.method-steps h3 { margin: 0 0 8px; font-size: 21px; }
.method-steps p { margin: 0; color: #607177; line-height: 1.6; }
.contact { width: 100%; max-width: none; padding-right: max(20px, calc((100% - 1180px) / 2)); padding-left: max(20px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: var(--cyan); }
.contact .section-label { margin-bottom: 56px; color: var(--ink); }
.contact-intro > p { max-width: 470px; margin: 24px 0 0; font-size: 17px; line-height: 1.7; }
.contact-details { margin-top: 56px; display: grid; gap: 18px; font-size: 15px; font-weight: 700; }
.contact-details a { text-decoration: underline; text-underline-offset: 4px; }
.contact-details address { font-style: normal; font-weight: 500; line-height: 1.6; }
form { align-self: start; padding: 42px; background: var(--paper); box-shadow: 0 22px 60px rgba(7,20,24,.16); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
label { display: grid; gap: 10px; margin-bottom: 22px; color: #53656b; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
input, textarea { width: 100%; border: 0; border-bottom: 1px solid #a9b4b8; border-radius: 0; background: transparent; color: var(--ink); padding: 11px 0; font: inherit; font-size: 16px; outline: 0; }
textarea { resize: vertical; }
input:focus, textarea:focus { border-bottom-color: var(--cyan); box-shadow: 0 1px 0 var(--cyan); }
.honey { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 32px; }
.form-footer p { max-width: 270px; margin: 0; color: #748187; font-size: 11px; line-height: 1.5; }
.form-footer p a { color: var(--ink); text-decoration: underline; }
.form-footer button { min-width: 170px; min-height: 54px; border: 0; background: var(--ink); color: #fff; cursor: pointer; font-weight: 800; }
.form-footer button span { margin-left: 18px; color: var(--cyan); }
.form-footer button:disabled { cursor: wait; opacity: .65; }
.form-message { min-height: 22px; margin-top: 20px; font-size: 13px; font-weight: 700; }
.form-message.success { color: #08764c; }
.form-message.error { color: #a92e2e; }
footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 56px 0 38px; display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 68px; height: 68px; object-fit: contain; }
.footer-brand div { display: grid; gap: 7px; }
.footer-brand strong { letter-spacing: .13em; }
.footer-brand span { color: #718087; font-size: 12px; }
.footer-links { display: flex; gap: 28px; padding-top: 24px; font-size: 13px; font-weight: 700; }
.legal { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 28px; border-top: 1px solid var(--line); color: #718087; font-size: 11px; letter-spacing: .06em; }
.legal p { margin: 0; }
.privacy-main { min-height: 100vh; }
.privacy-hero { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 112px 0 72px; }
.privacy-hero .eyebrow { margin-bottom: 18px; }
.privacy-hero > p:last-child { max-width: 700px; margin-top: 28px; color: #53656b; font-size: 18px; line-height: 1.7; }
.privacy-content { width: min(900px, calc(100% - 40px)); margin: 0 auto 100px; padding: 64px; background: #fff; border: 1px solid var(--line); }
.privacy-content section + section { margin-top: 42px; padding-top: 42px; border-top: 1px solid var(--line); }
.privacy-content h2 { margin: 0 0 14px; font-size: 24px; letter-spacing: -.03em; }
.privacy-content p, .privacy-content li { color: #53656b; line-height: 1.75; }
.privacy-content ul { padding-left: 20px; }
.privacy-content a { color: #087f9d; text-decoration: underline; }
:focus-visible { outline: 3px solid rgba(3,185,229,.55); outline-offset: 4px; }
@media (max-width: 900px) { .site-header { grid-template-columns: 1fr auto; min-height: 78px; } .menu-button { display: block; } nav { display: none; position: absolute; left: 0; right: 0; top: 78px; padding: 24px; flex-direction: column; align-items: center; gap: 8px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(7,20,24,.08); } nav.nav-open { display: flex; } .hero { grid-template-columns: 1fr; min-height: 0; gap: 46px; padding-top: 56px; } .hero-panel { height: 400px; } .proof-strip { grid-template-columns: 1fr 1fr; } .about-grid, .services-heading, .method-grid, .contact { grid-template-columns: 1fr; } .services-grid { grid-template-columns: 1fr 1fr; } .contact { gap: 64px; } }
@media (max-width: 600px) { .site-header, .hero, .proof-strip, .section-shell, footer { width: min(100% - 28px, 1180px); } .section-shell { padding: 82px 0; } .services, .contact { width: 100%; padding-right: 14px; padding-left: 14px; } .brand img { width: 44px; height: 44px; } .brand span { font-size: 11px; } h1 { font-size: 48px; } .hero-intro { font-size: 16px; } .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; } .hero-panel { height: 350px; } .proof-strip { grid-template-columns: 1fr; } .about-grid { gap: 54px; } .services-grid { grid-template-columns: 1fr; } .service-card { min-height: 285px; } form { padding: 28px 20px; } .field-row { grid-template-columns: 1fr; gap: 0; } .form-footer { align-items: stretch; flex-direction: column; } .form-footer button { width: 100%; } footer { grid-template-columns: 1fr; } .footer-links { flex-wrap: wrap; padding-top: 0; } .legal { flex-direction: column; gap: 12px; } .privacy-content { width: min(100% - 28px, 900px); padding: 34px 22px; } }
