:root{
    --contact-purple:#5c35f4;
    --contact-purple-dark:#4325d4;
    --contact-purple-soft:#f4f1ff;
    --contact-ink:#111827;
    --contact-muted:#606978;
    --contact-line:#e2e5ec;
}

.contact-page{background:#fff}
.contact-main{padding-bottom:58px}
.contact-eyebrow{
    margin:0 0 9px;
    color:var(--contact-purple);
    font-size:10px;
    font-weight:800;
    letter-spacing:.09em;
    text-transform:uppercase;
}

/* Hero */
.contact-hero{
    overflow:hidden;
    border-bottom:1px solid var(--contact-line);
    background:
        radial-gradient(circle at 18% 24%,rgba(108,73,255,.12),transparent 31%),
        linear-gradient(100deg,#fff 0%,#fbfaff 48%,#eee9ff 100%);
}
.contact-hero-inner{
    min-height:385px;
    display:grid;
    grid-template-columns:42% 58%;
    align-items:stretch;
}
.contact-hero-copy{
    position:relative;
    z-index:2;
    padding:63px 46px 54px 42px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.contact-hero-copy h1{
    margin:0;
    color:var(--contact-ink);
    font-size:clamp(40px,4vw,64px);
    line-height:1.02;
    letter-spacing:-2.2px;
    font-weight:800;
}
.contact-hero-copy>p:not(.contact-eyebrow){
    max-width:590px;
    margin:20px 0 0;
    color:#505a69;
    font-size:13px;
    line-height:1.75;
}
.contact-hero-meta{display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:25px}
.contact-hero-meta span{display:inline-flex;align-items:center;gap:8px;color:#454e5c;font-size:10px;font-weight:600}
.contact-hero-meta .icon{width:17px;height:17px;color:var(--contact-purple)}
.contact-hero-visual{position:relative;min-height:385px;overflow:hidden;background:#171821}
.contact-hero-visual::before{
    content:"";
    position:absolute;
    z-index:2;
    inset:0;
    background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.74) 12%,rgba(255,255,255,.06) 42%,rgba(255,255,255,0) 100%);
    pointer-events:none;
}
.contact-hero-visual::after{
    content:"";
    position:absolute;
    z-index:2;
    inset:0;
    background:linear-gradient(0deg,rgba(13,10,29,.42),transparent 42%);
    pointer-events:none;
}
.contact-hero-visual>img{width:100%;height:100%;object-fit:cover;object-position:center}
.contact-hero-badge{
    position:absolute;
    z-index:3;
    right:28px;
    bottom:27px;
    width:min(315px,calc(100% - 56px));
    padding:14px 16px;
    border:1px solid rgba(255,255,255,.36);
    border-radius:12px;
    background:rgba(11,13,22,.72);
    color:#fff;
    backdrop-filter:blur(10px);
    display:grid;
    grid-template-columns:38px 1fr;
    align-items:center;
    gap:12px;
    box-shadow:0 14px 36px rgba(0,0,0,.2);
}
.contact-hero-badge>.icon{width:31px;height:31px;color:#a88fff}
.contact-hero-badge span{font-size:10px;line-height:1.45;color:#e9e8f0}
.contact-hero-badge strong{display:block;margin-bottom:3px;color:#fff;font-size:11px}

/* Shared section headings */
.contact-section-heading{text-align:center;margin-bottom:24px}
.contact-section-heading h2{
    margin:0;
    color:var(--contact-ink);
    font-size:clamp(25px,2.15vw,34px);
    line-height:1.1;
    letter-spacing:-.8px;
}

/* Contact methods */
.contact-methods{padding-top:44px}
.contact-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.contact-method-card{
    min-height:182px;
    padding:24px 25px;
    border:1px solid var(--contact-line);
    border-radius:13px;
    background:#fff;
    display:grid;
    grid-template-columns:64px minmax(0,1fr);
    align-items:flex-start;
    gap:18px;
    box-shadow:0 10px 28px rgba(15,23,42,.045);
    transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.contact-method-card:hover{transform:translateY(-4px);border-color:#ac9bf0;box-shadow:0 18px 38px rgba(68,45,158,.1)}
.contact-method-icon{
    width:64px;
    height:64px;
    border-radius:50%;
    display:grid;
    place-items:center;
}
.contact-method-icon .icon{width:37px;height:37px}
.contact-method-whatsapp .contact-method-icon{background:#eafbed;color:#13a944}
.contact-method-email .contact-method-icon{background:#f1edff;color:#6238e7}
.contact-method-facebook .contact-method-icon{background:#edf4ff;color:#1877f2}
.contact-method-card>div{display:flex;flex-direction:column;min-height:100%}
.contact-method-card p{flex:1 1 auto}
.contact-method-card a{align-self:flex-start;margin-top:auto;padding-top:0}
.contact-method-card h3{margin:2px 0 9px;color:#2c1a75;font-size:13px}
.contact-method-card p{margin:0;color:var(--contact-muted);font-size:10px;line-height:1.62}
.contact-method-card a{
    width:max-content;
    min-height:36px;
    margin-top:16px;
    padding:0 13px;
    border:1px solid #8d73ea;
    border-radius:7px;
    color:#5632db;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    gap:7px;
    font-size:10px;
    font-weight:800;
    transition:background-color .18s ease,color .18s ease,transform .18s ease;
}
.contact-method-card a:hover{transform:translateY(-1px);background:#5c35f4;color:#fff}
.contact-method-card a .icon{width:14px;height:14px}

/* Support strip */
.contact-support-strip{
    min-height:170px;
    margin-top:44px;
    padding:25px 30px;
    border:1px solid #ded9f4;
    border-radius:15px;
    background:
        radial-gradient(circle at 7% 50%,rgba(111,71,255,.2),transparent 22%),
        linear-gradient(100deg,#f5f2ff,#fff 55%,#f8f6ff);
    display:grid;
    grid-template-columns:92px minmax(0,1fr) auto;
    align-items:center;
    gap:23px;
    overflow:hidden;
}
.contact-support-art{width:78px;height:78px;border-radius:23px;background:#fff;color:#5c35f4;display:grid;place-items:center;box-shadow:0 12px 25px rgba(80,51,189,.12);transform:rotate(-5deg)}
.contact-support-art span{transform:rotate(5deg)}
.contact-support-art .icon{width:43px;height:43px}
.contact-support-copy h2{margin:0;color:#151925;font-size:clamp(21px,2vw,30px);line-height:1.15;letter-spacing:-.7px}
.contact-support-copy>p:not(.contact-eyebrow){max-width:730px;margin:8px 0 0;color:#606976;font-size:10px;line-height:1.6}
.contact-support-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.contact-primary-button,.contact-secondary-button{
    min-height:42px;
    padding:0 16px;
    border-radius:8px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    text-decoration:none;
    font-size:10px;
    font-weight:800;
    white-space:nowrap;
    transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease;
}
.contact-primary-button{background:linear-gradient(135deg,#4d2be8,#714eff);color:#fff;box-shadow:0 10px 22px rgba(81,47,221,.22)}
.contact-secondary-button{border:1px solid #8c73e7;background:#fff;color:#5935dc}
.contact-primary-button:hover,.contact-secondary-button:hover{transform:translateY(-2px)}
.contact-primary-button .icon,.contact-secondary-button .icon{width:14px;height:14px}

/* FAQ */
.contact-faq{padding-top:44px}
.contact-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.contact-faq-item{border:1px solid var(--contact-line);border-radius:10px;background:#fff;overflow:hidden;box-shadow:0 6px 18px rgba(15,23,42,.025)}
.contact-faq-item h3{margin:0}
.contact-faq-item button{
    width:100%;
    min-height:54px;
    padding:0 17px;
    border:0;
    background:#fff;
    color:#222733;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    text-align:left;
    font-size:10px;
    font-weight:700;
}
.contact-faq-item button:hover{background:#faf9ff}
.contact-faq-plus{width:25px;height:25px;border-radius:50%;background:#f1edff;color:#5c35f4;display:grid;place-items:center;flex:0 0 auto;font-size:17px;font-weight:500;transition:transform .2s ease,background-color .2s ease,color .2s ease}
.contact-faq-item.is-open .contact-faq-plus{transform:rotate(45deg);background:#5c35f4;color:#fff}
.contact-faq-answer{padding:0 17px 16px}
.contact-faq-answer p{margin:0;padding-top:13px;border-top:1px solid #ececf1;color:#606976;font-size:10px;line-height:1.65}

.contact-footer{margin-top:0}
.contact-floating-whatsapp{
    position:fixed;
    z-index:80;
    right:22px;
    bottom:22px;
    width:52px;
    height:52px;
    border-radius:50%;
    background:#16b84a;
    color:#fff;
    display:grid;
    place-items:center;
    box-shadow:0 13px 30px rgba(22,184,74,.3);
    transition:transform .18s ease,box-shadow .18s ease;
}
.contact-floating-whatsapp:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 17px 34px rgba(22,184,74,.4)}
.contact-floating-whatsapp .icon{width:28px;height:28px}

@media (max-width:1180px){
    .contact-hero-copy{padding-left:20px;padding-right:24px}
    .contact-method-card{grid-template-columns:54px 1fr;padding:21px}.contact-method-icon{width:54px;height:54px}.contact-method-icon .icon{width:31px;height:31px}
    .contact-support-strip{grid-template-columns:80px 1fr}.contact-support-actions{grid-column:2;justify-content:flex-start}
}

@media (max-width:900px){
    .contact-hero-inner{grid-template-columns:1fr;min-height:0}
    .contact-hero-copy{padding:46px 24px 38px}
    .contact-hero-visual{min-height:330px}
    .contact-hero-visual::before{background:linear-gradient(0deg,#fff 0%,rgba(255,255,255,.18) 28%,rgba(255,255,255,0) 60%)}
    .contact-method-grid{grid-template-columns:1fr}
    .contact-method-card{min-height:0}
}

@media (max-width:680px){
    .contact-main{padding-bottom:42px}
    .contact-hero-copy h1{font-size:42px;letter-spacing:-1.5px}
    .contact-hero-copy>p:not(.contact-eyebrow){font-size:11px}
    .contact-hero-visual{min-height:270px}
    .contact-hero-badge{right:15px;bottom:15px;width:calc(100% - 30px)}
    .contact-methods,.store-location-section,.contact-faq{padding-top:40px}
    .contact-method-card{grid-template-columns:50px 1fr;padding:18px;gap:14px}.contact-method-icon{width:50px;height:50px}.contact-method-icon .icon{width:29px;height:29px}
    .contact-support-strip{grid-template-columns:1fr;padding:24px 20px;gap:17px}
    .contact-support-art{width:64px;height:64px}.contact-support-art .icon{width:36px;height:36px}
    .contact-support-actions{grid-column:auto;justify-content:flex-start}
    .contact-faq-grid{grid-template-columns:1fr}
    .contact-floating-whatsapp{width:48px;height:48px;right:15px;bottom:15px}
}

/* LASTO typography — Contact Page final active rules */
.contact-page{font-family:"Montserrat",Arial,Helvetica,sans-serif}
.contact-hero-copy h1{font-size:var(--font-page-title);font-weight:800;line-height:1.1}
.contact-hero-copy>p:not(.contact-eyebrow){font-size:14px;line-height:1.65}
.contact-eyebrow{font-size:10.5px;font-weight:700;line-height:1.35}
.contact-hero-meta span{font-size:11.5px;font-weight:600;line-height:1.45}
.contact-hero-badge span{font-size:11.5px;line-height:1.5}
.contact-section-heading h2{font-size:var(--font-section-title);font-weight:800;line-height:1.2}
.contact-section-heading p{font-size:13px;line-height:1.6}
.contact-method-card h3{font-size:15px;font-weight:700;line-height:1.35}
.contact-method-card p,.contact-support-copy>p:not(.contact-eyebrow){font-size:12.5px;line-height:1.6}
.contact-faq-item button,.contact-faq-answer p{font-size:12px;line-height:1.55}
.contact-faq-item button{font-weight:700}
.map-directions-button,.contact-primary-button,.contact-secondary-button{font-size:12px;font-weight:700}
.map-label{font-size:10px;font-weight:700}
.contact-support-copy h2{font-size:var(--font-subheading);font-weight:800;line-height:1.25}
@media (max-width:680px){
    .contact-method-card h3{font-size:14px}
    .contact-method-card p{font-size:12px}
}



/* Requested contained internal hero and expanded social channel grid. */
.contact-hero{height:clamp(240px,18vw,320px);margin-top:20px;border-radius:18px;overflow:hidden}
.contact-hero-inner{width:100%;height:100%;min-height:100%}
.contact-hero-copy,.contact-hero-visual{min-height:0;height:100%}
.contact-method-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}
.contact-method-card{height:100%;min-height:195px;padding:22px 20px;grid-template-columns:54px minmax(0,1fr);gap:14px}
.contact-method-icon{width:54px;height:54px}
.contact-method-icon .icon{width:31px;height:31px}
.contact-method-youtube .contact-method-icon{background:#fff0f0;color:#ff0000}
.contact-method-tiktok .contact-method-icon{background:#f0f1f5;color:#15151a}
#our-store-location{scroll-margin-top:155px}
@media (max-width:1280px){.contact-method-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:900px){.contact-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:768px){
    .contact-hero{height:auto;min-height:500px}
    .contact-hero-inner{height:auto;min-height:500px}
    .contact-hero-copy,.contact-hero-visual{height:auto}
    #our-store-location{scroll-margin-top:92px}
}
@media (max-width:560px){.contact-method-grid{grid-template-columns:1fr}.contact-method-card{min-height:190px}}

/* Compact internal hero content so supporting points are not clipped. */
@media (min-width:769px){
    .contact-hero-copy{padding:16px 24px 16px 42px}
    .contact-hero-copy>p:not(.contact-eyebrow){margin-top:10px;line-height:1.55}
    .contact-hero-points{margin-top:14px;gap:8px}
}

/* Final compact desktop hero spacing for the 240–320px banner system. */
@media (min-width:769px){
    .contact-hero-meta{margin-top:10px;gap:6px 18px}
}



/* =========================================================
   STORE CARD — FIT ONE SCREEN (single final active block)
   ========================================================= */
.store-location-section{
    padding-top:44px;
    padding-bottom:0;
    scroll-margin-top:105px;
}
.store-location-heading{margin-bottom:20px;text-align:center}
.store-location-heading .contact-eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:7px}
.store-location-heading .contact-eyebrow .icon{width:13px;height:13px}
.store-location-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
    align-items:stretch;
}
.store-location-card{
    overflow:hidden;
    padding:12px;
    border:1px solid #e6e6ef;
    border-radius:20px;
    background:#fff;
    box-shadow:0 14px 38px rgba(15,23,42,.055);
}
.store-location-photo{
    width:100%;
    height:168px;
    margin:0;
    overflow:hidden;
    border-radius:14px;
    background:#ebe9f1;
    position:relative;
    isolation:isolate;
}
.store-location-photo img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center;
}
.store-location-card:first-child .store-location-photo img{object-position:center 56%}
.store-location-card-alt .store-location-photo img{object-position:center 50%}
.store-location-photo::after{
    content:"";
    position:absolute;
    inset:auto 0 0;
    height:72%;
    background:linear-gradient(180deg, rgba(10,13,28,0) 0%, rgba(10,13,28,.18) 28%, rgba(10,13,28,.78) 100%);
    z-index:1;
}
.store-location-photo-overlay{
    position:absolute;
    inset:auto 0 0;
    z-index:2;
    padding:0 18px 16px;
}
.store-location-body{padding:0}
.store-location-title-block{
    min-height:0;
    padding:0;
    border-bottom:0;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-end;
    text-align:left;
}
.store-location-tag{
    width:max-content;
    margin-bottom:8px;
    padding:5px 13px;
    border-radius:999px;
    background:rgba(255,255,255,.18);
    color:#fff;
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    font-size:10.5px;
    font-weight:700;
    line-height:1.35;
    letter-spacing:.06em;
    text-transform:uppercase;
}
.store-location-title-block h3{
    margin:0;
    color:#fff;
    font-size:22px;
    font-weight:700;
    line-height:1.15;
    text-shadow:0 3px 14px rgba(0,0,0,.35);
}
.store-location-name{
    margin:5px 0 0;
    color:#f4f0ff;
    font-size:14px;
    font-weight:700;
    line-height:1.25;
    text-shadow:0 2px 10px rgba(0,0,0,.3);
}
.store-location-info-grid{
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(230px,.9fr);
    gap:24px;
    margin-top:0;
    padding-top:14px;
    border-top:0;
    align-items:start;
}
.store-contact-panel{
    display:flex;
    flex-direction:column;
    min-width:0;
}
.store-location-right-column{
    min-width:0;
    padding-left:22px;
    border-left:1px solid #e2e4ec;
    display:flex;
    flex-direction:column;
    gap:12px;
}
.store-panel-heading,
.store-hours strong{
    margin:0 0 10px;
    color:#161923;
    display:flex;
    align-items:center;
    gap:8px;
    font-size:12px;
    font-weight:700;
    line-height:1.2;
    letter-spacing:.02em;
    text-transform:uppercase;
}
.store-panel-heading .icon,
.store-hours strong .icon{
    width:16px;
    height:16px;
    color:#5c35f4;
    flex:0 0 auto;
}
.store-address{
    margin:0;
    padding-left:26px;
    color:#4f5765;
    font-size:13px;
    line-height:1.45;
    overflow-wrap:anywhere;
}
.store-contact-list{
    display:flex;
    flex-direction:column;
    gap:8px;
    margin-top:14px;
    min-width:0;
}
.store-contact-list a{
    color:#343a46;
    text-decoration:none;
    display:flex;
    align-items:flex-start;
    gap:10px;
    min-width:0;
    font-size:13px;
    line-height:1.45;
    transition:color .18s ease;
}
.store-contact-list a:hover{color:#5c35f4}
.store-contact-list .icon{
    width:16px;
    height:16px;
    color:#5c35f4;
    flex:0 0 auto;
    margin-top:1px;
}
.store-contact-list span{overflow-wrap:anywhere}
.store-hours{margin:0;padding:0;border:0}
.store-hours p{
    margin:0 0 12px;
    padding-left:24px;
    color:#606976;
    font-size:13px;
    line-height:1.45;
}
.store-map-wrap{
    position:relative;
    display:block;
    width:100%;
    height:135px;
    min-height:135px;
    overflow:hidden;
    border:1px solid #e3e2eb;
    border-radius:12px;
    background:#ececf2;
    text-decoration:none;
    isolation:isolate;
}
.store-map-wrap iframe{
    position:absolute;
    inset:-10%;
    width:120%;
    height:120%;
    display:block;
    border:0;
    pointer-events:none;
    filter:saturate(.65) contrast(.92) brightness(1.08);
}
.map-soft-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(244,241,255,.30));pointer-events:none}
.map-pin{position:absolute;z-index:3;left:32%;top:58%;width:38px;height:38px;border-radius:50% 50% 50% 10%;background:linear-gradient(135deg,#4d2ae7,#704eff);color:#fff;display:grid;place-items:center;transform:translate(-50%,-50%) rotate(-45deg);box-shadow:0 10px 22px rgba(78,45,216,.34)}
.map-pin .icon{width:18px;height:18px;transform:rotate(45deg)}
.map-label{position:absolute;z-index:3;left:44%;top:22%;max-width:52%;padding:9px 10px;border-radius:10px;background:rgba(255,255,255,.95);color:#4c2fd1;font-size:10px;font-weight:700;letter-spacing:0;box-shadow:0 8px 18px rgba(57,67,77,.12)}
.map-label strong,.map-label small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.map-label small{margin-top:2px;color:#6c7480;font-size:8.5px;font-weight:500}
.store-location-actions{
    display:flex;
    gap:10px;
    margin-top:18px;
    padding:0;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;
}
.store-direction-button,
.store-whatsapp-button{
    min-height:42px;
    padding:0 17px;
    border-radius:10px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    font-size:12px;
    font-weight:700;
    line-height:1;
    white-space:nowrap;
    text-decoration:none;
    transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease;
}
.store-direction-button{background:linear-gradient(135deg,#4d2be8,#714eff);color:#fff;box-shadow:0 9px 20px rgba(76,43,216,.23)}
.store-whatsapp-button{border:1px solid #d6dae3;background:#fff;color:#202633}
.store-direction-button:hover,.store-whatsapp-button:hover{transform:translateY(-1px)}
.store-whatsapp-button:hover{border-color:#33b864;color:#15983e}
.store-direction-button .icon,.store-whatsapp-button .icon{width:14px;height:14px}
.store-whatsapp-button .icon{color:#18a948}

@media (max-width:1280px){
    .store-location-info-grid{
        grid-template-columns:minmax(0,1.08fr) minmax(215px,.92fr);
        gap:18px;
    }
    .store-location-right-column{padding-left:18px}
    .store-address,
    .store-contact-list a,
    .store-hours p{font-size:12.5px}
    .store-direction-button,
    .store-whatsapp-button{padding-inline:14px;font-size:12px}
}

@media (max-width:900px){
    .store-location-list{grid-template-columns:1fr}
    .store-location-photo{height:185px}
    .store-location-info-grid{grid-template-columns:minmax(0,1.08fr) minmax(240px,.92fr)}
}

@media (max-width:680px){
    .store-location-section{padding-top:40px}
    .store-location-card{padding:12px}
    .store-location-photo{height:175px;margin:0}
    .store-location-photo-overlay{padding:0 14px 14px}
    .store-location-title-block h3{font-size:20px}
    .store-location-name{font-size:13px}
    .store-location-info-grid{grid-template-columns:1fr;gap:14px;padding-top:14px}
    .store-location-right-column{padding:14px 0 0;border-left:0;border-top:1px solid #e2e4ec}
    .store-address,.store-contact-list a,.store-hours p{font-size:12px}
    .store-map-wrap{height:145px;min-height:145px}
    .store-location-actions{justify-content:flex-start}
    .store-direction-button,.store-whatsapp-button{flex:1 1 145px}
}
