/* ============================================================
   FULL-BLEED THEME RESET
   ============================================================ */
.site-main,.entry-content,.page-content,.post-content,
.wp-block-group,.wp-block-group__inner-container,
article.page,.entry,#content,#primary,#main,
.site-content,.content-area,.page-wrapper,.main-content,
[class*="page-template"] .entry-content,
[class*="page-template"] article {
    max-width:none!important;width:100%!important;padding:0!important;margin:0!important;
}
body.page{overflow-x:hidden}
.entry-header,.page-header,h1.entry-title,h1.page-title{display:none!important}

/* ============================================================
   DESIGN SYSTEM
   ============================================================ */
:root{
    --navy:#1E3A8A;--blue:#1E40AF;
    --orange:#EA580C;--orange2:#C2410C;
    --gold:#F59E0B;--gold2:#D97706;
    --green:#059669;
    --cream:#FFFBEB;--soft:#F8FAFC;
    --wh:#FFFFFF;--td:#0F172A;--tm:#334155;--tl:#64748B;
    --bd:#E2E8F0;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

#au-page{
    font-family:'Inter',sans-serif;font-size:18px;line-height:1.7;
    color:var(--td);background:var(--wh);width:100%;overflow-x:hidden;
}
#au-page h1,#au-page h2,#au-page h3,#au-page h4{
    font-family:'Playfair Display',serif;font-weight:700;line-height:1.25;
}

.ac{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}
.asec{width:100%;padding:5rem 0}

.au-label{
    display:inline-block;background:var(--orange);color:var(--wh);
    padding:.55rem 1.6rem;border-radius:50px;font-size:13px;font-weight:700;
    letter-spacing:1.2px;text-transform:uppercase;margin-bottom:1.4rem;
    font-family:'Inter',sans-serif;
}

.au-title{font-size:2.8rem;color:var(--td);margin-bottom:1rem;text-align:center}
.au-sub{font-size:1.15rem;color:var(--tl);max-width:720px;margin:0 auto 3rem;text-align:center;line-height:1.75}

/* ============================================================
   HERO
   ============================================================ */
.au-hero{
    width:100%;
    background:linear-gradient(135deg,var(--navy) 0%,var(--blue) 100%);
    padding:5rem 2rem 6rem;color:var(--wh);
    position:relative;overflow:hidden;
}
.au-hero::before{
    content:'';position:absolute;
    top:-50%;right:-20%;width:80%;height:200%;
    background:radial-gradient(circle,rgba(245,158,11,.1) 0%,transparent 70%);
    pointer-events:none;
}

.au-hero-inner{max-width:1400px;margin:0 auto;position:relative;z-index:1}

.au-hero-badge{
    display:inline-block;
    background:rgba(245,158,11,.2);border:2px solid var(--gold);
    color:var(--gold);padding:.75rem 2rem;border-radius:50px;
    font-size:15px;font-weight:700;letter-spacing:1.5px;margin-bottom:2rem;
    font-family:'Inter',sans-serif;
}

/* العنوان الرئيسي - تحويل من h1 إلى div مع الحفاظ على التصميم */
.hero-main-title{
    font-size:4rem;font-weight:900;color:var(--wh);
    margin-bottom:1.5rem;max-width:100%;
    font-family:'Playfair Display',serif;line-height:1.25;
}

.au-hero-sub{font-size:1.4rem;line-height:1.65;margin-bottom:2.5rem;max-width:860px;opacity:.96}

.au-stats{display:flex;gap:4rem;margin:3rem 0;flex-wrap:wrap}
.au-stat-num{font-size:3.2rem;font-weight:900;color:var(--gold);line-height:1;display:block;margin-bottom:.4rem}
.au-stat-lbl{font-size:15px;opacity:.9}

.au-cta-group{display:flex;gap:1.4rem;margin-top:2.5rem;flex-wrap:wrap}

.au-btn-primary{
    display:inline-flex;align-items:center;gap:.7rem;
    background:var(--orange);color:var(--wh);
    padding:1.2rem 2.4rem;font-size:17px;font-weight:700;
    text-decoration:none;border-radius:10px;
    box-shadow:0 8px 25px rgba(234,88,12,.4);
    transition:transform .3s,box-shadow .3s;
}
.au-btn-primary:hover{transform:translateY(-3px);box-shadow:0 14px 35px rgba(234,88,12,.5)}

