/* IBRILLIANT LTD — premium global trade website */
:root {
    --bg: #071018;
    --bg-2: #0a1620;
    --panel: #0c1b26;
    --panel-2: #10232f;
    --text: #eef7f4;
    --muted: #8fa6ad;
    --line: rgba(255,255,255,.10);
    --accent: #78e6bd;
    --accent-2: #9bf0d2;
    --ink: #06110d;
    --white: #fff;
    --max: 1200px;
    --radius: 22px;
    --shadow: 0 24px 80px rgba(0,0,0,.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; width: 100%; overflow-x: hidden; }
body {
    margin: 0;
    color: var(--text);
    background: var(--bg);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    overflow-x: hidden;
}
body::selection { background: var(--accent); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 44px)); max-width: 100%; margin: 0 auto; }
.section { padding: 108px 0; }
.section-kicker {
    display: inline-block;
    color: var(--accent);
    letter-spacing: .18em;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 18px;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; overflow-wrap: anywhere; }
h2 { font-size: clamp(38px, 5vw, 67px); line-height: .98; margin-bottom: 0; }
p { line-height: 1.75; color: var(--muted); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

/* header */
.site-header {
    position: fixed; inset: 0 0 auto 0; z-index: 50; height: 84px;
    display: flex; align-items: center; transition: .25s ease;
}
.site-header.scrolled {
    height: 70px; background: rgba(7,16,24,.82);
    backdrop-filter: blur(18px); border-bottom: 1px solid var(--line);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
    width: 42px; height: 42px; display: grid; place-items: center;
    border: 1px solid rgba(120,230,189,.55); color: var(--accent); border-radius: 11px;
    font-weight: 900; letter-spacing: -.06em; background: rgba(120,230,189,.06);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 16px; letter-spacing: .08em; }
.brand-copy small { font-size: 8px; letter-spacing: .22em; color: var(--muted); margin-top: 5px; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 13px; color: #b6c6ca; }
.nav a { transition: color .2s ease; }
.nav a:hover { color: var(--white); }
.nav-cta {
    padding: 12px 18px; border: 1px solid rgba(120,230,189,.55);
    color: var(--accent) !important; border-radius: 999px;
}
.nav-toggle { display: none; border: 0; background: none; width: 42px; height: 42px; padding: 9px; }
.nav-toggle span { display: block; height: 1px; background: white; margin: 6px 0; }

/* hero */
.hero {
    min-height: 850px; padding-top: 84px; position: relative; overflow: hidden;
    background:
      radial-gradient(circle at 72% 42%, rgba(29,93,89,.16), transparent 35%),
      linear-gradient(180deg, #071018 0%, #08141d 70%, #071018 100%);
}
.hero-grid {
    position: absolute; inset: 0; opacity: .16;
    background-image:
      linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(to bottom, #000, transparent 85%);
}
.hero-glow { position: absolute; width: 400px; height: 400px; border-radius: 50%; filter: blur(90px); opacity: .12; }
.hero-glow-a { background: var(--accent); right: 4%; top: 12%; }
.hero-glow-b { background: #1a6ab0; left: -10%; bottom: 8%; }
.hero-layout {
    min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 50px;
    align-items: center; position: relative; z-index: 2;
}
.eyebrow { display: flex; align-items: center; gap: 10px; color: #a8bbc0; font-size: 11px; letter-spacing: .18em; font-weight: 700; margin-bottom: 27px; }
.eyebrow span { width: 28px; height: 1px; background: var(--accent); }
.hero h1 { font-size: clamp(52px, 6.5vw, 92px); line-height: .92; max-width: 760px; margin-bottom: 28px; font-weight: 720; }
.hero h1 em { color: var(--accent); font-style: normal; font-weight: 400; }
.hero-lead { max-width: 710px; font-size: 18px; color: #9fb0b6; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.btn {
    display: inline-flex; justify-content: center; align-items: center; gap: 18px;
    min-height: 52px; padding: 0 22px; border-radius: 10px; border: 1px solid transparent;
    font-weight: 750; font-size: 13px; cursor: pointer; transition: .22s ease;
}
.btn-primary { background: var(--accent); color: var(--ink); }
.btn-primary:hover { transform: translateY(-2px); background: var(--accent-2); box-shadow: 0 12px 30px rgba(120,230,189,.16); }
.btn-ghost { border-color: var(--line); color: #c6d3d6; background: rgba(255,255,255,.025); }
.btn-ghost:hover { border-color: rgba(255,255,255,.25); color: white; }
.btn-outline { border-color: rgba(120,230,189,.35); color: var(--accent); margin-top: 25px; }
.btn-outline:hover { background: rgba(120,230,189,.06); }
.trust-row { display: flex; gap: 34px; margin-top: 48px; }
.trust-row div { display: flex; flex-direction: column; padding-left: 13px; border-left: 1px solid rgba(120,230,189,.25); }
.trust-row strong { font-size: 17px; }
.trust-row span { color: #7f9299; font-size: 10px; margin-top: 4px; white-space: nowrap; }

/* globe */
.hero-visual { display: flex; justify-content: center; align-items: center; min-height: 550px; }
.orbit-card { position: relative; width: 510px; height: 510px; }
.globe {
    position: absolute; width: 260px; height: 260px; border: 1px solid rgba(120,230,189,.5);
    border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%);
    box-shadow: inset 0 0 70px rgba(120,230,189,.04), 0 0 70px rgba(120,230,189,.05);
}
.globe::before, .globe::after {
    content: ""; position: absolute; inset: 0; border-radius: 50%; border: 1px solid rgba(120,230,189,.19);
}
.globe::before { transform: scaleX(.45); }
.globe::after { transform: scaleX(.78); }
.globe-line { position: absolute; left: 8%; right: 8%; height: 1px; background: rgba(120,230,189,.17); }
.g1 { top: 20%; transform: rotate(-4deg); } .g2 { top: 35%; transform: rotate(3deg); } .g3 { top: 50%; } .g4 { top: 65%; transform: rotate(-3deg); } .g5 { top: 80%; transform: rotate(4deg); }
.orbit-ring { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.ring-1 { width: 340px; height: 340px; }
.ring-2 { width: 430px; height: 430px; border-style: dashed; animation: rotate 30s linear infinite; }
.ring-3 { width: 505px; height: 505px; opacity: .5; }
@keyframes rotate { to { transform: translate(-50%,-50%) rotate(360deg); } }
.pin { position: absolute; display: flex; align-items: center; gap: 7px; color: #8ea3a8; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.pin i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(120,230,189,.08); }
.pin-eu { left: 36%; top: 30%; } .pin-asia { right: 13%; top: 42%; } .pin-me { right: 28%; top: 59%; } .pin-af { left: 25%; top: 61%; }
.route { position: absolute; width: 140px; height: 70px; border-top: 1px dashed rgba(120,230,189,.35); border-radius: 50%; }
.route-a { left: 44%; top: 36%; transform: rotate(24deg); } .route-b { left: 31%; top: 54%; transform: rotate(-28deg); }
.floating-stat {
    position: absolute; border: 1px solid var(--line); background: rgba(8,20,29,.76);
    backdrop-filter: blur(10px); border-radius: 11px; width: 92px; padding: 12px 13px;
    display: flex; align-items: center; gap: 9px; box-shadow: var(--shadow);
}
.floating-stat b { color: var(--accent); font-size: 11px; }
.floating-stat span { color: #9fb0b5; font-size: 8px; letter-spacing: .12em; }
.stat-a { top: 12%; left: 5%; } .stat-b { right: 0; top: 25%; } .stat-c { left: 12%; bottom: 11%; }
.capability-strip {
    position: relative; z-index: 3; height: 72px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
    display: flex; align-items: center; justify-content: space-between; color: #758990; font-size: 10px; letter-spacing: .18em; font-weight: 800;
}
.capability-strip i { width: 4px; height: 4px; background: var(--accent); border-radius: 50%; opacity: .65; }

/* intro */
.intro { background: #f0f4f2; color: #09131b; }
.split-head { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.intro .section-kicker { color: #1f8366; }
.intro h2 { color: #09131b; }
.intro p { color: #536269; font-size: 17px; margin: 0; max-width: 580px; }

/* services */
.services { background: #08131c; }
.section-heading { margin-bottom: 50px; }
.section-heading h2 { max-width: 720px; }
.section-heading.center { text-align: center; }
.section-heading.center h2 { margin-left: auto; margin-right: auto; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.service-card {
    position: relative; padding: 30px 26px; min-height: 410px; border: 1px solid var(--line);
    background: linear-gradient(160deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
    border-radius: 18px; overflow: hidden; transition: .25s ease;
}
.service-card:hover { transform: translateY(-5px); border-color: rgba(120,230,189,.3); background: linear-gradient(160deg, rgba(120,230,189,.06), rgba(255,255,255,.012)); }
.service-card::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 0; background: var(--accent); transition: .3s ease; }
.service-card:hover::after { right: 0; }
.service-no { color: #566b73; font-size: 10px; letter-spacing: .12em; }
.service-icon { width: 48px; height: 48px; border: 1px solid rgba(120,230,189,.24); display: grid; place-items: center; border-radius: 50%; color: var(--accent); font-size: 21px; margin: 42px 0 26px; }
.service-card h3 { font-size: 24px; margin-bottom: 14px; }
.service-card p { font-size: 13px; line-height: 1.7; }
.service-card ul { padding: 0; margin: 26px 0 0; list-style: none; }
.service-card li { color: #8da0a6; font-size: 11px; padding: 8px 0; border-top: 1px solid rgba(255,255,255,.065); }

/* markets */
.markets { background: #0b1822; }
.market-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.market-copy { position: sticky; top: 115px; }
.market-copy h2 { margin-bottom: 27px; }
.market-copy p { max-width: 470px; }
.text-link { color: var(--accent); font-size: 13px; font-weight: 750; display: inline-flex; gap: 14px; margin-top: 12px; }
.market-list { border-top: 1px solid var(--line); }
.market-item { display: grid; grid-template-columns: 55px 1fr; gap: 4px 20px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.market-item span { grid-row: span 2; color: var(--accent); font-size: 10px; padding-top: 6px; }
.market-item b { font-size: 20px; letter-spacing: -.02em; }
.market-item small { color: #758b92; font-size: 12px; line-height: 1.6; }

/* process */
.process { background: #f0f4f2; color: #09131b; }
.process .section-kicker { color: #1f8366; }
.process .section-heading { margin-bottom: 70px; }
.process-line { display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.process-line::before { content: ""; position: absolute; left: 4%; right: 4%; top: 17px; height: 1px; background: #c9d5d1; }
.step { position: relative; padding-right: 35px; }
.step b { display: grid; place-items: center; position: relative; z-index: 2; width: 36px; height: 36px; border-radius: 50%; background: #0b1a23; color: var(--accent); font-size: 9px; margin-bottom: 33px; }
.step h3 { font-size: 23px; margin-bottom: 11px; }
.step p { color: #5c6c71; font-size: 13px; }

/* trust */
.trust-section { background: #071018; padding-top: 0; }
.trust-panel {
    padding: 54px; border-radius: 24px; background:
      radial-gradient(circle at 20% 10%, rgba(120,230,189,.08), transparent 34%),
      #0b1922; border: 1px solid var(--line);
    display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px;
}
.trust-copy h2 { font-size: clamp(34px,4vw,54px); margin-bottom: 25px; }
.trust-copy p { margin-bottom: 0; }
.trust-points { display: flex; flex-direction: column; }
.trust-points > div { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.trust-points > div:last-child { border-bottom: 0; }
.trust-points i { width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; color: var(--ink); background: var(--accent); border-radius: 50%; font-style: normal; font-weight: 900; font-size: 12px; }
.trust-points span { display: flex; flex-direction: column; gap: 6px; }
.trust-points b { font-size: 14px; }
.trust-points small { color: #7f949b; line-height: 1.55; }

/* company */
.company { background: #0a151e; }
.company-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.company-main h2 { font-size: clamp(45px,6vw,75px); }
.company-lead { max-width: 480px; margin-top: 25px; }
.credential-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.credential-grid > div { padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 105px; }
.credential-grid .wide { grid-column: 1 / -1; }
.credential-grid span { color: #71868d; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; display: block; margin-bottom: 10px; }
.credential-grid strong { font-size: 14px; line-height: 1.5; }
.status { color: var(--accent); display: inline-flex; align-items: center; gap: 8px; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(120,230,189,.08); }

/* contact */
.contact { background: #eef3f0; color: #09131b; }
.contact .section-kicker { color: #1f8366; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact-copy h2 { margin-bottom: 27px; }
.contact-copy > p { color: #56666b; max-width: 460px; }
.direct-contact { margin-top: 45px; border-top: 1px solid #cbd6d2; }
.direct-contact > a, .direct-contact > div { display: flex; align-items: center; gap: 15px; padding: 19px 0; border-bottom: 1px solid #cbd6d2; }
.direct-contact > a i { margin-left: auto; font-style: normal; color: #1f8366; }
.contact-icon { width: 38px; height: 38px; flex: 0 0 38px; border-radius: 10px; display: grid; place-items: center; background: #0b1a23; color: var(--accent); font-size: 10px; font-weight: 800; }
.direct-contact span:nth-child(2) { display: flex; flex-direction: column; gap: 4px; }
.direct-contact small { color: #748287; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.direct-contact b { font-size: 13px; }
.form-card { background: white; border: 1px solid #d9e0dd; border-radius: 20px; padding: 32px; box-shadow: 0 24px 70px rgba(16,33,40,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-card label { display: block; font-size: 11px; font-weight: 750; color: #526066; margin-bottom: 15px; }
.form-card input, .form-card textarea {
    width: 100%; margin-top: 8px; border: 1px solid #d5dfdb; border-radius: 9px; background: #f9fbfa;
    color: #0b151b; padding: 13px 14px; outline: none; transition: .2s ease; font-size: 13px;
}
.form-card input:focus, .form-card textarea:focus { border-color: #5ab995; box-shadow: 0 0 0 3px rgba(90,185,149,.11); background: white; }
.form-card textarea { min-height: 135px; resize: vertical; line-height: 1.55; }
.consent { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 500 !important; line-height: 1.5; }
.consent input { width: 15px; height: 15px; flex: 0 0 15px; padding: 0; margin: 2px 0 0 !important; accent-color: #1f8366; }
.submit-btn { border: 0; width: 100%; margin-top: 5px; }
.form-note { color: #829096; font-size: 10px; margin: 13px 0 0; line-height: 1.5; text-align: center; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.alert { border-radius: 10px; padding: 13px 15px; margin-bottom: 18px; display: flex; flex-direction: column; gap: 4px; font-size: 12px; }
.alert.success { background: #e7f7f0; border: 1px solid #b9e6d5; color: #145c43; }
.alert.error { background: #fff0ef; border: 1px solid #f1c5c1; color: #8d3028; }

/* footer */
.footer { background: #050c12; padding: 65px 0 30px; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; padding-bottom: 50px; }
.footer-brand { margin-bottom: 23px; }
.footer-top > div > p { max-width: 500px; font-size: 13px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.footer-links > div { display: flex; flex-direction: column; gap: 12px; }
.footer-links b { color: white; font-size: 12px; margin-bottom: 5px; }
.footer-links a { color: #7f9298; font-size: 12px; }
.footer-links a:hover { color: var(--accent); }
.footer-bottom { padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #64767d; font-size: 10px; }
.legal-note { margin-top: 20px; }
.legal-note p { font-size: 9px; line-height: 1.6; color: #53656b; margin: 0; }
.wa-float {
    position: fixed; z-index: 45; right: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: 9px;
    padding: 8px 14px 8px 8px; background: var(--accent); color: var(--ink); border-radius: 999px;
    box-shadow: 0 12px 34px rgba(0,0,0,.28); font-size: 11px;
}
.wa-float span { width: 29px; height: 29px; border-radius: 50%; background: var(--ink); color: var(--accent); display: grid; place-items: center; font-size: 8px; font-weight: 900; }

@media (max-width: 980px) {
    .nav-toggle { display: block; }
    .nav {
        display: none; position: absolute; top: 67px; right: 22px; left: 22px; background: #0b1922;
        border: 1px solid var(--line); border-radius: 14px; padding: 15px; flex-direction: column; align-items: stretch; gap: 0;
        box-shadow: var(--shadow);
    }
    .nav.open { display: flex; }
    .nav a { padding: 13px 10px; }
    .nav-cta { margin-top: 6px; text-align: center; }
    .hero { min-height: auto; }
    .hero-layout { grid-template-columns: 1fr; padding-top: 90px; padding-bottom: 20px; }
    .hero-copy { text-align: center; }
    .eyebrow, .hero-actions, .trust-row { justify-content: center; }
    .hero-lead { margin-left: auto; margin-right: auto; }
    .hero-visual { min-height: 430px; }
    .orbit-card { transform: scale(.78); }
    .capability-strip span:nth-of-type(4), .capability-strip span:nth-of-type(5), .capability-strip i:nth-of-type(4) { display: none; }
    .split-head, .market-layout, .company-layout, .contact-layout, .trust-panel { grid-template-columns: 1fr; gap: 45px; }
    .market-copy { position: static; }
    .service-grid { grid-template-columns: 1fr 1fr; }
    .process-line { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
    .process-line::before { display: none; }
    .footer-top { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 620px) {
    .container { width: min(100% - 28px, var(--max)); }
    .section { padding: 80px 0; }
    h2 { font-size: 42px; }
    .hero-layout { padding-top: 70px; }
    .hero h1 { font-size: 53px; }
    .hero-lead { font-size: 15px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .trust-row { gap: 13px; }
    .trust-row div { padding-left: 9px; }
    .trust-row strong { font-size: 13px; }
    .trust-row span { font-size: 8px; white-space: normal; }
    .hero-visual { min-height: 350px; margin: -20px 0; }
    .orbit-card { transform: scale(.62); }
    .capability-strip { overflow: hidden; gap: 15px; justify-content: center; white-space: nowrap; }
    .capability-strip span:nth-of-type(3), .capability-strip i:nth-of-type(3) { display: none; }
    .split-head { gap: 32px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: auto; }
    .process-line { grid-template-columns: 1fr; }
    .step { padding-right: 0; }
    .trust-panel { padding: 28px 22px; }
    .credential-grid { grid-template-columns: 1fr; }
    .credential-grid .wide { grid-column: auto; }
    .form-card { padding: 22px 18px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .footer-links { grid-template-columns: 1fr 1fr; }
    .footer-bottom { flex-direction: column; gap: 8px; }
}


/* Mobile fit hardening */
@media (max-width: 620px) {
    :root { --mobile-gutter: 18px; }

    .container {
        width: calc(100% - (var(--mobile-gutter) * 2));
        max-width: none;
    }

    .site-header,
    .site-header.scrolled {
        height: 66px;
        padding-top: env(safe-area-inset-top, 0px);
    }

    .nav-wrap { min-width: 0; }
    .brand { min-width: 0; gap: 9px; }
    .brand-mark { width: 38px; height: 38px; flex: 0 0 38px; border-radius: 10px; }
    .brand-copy { min-width: 0; }
    .brand-copy strong { font-size: 14px; letter-spacing: .06em; }
    .brand-copy small { font-size: 7px; letter-spacing: .16em; }
    .nav-toggle { flex: 0 0 42px; }

    .nav {
        position: fixed;
        top: calc(66px + env(safe-area-inset-top, 0px));
        left: var(--mobile-gutter);
        right: var(--mobile-gutter);
        max-height: calc(100dvh - 90px);
        overflow-y: auto;
    }

    .hero {
        padding-top: 66px;
        min-height: 0;
    }

    .hero-layout {
        min-height: 0;
        width: 100%;
        padding-top: 58px;
        padding-bottom: 8px;
        gap: 18px;
    }

    .hero-copy { min-width: 0; }
    .eyebrow {
        justify-content: center;
        font-size: 9px;
        letter-spacing: .13em;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .eyebrow span { width: 20px; flex: 0 0 20px; }

    .hero h1 {
        font-size: clamp(40px, 12.5vw, 52px);
        line-height: .96;
        letter-spacing: -.045em;
        margin-bottom: 20px;
    }

    .hero-lead {
        font-size: 14px;
        line-height: 1.65;
        width: 100%;
        max-width: 38rem;
    }

    .hero-actions {
        width: 100%;
        gap: 10px;
        margin-top: 26px;
    }
    .hero-actions .btn {
        width: 100%;
        min-width: 0;
        min-height: 50px;
        padding: 0 15px;
        gap: 10px;
        white-space: normal;
        text-align: center;
    }

    .trust-row {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        gap: 0;
        margin-top: 32px;
    }
    .trust-row div {
        min-width: 0;
        padding: 0 8px;
        border-left: 1px solid rgba(120,230,189,.2);
    }
    .trust-row div:first-child { border-left: 0; }
    .trust-row strong { font-size: 12px; }
    .trust-row span { font-size: 7.5px; line-height: 1.35; overflow-wrap: anywhere; }

    .hero-visual {
        width: 100%;
        min-width: 0;
        min-height: 300px;
        height: 300px;
        margin: 0;
        overflow: hidden;
    }
    .orbit-card {
        width: 510px;
        height: 510px;
        flex: 0 0 510px;
        transform: scale(.54);
        transform-origin: center center;
    }

    .capability-strip {
        width: calc(100% - (var(--mobile-gutter) * 2));
        height: 58px;
        gap: 10px;
        padding: 0;
        justify-content: space-around;
        overflow: hidden;
    }
    .capability-strip span { font-size: 8px; letter-spacing: .11em; }
    .capability-strip span:nth-of-type(n+3),
    .capability-strip i:nth-of-type(n+2) { display: none; }

    .section { padding: 70px 0; }
    .section-kicker { font-size: 10px; letter-spacing: .15em; margin-bottom: 14px; }
    h2 { font-size: clamp(36px, 11vw, 44px); line-height: 1.02; }
    p { overflow-wrap: anywhere; }

    .split-head,
    .market-layout,
    .company-layout,
    .contact-layout,
    .trust-panel { gap: 30px; }

    .intro p { font-size: 15px; line-height: 1.7; }
    .section-heading { margin-bottom: 32px; }

    .service-card {
        padding: 24px 20px;
        border-radius: 15px;
    }
    .service-icon { margin: 26px 0 20px; }
    .service-card h3 { font-size: 22px; }

    .market-item {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 4px 12px;
        padding: 22px 0;
    }
    .market-item b { min-width: 0; font-size: 18px; overflow-wrap: anywhere; }
    .market-item small { min-width: 0; overflow-wrap: anywhere; }

    .process .section-heading { margin-bottom: 42px; }
    .process-line { gap: 30px; }
    .step b { margin-bottom: 18px; }

    .trust-panel { padding: 25px 18px; border-radius: 18px; }
    .trust-copy h2 { font-size: clamp(34px, 10vw, 42px); }
    .trust-points > div { gap: 12px; }
    .trust-points span { min-width: 0; }

    .company-main h2 { font-size: clamp(38px, 12vw, 50px); }
    .company-main .btn { width: 100%; padding: 0 14px; gap: 9px; text-align: center; }
    .credential-grid { width: 100%; min-width: 0; }
    .credential-grid > div { min-width: 0; padding: 20px 17px; min-height: auto; }
    .credential-grid strong { display: block; max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
    .credential-grid .status { display: inline-flex; }

    .direct-contact > a,
    .direct-contact > div {
        min-width: 0;
        align-items: flex-start;
        gap: 11px;
    }
    .direct-contact span:nth-child(2) { min-width: 0; flex: 1; }
    .direct-contact b {
        display: block;
        min-width: 0;
        font-size: 12px;
        line-height: 1.5;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .form-card {
        width: 100%;
        min-width: 0;
        padding: 20px 15px;
        border-radius: 16px;
    }
    .form-card input,
    .form-card textarea {
        min-width: 0;
        font-size: 16px; /* prevents Safari zoom on focus */
        padding: 12px 12px;
    }
    .form-card textarea { min-height: 125px; }
    .consent span { min-width: 0; overflow-wrap: anywhere; }

    .footer { padding-bottom: calc(26px + env(safe-area-inset-bottom, 0px)); }
    .footer-links { gap: 22px; }
    .footer-bottom { line-height: 1.5; }

    .wa-float {
        right: max(12px, env(safe-area-inset-right, 0px));
        bottom: max(12px, env(safe-area-inset-bottom, 0px));
        max-width: calc(100vw - 24px);
    }
}

@media (max-width: 390px) {
    :root { --mobile-gutter: 14px; }
    .brand-copy strong { font-size: 13px; }
    .hero-layout { padding-top: 48px; }
    .hero h1 { font-size: clamp(38px, 12vw, 46px); }
    .hero-lead { font-size: 13.5px; }
    .hero-visual { height: 270px; min-height: 270px; }
    .orbit-card { transform: scale(.49); }
    .trust-row div { padding: 0 5px; }
    .trust-row strong { font-size: 11px; }
    .footer-links { grid-template-columns: 1fr; }
}

@media (max-width: 340px) {
    .brand-copy small { display: none; }
    .hero h1 { font-size: 37px; }
    .hero-visual { height: 245px; min-height: 245px; }
    .orbit-card { transform: scale(.44); }
    .wa-float b { display: none; }
    .wa-float { padding-right: 8px; }
}

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