/* =========================================================
   ASNETWORKZONE CONTACT PAGE — NEXT
   ========================================================= */

.asn-contact-next,
.asn-contact-next *{
    box-sizing:border-box;
}

.asn-contact-next{
    overflow:hidden;
    color:#18213a;
    background:#fff;
}

.asn-contact-next svg{
    width:1em;
    height:1em;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}


/* HERO */

.asnc-hero{
    position:relative;
    overflow:hidden;
    padding:56px 0 118px;
    background:
        radial-gradient(circle at 88% 10%,rgba(95,72,220,.17),transparent 27%),
        radial-gradient(circle at 5% 84%,rgba(26,154,255,.10),transparent 26%),
        linear-gradient(135deg,#f8f9ff 0%,#fff 50%,#f7f4ff 100%);
}

.asnc-grid-pattern{
    position:absolute;
    inset:0;
    opacity:.38;
    background-image:
        linear-gradient(rgba(58,67,105,.045) 1px,transparent 1px),
        linear-gradient(90deg,rgba(58,67,105,.045) 1px,transparent 1px);
    background-size:46px 46px;
    mask-image:linear-gradient(to bottom,#000,transparent 90%);
}

.asnc-hero-glow{
    position:absolute;
    border-radius:999px;
    pointer-events:none;
    filter:blur(4px);
}

.asnc-hero-glow-a{
    width:380px;
    height:380px;
    right:-180px;
    top:-190px;
    border:1px solid rgba(97,73,220,.15);
}

.asnc-hero-glow-b{
    width:170px;
    height:170px;
    left:-70px;
    bottom:-70px;
    border:1px solid rgba(25,152,255,.15);
}

.asnc-breadcrumb{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:42px;
    color:#8991a5;
    font-size:12px;
    font-weight:700;
}

.asnc-breadcrumb a{
    color:#5b46d9!important;
    text-decoration:none!important;
}

.asnc-breadcrumb span{
    display:flex;
    font-size:12px;
}

.asnc-breadcrumb strong{
    color:#687187;
}

.asnc-hero-layout{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(400px,.78fr);
    gap:72px;
    align-items:center;
}

.asnc-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    min-height:34px;
    padding:0 13px;
    border:1px solid #e3defd;
    border-radius:999px;
    color:#5c45d7;
    background:#f1edff;
    font-size:10px;
    font-weight:900;
    letter-spacing:.09em;
    text-transform:uppercase;
}

.asnc-status-dot{
    width:7px;
    height:7px;
    border-radius:50%;
    background:#26b978;
    box-shadow:0 0 0 5px rgba(38,185,120,.11);
}

.asnc-hero h1{
    max-width:730px;
    margin:19px 0 22px;
    color:#131d35;
    font-size:clamp(44px,5vw,72px);
    line-height:1.01;
    letter-spacing:-.052em;
}

.asnc-hero h1 span,
.asnc-section-intro h2 span,
.asnc-location-copy h2 span{
    color:#6248db;
}

.asnc-hero-copy>p{
    max-width:690px;
    margin:0;
    color:#687389;
    font-size:16px;
    line-height:1.82;
}

.asnc-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:31px;
}

.asnc-btn{
    display:inline-flex;
    min-height:54px;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:0 23px;
    border-radius:13px;
    font-size:13px;
    font-weight:800;
    text-decoration:none!important;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}

.asnc-btn:hover{
    transform:translateY(-3px);
}