.au-btn-ghost{
    display:inline-flex;align-items:center;gap:.7rem;
    background:transparent;color:var(--wh);
    border:2px solid var(--wh);
    padding:1.2rem 2.4rem;font-size:17px;font-weight:700;
    text-decoration:none;border-radius:10px;
    transition:background .3s;
}
.au-btn-ghost:hover{background:rgba(255,255,255,.1)}

.au-hero-quote{
    background:rgba(255,255,255,.1);backdrop-filter:blur(10px);
    padding:2rem;border-radius:16px;border:2px solid rgba(255,255,255,.2);
    margin-top:3rem;max-width:580px;
}
.au-hero-quote p{font-size:19px;font-style:italic;line-height:1.65;margin-bottom:.8rem}
.au-hero-quote cite{font-size:15px;opacity:.88}
.au-hero-quote .stars{color:var(--gold);font-size:17px;margin-top:.5rem;display:block}

.au-trust-badges{display:flex;gap:2.5rem;justify-content:center;flex-wrap:wrap;margin-top:2.5rem}
.au-tb{text-align:center;padding:1.4rem;background:rgba(255,255,255,.1);border-radius:12px;min-width:140px}
.au-tb-icon{font-size:2.4rem;display:block;margin-bottom:.7rem}
.au-tb-title{font-size:17px;font-weight:700;display:block}
.au-tb-text{font-size:14px;opacity:.88}

/* ============================================================
   TRUST BAR
   ============================================================ */
.au-trustbar{
    width:100%;background:var(--wh);border-bottom:1px solid var(--bd);padding:1.2rem 0;
}
.au-trustbar-inner{
    max-width:1400px;margin:0 auto;padding:0 2rem;
    display:flex;justify-content:center;align-items:center;gap:2.5rem;flex-wrap:wrap;
}
.au-tbi{display:flex;align-items:center;gap:.55rem;font-size:.88rem;font-weight:600;color:var(--tm)}
.au-tbi i{color:var(--gold);font-size:.9rem}
.au-tb-div{width:1px;height:26px;background:var(--bd)}
.au-tp{
    display:flex;align-items:center;gap:.5rem;
    background:#00B67A;color:#fff;padding:.4rem .9rem;border-radius:7px;
    font-size:.82rem;font-weight:700;
}
.au-tp-stars{color:#FFD700;font-size:.85rem}

/* ============================================================
   STORY SECTION
   ============================================================ */
.au-story-sec{background:var(--soft)}
.au-story-content{max-width:1000px;margin:0 auto}
.au-story-text{font-size:19px;line-height:1.85;color:var(--tm);margin-bottom:2rem}
.au-highlight{
    background:linear-gradient(135deg,var(--cream),var(--wh));
    padding:2.4rem;border-radius:16px;border-left:5px solid var(--orange);
    margin:2.5rem 0;font-size:21px;font-style:italic;
    color:var(--navy);font-weight:600;
}
.au-mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:3rem}
.au-mv-card{background:var(--wh);padding:3rem;border-radius:20px;box-shadow:0 8px 30px rgba(0,0,0,.06)}
.au-mv-card-icon{font-size:2.8rem;display:block;margin-bottom:1.4rem}
.au-mv-card h3{font-size:1.5rem;color:var(--navy);margin-bottom:1rem}
.au-mv-card p{font-size:17px;line-height:1.75;color:var(--tm)}

/* ============================================================
   SECTION A — FOUNDER BLOCK
   ============================================================ */
.au-founder-sec{background:var(--wh)}

.au-founder-wrap{
    display:grid;grid-template-columns:380px 1fr;gap:4rem;align-items:start;
    max-width:1200px;margin:3rem auto 0;
}

.au-founder-photo-col{position:relative}

.au-founder-img{
    width:100%;border-radius:24px;
    box-shadow:0 20px 60px rgba(0,0,0,.15);
    display:block;
}

.au-founder-name-plate{
    background:linear-gradient(135deg,var(--navy),var(--blue));
    color:var(--wh);border-radius:16px;
    padding:1.4rem 1.8rem;margin-top:1.4rem;
    text-align:center;
}
.au-founder-name-plate strong{font-size:1.2rem;display:block;font-family:'Playfair Display',serif}
.au-founder-name-plate span{font-size:.88rem;opacity:.88;margin-top:.3rem;display:block}

