/* ===========================================================
   Aaron Spira Coaching — Global CSS
   Paste into: Appearance -> Customize -> Additional CSS
   Homepage root element must have class "asc-home".
   Consultation page root element must have class "asc-consult".
   These namespaces keep the two pages' shared class names
   (.asc-guar, .asc-step, .asc-footer, etc.) from colliding.
   =========================================================== */

/* ---- shared keyframes ---- */
@keyframes ascFadeUp{from{transform:translateY(14px)}to{transform:none}}
@keyframes ascRevealUp{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}

/* ===================== HOMEPAGE (.asc-home) ===================== */
.asc-home *{box-sizing:border-box;margin:0;padding:0}
.asc-home{font-family:'Hanken Grotesk',system-ui,sans-serif;background:#F6F3EE;color:#1A1A17;-webkit-font-smoothing:antialiased;line-height:1.55;overflow-x:hidden}
.asc-home ::selection{background:#1F6F5C;color:#fff}
.asc-home a{transition:background-color .25s ease,color .25s ease,transform .2s ease,border-color .25s ease,box-shadow .25s ease,opacity .2s ease}
.asc-home a:focus-visible, .asc-home summary:focus-visible{outline:3px solid #C2714B;outline-offset:2px;border-radius:4px}
.asc-home .asc-header{position:sticky;top:0;z-index:50;background:rgba(246,243,238,0.82);backdrop-filter:blur(12px);border-bottom:1px solid #E4DFD6}
.asc-home .asc-header-in{max-width:1180px;margin:0 auto;padding:16px 28px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.asc-home .asc-brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.asc-home .asc-logo{width:30px;height:30px;border-radius:50%;background:linear-gradient(90deg,#17211D 0 50%,#1F6F5C 50% 100%);box-shadow:inset 0 0 0 1px rgba(0,0,0,0.06);display:inline-block;flex:none}
.asc-home .asc-brand-name{font-weight:700;letter-spacing:0.04em;font-size:15px;color:#1A1A17;display:block;line-height:1.05}
.asc-home .asc-brand-sub{font-size:10.5px;letter-spacing:0.22em;color:#6B6A62;font-weight:600;display:block;line-height:1.05}
.asc-home .asc-nav{display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.asc-home .asc-nav a{text-decoration:none;color:#3A3833;font-size:14.5px;font-weight:500}
.asc-home .asc-nav a:hover{color:#1F6F5C}
.asc-home .asc-nav-cta{text-decoration:none;background:#1F6F5C;color:#fff !important;font-weight:600;font-size:14px;padding:11px 18px;border-radius:9px;box-shadow:0 1px 2px rgba(23,33,29,0.12)}
.asc-home .asc-nav-cta:hover{background:#185749}
.asc-home .asc-wrap{max-width:1180px;margin:0 auto}
.asc-home .asc-eyebrow{font-size:12px;letter-spacing:0.16em;font-weight:600;color:#1F6F5C;text-transform:uppercase;margin-bottom:14px;display:flex;align-items:center;gap:9px}
.asc-home .asc-eyebrow .dot{width:7px;height:7px;border-radius:50%;background:#1F6F5C;display:inline-block}
.asc-home .asc-h1{font-family:'Newsreader',serif;font-weight:500;font-size:clamp(40px,5.6vw,68px);line-height:1.03;letter-spacing:-0.02em;color:#16201C;text-wrap:balance}
.asc-home .asc-h2{font-family:'Newsreader',serif;font-weight:500;font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-0.015em;color:#16201C;text-wrap:balance}
.asc-home .asc-em{font-style:italic;color:#16201C}
.asc-home .asc-btn{text-decoration:none;background:#1F6F5C;color:#fff !important;font-weight:600;font-size:16px;padding:16px 28px;border-radius:11px;display:inline-flex;align-items:center;gap:10px;box-shadow:0 4px 14px rgba(31,111,92,0.28)}
.asc-home .asc-btn:hover{background:#185749;transform:translateY(-1px)}
.asc-home .asc-btn-ghost{text-decoration:none;border:1px solid #CDC6B8;color:#1A1A17 !important;font-weight:600;font-size:16px;padding:16px 26px;border-radius:11px;background:transparent;display:inline-flex;align-items:center;gap:9px}
.asc-home .asc-btn-ghost:hover{border-color:#16201C;background:#EFEAE1}
.asc-home .asc-hero{max-width:1180px;margin:0 auto;padding:clamp(48px,7vw,96px) 28px clamp(40px,5vw,72px);display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:clamp(36px,5vw,72px);align-items:center}
.asc-home .asc-hero-copy{animation:ascFadeUp .7s ease both}
.asc-home .asc-hero p.asc-lede{margin-top:26px;font-size:clamp(17px,1.4vw,19px);color:#4B4A43;max-width:30em;text-wrap:pretty}
.asc-home .asc-hero-ctas{margin-top:34px;display:flex;flex-wrap:wrap;gap:14px}
.asc-home .asc-trustrow{margin-top:38px;display:flex;flex-wrap:wrap;gap:22px 30px}
.asc-home .asc-trustrow .item{display:flex;align-items:center;gap:9px;font-size:13.5px;color:#54524B;font-weight:500}
.asc-home .asc-trustrow .chk{color:#1F6F5C;font-weight:700;font-size:15px}
.asc-home .asc-hero-media{position:relative;animation:ascFadeUp .9s ease both}
.asc-home .asc-hero-frame{aspect-ratio:4/5;border-radius:18px;overflow:hidden;border:1px solid #DED7C9;box-shadow:0 30px 60px -30px rgba(22,32,28,0.4)}
.asc-home .asc-hero-frame img{width:100%;height:100%;object-fit:cover;object-position:50% 35%;display:block}
.asc-home .asc-hero-badge{position:absolute;bottom:-22px;left:-22px;background:#fff;border:1px solid #E4DFD6;border-radius:14px;padding:16px 18px;box-shadow:0 18px 40px -20px rgba(22,32,28,0.35);max-width:230px}
.asc-home .asc-hero-badge .big{font-family:'Newsreader',serif;font-size:30px;line-height:1;color:#1F6F5C;font-weight:600}
.asc-home .asc-hero-badge .sm{font-size:12.5px;color:#6B6A62;margin-top:5px}
.asc-home .asc-strip{background:#17211D;color:#E9EEE9}
.asc-home .asc-strip-in{max-width:1180px;margin:0 auto;padding:22px 28px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px 40px;text-align:center}
.asc-home .asc-strip span{font-size:13.5px;font-weight:500;color:#C5D0C8}
.asc-home .asc-sec{max-width:1180px;margin:0 auto;padding:clamp(60px,7vw,104px) 28px}
.asc-home .asc-sec-head{max-width:640px;margin-bottom:44px}
.asc-home .asc-sec-head p{margin-top:16px;font-size:17px;color:#4B4A43;text-wrap:pretty}
.asc-home .asc-grid-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(258px,1fr));gap:20px;align-items:start}
.asc-home .asc-card{background:#fff;border:1px solid #E4DFD6;border-radius:16px;padding:28px 26px;display:flex;flex-direction:column;transition:box-shadow .25s,transform .25s}
.asc-home .asc-card:hover{box-shadow:0 22px 44px -28px rgba(22,32,28,0.4);transform:translateY(-3px)}
.asc-home .asc-card .num{width:40px;height:40px;border-radius:11px;background:#E8F0EC;color:#1F6F5C;display:flex;align-items:center;justify-content:center;font-family:'Newsreader',serif;font-size:19px;font-weight:600;margin-bottom:18px}
.asc-home .asc-card h3{font-family:'Newsreader',serif;font-weight:600;font-size:21px;line-height:1.15;color:#16201C;letter-spacing:-0.01em;min-height:48px}
.asc-home .asc-card .blurb{margin-top:11px;font-size:14.5px;color:#54524B;min-height:138px;text-wrap:pretty}
.asc-home details.asc-disc{margin-top:auto}
.asc-home details.asc-disc>summary{list-style:none;padding-top:18px;cursor:pointer;background:transparent;border:none;color:#1F6F5C;font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:7px;width:max-content}
.asc-home details.asc-disc>summary::-webkit-details-marker{display:none}
.asc-home details.asc-disc>summary:hover{gap:11px}
.asc-home .asc-disc .lbl-open{display:none}
.asc-home details.asc-disc[open] .lbl-closed{display:none}
.asc-home details.asc-disc[open] .lbl-open{display:inline}
.asc-home .asc-disc .caret::after{content:"+";font-size:12px}
.asc-home details.asc-disc[open] .caret::after{content:"\2212"}
.asc-home .asc-disc ul{margin-top:16px;padding-top:16px;border-top:1px solid #ECE7DD;list-style:none;display:flex;flex-direction:column;gap:9px;animation:ascRevealUp .34s ease both}
.asc-home .asc-disc li{font-size:13.5px;color:#46443E;display:flex;gap:9px;line-height:1.4}
.asc-home .asc-disc li .b{color:#1F6F5C;font-weight:700;flex:none}
.asc-home .asc-band{background:#EFEAE1}
.asc-home .asc-band-in{max-width:1180px;margin:0 auto;padding:clamp(60px,7vw,100px) 28px}
.asc-home .asc-prob-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(36px,5vw,64px)}
.asc-home .asc-prob-grid .lead p{margin-top:18px;font-size:16.5px;color:#4B4A43;text-wrap:pretty}
.asc-home .asc-btn-sm{margin-top:28px;text-decoration:none;background:#1F6F5C;color:#fff !important;font-weight:600;font-size:15.5px;padding:14px 24px;border-radius:11px;display:inline-flex;align-items:center;gap:10px;box-shadow:0 4px 14px rgba(31,111,92,0.22)}
.asc-home .asc-btn-sm:hover{background:#185749;transform:translateY(-1px)}
.asc-home .asc-prob-list{display:flex;flex-direction:column;gap:12px}
.asc-home .asc-prob{background:#fff;border:1px solid #E4DFD6;border-radius:12px;padding:18px 20px;display:flex;gap:14px;align-items:flex-start;transition:transform .25s ease,box-shadow .25s ease}
.asc-home .asc-prob:hover{transform:translateX(4px);box-shadow:0 14px 30px -24px rgba(22,32,28,0.5)}
.asc-home .asc-prob .pdot{width:8px;height:8px;border-radius:50%;background:#C2714B;margin-top:8px;flex:none}
.asc-home .asc-prob .ptxt{font-size:15.5px;color:#33312C;font-weight:500;line-height:1.45}
.asc-home .asc-dark{background:#17211D;color:#E9EEE9}
.asc-home .asc-dark-in{max-width:1180px;margin:0 auto;padding:clamp(64px,8vw,108px) 28px}
.asc-home .asc-dark-head{max-width:660px;margin-bottom:52px}
.asc-home .asc-dark-head .eb{font-size:12px;letter-spacing:0.16em;font-weight:600;color:#7FBBA8;text-transform:uppercase;margin-bottom:14px}
.asc-home .asc-dark-head h2{font-family:'Newsreader',serif;font-weight:500;font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-0.015em;color:#fff;text-wrap:balance}
.asc-home .asc-dark-head p{margin-top:16px;font-size:17px;color:#B7C3BB;text-wrap:pretty}
.asc-home .asc-method-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px}
.asc-home .asc-step{position:relative;overflow:hidden;background:linear-gradient(158deg,#22332C 0%,#19241F 100%);border:1px solid rgba(127,187,168,0.18);border-radius:16px;padding:30px 26px 28px;box-shadow:0 20px 38px -26px rgba(0,0,0,0.85);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.asc-home .asc-step:hover{transform:translateY(-6px);box-shadow:0 34px 56px -28px rgba(0,0,0,0.9);border-color:rgba(127,187,168,0.4)}
.asc-home .asc-step .ghost{position:absolute;top:-22px;right:2px;font-family:'Newsreader',serif;font-size:110px;font-weight:600;color:rgba(127,187,168,0.1);line-height:1;pointer-events:none}
.asc-home .asc-step .inner{position:relative}
.asc-home .asc-step .tag{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:700;letter-spacing:0.16em;text-transform:uppercase;color:#8FD3BE}
.asc-home .asc-step .tag .bar{width:18px;height:2px;background:#8FD3BE;display:inline-block}
.asc-home .asc-step h3{font-family:'Newsreader',serif;font-weight:600;font-size:25px;color:#fff;margin-top:14px;letter-spacing:-0.01em}
.asc-home .asc-step p{margin-top:12px;font-size:15px;color:#C2CEC6;line-height:1.55;text-wrap:pretty}
.asc-home .asc-toolkit{margin-top:46px;padding-top:34px;border-top:1px solid rgba(255,255,255,0.12)}
.asc-home .asc-toolkit .lbl{font-size:12px;letter-spacing:0.16em;font-weight:700;text-transform:uppercase;color:#8FD3BE;margin-bottom:20px}
.asc-home .asc-chips{display:flex;flex-wrap:wrap;gap:12px}
.asc-home .asc-chips span{font-size:14.5px;font-weight:500;color:#E9EEE9;background:rgba(127,187,168,0.1);border:1px solid rgba(127,187,168,0.3);border-radius:999px;padding:10px 19px;transition:background-color .25s ease,transform .2s ease}
.asc-home .asc-chips span:hover{background:rgba(127,187,168,0.2);transform:translateY(-2px)}
.asc-home .asc-why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(40px,5vw,72px);align-items:center}
.asc-home .asc-why-frame{aspect-ratio:1/1;border-radius:18px;overflow:hidden;border:1px solid #DED7C9;box-shadow:0 30px 60px -34px rgba(22,32,28,0.4);position:relative}
.asc-home .asc-why-frame img{width:100%;height:100%;object-fit:cover;display:block}
.asc-home .asc-why-frame .cap{position:absolute;bottom:14px;left:14px;font-size:12px;font-weight:600;color:#fff;background:rgba(22,32,28,0.62);backdrop-filter:blur(4px);padding:7px 13px;border-radius:999px;letter-spacing:0.02em}
.asc-home .asc-why p{margin-top:18px;font-size:16px;color:#4B4A43;text-wrap:pretty}
.asc-home .asc-why p.tight{margin-top:14px}
.asc-home .asc-stats{margin-top:28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:20px}
.asc-home .asc-stat{border-left:2px solid #1F6F5C;padding-left:14px}
.asc-home .asc-stat .v{font-family:'Newsreader',serif;font-size:30px;line-height:1;color:#16201C;font-weight:600}
.asc-home .asc-stat .l{font-size:12.5px;color:#6B6A62;margin-top:6px;line-height:1.35}
.asc-home .asc-why .closer{margin-top:26px;font-size:16px;color:#16201C;font-weight:500;text-wrap:pretty}
.asc-home details.asc-story{margin-top:22px}
.asc-home details.asc-story>summary{list-style:none;background:transparent;border:1px solid #CDC6B8;cursor:pointer;color:#16201C;font-weight:600;font-size:14.5px;display:inline-flex;align-items:center;gap:10px;padding:12px 20px;border-radius:10px;width:max-content}
.asc-home details.asc-story>summary::-webkit-details-marker{display:none}
.asc-home details.asc-story>summary:hover{border-color:#1F6F5C;color:#1F6F5C}
.asc-home .asc-story .lbl-open{display:none}
.asc-home details.asc-story[open] .lbl-closed{display:none}
.asc-home details.asc-story[open] .lbl-open{display:inline}
.asc-home .asc-story .caret{color:#1F6F5C}
.asc-home .asc-story .caret::after{content:"+";font-size:13px}
.asc-home details.asc-story[open] .caret::after{content:"\2212"}
.asc-home .asc-story-body{margin-top:22px;padding-top:24px;border-top:1px solid #E4DFD6;display:flex;flex-direction:column;gap:15px;animation:ascRevealUp .4s ease both}
.asc-home .asc-story-body p{font-size:15.5px;color:#4B4A43;line-height:1.62;text-wrap:pretty;margin:0}
.asc-home .asc-reviews-head{max-width:620px;margin:0 auto 40px;text-align:center}
.asc-home .asc-reviews-head .asc-eyebrow{justify-content:center}
.asc-home .asc-reviews-head p{margin-top:16px;font-size:17px;color:#4B4A43;text-wrap:pretty}
.asc-home .asc-reviews-card{background:#fff;border:1px solid #E4DFD6;border-radius:18px;padding:clamp(24px,3vw,40px);box-shadow:0 14px 36px -26px rgba(22,32,28,0.4)}
.asc-home .asc-shortcode-note{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;color:#7A776E;text-align:center;border:1px dashed #C9C2B4;border-radius:10px;padding:14px;background:#FAF8F4}
.asc-home .asc-price-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:34px}
.asc-home .asc-plan{background:#fff;border:1px solid #E4DFD6;border-radius:18px;padding:30px 28px;display:flex;flex-direction:column;position:relative;box-shadow:0 1px 2px rgba(22,32,28,0.04);transition:transform .28s ease,box-shadow .28s ease}
.asc-home .asc-plan:hover{transform:translateY(-5px)}
.asc-home .asc-plan.feat{border:1px solid #1F6F5C;box-shadow:0 26px 50px -28px rgba(31,111,92,0.45)}
.asc-home .asc-plan .badge{position:absolute;top:-12px;left:28px;background:#1F6F5C;color:#fff;font-size:11px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;padding:6px 12px;border-radius:999px}
.asc-home .asc-plan h3{font-family:'Newsreader',serif;font-weight:600;font-size:23px;color:#16201C;letter-spacing:-0.01em}
.asc-home .asc-plan .price-row{margin-top:14px;display:flex;align-items:baseline;gap:7px}
.asc-home .asc-plan .price{font-family:'Newsreader',serif;font-size:42px;font-weight:600;color:#16201C}
.asc-home .asc-plan .unit{font-size:14px;color:#7A776E}
.asc-home .asc-plan .pdesc{margin-top:14px;font-size:14.5px;color:#54524B;line-height:1.5;text-wrap:pretty}
.asc-home .asc-plan ul{margin-top:20px;padding:20px 0 0;border-top:1px solid #ECE7DD;list-style:none;display:flex;flex-direction:column;gap:11px;flex:1}
.asc-home .asc-plan li{font-size:14px;color:#3A3833;display:flex;gap:10px;line-height:1.4}
.asc-home .asc-plan li .c{color:#1F6F5C;font-weight:700;flex:none}
.asc-home .asc-plan .plan-cta{margin-top:24px;text-decoration:none;text-align:center;font-weight:600;font-size:15px;padding:14px;border-radius:10px;background:transparent;color:#16201C !important;border:1px solid #CDC6B8}
.asc-home .asc-plan .plan-cta:hover{opacity:0.9}
.asc-home .asc-plan.feat .plan-cta{background:#1F6F5C;color:#fff !important;border:1px solid #1F6F5C}
.asc-home .asc-price-note{margin-top:18px;font-size:13px;color:#7A776E;text-align:center}
.asc-home .asc-guar-wrap{max-width:1180px;margin:0 auto;padding:0 28px clamp(60px,7vw,96px)}
.asc-home .asc-guar{background:#E8F0EC;border:1px solid #C9E0D6;border-radius:20px;padding:clamp(36px,5vw,56px);display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px;align-items:center;box-shadow:0 24px 50px -28px rgba(31,111,92,0.4)}
.asc-home .asc-guar .left{display:flex;align-items:center;gap:22px}
.asc-home .asc-guar .ic{width:64px;height:64px;border-radius:50%;background:#1F6F5C;color:#fff;display:flex;align-items:center;justify-content:center;font-size:30px;flex:none;box-shadow:0 10px 24px -10px rgba(31,111,92,0.6)}
.asc-home .asc-guar .eb{font-size:12px;letter-spacing:0.16em;font-weight:600;color:#1F6F5C;text-transform:uppercase}
.asc-home .asc-guar h2{font-family:'Newsreader',serif;font-weight:600;font-size:clamp(24px,3vw,32px);color:#16201C;margin-top:6px;line-height:1.1}
.asc-home .asc-guar p{font-size:16.5px;color:#33433C;line-height:1.55;text-wrap:pretty}
.asc-home .asc-guar .fine{margin-top:12px;font-size:12.5px;color:#5C6B61;line-height:1.5;text-wrap:pretty}
.asc-home .asc-faq{max-width:860px;margin:0 auto;padding:0 28px clamp(64px,8vw,108px)}
.asc-home .asc-faq-head{text-align:center;margin-bottom:44px}
.asc-home .asc-faq-head .asc-eyebrow{justify-content:center}
.asc-home .asc-faq-head h2{font-family:'Newsreader',serif;font-weight:500;font-size:clamp(30px,4vw,44px);line-height:1.08;letter-spacing:-0.015em;color:#16201C}
.asc-home .asc-faq-list{display:flex;flex-direction:column;gap:12px}
.asc-home details.asc-q{background:#fff;border:1px solid #E4DFD6;border-radius:14px;overflow:hidden;box-shadow:0 8px 20px -12px rgba(22,32,28,0.28)}
.asc-home details.asc-q>summary{list-style:none;cursor:pointer;padding:22px 24px;display:flex;justify-content:space-between;align-items:center;gap:18px;text-align:left}
.asc-home details.asc-q>summary::-webkit-details-marker{display:none}
.asc-home .asc-q .q{font-size:16.5px;font-weight:600;color:#16201C;line-height:1.35}
.asc-home .asc-q .sign{width:28px;height:28px;border-radius:50%;background:#E8F0EC;color:#1F6F5C;flex:none;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600}
.asc-home .asc-q .sign::after{content:"+"}
.asc-home details.asc-q[open] .sign::after{content:"\2212"}
.asc-home .asc-q .a{padding:0 24px 24px;font-size:15.5px;color:#4B4A43;line-height:1.55;text-wrap:pretty;animation:ascRevealUp .3s ease both}
.asc-home .asc-final{max-width:840px;margin:0 auto;padding:clamp(64px,8vw,112px) 28px;text-align:center}
.asc-home .asc-final .seal{width:46px;height:46px;border-radius:50%;background:linear-gradient(90deg,#fff 0 50%,#1F6F5C 50% 100%);display:inline-block;margin-bottom:26px;box-shadow:inset 0 0 0 1px rgba(255,255,255,0.15)}
.asc-home .asc-final h2{font-family:'Newsreader',serif;font-weight:500;font-size:clamp(32px,5vw,56px);line-height:1.05;letter-spacing:-0.02em;text-wrap:balance;color:#fff}
.asc-home .asc-final p{margin-top:20px;font-size:18px;color:#B7C3BB;max-width:34em;margin-left:auto;margin-right:auto;text-wrap:pretty}
.asc-home .asc-final .asc-btn{margin-top:34px;font-size:17px;padding:18px 34px;box-shadow:0 10px 30px -10px rgba(31,111,92,0.7)}
.asc-home .asc-final .asc-btn:hover{background:#fff;color:#16201C !important}
.asc-home .asc-final .micro{margin-top:22px;font-size:13.5px;color:#8FA399}
.asc-home .asc-footer{background:#121A17;color:#9FB0A7}
.asc-home .asc-footer-in{max-width:1180px;margin:0 auto;padding:48px 28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px}
.asc-home .asc-footer .col-about{max-width:30em}
.asc-home .asc-footer .fbrand{display:flex;align-items:center;gap:11px;margin-bottom:14px}
.asc-home .asc-footer .fdot{width:26px;height:26px;border-radius:50%;background:linear-gradient(90deg,#E9EEE9 0 50%,#1F6F5C 50% 100%);display:inline-block}
.asc-home .asc-footer .fname{font-weight:700;letter-spacing:0.04em;font-size:14px;color:#E9EEE9}
.asc-home .asc-footer .fabout{font-size:14px;line-height:1.55;color:#A6B5AC}
.asc-home .asc-footer .ftitle{font-size:12px;letter-spacing:0.12em;text-transform:uppercase;color:#A0B0A7;font-weight:600;margin-bottom:4px;display:block}
.asc-home .asc-footer .col-links{display:flex;flex-direction:column;gap:10px}
.asc-home .asc-footer .col-links a{color:#B7C3BB;text-decoration:none;font-size:14px}
.asc-home .asc-footer .col-links a:hover{color:#fff}
.asc-home .asc-footer .col-start{display:flex;flex-direction:column;gap:14px;align-items:flex-start}
.asc-home .asc-footer .fcta{text-decoration:none;background:#1F6F5C;color:#fff !important;font-weight:600;font-size:14px;padding:12px 20px;border-radius:9px}
.asc-home .asc-footer .fcta:hover{background:#185749}
.asc-home .asc-footer .fcontact{font-size:13px;color:#AEBDB4;line-height:1.7}
.asc-home .asc-footer .fcontact strong{color:#E9EEE9;font-weight:700}
.asc-home .asc-footer .fcontact a{color:#C5D0C8;text-decoration:none}
.asc-home .asc-disclaimer{border-top:1px solid rgba(255,255,255,0.08);padding:22px 28px;max-width:1180px;margin:0 auto}
.asc-home .asc-disclaimer p{font-size:12.5px;color:#A0B0A7;line-height:1.6;max-width:60em;text-wrap:pretty}
.asc-home .asc-copyright{border-top:1px solid rgba(255,255,255,0.08);padding:18px 28px;text-align:center;font-size:12.5px;color:#A0B0A7}
@media (max-width:720px){
.asc-home .asc-nav{gap:14px 16px}
.asc-home .asc-nav a:not(.asc-nav-cta){font-size:13.5px}
}
@media (max-width:560px){
.asc-home .asc-nav a:not(.asc-nav-cta){display:none}
}

/* ================ CONSULTATION PAGE (.asc-consult) ============== */
.asc-consult *{box-sizing:border-box;margin:0;padding:0}
.asc-consult{font-family:'Hanken Grotesk',system-ui,sans-serif;background:#F6F3EE;color:#1A1A17;-webkit-font-smoothing:antialiased;line-height:1.55;min-height:100vh;display:flex;flex-direction:column}
.asc-consult ::selection{background:#1F6F5C;color:#fff}
.asc-consult a{transition:color .25s ease,background-color .25s ease,border-color .25s ease}
.asc-consult a:focus-visible, .asc-consult summary:focus-visible{outline:3px solid #C2714B;outline-offset:2px;border-radius:4px}
.asc-consult .asc-header{background:rgba(246,243,238,0.82);backdrop-filter:blur(12px);border-bottom:1px solid #E4DFD6}
.asc-consult .asc-header-in{max-width:1100px;margin:0 auto;padding:16px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.asc-consult .asc-brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.asc-consult .asc-logo{width:30px;height:30px;border-radius:50%;background:linear-gradient(90deg,#17211D 0 50%,#1F6F5C 50% 100%);display:inline-block;flex:none}
.asc-consult .asc-brand-name{font-weight:700;letter-spacing:0.04em;font-size:15px;color:#1A1A17;display:block;line-height:1.05}
.asc-consult .asc-brand-sub{font-size:10.5px;letter-spacing:0.22em;color:#6B6A62;font-weight:600;display:block;line-height:1.05}
.asc-consult .asc-back{text-decoration:none;color:#3A3833;font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:8px}
.asc-consult .asc-back:hover{color:#1F6F5C}
.asc-consult .asc-main{flex:1;max-width:1100px;width:100%;margin:0 auto;padding:clamp(40px,6vw,80px) 28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:clamp(36px,5vw,64px);align-items:start}
.asc-consult .asc-left{animation:ascFadeUp .7s ease both}
.asc-consult .asc-eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;letter-spacing:0.16em;font-weight:600;color:#1F6F5C;text-transform:uppercase;margin-bottom:20px}
.asc-consult .asc-eyebrow .dot{width:7px;height:7px;border-radius:50%;background:#1F6F5C}
.asc-consult .asc-h1{font-family:'Newsreader',serif;font-weight:500;font-size:clamp(32px,4.4vw,52px);line-height:1.05;letter-spacing:-0.02em;color:#16201C;text-wrap:balance}
.asc-consult .asc-lede{margin-top:20px;font-size:17px;color:#4B4A43;max-width:32em;text-wrap:pretty}
.asc-consult .asc-steps-title{font-size:13px;font-weight:700;color:#16201C;letter-spacing:0.04em;text-transform:uppercase;margin-bottom:6px}
.asc-consult .asc-steps{margin-top:18px;display:flex;flex-direction:column}
.asc-consult .asc-step{display:flex;gap:18px;padding-bottom:24px}
.asc-consult .asc-step .rail{display:flex;flex-direction:column;align-items:center;flex:none}
.asc-consult .asc-step .num{width:34px;height:34px;border-radius:50%;background:#1F6F5C;color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Newsreader',serif;font-weight:600;font-size:15px}
.asc-consult .asc-step .line{width:2px;flex:1;background:#DDD7CB;margin-top:6px}
.asc-consult .asc-step:last-child .line{display:none}
.asc-consult .asc-step .body{padding-top:3px}
.asc-consult .asc-step .t{font-weight:600;font-size:16px;color:#16201C}
.asc-consult .asc-step .d{margin-top:5px;font-size:14.5px;color:#54524B;line-height:1.5;text-wrap:pretty}
.asc-consult .asc-guar{margin-top:8px;background:#E8F0EC;border:1px solid #C9E0D6;border-radius:14px;padding:20px 22px;display:flex;gap:14px;align-items:flex-start}
.asc-consult .asc-guar .ic{width:36px;height:36px;border-radius:50%;background:#1F6F5C;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;flex:none}
.asc-consult .asc-guar .gt{font-weight:600;font-size:15px;color:#16201C}
.asc-consult .asc-guar .gd{font-size:13.5px;color:#33433C;margin-top:4px;line-height:1.5}
.asc-consult .asc-right{position:sticky;top:28px;animation:ascFadeUp .9s ease both}
.asc-consult .asc-form-card{background:#fff;border:1px solid #E4DFD6;border-radius:20px;padding:clamp(28px,3.5vw,40px);box-shadow:0 30px 60px -36px rgba(22,32,28,0.4)}
.asc-consult .asc-form-card h2{font-family:'Newsreader',serif;font-weight:600;font-size:24px;color:#16201C;letter-spacing:-0.01em}
.asc-consult .asc-form-card .sub{font-size:14px;color:#7A776E;margin-top:6px}
.asc-consult .asc-form-host{margin-top:24px;min-height:300px;border:1px solid #E4DFD6;border-radius:14px;background:#FBFAF7;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:36px 24px;gap:8px}
.asc-consult .asc-form-host .tag{font-size:13px;font-weight:600;letter-spacing:0.06em;color:#1F6F5C;text-transform:uppercase}
.asc-consult .asc-form-host .hint{font-size:13px;color:#7A776E;max-width:34em;line-height:1.55}
.asc-consult .asc-form-foot{margin-top:14px;font-size:12.5px;color:#9A9486;text-align:center;line-height:1.55}
.asc-consult .asc-form-foot a{color:#1F6F5C;text-decoration:underline}
.asc-consult .asc-disclaimer{margin-top:18px;background:#fff;border:1px solid #E4DFD6;border-radius:14px;padding:18px 20px}
.asc-consult .asc-disclaimer p{font-size:12.5px;color:#6B6A62;line-height:1.6;text-wrap:pretty}
.asc-consult .asc-footer{background:#121A17;color:#9DAEA5;text-align:center;padding:22px 28px;font-size:12.5px}
.asc-consult .asc-footer a{color:#B7C3BB;text-decoration:none}