.asnc-btn-primary{
    color:#fff!important;
    background:linear-gradient(135deg,#4f5ff7,#7542e7);
    box-shadow:0 18px 38px rgba(86,69,221,.23);
}

.asnc-btn-secondary{
    border:1px solid #dfe3ec;
    color:#1c263d!important;
    background:#fff;
    box-shadow:0 8px 24px rgba(33,45,78,.05);
}

.asnc-btn-icon{
    display:flex;
    font-size:18px;
}

.asnc-btn-arrow{
    display:flex;
    margin-left:3px;
}

.asnc-trust{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    margin-top:24px;
}

.asnc-trust span{
    display:flex;
    align-items:center;
    gap:6px;
    color:#737d91;
    font-size:11px;
    font-weight:700;
}

.asnc-trust svg{
    color:#37aa79;
}


/* ADVISOR */

.asnc-advisor-card{
    position:relative;
    padding:25px;
    border:1px solid rgba(255,255,255,.65);
    border-radius:27px;
    color:#fff;
    background:
        radial-gradient(circle at 92% 2%,rgba(116,78,234,.45),transparent 30%),
        linear-gradient(145deg,#121c36,#272d59);
    box-shadow:
        0 38px 85px rgba(22,29,61,.23),
        inset 0 1px rgba(255,255,255,.05);
}

.asnc-advisor-card:before{
    content:"";
    position:absolute;
    inset:1px;
    border-radius:26px;
    pointer-events:none;
    background:linear-gradient(
        120deg,
        rgba(255,255,255,.055),
        transparent 37%
    );
}

.asnc-advisor-head{
    position:relative;
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:12px;
    align-items:center;
    padding-bottom:21px;
    border-bottom:1px solid rgba(255,255,255,.09);
}

.asnc-brand-mark{
    display:flex;
    width:42px;
    height:42px;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    color:#fff;
    background:linear-gradient(135deg,#785cff,#4c78ff);
    font-size:12px;
    font-weight:900;
}

.asnc-advisor-head small,
.asnc-advisor-head strong{
    display:block;
}

.asnc-advisor-head small{
    color:#8994b5;
    font-size:8px;
    font-weight:900;
    letter-spacing:.12em;
}

.asnc-advisor-head strong{
    margin-top:3px;
    color:#fff;
    font-size:13px;
}

.asnc-online{
    display:flex;
    align-items:center;
    gap:6px;
    padding:7px 9px;
    border:1px solid rgba(65,218,145,.18);
    border-radius:999px;
    color:#65dfa8;
    background:rgba(48,200,129,.07);
    font-size:8px;
    font-weight:900;
    text-transform:uppercase;
}

.asnc-online i{
    width:6px;
    height:6px;
    border-radius:50%;
    background:#54da9b;
    box-shadow:0 0 0 4px rgba(84,218,155,.1);
}

.asnc-advisor-main{
    position:relative;
    display:grid;
    grid-template-columns:auto 1fr;
    gap:15px;
    align-items:start;
    padding:28px 0 23px;
}

.asnc-advisor-icon{
    display:flex;
    width:52px;
    height:52px;
    align-items:center;
    justify-content:center;
    border-radius:15px;
    color:#b8a9ff;
    background:rgba(128,94,242,.15);
    font-size:24px;
}

.asnc-advisor-main span{
    color:#929dbc;
    font-size:10px;
}

.asnc-advisor-main h2{
    margin:4px 0 7px;
    color:#fff;
    font-size:19px;
    line-height:1.25;
}

.asnc-advisor-main p{
    margin:0;
    color:#8f9ab7;
    font-size:11px;
    line-height:1.65;
}

.asnc-advisor-links{
    position:relative;
    display:grid;
    gap:8px;
}

.asnc-advisor-links>a,
.asnc-advisor-location{
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:11px;
    align-items:center;
    min-height:61px;
    padding:10px 12px;
    border:1px solid rgba(255,255,255,.07);
    border-radius:12px;
    color:#fff!important;
    background:rgba(255,255,255,.035);
    text-decoration:none!important;
    transition:.22s ease;
}

.asnc-advisor-links>a:hover{
    border-color:rgba(151,126,255,.25);
    background:rgba(125,96,237,.10);
    transform:translateX(3px);
}

.asnc-mini-icon{
    display:flex;
    width:34px;
    height:34px;
    align-items:center;
    justify-content:center;
    border-radius:9px;
    color:#ab98ff;
    background:rgba(123,92,236,.12);
    font-size:16px;
}

.asnc-advisor-links small,
.asnc-advisor-links strong{
    display:block;
}

.asnc-advisor-links small{
    color:#808cab;
    font-size:8px;
}

.asnc-advisor-links strong{
    margin-top:2px;
    color:#dde3f5;
    font-size:10px;
}

.asnc-link-arrow{
    display:flex;
    color:#777f9e;
    font-size:13px;
}


/* METHOD CARDS */

.asnc-methods{
    position:relative;
    z-index:5;
    padding:0 0 100px;
}

.asnc-method-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:15px;
    margin-top:-37px;
}

.asnc-method{
    position:relative;
    display:flex;
    min-height:265px;
    flex-direction:column;
    padding:25px;
    overflow:hidden;
    border:1px solid #e5e8f0;
    border-radius:20px;
    color:#18213a!important;
    background:rgba(255,255,255,.94);
    box-shadow:0 18px 48px rgba(30,42,74,.075);
    text-decoration:none!important;
    transition:
        transform .28s ease,
        box-shadow .28s ease,
        border-color .28s ease;
}

.asnc-method:before{
    content:"";
    position:absolute;
    width:100px;
    height:100px;
    right:-45px;
    top:-45px;
    border-radius:50%;
    background:rgba(101,73,220,.055);
    transition:.3s ease;
}

.asnc-method:hover{
    transform:translateY(-7px);
    border-color:#d4ccfa;
    box-shadow:0 28px 60px rgba(50,53,107,.12);
}

.asnc-method:hover:before{
    transform:scale(1.35);
}

.asnc-method-icon{
    display:flex;
    width:48px;
    height:48px;
    align-items:center;
    justify-content:center;
    margin-bottom:21px;
    border-radius:14px;
    color:#634bd9;
    background:#eeeaff;
    font-size:21px;
}

.asnc-method-label{
    color:#777f94;
    font-size:9px;
    font-weight:900;
    letter-spacing:.1em;
    text-transform:uppercase;
}

.asnc-method strong{
    display:block;
    min-height:42px;
    margin-top:7px;
    color:#151f38;
    font-size:14px;
    line-height:1.45;
    overflow-wrap:anywhere;
}

.asnc-method p{
    margin:10px 0 18px;
    color:#778196;
    font-size:11px;
    line-height:1.65;
}

.asnc-method-action{
    display:flex;
    align-items:center;
    gap:7px;
    margin-top:auto;
    color:#6047d8;
    font-size:10px;
    font-weight:900;
}

.asnc-method-action svg{
    width:13px;
    height:13px;
}


/* SECTIONS */

.asnc-enquiry{
    padding:110px 0;
    background:#f8f9fc;
}

.asnc-section-intro{
    max-width:720px;
    margin-bottom:47px;
}

.asnc-section-intro h2,
.asnc-location-copy h2{
    margin:17px 0 16px;
    color:#141d35;
    font-size:clamp(36px,4vw,54px);
    line-height:1.06;
    letter-spacing:-.04em;
}

.asnc-section-intro>p,
.asnc-location-copy>p{
    margin:0;
    color:#727d92;
    font-size:14px;
    line-height:1.8;
}

.asnc-enquiry-layout{
    display:grid;
    grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);
    gap:22px;
    align-items:stretch;
}

.asnc-enquiry-info,
.asnc-form-card{
    border:1px solid #e4e7ef;
    border-radius:25px;
    background:#fff;
    box-shadow:0 18px 55px rgba(33,45,78,.055);
}

.asnc-enquiry-info{
    padding:34px;
}

.asnc-card-kicker{
    color:#674dde;
    font-size:9px;
    font-weight:900;
    letter-spacing:.1em;
    text-transform:uppercase;
}

.asnc-enquiry-info h3{
    max-width:420px;
    margin:12px 0 13px;
    color:#172139;
    font-size:25px;
    line-height:1.15;
    letter-spacing:-.025em;
}

.asnc-enquiry-info>p{
    margin:0;
    color:#778197;
    font-size:12px;
    line-height:1.75;
}

.asnc-help-list{
    display:grid;
    gap:10px;
    margin-top:28px;
}

.asnc-help-list>div{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:12px;
    align-items:center;
    padding:13px;
    border-radius:13px;
    background:#f7f8fd;
}

.asnc-help-list>div>span{
    display:flex;
    width:39px;
    height:39px;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    color:#644cdc;
    background:#ece9ff;
    font-size:18px;
}

.asnc-help-list strong,
.asnc-help-list small{
    display:block;
}

.asnc-help-list strong{
    color:#1c263d;
    font-size:11px;
}

.asnc-help-list small{
    margin-top:3px;
    color:#828ba0;
    font-size:9px;
    line-height:1.45;
}

.asnc-direct-help{
    margin-top:25px;
    padding-top:21px;
    border-top:1px solid #edf0f5;
}

.asnc-direct-help>span{
    display:block;
    margin-bottom:7px;
    color:#9299aa;
    font-size:9px;
}

.asnc-direct-help a{
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:#5944d4!important;
    font-size:13px;
    font-weight:900;
    text-decoration:none!important;
}


/* FORM */

.asnc-form-card{
    padding:34px;
}

.asnc-form-head{
    display:flex;
    gap:13px;
    align-items:center;
}

.asnc-form-icon{
    display:flex;
    width:48px;
    height:48px;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    color:#fff;
    background:linear-gradient(135deg,#5760f2,#7445e4);
    font-size:21px;
    box-shadow:0 12px 27px rgba(88,72,223,.18);
}

.asnc-form-head small{
    display:block;
    color:#7d8497;
    font-size:8px;
    font-weight:900;
    letter-spacing:.12em;
}

.asnc-form-head h3{
    margin:3px 0 0;
    color:#182139;
    font-size:21px;
}

.asnc-form-lead{
    margin:16px 0 25px;
    color:#7c8599;
    font-size:11px;
}


/* CONTACT FORM 7 */

.asnc-cf7 .wpcf7{
    margin:0!important;
}

.asnc-cf7 form{
    margin:0!important;
}

.asnc-form-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:15px;
}

.asnc-field-full{
    grid-column:1/-1;
}

.asnc-cf7 label{
    display:block;
    margin:0;
    color:#364158;
    font-size:10px;
    font-weight:800;
}

.asnc-cf7 .asnc-required{
    color:#6b4ce0;
}

.asnc-cf7 .wpcf7-form-control-wrap{
    display:block;
    margin-top:7px;
}

.asnc-cf7 input[type="text"],
.asnc-cf7 input[type="email"],
.asnc-cf7 input[type="tel"],
.asnc-cf7 select,
.asnc-cf7 textarea{
    width:100%!important;
    max-width:none!important;
    min-height:50px!important;
    margin:0!important;
    padding:11px 14px!important;
    border:1px solid #dfe3ec!important;
    border-radius:11px!important;
    outline:none!important;
    color:#1b243b!important;
    background:#fbfcff!important;
    box-shadow:none!important;
    font-family:inherit!important;
    font-size:12px!important;
    transition:.2s ease!important;
}

.asnc-cf7 textarea{
    min-height:145px!important;
    resize:vertical;
}

.asnc-cf7 select{
    appearance:auto;
}

.asnc-cf7 input:focus,
.asnc-cf7 select:focus,
.asnc-cf7 textarea:focus{
    border-color:#8067e7!important;
    background:#fff!important;
    box-shadow:0 0 0 4px rgba(105,75,220,.08)!important;
}

.asnc-cf7 input::placeholder,
.asnc-cf7 textarea::placeholder{
    color:#a1a8b8!important;
}

.asnc-submit-wrap{
    margin-top:18px;
}

.asnc-cf7 input[type="submit"]{
    width:100%!important;
    min-height:54px!important;
    margin:0!important;
    border:0!important;
    border-radius:12px!important;
    color:#fff!important;
    background:linear-gradient(135deg,#525ff3,#7243e5)!important;
    box-shadow:0 16px 32px rgba(86,70,218,.20)!important;
    font-family:inherit!important;
    font-size:12px!important;
    font-weight:900!important;
    cursor:pointer!important;
    transition:.25s ease!important;
}

.asnc-cf7 input[type="submit"]:hover{
    transform:translateY(-2px);
    box-shadow:0 20px 38px rgba(86,70,218,.27)!important;
}

.asnc-form-note{
    display:block;
    margin-top:12px;
    color:#9098a9;
    font-size:9px;
    text-align:center;
}

.asnc-cf7 .wpcf7-not-valid-tip{
    margin-top:5px;
    color:#d92d20;
    font-size:9px;
}

.asnc-cf7 .wpcf7-response-output{
    margin:17px 0 0!important;
    padding:11px 13px!important;
    border-radius:9px!important;
    font-size:10px!important;
}


/* LOCATION */

.asnc-location{
    padding:112px 0;
    background:#fff;
}

.asnc-location-grid{
    display:grid;
    grid-template-columns:minmax(0,.68fr) minmax(0,1.32fr);
    gap:45px;
    align-items:center;
}

.asnc-location-copy{
    max-width:520px;
}

.asnc-address-card{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:13px;
    margin-top:29px;
    padding:18px;
    border:1px solid #e7eaf1;
    border-radius:16px;
    background:#f9faff;
}

.asnc-address-icon{
    display:flex;
    width:44px;
    height:44px;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    color:#6148da;
    background:#ece8ff;
    font-size:20px;
}

.asnc-address-card small,
.asnc-address-card strong{
    display:block;
}

.asnc-address-card small{
    color:#878fa1;
    font-size:8px;
    font-weight:900;
    letter-spacing:.1em;
}

.asnc-address-card strong{
    margin-top:4px;
    color:#1c253d;
    font-size:12px;
}

.asnc-address-card p{
    margin:5px 0 0;
    color:#767f93;
    font-size:10px;
    line-height:1.6;
}

.asnc-hours{
    display:flex;
    gap:11px;
    align-items:center;
    margin-top:11px;
    padding:14px 18px;
    border:1px solid #e7eaf1;
    border-radius:14px;
}

.asnc-hours>span{
    display:flex;
    color:#6148da;
    font-size:18px;
}

.asnc-hours small,
.asnc-hours strong{
    display:block;
}

.asnc-hours small{
    color:#8991a4;
    font-size:8px;
}

.asnc-hours strong{
    margin-top:2px;
    color:#1b253c;
    font-size:12px;
}

.asnc-map{
    min-height:500px;
    overflow:hidden;
    border:1px solid #e4e7ee;
    border-radius:26px;
    background:#f3f4f7;
    box-shadow:0 25px 65px rgba(32,42,73,.11);
}

.asnc-map iframe{
    display:block;
    width:100%;
    height:500px;
}


/* FAQ */

.asnc-faq{
    padding:108px 0;
    background:#f8f9fc;
}

.asnc-section-intro-center{
    margin-right:auto;
    margin-left:auto;
    text-align:center;
}

.asnc-faq-list{
    max-width:900px;
    margin:0 auto;
    display:grid;
    gap:10px;
}

.asnc-faq-item{
    overflow:hidden;
    border:1px solid #e3e6ee;
    border-radius:15px;
    background:#fff;
    box-shadow:0 7px 22px rgba(34,45,77,.035);
}

.asnc-faq-item button{
    width:100%;
    min-height:68px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:0 22px;
    border:0;
    outline:0;
    color:#1a243b;
    background:transparent;
    font-family:inherit;
    font-size:12px;
    font-weight:800;
    text-align:left;
    cursor:pointer;
}

.asnc-faq-item button i{
    position:relative;
    width:24px;
    height:24px;
    flex-shrink:0;
    border-radius:50%;
    background:#f1eeff;
}

.asnc-faq-item button i:before,
.asnc-faq-item button i:after{
    content:"";
    position:absolute;
    left:7px;
    top:11px;
    width:10px;
    height:2px;
    border-radius:3px;
    background:#6148d9;
    transition:.2s ease;
}

.asnc-faq-item button i:after{
    transform:rotate(90deg);
}

.asnc-faq-item.is-open button i:after{
    transform:rotate(0);
}

.asnc-faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .3s ease;
}

.asnc-faq-item.is-open .asnc-faq-answer{
    max-height:240px;
}

.asnc-faq-answer p{
    margin:0;
    padding:0 22px 21px;
    color:#737d92;
    font-size:11px;
    line-height:1.75;
}


/* CTA */

.asnc-final-cta{
    padding:0 0 105px;
    background:#f8f9fc;
}

.asnc-final-card{
    position:relative;
    overflow:hidden;
    display:grid;
    grid-template-columns:1fr auto;
    gap:40px;
    align-items:center;
    padding:48px 52px;
    border-radius:27px;
    color:#fff;
    background:
        radial-gradient(circle at 90% 20%,rgba(121,82,237,.6),transparent 32%),
        linear-gradient(135deg,#151f3c,#2b315e);
    box-shadow:0 30px 70px rgba(28,37,78,.18);
}

.asnc-final-glow{
    position:absolute;
    width:260px;
    height:260px;
    right:-90px;
    top:-150px;
    border:1px solid rgba(255,255,255,.11);
    border-radius:50%;
}

.asnc-final-copy{
    position:relative;
    z-index:2;
}

.asnc-final-copy>span{
    color:#a99bf0;
    font-size:9px;
    font-weight:900;
    letter-spacing:.12em;
}

.asnc-final-copy h2{
    max-width:700px;
    margin:9px 0 9px;
    color:#fff;
    font-size:35px;
    line-height:1.1;
    letter-spacing:-.035em;
}

.asnc-final-copy p{
    margin:0;
    color:#9da8c6;
    font-size:11px;
}

.asnc-final-actions{
    position:relative;
    z-index:2;
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.asnc-btn-light{
    color:#24304d!important;
    background:#fff;
}

.asnc-btn-outline-light{
    border:1px solid rgba(255,255,255,.20);
    color:#fff!important;
    background:rgba(255,255,255,.06);
}


/* REVEAL */

.asnc-reveal{
    opacity:0;
    transform:translateY(20px);
    transition:
        opacity .65s ease,
        transform .65s cubic-bezier(.2,.7,.2,1);
}

.asnc-reveal.asnc-visible{
    opacity:1;
    transform:none;
}


/* RESPONSIVE */

@media(max-width:1180px){

    .asnc-hero-layout{
        gap:40px;
        grid-template-columns:minmax(0,1fr) minmax(350px,.8fr);
    }

    .asnc-method-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .asnc-method{
        min-height:230px;
    }
}

@media(max-width:960px){

    .asnc-hero{
        padding-bottom:90px;
    }

    .asnc-hero-layout,
    .asnc-enquiry-layout,
    .asnc-location-grid,
    .asnc-final-card{
        grid-template-columns:1fr;
    }

    .asnc-advisor-card{
        max-width:650px;
    }

    .asnc-method-grid{
        margin-top:-25px;
    }

    .asnc-final-actions{
        justify-content:flex-start;
    }
}

@media(max-width:680px){

    .asnc-hero{
        padding:38px 0 76px;
    }

    .asnc-breadcrumb{
        margin-bottom:30px;
    }

    .asnc-hero h1{
        font-size:42px;
    }

    .asnc-hero-copy>p{
        font-size:14px;
    }

    .asnc-hero-actions{
        display:grid;
    }

    .asnc-btn{
        width:100%;
    }

    .asnc-trust{
        display:grid;
        gap:9px;
    }

    .asnc-advisor-card{
        padding:18px;
        border-radius:20px;
    }

    .asnc-advisor-head{
        grid-template-columns:auto 1fr;
    }

    .asnc-online{
        grid-column:1/-1;
        justify-self:start;
    }

    .asnc-methods{
        padding-bottom:75px;
    }

    .asnc-method-grid{
        grid-template-columns:1fr;
    }

    .asnc-method{
        min-height:auto;
    }

    .asnc-enquiry,
    .asnc-location,
    .asnc-faq{
        padding:78px 0;
    }

    .asnc-section-intro h2,
    .asnc-location-copy h2{
        font-size:37px;
    }

    .asnc-enquiry-info,
    .asnc-form-card{
        padding:23px;
        border-radius:19px;
    }

    .asnc-form-grid{
        grid-template-columns:1fr;
    }

    .asnc-field-full{
        grid-column:auto;
    }

    .asnc-map,
    .asnc-map iframe{
        min-height:380px;
        height:380px;
    }

    .asnc-final-card{
        padding:32px 24px;
        border-radius:21px;
    }

    .asnc-final-copy h2{
        font-size:30px;
    }
}

@media(prefers-reduced-motion:reduce){

    .asnc-reveal{
        opacity:1!important;
        transform:none!important;
        transition:none!important;
    }

    .asnc-method,
    .asnc-btn{
        transition:none!important;
    }
}


/* =========================================================
   CONTACT FAQ — FINAL CLEAN CONTROL
   ========================================================= */

.asn-contact-next .asnc-faq{
    padding:100px 0 110px;
}


/* Heading sizing */
.asn-contact-next .asnc-faq .asnc-section-intro{
    max-width:820px;
    margin-bottom:42px;
}

.asn-contact-next .asnc-faq .asnc-section-intro h2{
    font-size:clamp(38px,4.6vw,60px);
    line-height:1.06;
    letter-spacing:-.045em;
}


/* FAQ container */
.asn-contact-next .asnc-faq-list{
    max-width:1040px;
    gap:12px;
}


/* Individual card */
.asn-contact-next .asnc-faq-item{
    border:1px solid #e5e8f0;
    border-radius:18px;
    background:#fff;
    box-shadow:
        0 12px 35px rgba(30,42,75,.055);
    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

.asn-contact-next .asnc-faq-item:hover{
    border-color:#d9d1fa;
    box-shadow:
        0 18px 42px rgba(49,47,108,.08);
    transform:translateY(-1px);
}

.asn-contact-next .asnc-faq-item.is-open{
    border-color:#d8cffb;
}


/* Question row */
.asn-contact-next .asnc-faq-item > button{
    position:relative!important;

    display:grid!important;
    grid-template-columns:minmax(0,1fr) 38px!important;

    width:100%!important;
    min-height:76px!important;

    align-items:center!important;

    gap:24px!important;

    padding:0 25px!important;

    border:0!important;
    border-radius:18px!important;

    color:#17213a!important;
    background:transparent!important;

    text-align:left!important;
}


/* Question text */
.asn-contact-next .asnc-faq-item > button > span:first-child{
    display:block!important;
    width:auto!important;
    max-width:none!important;

    margin:0!important;
    padding:0!important;

    color:#17213a!important;

    font-size:13px!important;
    font-weight:800!important;
    line-height:1.45!important;

    text-align:left!important;
}


/* ---------------------------------------------------------
   REMOVE ANY GLOBALLY INJECTED ARROW / EXTRA ICON
   --------------------------------------------------------- */

.asn-contact-next .asnc-faq-item > button::before,
.asn-contact-next .asnc-faq-item > button::after{
    display:none!important;
    content:none!important;
}

.asn-contact-next .asnc-faq-item > button > svg,
.asn-contact-next .asnc-faq-item > button .asn-next-icon,
.asn-contact-next .asnc-faq-item > button .asn-inline-icon,
.asn-contact-next .asnc-faq-item > button [class*="arrow"],
.asn-contact-next .asnc-faq-item > button [class*="icon"]:not(i){
    display:none!important;
}


/* ---------------------------------------------------------
   ONE + / - BUTTON ON RIGHT
   --------------------------------------------------------- */

.asn-contact-next .asnc-faq-item > button > i{
    position:relative!important;

    display:flex!important;

    width:34px!important;
    height:34px!important;

    min-width:34px!important;
    min-height:34px!important;

    margin:0!important;
    margin-left:auto!important;

    align-items:center!important;
    justify-content:center!important;

    border:1px solid #e4defd!important;
    border-radius:50%!important;

    background:#f1eeff!important;

    transform:none!important;

    transition:
        background .22s ease,
        border-color .22s ease,
        transform .22s ease!important;
}


/* Horizontal line */
.asn-contact-next .asnc-faq-item > button > i::before{
    content:""!important;

    position:absolute!important;

    left:50%!important;
    top:50%!important;

    width:12px!important;
    height:2px!important;

    border-radius:999px!important;

    background:#6548e3!important;

    transform:
        translate(-50%,-50%)!important;

    transition:.22s ease!important;
}


/* Vertical line = + */
.asn-contact-next .asnc-faq-item > button > i::after{
    content:""!important;

    position:absolute!important;

    left:50%!important;
    top:50%!important;

    width:2px!important;
    height:12px!important;

    border-radius:999px!important;

    background:#6548e3!important;

    transform:
        translate(-50%,-50%)!important;

    transition:
        transform .22s ease,
        opacity .22s ease!important;
}


/* Open = minus */
.asn-contact-next
.asnc-faq-item.is-open
> button
> i{
    border-color:#6a4de3!important;
    background:#6548e3!important;
    transform:rotate(180deg)!important;
}

.asn-contact-next
.asnc-faq-item.is-open
> button
> i::before{
    background:#fff!important;
}

.asn-contact-next
.asnc-faq-item.is-open
> button
> i::after{
    background:#fff!important;
    opacity:0!important;
}


/* Answer */
.asn-contact-next .asnc-faq-answer p{
    max-width:900px;
    padding:
        0 78px 25px 25px!important;

    color:#717b91!important;

    font-size:12px!important;
    line-height:1.8!important;
}


/* Mobile */
@media(max-width:680px){

    .asn-contact-next .asnc-faq{
        padding:72px 0 80px;
    }

    .asn-contact-next
    .asnc-faq
    .asnc-section-intro h2{
        font-size:38px;
    }

    .asn-contact-next
    .asnc-faq-item
    > button{
        min-height:70px!important;
        padding:0 17px!important;
        gap:14px!important;

        grid-template-columns:
            minmax(0,1fr)
            32px!important;
    }

    .asn-contact-next
    .asnc-faq-item
    > button
    > span:first-child{
        font-size:12px!important;
    }

    .asn-contact-next
    .asnc-faq-item
    > button
    > i{
        width:30px!important;
        height:30px!important;
        min-width:30px!important;
        min-height:30px!important;
    }

    .asn-contact-next .asnc-faq-answer p{
        padding:
            0 17px 21px!important;
    }
}