.au-founder-linkedin{
    display:inline-flex;align-items:center;gap:.55rem;
    background:#0A66C2;color:#fff;padding:.65rem 1.4rem;border-radius:8px;
    font-size:.88rem;font-weight:700;text-decoration:none;margin-top:1rem;
    width:100%;justify-content:center;
    transition:background .3s,transform .3s;
}
.au-founder-linkedin:hover{background:#004182;transform:translateY(-2px)}

.au-founder-info h3{font-size:2rem;color:var(--navy);margin-bottom:.8rem}
.au-founder-info h3 span{display:block;font-size:1rem;color:var(--orange);font-family:'Inter',sans-serif;font-weight:700;margin-top:.3rem;text-transform:uppercase;letter-spacing:.8px}

.au-founder-bio{font-size:1.05rem;color:var(--tm);line-height:1.85;margin-bottom:2rem}

.au-founder-quote{
    background:linear-gradient(135deg,var(--cream),#FFFDF5);
    border-left:5px solid var(--gold);border-radius:0 16px 16px 0;
    padding:1.8rem 2rem;margin:2rem 0;
    font-size:1.05rem;font-style:italic;color:var(--navy);line-height:1.8;
}

.au-founder-role-list{list-style:none;margin-top:1.5rem}
.au-founder-role-list li{
    display:flex;gap:.8rem;align-items:flex-start;
    padding:.7rem 0;border-bottom:1px solid var(--bd);
    font-size:.97rem;color:var(--tm);line-height:1.5;
}
.au-founder-role-list li:last-child{border-bottom:none}
.au-founder-role-list li i{color:var(--gold);margin-top:.15rem;flex-shrink:0}

/* ============================================================
   SECTION B — BUSINESS IDENTITY
   ============================================================ */
.au-identity-sec{background:var(--soft)}

.au-identity-grid{
    display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;
}

.au-identity-card{
    background:var(--wh);border-radius:20px;padding:2.2rem;
    border:1.5px solid var(--bd);
    transition:border-color .3s,box-shadow .3s;
}
.au-identity-card:hover{border-color:var(--gold);box-shadow:0 8px 30px rgba(0,0,0,.07)}

.au-identity-card h4{
    font-family:'Inter',sans-serif;font-size:.8rem;font-weight:700;
    text-transform:uppercase;letter-spacing:1px;color:var(--orange);
    margin-bottom:.6rem;
}
.au-identity-card p{font-size:1.05rem;color:var(--td);font-weight:600;line-height:1.5}
.au-identity-card small{display:block;font-size:.88rem;color:var(--tl);margin-top:.3rem;font-weight:400}

.au-identity-card.highlight{
    background:linear-gradient(135deg,var(--navy),var(--blue));
    border-color:transparent;
    grid-column:1/-1;
}
.au-identity-card.highlight h4{color:rgba(255,255,255,.75)}
.au-identity-card.highlight p{color:var(--wh)}
.au-identity-card.highlight small{color:rgba(255,255,255,.7)}

.au-contact-row{
    display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem;margin-top:2rem;
}

.au-contact-item{
    background:var(--wh);border-radius:16px;padding:1.4rem;
    border:1.5px solid var(--bd);text-align:center;
    transition:border-color .3s,transform .3s;
}
.au-contact-item:hover{border-color:var(--gold);transform:translateY(-4px)}
.au-contact-item-icon{font-size:1.8rem;display:block;margin-bottom:.7rem}
.au-contact-item h5{font-size:.78rem;font-weight:700;color:var(--orange);text-transform:uppercase;letter-spacing:.7px;margin-bottom:.4rem;font-family:'Inter',sans-serif}
.au-contact-item a,.au-contact-item p{font-size:.9rem;color:var(--td);font-weight:600;text-decoration:none;word-break:break-all}
.au-contact-item a:hover{color:var(--orange)}

/* ============================================================
   SECTION C — TEACHING STANDARDS
   ============================================================ */
.au-standards-sec{background:linear-gradient(135deg,var(--navy) 0%,var(--blue) 100%);color:var(--wh)}

.au-standards-grid{
    display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;
}

.au-std-card{
    background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.18);
    border-radius:20px;padding:2.8rem;backdrop-filter:blur(10px);
    transition:background .3s,transform .35s;
}
.au-std-card:hover{background:rgba(255,255,255,.18);transform:translateY(-6px)}

.au-std-num{
    width:56px;height:56px;border-radius:50%;
    background:var(--gold);color:var(--td);
    display:flex;align-items:center;justify-content:center;
    font-size:1.5rem;font-weight:900;margin-bottom:1.4rem;
    flex-shrink:0;
}
.au-std-card h3{font-size:1.3rem;color:var(--wh);margin-bottom:.8rem}
.au-std-card p{font-size:.97rem;color:rgba(255,255,255,.9);line-height:1.75}

.au-standards-stats{
    display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;
    margin-top:3.5rem;padding-top:2.5rem;
    border-top:1px solid rgba(255,255,255,.15);
}
.au-ss-item{text-align:center}
.au-ss-num{font-size:2.8rem;font-weight:900;color:var(--gold);display:block;font-family:'Playfair Display',serif}
.au-ss-lbl{font-size:.9rem;color:rgba(255,255,255,.82);margin-top:.3rem;display:block}

/* ============================================================
   WHY WE'RE DIFFERENT (3-Day Money-Back Guarantee)
   ============================================================ */
.au-why-sec{background:var(--wh)}
.au-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.2rem;margin-top:3rem}
.au-why-card{
    background:var(--soft);padding:2.5rem;border-radius:16px;
    border:2px solid transparent;transition:all .4s;
}
.au-why-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px rgba(0,0,0,.1);border-color:var(--orange)}
.au-why-icon{font-size:2.8rem;display:block;margin-bottom:1.4rem}
.au-why-card h3{font-size:1.2rem;color:var(--navy);margin-bottom:.8rem}
.au-why-card p{font-size:.97rem;line-height:1.75;color:var(--tm)}

