:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,'Segoe UI',sans-serif;--bg:#FBF8F4;--surface:#FFFFFF;--text:#171E28;--muted:#667085;--border:#DDE1E7;--intro:#EEF5FF;--intro-text:#4F5C76;color:var(--text);color-scheme:light}
:root[data-theme='dark']{--bg:#191919;--surface:#242424;--text:#FFFFFF;--muted:#B5B5B5;--border:#282828;--intro:#111820;--intro-text:#C2CBD8;color-scheme:dark}
*{box-sizing:border-box}
html,body{min-height:100%;margin:0;background:var(--bg);color:var(--text)}
body{transition:background .18s ease,color .18s ease}
.contact-page{width:min(100%,560px);min-height:100dvh;margin:auto;padding:max(22px,env(safe-area-inset-top)) 22px max(28px,env(safe-area-inset-bottom))}
.contact-header{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;min-height:54px;margin-bottom:22px}
.header-spacer{width:42px;height:42px}
.contact-header h1{margin:0;text-align:center;font-size:26px;line-height:1.15;font-weight:900;color:var(--text)}
.head-icon{display:grid;width:42px;height:42px;place-items:center;justify-self:end;border-radius:50%;background:var(--surface);color:var(--text);font-size:24px;border:1px solid var(--border)}
.intro{display:grid;grid-template-columns:54px 1fr;align-items:start;gap:16px;padding:22px;border-radius:22px;background:var(--intro);margin-bottom:24px}
.info{width:48px;height:48px;border-radius:50%;background:#1672F3;color:#FFF;display:grid;place-items:center;font-size:24px;font-weight:900}
.intro strong{display:block;font-size:19px;line-height:1.25;color:var(--text)}
.intro p{margin:7px 0 0;line-height:1.5;color:var(--intro-text);font-size:15px}
.contact-options{display:grid;gap:14px}
.contact-card{min-height:112px;padding:18px 20px;border:1px solid var(--border);border-radius:22px;display:grid;grid-template-columns:64px minmax(0,1fr) 22px;align-items:center;gap:16px;text-decoration:none;color:var(--text);background:var(--surface);box-shadow:0 5px 18px rgba(8,13,23,.045);transition:transform .15s ease,background .15s ease}
.contact-card:active{transform:scale(.985)}
.option-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:#FFF;font-size:27px;font-weight:800}
.whatsapp .option-icon{background:#18C968}.phone .option-icon{background:#1672F3}.email .option-icon{background:#5B37D7}.help .option-icon{background:#FFB21A}
.contact-card strong{display:block;font-size:19px;line-height:1.25}
.contact-card small{display:block;margin-top:7px;color:var(--muted);font-size:15px;line-height:1.4}
.contact-card>b{font-size:34px;line-height:1;font-weight:400;color:var(--text)}
@media(max-width:390px){.contact-page{padding-left:16px;padding-right:16px}.contact-card{padding:16px;grid-template-columns:58px minmax(0,1fr) 18px;gap:12px}.option-icon{width:54px;height:54px}.contact-card strong{font-size:17px}.contact-card small{font-size:14px}.intro{padding:18px}}
@media(min-width:800px){.contact-page{padding-top:34px}.contact-options{gap:16px}}

/* Native Contact Us SVG layout v4 */
.head-icon {
    background: transparent !important;
    border: 0 !important;
    overflow: hidden !important;
}
.head-icon img {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
}
.contact-logo-dark { display: none !important; }
:root[data-theme='dark'] .contact-logo-light { display: none !important; }
:root[data-theme='dark'] .contact-logo-dark { display: block !important; }
.info svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.option-icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.card-chevron {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: var(--text);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.option-copy { min-width: 0; }
@media (max-width: 600px) {
    .contact-page {
        width: 100%;
        padding: max(20px, env(safe-area-inset-top)) 18px max(24px, env(safe-area-inset-bottom));
    }
    .contact-header { margin-bottom: 20px; }
    .intro {
        grid-template-columns: 48px minmax(0,1fr);
        gap: 14px;
        padding: 18px;
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .info { width: 46px; height: 46px; }
    .contact-options { gap: 14px; }
    .contact-card {
        min-height: 96px;
        padding: 15px 16px;
        grid-template-columns: 56px minmax(0,1fr) 22px;
        gap: 14px;
        border-radius: 20px;
    }
    .option-icon { width: 54px; height: 54px; }
    .contact-card strong { font-size: 17px; }
    .contact-card small { margin-top: 5px; font-size: 13px; line-height: 1.35; }
}
