:root {
    --bg: #070807;
    --bg-soft: #0d0f0e;
    --panel: #121413;
    --panel-2: #171918;
    --line: rgba(255, 255, 255, 0.12);
    --text: #f7f7f3;
    --muted: #b1b3ae;
    --yellow: #ffd000;
    --yellow-deep: #e6ad00;
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
    --radius: 12px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 65% 11%, rgba(255, 208, 0, 0.055), transparent 2%), var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.section-pad { padding: 42px 0; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(7, 8, 7, 0.86); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,0.04); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { width: 185px; flex: 0 0 auto; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 38px; margin-left: auto; font-size: 14px; }
.main-nav a { color: #eeeeea; position: relative; padding: 29px 0 25px; }
.main-nav a::after { content: ""; position: absolute; left: 50%; bottom: 18px; width: 0; height: 1px; background: var(--yellow); transform: translateX(-50%); transition: width .25s ease; }
.main-nav a:hover::after, .main-nav a.active::after { width: 34px; }
.nav-cta { margin-left: 8px; }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; background: transparent; border: 1px solid var(--line); border-radius: 8px; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: white; margin: 5px 0; }

.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 30px; border-radius: 5px; border: 1px solid var(--yellow); font-weight: 700; font-size: 14px; transition: .25s ease; }
.button-primary { color: #090909; background: linear-gradient(135deg, #ffd51a, #ffc400); box-shadow: 0 8px 30px rgba(255, 196, 0, 0.14); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 34px rgba(255, 196, 0, 0.23); }
.button-outline { color: var(--yellow); background: transparent; }
.button-outline:hover { background: rgba(255, 208, 0, 0.07); }

.hero { padding-top: 28px; }
.hero-grid { min-height: 520px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 54px; }
.eyebrow { color: var(--yellow); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; margin: 0 0 18px; }
.hero h1 { font-size: clamp(42px, 4vw, 58px); line-height: 1.08; letter-spacing: -.04em; margin: 0; max-width: 580px; }
.hero h1 span, .intro-panel h2 span, .trust-panel h2 span { color: var(--yellow); }
.hero-intro { color: var(--muted); font-size: 17px; max-width: 560px; margin: 24px 0 0; }
.hero-actions { display: flex; gap: 18px; margin: 34px 0 42px; }
.hero-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.hero-points article { display: grid; grid-template-columns: 32px 1fr; gap: 4px; }
.hero-points strong { display: block; font-size: 14px; margin-bottom: 4px; }
.hero-points span { display: block; color: #9da09b; font-size: 12px; line-height: 1.5; }
.mini-icon { color: var(--yellow); font-size: 24px; width: 29px; height: 29px; display: grid; place-items: center; }
.check-icon { border: 2px solid var(--yellow); border-radius: 50%; font-size: 15px; }
.lock-icon { position: relative; border: 2px solid var(--yellow); border-radius: 3px; width: 22px; height: 19px; margin: 8px 0 0 3px; }
.lock-icon::before { content: ""; position: absolute; width: 12px; height: 10px; border: 2px solid var(--yellow); border-bottom: 0; border-radius: 8px 8px 0 0; left: 3px; top: -10px; }
.yellow-icon {
    filter: brightness(0) saturate(100%) invert(41%) sepia(24%) saturate(1804%) hue-rotate(358deg) brightness(182%) contrast(135%);
}
.hero-visual { min-height: 490px; position: relative; display: flex; align-items: center; justify-content: center; isolation: isolate; transform: none; }
.hero-visual img { display: block; width: 100%; max-width: 610px; height: auto; object-fit: contain; object-position: center; filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.5)); -webkit-mask-image: radial-gradient(ellipse at center, #000 56%, rgba(0, 0, 0, 0.95) 68%, transparent 100%); mask-image: radial-gradient(ellipse at center, #000 56%, rgba(0, 0, 0, 0.95) 68%, transparent 100%); }
.network-grid { position: absolute; inset: 7% 2% 3%; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 40px 40px; transform: skewY(-4deg); mask-image: radial-gradient(circle, black 20%, transparent 78%); }
.chip { position: absolute; width: 150px; height: 108px; border-radius: 22px; background: linear-gradient(145deg, #313431, #141615); border: 1px solid rgba(255,255,255,.13); box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 23px 35px rgba(0,0,0,.6); display: grid; place-items: center; gap: 2px; transform: rotate(-7deg); z-index: 3; }
.chip::after { content: ""; position: absolute; inset: auto 9px -10px 9px; height: 13px; border-radius: 0 0 15px 15px; background: #0b0c0b; border: 1px solid rgba(255,208,0,.15); z-index: -1; }
.chip small { color: #e4e5e1; font-size: 13px; }
.chip-icon { font-size: 30px; line-height: 1; }
.chip-main { width: 205px; height: 170px; left: 34%; top: 31%; border-radius: 29px; z-index: 8; background: linear-gradient(145deg, #4b4f4b, #171918 72%); border-color: rgba(255,208,0,.3); }
.chip-main::before { content: ""; position: absolute; inset: -14px 12px 12px -12px; border-radius: 29px; border: 1px solid rgba(255,208,0,.18); z-index: -1; }
.brand-mark { position: relative; width: 74px; height: 74px; border: 9px solid #f5f5f2; border-top: 0; border-radius: 8px 8px 25px 25px; transform: rotate(-45deg); }
.brand-mark::before { content: ""; position: absolute; width: 14px; height: 54px; border-radius: 6px; background: #f5f5f2; right: -9px; top: -13px; }
.brand-mark i { position: absolute; width: 28px; height: 28px; border: 9px solid var(--yellow); border-radius: 7px; left: 14px; top: 24px; }
.chip-top { left: 37%; top: 4%; }
.chip-left { left: 4%; top: 22%; }
.chip-right { right: 0; top: 22%; }
.chip-lower-left { left: 4%; bottom: 14%; }
.chip-lower-right { right: 0; bottom: 16%; }
.chip-bottom { left: 42%; bottom: 0; }
.connector { position: absolute; height: 3px; background: linear-gradient(90deg, transparent, rgba(255,208,0,.95), transparent); box-shadow: 0 0 12px rgba(255,208,0,.5); z-index: 1; transform-origin: left center; }
.connector-a { width: 150px; left: 43%; top: 29%; transform: rotate(-80deg); }
.connector-b { width: 160px; left: 26%; top: 42%; transform: rotate(185deg); }
.connector-c { width: 160px; left: 57%; top: 42%; transform: rotate(-5deg); }
.connector-d { width: 165px; left: 32%; top: 60%; transform: rotate(145deg); }
.connector-e { width: 165px; left: 58%; top: 61%; transform: rotate(28deg); }
.connector-f { width: 130px; left: 49%; top: 66%; transform: rotate(82deg); }

.intro-panel, .trust-panel, .contact-panel { background: linear-gradient(100deg, #121413, #0d0f0e); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.intro-panel { display: grid; grid-template-columns: 1.08fr 1px 1.2fr .42fr; align-items: center; gap: 42px; padding: 36px 42px; }
.intro-panel h2 { font-size: 30px; line-height: 1.25; margin: 0; }
.intro-divider { height: 78px; background: var(--line); }
.intro-panel p { margin: 0; color: var(--muted); }

.section-heading { text-align: center; margin-bottom: 28px; }
.section-heading h2 { margin: 0; font-size: 30px; }
.section-heading p { margin: 8px 0 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.service-card { min-height: 244px; padding: 29px 21px; text-align: center; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); transition: .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(255,208,0,.38); background: linear-gradient(145deg, rgba(255,208,0,.07), rgba(255,255,255,.015)); }
.service-icon { width: 54px; height: 54px; margin: 0 auto 16px; display: grid; place-items: center; color: var(--yellow); border-radius: 11px; font-size: 23px; }
.service-card h3 { font-size: 17px; line-height: 1.3; margin: 0 0 13px; }
.service-card p { color: var(--muted); font-size: 14px; margin: 0; }

.approach { padding-top: 4px; }
.process { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; padding-top: 2px; }
.process-line { position: absolute; top: 28px; left: 8%; right: 8%; height: 3px; background: linear-gradient(90deg, transparent 0%, #8b6500 8%, #ffd000 23%, #ffd000 77%, #8b6500 92%, transparent 100%); box-shadow: 0 0 19px rgba(255,208,0,.38); }
.process-step { position: relative; text-align: center; z-index: 2; }
.process-step span { width: 48px; height: 48px; display: grid; place-items: center; margin: 3px auto 10px; color: white; background: #0b0c0b; border: 2px solid var(--yellow); border-radius: 50%; font-size: 18px; box-shadow: 0 0 22px rgba(255,208,0,.42); }
.process-step h3 { font-size: 16px; margin: 0 0 8px; }
.process-step p { color: var(--muted); font-size: 13px; margin: 0 auto; max-width: 165px; }

.trust-section { padding: 8px 0 18px; }
.trust-panel { min-height: 145px; display: grid; grid-template-columns: 230px 1.1fr 1.15fr .8fr; align-items: center; overflow: hidden; }
.shield-art { height: 100%; position: relative; display: grid; place-items: center; background: radial-gradient(circle at center, rgba(255,208,0,.18), transparent 60%); }
.wave-dots { position: absolute; inset: 0; opacity: .42; background-image: radial-gradient(circle, var(--yellow) 1px, transparent 1.4px); background-size: 9px 9px; mask-image: radial-gradient(ellipse, black 15%, transparent 72%); transform: skewY(-8deg); }
.shield { width: 84px; height: 98px; position: relative; background: linear-gradient(145deg, #f4c700, #7d5900); clip-path: polygon(50% 0, 92% 16%, 84% 73%, 50% 100%, 16% 73%, 8% 16%); filter: drop-shadow(0 0 18px rgba(255,208,0,.33)); }
.shield::after { content: ""; position: absolute; inset: 5px; background: linear-gradient(145deg, #24251f, #090a09); clip-path: inherit; }
.shield-lock { position: absolute; width: auto; height: auto; z-index: 3; padding:20px; }
.shield-lock::before { content: ""; position: absolute; width: 16px; height: 14px; border: 3px solid var(--yellow); border-bottom: 0; border-radius: 9px 9px 0 0; left: 3px; top: -14px; }
.trust-panel h2 { font-size: 25px; line-height: 1.25; padding: 20px 26px; margin: 0; }
.trust-panel > p { color: var(--muted); font-size: 13px; padding: 0 30px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.trust-panel ul { margin: 0; padding: 20px 28px 20px 52px; list-style: none; }
.trust-panel li { position: relative; font-size: 12px; margin: 10px 0; color: #d4d5d1; }
.trust-panel li::before { content: "✓"; position: absolute; left: -28px; width: 18px; height: 18px; border: 1px solid var(--yellow); border-radius: 50%; display: grid; place-items: center; color: var(--yellow); font-size: 10px; }

.contact-strip { padding: 0 0 16px; }
.contact-panel { min-height: 82px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 18px; padding: 20px 34px; }
.contact-icon { color: var(--yellow); font-size: 35px; }
.contact-panel h2 { font-size: 22px; margin: 0; }
.contact-panel p { color: var(--muted); margin: 2px 0 0; }

.site-footer { border-top: 1px solid rgba(255,255,255,.05); padding: 12px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .7fr .7fr 1fr; gap: 60px; padding-top: 14px; }
.footer-brand img { width: 180px; }
.footer-brand p, .footer-brand small { color: #969994; font-size: 12px; }
.footer-grid h3 { font-size: 13px; margin: 7px 0 11px; }
.footer-grid > div:not(.footer-brand) > a { display: block; color: #a8aaa6; font-size: 12px; margin: 7px 0; }
.socials { display: flex; gap: 16px; margin: 18px 0 34px; }
.socials a { width: 34px; height: 34px; display: grid; place-items: center; color: var(--yellow); }
.legal { display: flex; gap: 25px; }
.legal a { color: #888b87; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {       
    .main-nav { gap: 22px; }
    .hero-grid { grid-template-columns: 1fr; gap: 20px; }
    .hero-visual { width: min(720px, 100%); min-height: auto; margin: 0 auto; }
    .hero-visual img { max-width: 680px; }
    .service-grid { grid-template-columns: repeat(3, 1fr); }
    .trust-panel { grid-template-columns: 190px 1fr 1.1fr; }
    .trust-panel ul { grid-column: 1 / -1; display: flex; justify-content: center; gap: 48px; border-top: 1px solid var(--line); }
}

@media (max-width: 820px) {
    .container { width: min(100% - 30px, var(--container)); }
    .nav-toggle { display: block; }
    .nav-cta { display: none; }
    .main-nav { position: absolute; top: 86px; left: 15px; right: 15px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: #111311; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); }
    .main-nav.open { display: flex; }
    .main-nav a { padding: 13px 15px; }
    .main-nav a::after { display: none; }
    .hero h1 { font-size: 48px; }
    .hero-points { grid-template-columns: 1fr; }
    .intro-panel { grid-template-columns: 1fr; gap: 20px; }
    .intro-divider { width: 100%; height: 1px; }
    .intro-panel .button { justify-self: start; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .process { grid-template-columns: 1fr; gap: 30px; }
    .process-line { left: 23px; top: 10px; bottom: 10px; width: 3px; height: auto; right: auto; background: linear-gradient(180deg, transparent, #ffd000 14%, #ffd000 86%, transparent); }
    .process-step { display: grid; grid-template-columns: 55px 1fr; grid-template-rows: auto auto; text-align: left; column-gap: 18px; }
    .process-step span { grid-row: 1 / 3; margin: 0; }
    .process-step p { margin: 0; max-width: none; }
    .trust-panel { grid-template-columns: 1fr; text-align: center; }
    .shield-art { min-height: 150px; }
    .trust-panel > p { border: 0; padding: 0 35px 25px; }
    .trust-panel ul { display: block; text-align: left; padding-left: 65px; }
    .contact-panel { grid-template-columns: 40px 1fr; }
    .contact-panel .button { grid-column: 1 / -1; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
    .section-pad { padding: 30px 0; }
    .brand { width: 155px; }
    .hero h1 { font-size: 40px; }
    .hero-intro { font-size: 15px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-visual { min-height: auto; width: 100%; margin: 0 auto; transform: none; }
    .chip { width: 110px; height: 82px; border-radius: 16px; }
    .chip-main { width: 160px; height: 135px; left: 28%; }
    .chip small { font-size: 10px; }
    .chip-icon { font-size: 22px; }
    .service-grid { grid-template-columns: 1fr; }
    .intro-panel { padding: 28px 24px; }
    .contact-panel { padding: 23px; }
    .footer-grid { grid-template-columns: 1fr; gap: 24px; }
}


@media (max-width: 820px) {
    .hero-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .hero-visual {
        order: 1;
        width: 100%;
        min-height: auto;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .hero-visual img {
        width: 100%;
        max-width: 420px;
        height: auto;
        margin: 0;
        object-fit: contain;
    }

    .hero-copy {
        order: 2;
    }
}

@media (max-width: 560px) {
    .hero {
        padding-top: 20px;
    }

    .hero-grid {
        gap: 12px;
    }

    .hero-visual img {
        width: 100%;
        max-width: 330px;
        margin: 0 auto;
    }
}

/* Mobile hero layout: chipset above heading */
@media (max-width: 820px) {
    .hero-grid { grid-template-columns: 1fr; gap: 20px; }
    .hero-visual { order: 1; width: 100%; min-height: auto; margin: 0; display: flex; justify-content: center; align-items: center; overflow: hidden; }
    .hero-visual img { width: 100%; max-width: 420px; height: auto; margin: 0 auto; object-fit: contain; }
    .hero-copy { order: 2; }
}

@media (max-width: 560px) {
    .hero { padding-top: 18px; }
    .hero-grid { grid-template-columns: 1fr; gap: 12px; }
    .hero-visual { order: 1; width: 100%; min-height: auto; margin: 0; }
    .hero-visual img { width: 100%; max-width: 330px; height: auto; margin: 0 auto; }
    .hero-copy { order: 2; }
}