/* ============================================================
   OUR METHOD
   ============================================================ */
.au-method-sec{background:var(--soft)}
.au-method-intro{font-size:1.2rem;line-height:1.8;text-align:center;max-width:860px;margin:0 auto 3rem;color:var(--tm)}
.au-method-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.2rem}
.au-method-card{
    background:var(--wh);padding:2.8rem;border-radius:20px;
    box-shadow:0 6px 24px rgba(0,0,0,.05);border:2px solid var(--bd);
    transition:border-color .3s,box-shadow .3s;
}
.au-method-card:hover{border-color:var(--gold);box-shadow:0 12px 36px rgba(0,0,0,.1)}
.au-method-num{
    width:54px;height:54px;border-radius:50%;
    background:var(--gold);color:var(--td);
    display:flex;align-items:center;justify-content:center;
    font-size:1.4rem;font-weight:900;margin-bottom:1.4rem;
}
.au-method-card h3{font-size:1.2rem;color:var(--navy);margin-bottom:.8rem}
.au-method-card p{font-size:.97rem;line-height:1.75;color:var(--tm)}

/* ============================================================
   TEACHERS SNAPSHOT
   ============================================================ */
.au-teachers-sec{background:var(--cream)}
.au-teachers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}
.au-teacher-card{
    background:var(--wh);padding:2.5rem;border-radius:20px;
    text-align:center;box-shadow:0 6px 22px rgba(0,0,0,.06);
    transition:transform .4s,box-shadow .4s;
}
.au-teacher-card:hover{transform:translateY(-10px);box-shadow:0 18px 44px rgba(0,0,0,.12)}
.au-teacher-av{
    width:110px;height:110px;
    background:linear-gradient(135deg,var(--navy),var(--blue));
    border-radius:50%;display:flex;align-items:center;justify-content:center;
    margin:0 auto 1.4rem;font-size:2.8rem;
}
.au-teacher-card h3{font-size:1.2rem;color:var(--navy);margin-bottom:.4rem}
.au-teacher-role{font-size:.88rem;color:var(--tl);margin-bottom:.9rem}
.au-teacher-desc{font-size:.88rem;color:var(--tm);line-height:1.6}

/* ============================================================
   SECTION D — REVIEW TRANSPARENCY
   ============================================================ */
.au-reviews-sec{background:var(--wh)}

.au-reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.2rem;margin-top:3rem}
.au-review-card{
    background:var(--cream);padding:2.5rem;border-radius:20px;
    border-left:5px solid var(--gold);
    transition:box-shadow .3s,transform .3s;
}
.au-review-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.08)}
.au-review-stars{color:var(--gold);font-size:1.1rem;margin-bottom:.9rem}
.au-review-text{font-size:1.05rem;line-height:1.75;color:var(--td);font-style:italic;margin-bottom:1.2rem}
.au-review-author{font-size:.9rem;font-weight:700;color:var(--tm)}
.au-review-source{
    display:inline-flex;align-items:center;gap:.4rem;
    font-size:.78rem;background:rgba(0,182,122,.1);color:#00875A;
    padding:.2rem .7rem;border-radius:8px;margin-top:.5rem;font-weight:600;
}

