:root {
    --ink: #101828;
    --muted: #5b6472;
    --line: #d9e2ec;
    --surface: #ffffff;
    --soft: #f5f8fb;
    --blue: #1357ff;
    --cyan: #00a8c8;
    --red: #e63946;
    --navy: #071832;
    --radius: 8px;
    --shadow: 0 18px 50px rgba(7, 24, 50, 0.12);
}
* { box-sizing: border-box; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--surface);
    font-family: Inter, "Segoe UI", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
    line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255,255,255,0.96);
    border-bottom: 1px solid rgba(217,226,236,0.82);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 28px rgba(7,24,50,0.04);
}
.nav-shell { min-height: 72px; display: flex; align-items: center; gap: 28px; }
.brand { font-size: 24px; font-weight: 800; letter-spacing: 0; white-space: nowrap; }
.brand-lotto { color: #143a7b; }
.brand-bridge { color: var(--red); }
.desktop-nav { flex: 1; }
.desktop-nav ul, .mobile-nav ul { list-style: none; padding: 0; margin: 0; }
.desktop-nav ul { display: flex; justify-content: center; gap: 6px; }
.desktop-nav a, .mobile-nav a {
    display: block;
    padding: 10px 12px;
    color: #24364f;
    font-size: 14px;
    font-weight: 650;
    border-radius: var(--radius);
}
.desktop-nav a:hover, .desktop-nav a.active, .mobile-nav a.active { color: var(--blue); background: rgba(19,87,255,0.08); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-brief {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(19,87,255,0.22);
    border-radius: var(--radius);
    background: rgba(19,87,255,0.08);
    color: var(--blue);
    font-size: 13px;
    font-weight: 800;
    padding: 0 12px;
    white-space: nowrap;
}
.language-select {
    height: 40px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    color: var(--ink);
    padding: 0 12px;
    font-weight: 650;
}
.mobile-toggle { display: none; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); position: relative; }
.mobile-toggle::before {
    content: "";
    display: block;
    width: 16px;
    height: 12px;
    background:
        linear-gradient(var(--navy), var(--navy)) 0 0 / 100% 2px no-repeat,
        linear-gradient(var(--navy), var(--navy)) 0 5px / 100% 2px no-repeat,
        linear-gradient(var(--navy), var(--navy)) 0 10px / 100% 2px no-repeat;
}
.mobile-toggle i { display: none; }
.mobile-nav { display: none; border-top: 1px solid var(--line); background: #fff; }
.mobile-nav.open { display: block; }
.mobile-nav ul { width: min(1180px, calc(100% - 40px)); margin: 10px auto 16px; display: grid; gap: 4px; }
.mobile-nav-tools { width: min(1180px, calc(100% - 40px)); margin: 0 auto 14px; display: none; }
.mobile-nav.open .mobile-nav-tools { display: flex; }
.mobile-nav-tools .language-select { width: 100%; }
.hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 72px;
    background:
        linear-gradient(130deg, rgba(19,87,255,0.10), transparent 34%),
        radial-gradient(circle at 78% 16%, rgba(0,168,200,0.22), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 78%);
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(19,87,255,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(19,87,255,0.06) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, #000, transparent 78%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr); gap: 48px; align-items: center; }
.hero-grid > *, .hero-copy { min-width: 0; }
.eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    color: var(--blue);
    background: rgba(19,87,255,0.08);
    border: 1px solid rgba(19,87,255,0.18);
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 760;
}
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; font-size: clamp(40px, 4.35vw, 60px); line-height: 1.05; letter-spacing: 0; color: var(--navy); overflow-wrap: anywhere; word-break: normal; }
html[lang="en"] h1 { font-size: clamp(38px, 3.85vw, 54px); }
.hero-lede { max-width: 720px; color: #42526a; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.conversion-intake {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: -14px 0 24px;
    color: var(--muted);
    font-size: 13px;
}
.conversion-intake span {
    flex-basis: 100%;
    font-weight: 760;
}
.conversion-intake b {
    border: 1px solid rgba(19,87,255,0.16);
    border-radius: 999px;
    background: #fff;
    color: var(--navy);
    font-size: 12px;
    padding: 6px 9px;
}
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: var(--radius);
    font-weight: 760;
    border: 1px solid transparent;
}
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 12px 28px rgba(19,87,255,0.26); }
.btn-secondary { background: #fff; color: var(--navy); border-color: var(--line); }
.btn-light { background: #fff; color: var(--blue); }
.metrics-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 28px; }
.metric { min-width: 0; padding: 16px; background: rgba(255,255,255,0.78); border: 1px solid var(--line); border-radius: var(--radius); }
.metric strong { display: block; font-size: 24px; color: var(--navy); }
.metric span { color: var(--muted); font-size: 13px; }
.hero-media {
    position: relative;
    margin: 0;
    min-height: 420px;
    overflow: hidden;
    border: 1px solid rgba(19,87,255,0.16);
    border-radius: var(--radius);
    background: #0d1f3a;
    box-shadow: var(--shadow);
}
.hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7,24,50,0.04), rgba(7,24,50,0.46));
    pointer-events: none;
}
.hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}
.hero-media figcaption {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 18px;
    z-index: 2;
    display: grid;
    gap: 4px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,0.24);
    border-radius: var(--radius);
    background: rgba(7,24,50,0.68);
    color: #fff;
    backdrop-filter: blur(14px);
}
.hero-media figcaption span { color: #9ee7f2; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: 0.08em; }
.hero-media figcaption strong { font-size: 22px; line-height: 1.15; }
.platform-visual { min-height: 420px; position: relative; overflow: visible; }
.visual-card {
    position: absolute;
    border: 1px solid rgba(19,87,255,0.18);
    background: rgba(255,255,255,0.86);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.visual-card-main { inset: 36px 38px 56px 0; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }
.visual-card-main span { color: var(--cyan); font-weight: 800; }
.visual-card-main strong { max-width: 360px; color: var(--navy); font-size: 30px; line-height: 1.1; }
.market-map {
    position: relative;
    height: 76px;
    margin: 10px 0 12px;
    overflow: hidden;
    border: 1px solid rgba(19,87,255,0.14);
    border-radius: 8px;
    background:
        radial-gradient(circle at 16% 30%, rgba(19,87,255,0.18), transparent 18%),
        radial-gradient(circle at 72% 54%, rgba(0,168,200,0.16), transparent 20%),
        linear-gradient(135deg, rgba(7,24,50,0.04), rgba(255,255,255,0.88));
}
.node, .route { position: absolute; display: block; }
.node {
    z-index: 2;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: var(--blue);
    border: 2px solid #fff;
    box-shadow: 0 0 0 6px rgba(19,87,255,0.1), 0 10px 18px rgba(19,87,255,0.2);
}
.node-a { left: 15%; top: 30%; }
.node-b { left: 42%; top: 64%; background: var(--cyan); }
.node-c { left: 69%; top: 38%; }
.node-d { left: 84%; top: 70%; background: var(--red); }
.route {
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(19,87,255,0.78), rgba(0,168,200,0.54));
    transform-origin: left center;
}
.route-a { left: 18%; top: 36%; width: 32%; transform: rotate(28deg); }
.route-b { left: 44%; top: 65%; width: 30%; transform: rotate(-24deg); }
.route-c { left: 72%; top: 46%; width: 18%; transform: rotate(42deg); background: linear-gradient(90deg, rgba(0,168,200,0.7), rgba(218,42,28,0.54)); }
.signal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.signal-grid i {
    display: flex;
    align-items: flex-end;
    min-width: 0;
    height: 38px;
    padding: 8px;
    border-radius: 6px;
    font-style: normal;
    background: linear-gradient(180deg, rgba(19,87,255,0.2), rgba(0,168,200,0.08));
}
.signal-grid i::after { content: attr(data-label); color: #1f3a5f; font-size: 11px; font-weight: 850; line-height: 1; overflow-wrap: anywhere; }
.visual-card-a, .visual-card-b, .visual-card-c { padding: 16px 18px; font-weight: 800; color: var(--navy); }
.visual-card-a { right: 0; top: 0; }
.visual-card-b { right: 12px; bottom: 18px; }
.visual-card-c { left: 24px; bottom: 0; }
.method-strip {
    padding: 18px 0;
    background: #fff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.method-inner { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
body[data-page="solutions"] .method-inner { grid-template-columns: repeat(7, minmax(0, 1fr)); }
body[data-page="cases"] .method-inner { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body[data-page="insights"] .method-inner { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body[data-page="contact"] .method-inner { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.method-step {
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(19,87,255,0.13);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(246,249,255,0.96), rgba(255,255,255,0.96));
}
.method-step strong { display: block; margin-bottom: 8px; color: var(--cyan); font-size: 12px; letter-spacing: 0.08em; }
.method-step span { display: block; color: var(--navy); font-size: 17px; font-weight: 850; }
.method-step small { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.35; }
.section { padding: 82px 0; }
.section:nth-of-type(even) { background: var(--soft); }
.section-head { width: min(780px, 100%); margin: 0 auto 34px; text-align: center; }
.section-head h2 { margin: 16px 0 12px; font-size: clamp(30px, 3.5vw, 48px); line-height: 1.12; color: var(--navy); }
.section-head p { color: var(--muted); font-size: 17px; }
.card-grid { width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
body[data-page="home"] .card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body[data-page="market"] .research-grid .card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body[data-page="market"] .solution-link-grid .card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body[data-page="cases"] .case-story-grid .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body[data-page="cases"] .case-proof-grid .card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lb-card {
    min-height: 230px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 10px 28px rgba(7,24,50,0.06);
}
.card-index { color: var(--cyan); font-weight: 850; font-size: 13px; margin-bottom: 28px; }
.lb-card h3 { color: var(--navy); font-size: 20px; line-height: 1.22; }
.lb-card h3 a { color: inherit; text-decoration: none; }
.lb-card h3 a:hover { color: var(--blue); }
.lb-card p { color: var(--muted); font-size: 15px; margin-bottom: 0; }
.country-index-grid {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.country-index-card {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 10px 28px rgba(7,24,50,0.06);
}
.country-index-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 20px; line-height: 1.2; }
.country-index-card p { margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.country-link-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.country-link-list a {
    min-width: 0;
    padding: 10px 11px;
    border: 1px solid rgba(19,87,255,0.14);
    border-radius: 8px;
    background: rgba(246,249,255,0.72);
    color: var(--navy);
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.country-link-list a:hover { border-color: rgba(19,87,255,0.38); background: #fff; color: var(--blue); }
.country-link-list span { display: block; font-weight: 850; line-height: 1.2; overflow-wrap: anywhere; }
.country-link-list small { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.2; overflow-wrap: anywhere; }
.contact-panel { background: #fff; }
.brief-form { width: min(860px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.brief-form label, .brief-form .form-field { display: grid; gap: 8px; color: var(--navy); font-weight: 760; }
.brief-form .wide { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); padding: 13px 14px; font: inherit; color: var(--ink); background: #fff; }
textarea { min-height: 138px; resize: vertical; }
.choice-group-title { margin-top: 4px; color: var(--muted); font-size: 13px; font-weight: 820; text-transform: uppercase; letter-spacing: .04em; }
.choice-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.core-needs-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.game-needs-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.choice-grid label {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--soft);
    color: #24364f;
    font-size: 13px;
    font-weight: 760;
}
.choice-grid input { width: auto; margin: 0; accent-color: var(--blue); }
.readiness-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lead-context-card {
    border: 1px solid rgba(19,87,255,0.18);
    border-radius: var(--radius);
    background: rgba(19,87,255,0.055);
    padding: 14px 16px;
}
.lead-context-card strong { display: block; color: var(--navy); margin-bottom: 4px; }
.lead-context-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.lead-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0;
    pointer-events: none;
}
.lead-routing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px;
    border: 1px solid rgba(19,87,255,0.14);
    border-radius: var(--radius);
    background: #fff;
}
.lead-routing strong { display: block; margin-bottom: 4px; color: var(--navy); font-size: 15px; }
.lead-routing p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.lead-routing a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: var(--radius);
    background: rgba(19,87,255,0.08);
    color: var(--blue);
    font-size: 13px;
    font-weight: 850;
}
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.form-status {
    display: none;
    padding: 12px 14px;
    border: 1px solid rgba(19,87,255,0.18);
    border-radius: var(--radius);
    background: rgba(19,87,255,0.06);
    color: var(--navy);
    font-size: 14px;
    line-height: 1.45;
}
.form-status.is-visible { display: block; }
.form-note { margin: -4px 0 0; color: var(--muted); font-size: 13px; }
.contact-detail-grid {
    width: min(960px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.contact-detail-card {
    min-height: 178px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 10px 28px rgba(7,24,50,0.06);
}
.contact-detail-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
    background: rgba(19,87,255,0.08);
    color: var(--blue);
    font-size: 18px;
}
.contact-detail-card h3 { margin-bottom: 8px; color: var(--navy); font-size: 18px; }
.contact-detail-card a, .contact-detail-card p { color: #24364f; font-size: 15px; overflow-wrap: anywhere; }
.cta-band { background: linear-gradient(135deg, var(--navy), #123f8a); color: #fff; padding: 42px 0; }
.cta-inner { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr) auto; gap: 24px; align-items: center; }
.cta-inner h2 { margin: 0; font-size: clamp(26px, 3vw, 40px); }
.cta-inner p { margin: 10px 0 0; color: rgba(255,255,255,0.76); }
.cta-focus { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.cta-focus span {
    min-width: 0;
    padding: 12px 10px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: var(--radius);
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.92);
    font-size: 13px;
    font-weight: 780;
    text-align: center;
}
.site-footer { padding: 42px 0 24px; background: #07111f; color: rgba(255,255,255,0.78); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 28px; }
.footer-brand { display: inline-block; margin-bottom: 12px; }
.site-footer h3 { color: #fff; font-size: 15px; }
.site-footer a { display: block; color: rgba(255,255,255,0.78); margin: 8px 0; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 13px; }
.footer-bottom a { display: inline-flex; margin: 0; color: rgba(255,255,255,0.78); }
.floating-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 60;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: #128c7e;
    color: #fff;
    font-size: 14px;
    font-weight: 850;
    box-shadow: 0 14px 30px rgba(7,24,50,0.22);
}
.floating-whatsapp:hover { background: #0f7a70; color: #fff; transform: translateY(-1px); }
.floating-whatsapp i { font-size: 18px; }
@media (max-width: 980px) {
    .desktop-nav { display: none; }
    .mobile-toggle { display: inline-flex; align-items: center; justify-content: center; }
    .nav-shell { min-height: 64px; }
    .hero { padding: 64px 0 52px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-media, .hero-media img { min-height: 340px; }
    .platform-visual { min-height: 300px; }
    .visual-card-main { inset: 20px 0 46px 0; }
    .method-inner, body[data-page="solutions"] .method-inner, body[data-page="cases"] .method-inner, body[data-page="insights"] .method-inner, body[data-page="contact"] .method-inner { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .card-grid, body[data-page="home"] .card-grid, body[data-page="market"] .research-grid .card-grid, body[data-page="market"] .solution-link-grid .card-grid, body[data-page="cases"] .case-story-grid .card-grid, body[data-page="cases"] .case-proof-grid .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .country-index-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact-detail-grid { grid-template-columns: 1fr; }
    .cta-inner, .footer-grid { grid-template-columns: 1fr; }
    .cta-focus { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .container, .card-grid, .brief-form, .contact-detail-grid, .country-index-grid { width: min(100% - 28px, 1180px); }
    .nav-shell { gap: 10px; min-height: 62px; }
    .brand { font-size: 21px; }
    .nav-brief { min-height: 38px; padding: 0 10px; font-size: 12px; }
    .language-select { width: 92px; padding: 0 8px; }
    .eyebrow { font-size: 12px; padding: 6px 10px; }
    h1, html[lang="en"] h1 { max-width: 100%; font-size: 26px; line-height: 1.12; margin-bottom: 16px; word-break: break-all; overflow-wrap: anywhere; }
    html[lang="en"] h1 { font-size: 25px; word-break: normal; overflow-wrap: break-word; }
    .hero-lede { max-width: 100%; font-size: 15px; line-height: 1.55; word-break: break-all; overflow-wrap: anywhere; }
    html[lang="en"] .hero-lede { word-break: normal; overflow-wrap: break-word; }
    .hero { padding: 34px 0 30px; }
    .hero-actions { margin: 18px 0 14px; gap: 8px; }
    .hero-actions .btn { width: 100%; }
    .conversion-intake { margin: 0 0 16px; }
    .btn { min-height: 42px; padding: 10px 14px; }
    .metrics-row { width: 100%; max-width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; overflow: hidden; }
    .metric { padding: 8px 6px; }
    .metric strong { font-size: 18px; }
    .metric span { display: block; font-size: 10px; line-height: 1.2; overflow-wrap: anywhere; }
    .card-grid, .brief-form, .country-index-grid, body[data-page="market"] .research-grid .card-grid, body[data-page="market"] .solution-link-grid .card-grid, body[data-page="cases"] .case-story-grid .card-grid, body[data-page="cases"] .case-proof-grid .card-grid { grid-template-columns: 1fr; }
    .country-index-card { padding: 18px; }
    .country-link-list { grid-template-columns: 1fr; }
    .choice-grid, .core-needs-grid, .game-needs-grid, .readiness-grid { grid-template-columns: 1fr; }
    .form-actions .btn { width: 100%; }
    .hero-media, .hero-media img { min-height: 220px; }
    .hero-media figcaption { left: 12px; right: 12px; bottom: 12px; padding: 12px; }
    .hero-media figcaption strong { font-size: 17px; }
    .hero-media figcaption span { font-size: 10px; }
    .platform-visual { display: block; min-height: 150px; margin-top: 4px; overflow: hidden; }
    .visual-card-main { inset: 10px 0 22px 0; max-width: 100%; padding: 14px; overflow: hidden; }
    .visual-card-main strong { font-size: 18px; max-width: 300px; }
    .visual-card-main span { font-size: 12px; }
    .market-map { height: 48px; margin: 6px 0 8px; }
    .node { width: 9px; height: 9px; box-shadow: 0 0 0 4px rgba(19,87,255,0.08); }
    .route { height: 1px; }
    .signal-grid { gap: 6px; }
    .signal-grid i { height: 22px; padding: 4px; }
    .signal-grid i::after { display: none; }
    .visual-card-a, .visual-card-b, .visual-card-c { display: none; }
    .method-strip { padding: 12px 0; }
    .method-inner, body[data-page="solutions"] .method-inner, body[data-page="cases"] .method-inner, body[data-page="insights"] .method-inner, body[data-page="contact"] .method-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .method-step { padding: 10px; }
    .method-step strong { margin-bottom: 4px; font-size: 10px; }
    .method-step span { font-size: 14px; }
    .method-step small { font-size: 10px; }
    .section { padding: 58px 0; }
    .section-head { margin-bottom: 24px; }
    .section-head h2 { font-size: 25px; line-height: 1.18; overflow-wrap: anywhere; }
    html[lang="en"] .section-head h2 { font-size: 25px; overflow-wrap: break-word; }
    .section-head p { font-size: 14px; line-height: 1.55; }
    .lead-routing { align-items: flex-start; flex-direction: column; }
    .cta-band { padding: 34px 0; }
    .cta-focus { grid-template-columns: 1fr; gap: 8px; }
    .cta-focus span { padding: 10px; text-align: left; }
    .footer-bottom { flex-direction: column; }
    .floating-whatsapp { right: 14px; bottom: 14px; padding: 0 14px; }
}
@media (max-width: 380px) {
    .container, .card-grid, .brief-form, .country-index-grid { width: min(100% - 24px, 1180px); }
    .hero { padding: 24px 0 24px; }
    .language-select { display: none; }
    .mobile-nav-tools .language-select { display: block; }
    .nav-brief { min-height: 36px; padding: 0 9px; font-size: 12px; }
    h1, html[lang="en"] h1 { font-size: 24px; margin-bottom: 12px; }
    html[lang="en"] h1 { font-size: 23px; word-break: normal; overflow-wrap: break-word; }
    .hero-lede { font-size: 14px; line-height: 1.45; }
    .hero-actions { margin: 14px 0 10px; }
    .metrics-row { display: none; }
    .platform-visual { min-height: 112px; }
    .visual-card-main { inset: 8px 0 16px 0; padding: 12px; }
    .visual-card-main strong { font-size: 16px; }
    .market-map { display: none; }
    .signal-grid i { height: 18px; }
    .visual-card-a, .visual-card-b, .visual-card-c { display: none; }
    .floating-whatsapp span { display: none; }
    .floating-whatsapp { width: 46px; justify-content: center; padding: 0; }
}