.au-review-transparency{
    max-width:860px;margin:3rem auto 0;
    background:var(--soft);border-radius:20px;padding:2.5rem;
    border:1.5px solid var(--bd);
}
.au-review-transparency h4{font-family:'Playfair Display',serif;font-size:1.2rem;color:var(--navy);margin-bottom:1.2rem}
.au-rt-row{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1rem;font-size:.97rem;color:var(--tm);line-height:1.6}
.au-rt-row i{color:var(--green);margin-top:.15rem;flex-shrink:0}

.au-tp-cta{
    display:inline-flex;align-items:center;gap:1rem;
    background:#00B67A;color:#fff;padding:1.1rem 2.2rem;border-radius:10px;
    font-weight:700;font-size:1.05rem;text-decoration:none;margin-top:2rem;
    transition:transform .3s,box-shadow .3s;
}
.au-tp-cta:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(0,182,122,.3)}

/* ============================================================
   AUDIENCE
   ============================================================ */
.au-aud-sec{background:var(--soft)}
.au-aud-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.2rem;margin-top:3rem}
.au-aud-card{
    background:var(--wh);padding:3rem;border-radius:20px;
    text-align:center;border:3px solid transparent;
    transition:border-color .3s,transform .3s;
}
.au-aud-card:hover{border-color:var(--green);transform:scale(1.02)}
.au-aud-icon{font-size:3.8rem;display:block;margin-bottom:1.4rem}
.au-aud-card h3{font-size:1.3rem;color:var(--navy);margin-bottom:.9rem}
.au-aud-card p{font-size:.97rem;line-height:1.75;color:var(--tm);margin-bottom:1.4rem}
.au-aud-link{color:var(--orange);font-weight:600;text-decoration:none;font-size:.97rem}
.au-aud-link:hover{text-decoration:underline}

/* ============================================================
   COURSES DIRECTORY
   ============================================================ */
.au-courses-sec{background:var(--wh)}
.au-courses-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}
.au-course-cat{background:var(--soft);padding:2rem;border-radius:16px;box-shadow:0 3px 14px rgba(0,0,0,.05)}
.au-course-cat h3{font-size:1.1rem;color:var(--navy);margin-bottom:1.2rem;display:flex;align-items:center;gap:.5rem}
.au-course-cat ul{list-style:none}
.au-course-cat li{margin-bottom:.75rem}
.au-course-cat a{color:var(--tm);text-decoration:none;font-size:.95rem;transition:color .3s,transform .3s;display:block}
.au-course-cat a:hover{color:var(--orange);transform:translateX(4px)}

/* ============================================================
   SECTION E — TRUST BADGES
   ============================================================ */
.au-trust-sec{background:var(--soft)}

.au-trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}

.au-trust-card{
    background:var(--wh);border-radius:20px;padding:2.5rem;
    border:1.5px solid var(--bd);
    transition:border-color .3s,box-shadow .3s;
}
.au-trust-card:hover{border-color:var(--gold);box-shadow:0 8px 28px rgba(0,0,0,.07)}

.au-trust-card-icon{font-size:2.4rem;margin-bottom:1rem;display:block}
.au-trust-card h4{font-family:'Playfair Display',serif;font-size:1.2rem;color:var(--navy);margin-bottom:.8rem}
.au-trust-card p{font-size:.95rem;color:var(--tm);line-height:1.75;margin-bottom:1.2rem}

/* Payment badges row */
.au-payment-badges{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1rem}
.au-pay-badge{
    background:var(--soft);border:1.5px solid var(--bd);border-radius:10px;
    padding:.5rem 1rem;font-size:.82rem;font-weight:700;color:var(--tm);
    display:flex;align-items:center;gap:.4rem;
}
.au-pay-badge.paypal{background:#003087;color:#fff;border-color:#003087}
.au-pay-badge.visa{background:#1A1F71;color:#fff;border-color:#1A1F71}
.au-pay-badge.mc{background:#EB001B;color:#fff;border-color:#EB001B}
.au-pay-badge.ssl{background:var(--green);color:#fff;border-color:var(--green)}

.au-cert-thumb{
    display:flex;align-items:center;gap:1.2rem;
    background:var(--soft);border-radius:14px;padding:1.2rem 1.5rem;
    border:1.5px solid var(--bd);margin-top:1rem;
    transition:border-color .3s;text-decoration:none;
}
.au-cert-thumb:hover{border-color:var(--gold)}
.au-cert-preview{
    width:80px;height:60px;border-radius:8px;
    background:linear-gradient(135deg,var(--navy),var(--blue));
    display:flex;align-items:center;justify-content:center;
    color:var(--gold);font-size:1.8rem;flex-shrink:0;
}
.au-cert-text strong{display:block;font-size:.97rem;color:var(--td)}
.au-cert-text span{font-size:.82rem;color:var(--tl)}

/* ============================================================
   SECTION F — INTERNAL LINKS NAV
   ============================================================ */
.au-links-sec{background:linear-gradient(135deg,var(--navy) 0%,var(--blue) 100%);color:var(--wh)}

.au-links-grid{
    display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:3rem;
}

.au-link-card{
    background:rgba(255,255,255,.1);border:1.5px solid rgba(255,255,255,.18);
    border-radius:16px;padding:1.8rem;text-decoration:none;
    transition:background .3s,transform .35s;
    display:flex;align-items:center;gap:1.2rem;
}
.au-link-card:hover{background:rgba(255,255,255,.2);transform:translateX(6px)}
.au-link-card-icon{font-size:2rem;flex-shrink:0}
.au-link-card h4{font-family:'Playfair Display',serif;font-size:1rem;color:var(--wh);margin-bottom:.3rem}
.au-link-card p{font-size:.82rem;color:rgba(255,255,255,.78);line-height:1.45}

/* ============================================================
   FINAL CTA (3-Day Money-Back Guarantee)
   ============================================================ */
.au-final-cta{
    background:linear-gradient(135deg,var(--orange) 0%,#DC2626 100%);
    padding:6rem 2rem 8rem;text-align:center;color:var(--wh);
    position:relative;overflow:hidden;width:100%;
}
.au-final-cta::before{
    content:'';position:absolute;inset:0;
    background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='18'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events:none;
}
.au-final-inner{max-width:1000px;margin:0 auto;position:relative;z-index:1}
.au-final-cta h2{color:var(--wh);font-size:3.2rem;margin-bottom:1.4rem}
.au-final-cta p{font-size:1.3rem;opacity:.96;margin-bottom:2.5rem;line-height:1.75;max-width:780px;margin-left:auto;margin-right:auto}
.au-final-note{
    background:rgba(255,255,255,.15);padding:1.4rem 2rem;
    border-radius:12px;margin-top:2rem;font-size:17px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:1100px){
    .au-founder-wrap{grid-template-columns:320px 1fr;gap:3rem}
    .au-teachers-grid{grid-template-columns:repeat(2,1fr)}
    .au-courses-grid{grid-template-columns:repeat(2,1fr)}
    .au-contact-row{grid-template-columns:repeat(2,1fr)}
    .au-links-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:900px){
    .au-why-grid,.au-standards-grid,.au-reviews-grid,
    .au-aud-grid,.au-trust-grid,.au-method-grid,
    .au-identity-grid,.au-mv-grid{grid-template-columns:1fr}
    .au-identity-card.highlight{grid-column:auto}
    .au-founder-wrap{grid-template-columns:1fr;max-width:560px}
    .au-founder-photo-col{order:1}
    .au-founder-info{order:2}
}

@media(max-width:768px){
    .hero-main-title{font-size:2.5rem}
    .au-title{font-size:2.1rem}
    .au-stats{flex-direction:column;align-items:flex-start;gap:1.5rem}
    .au-cta-group{flex-direction:column}
    .au-btn-primary,.au-btn-ghost{width:100%;justify-content:center}
    .au-teachers-grid,.au-courses-grid{grid-template-columns:1fr}
    .au-links-grid{grid-template-columns:1fr}
    .au-contact-row{grid-template-columns:1fr 1fr}
    .au-final-cta h2{font-size:2.2rem}
    .au-trustbar-inner .au-tb-div{display:none}
    .ac{padding:0 1.2rem}
    .asec{padding:3.5rem 0}
    .au-hero{padding:3.5rem 1.2rem 4.5rem}
    .au-final-cta{padding:4rem 1.2rem 5.5rem}
    .au-standards-stats{gap:2rem}
}

@media(max-width:480px){
    .au-contact-row{grid-template-columns:1fr}
    .au-payment-badges{gap:.7rem}
}