/* ===================== GLOBAL CSS ===================== */

body.page-template-aihm-landing-template .header{ display:none; }
body.page-template-aihm-landing-template .footer-sec{ display:none; }
body.page-template-aihm-landing-template .inner-dark-green-sec{ display:none; }

*{box-sizing:border-box;margin:0;padding:0}

img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

.page-wrappers{width:100%;max-width:100%;margin:auto;background:#fff9ea;overflow:hidden}
.container{width:min(1180px,100%);margin:auto}

/* ===================== HERO SECTION CSS ===================== */
.hero-section{position:relative;text-align:center;padding:36px 20px 28px;background:url('../images/hero-bg.webp') center/cover no-repeat;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero-content{position:relative;z-index:2;width:100%}
.hero-logo{width:250px;margin:0 auto 20px}
.hero-eyebrow{font-family:Georgia,serif;font-size:34px;font-style:italic;color:#23572f;margin-bottom:8px}
.hero-title{font-family:Georgia,serif;font-size:86px;line-height:.95;color:#0a4826;margin-bottom:16px;font-weight:700}
.hero-divider{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:18px;color:#6b9226;font-family: "Google Sans", sans-serif;}
.hero-divider span{width:78px;height:2px;background:#0a4826;font-family: "Google Sans", sans-serif;}
.hero-divider b{font-size:25px;font-family: "Google Sans", sans-serif;}
.hero-subtitle{font-size:29px;line-height:1.35;color:#244537;margin-bottom:22px;font-family: "Google Sans", sans-serif;}
.hero-badge{display:inline-flex;align-items:center;gap:10px;background:rgba(233,234,205,.9);border-radius:13px;padding:12px 28px;font-size:22px;font-weight:800;color:#24582f;font-family: "Google Sans", sans-serif;}

/* ===================== SELECT STATE SECTION CSS ===================== */
.select-state-section{position:relative;z-index:3;margin-top:-34px;margin-bottom:36px}
.select-state-section .state-select{}
.select-card{width:min(1070px,88%);margin:auto;background:linear-gradient(135deg,#0b532a,#123d1f);border:2px solid #d8b553;border-radius:26px;padding:25px 36px 24px;text-align:center;color:#fff;box-shadow:0 14px 32px rgba(0,0,0,.16);font-family: "Google Sans", sans-serif;}
.select-title{font-size:24px;text-transform:uppercase;color:#f0d783;font-weight:900;margin-bottom:16px;letter-spacing:.5px;font-family: "Google Sans", sans-serif;}
.state-select{width:100%;height:58px;border:2px solid #d8b553;border-radius:11px;background:#fff;color:#222;font-size:19px;padding:0 20px;outline:none;font-family: "Google Sans", sans-serif;}
.showing-text{font-size:23px;margin-top:17px;font-family: "Google Sans", sans-serif;}
.showing-text strong{color:#f0d783;border-bottom:2px wavy #e8c75c;font-family: "Google Sans", sans-serif;}

/* ===================== STATE CAROUSEL SECTION CSS ===================== */
.state-carousel-section{padding:24px 0 34px;background:#fff9ea;overflow:hidden}
.carousel-box{position:relative;width:min(1220px,94%);margin:auto;padding:0 54px}
.carousel-window{overflow:hidden;width:100%}
.carousel-track{display:flex;gap:24px;transition:transform .45s ease;will-change:transform}
.state-card{flex:0 0 calc((100% - 96px)/5);min-height:214px;border:1.8px solid #d9b56b;border-radius:24px;background:linear-gradient(180deg,#fffdf4,#fff8e9);text-align:center;padding:22px 14px;box-shadow:0 8px 18px rgba(70,45,10,.08);cursor:pointer;transition:.3s}
.state-card.active,.state-card:hover{background:linear-gradient(145deg,#075127,#123f1f);color:#fff;transform:translateY(0px)}
.state-card h3{font-size:22px;margin-bottom:12px;color:#0b4024;font-weight:800;white-space:nowrap;font-family: "Google Sans", sans-serif;}
.state-card.active h3,.state-card:hover h3{color:#fff}
.state-card img{width:100%;height:92px;object-fit:contain;margin-bottom:18px}
.state-card p{font-size:17px;font-weight:800;color:#0b4024;font-family: "Google Sans", sans-serif;}
.state-card.active p,.state-card:hover p{color:#fff}
.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:none;border-radius:50%;background:#0b4a27;color:#fff;font-size:28px;cursor:pointer;z-index:5;box-shadow:0 8px 18px rgba(0,0,0,.22);font-family: "Google Sans", sans-serif;}
.carousel-btn.prev{left:4px}.carousel-btn.next{right:4px}.carousel-btn:hover{background:#c6a24b;color:#082f18}
.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:22px}
.carousel-dots button{width:9px;height:9px;border:none;border-radius:50%;background:#d1bd80;cursor:pointer}
.carousel-dots button.active{width:28px;border-radius:20px;background:#0b4a27}
.carousel-window {touch-action: pan-y;-webkit-overflow-scrolling: touch;overflow: hidden;}
.carousel-track {transition: transform 0.4s ease;}


/* ===================== PATIENT STORIES SECTION CSS ===================== */
.patient-stories-section{padding:10px 0 28px;background:#fff9ea}
.section-heading{text-align:center;margin-bottom:26px}
.section-heading h2{font-family:Georgia,serif;font-size:48px;color:#0b4a27;line-height:1.1}
.section-heading p{font-size:24px;color:#222;margin-top:10px;font-family: "Google Sans", sans-serif;}
.stories-list{display:grid;gap:24px;}
.patient-card{background:#fffaf0;border:1.8px solid #d8b970;border-radius:22px;overflow:hidden;box-shadow:0 5px 14px rgba(0,0,0,.06)}
.patient-image{position:relative;min-height:250px;background:#eee}
.patient-image img{width:100%;height:100%;object-fit:cover}
.play-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:82px;height:82px;border-radius:50%;background:rgba(255,255,255,.72);border:4px solid #fff;display:grid;place-items:center;font-size:34px;color:#0b4a27;font-family: "Google Sans", sans-serif;}
.time-badge{position:absolute;right:14px;bottom:14px;background:rgba(0,0,0,.68);color:#fff;border-radius:8px;padding:6px 10px;font-weight:800;font-size:20px;font-family: "Google Sans", sans-serif;}
.patient-info{padding:26px 30px;display:flex;flex-direction:column;justify-content:center}
.success-label{width:245px;margin-bottom:18px}
.patient-info h3{font-size:35px;line-height:1.16;color:#111;margin-bottom:18px;font-family: "Google Sans", sans-serif;}
.patient-info em{font-family:Georgia,serif;color:#912323;font-weight:400;}
.green-text{color:#0b7a39;}
.patient-meta{display:flex;gap:14px;flex-wrap:wrap;font-size:21px;color:#222;margin-bottom:10px;font-family: "Google Sans", sans-serif;}
.patient-id{font-size:22px;color:#111;font-family: "Google Sans", sans-serif;}

/* ===================== YOUTUBE BUTTON SECTION CSS ===================== */
.youtube-btn-section{text-align:center;padding:0 0 26px;background:#fff9ea;}
.youtube-btn{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#0b552b,#10431f);color:#fff;border-radius:999px;padding:16px 34px;font-size:22px;font-weight:900;box-shadow:0 8px 18px rgba(0,0,0,.15);font-family: "Google Sans", sans-serif;}
.youtube-btn:hover{color:#fff;}
/* ===================== TRUST SECTION CSS ===================== */
.trust-section{padding:0 0 30px;background:#fff9ea}
.trust-card{width:min(1080px,90%);margin:auto;border:1.5px solid #d8c98a;background:#fffdf2;border-radius:18px;text-align:center;padding:22px;font-size:30px;font-weight:900;color:#24572e;position:relative;font-family:Georgia,serif;}

/* ===================== BOTTOM CTA SECTION CSS ===================== */
.bottom-cta-section{padding:0 0 20px;background:#fff9ea}
.bottom-cta{width:min(1160px,94%);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);background:#0c4b25;border-radius:100px;overflow:hidden;color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.14)}
.cta-item{padding:24px 18px;text-align:center;border-right:1px solid rgba(255,255,255,.18)}
.cta-item:last-child{border-right:0}
.cta-icon{font-size:36px;margin-bottom:8px;font-family: "Google Sans", sans-serif;}
.cta-item h4{font-size:20px;margin-bottom:4px;font-family: "Google Sans", sans-serif;}
.cta-item p{font-size:17px;color:#fff;font-weight: 500;font-family: "Google Sans", sans-serif;}

/* ===================== FOOTER CSS ===================== */
.footer{background:#fff;text-align:center;padding:18px;color:#777;font-size:17px;font-family: "Google Sans", sans-serif;}

/* ===================== DESKTOP RESPONSIVE ===================== */
@media(max-width:1100px){
.state-card{flex-basis:calc((100% - 72px)/4)}
.hero-title{font-size:76px}
.hero-subtitle{font-size:26px}
}

@media(max-width:900px){
.hero-section{min-height:470px}
.hero-logo{width:210px}
.hero-title{font-size:68px}
.carousel-box{padding:0 42px}
.carousel-track{gap:18px}
.state-card{flex-basis:calc((100% - 36px)/3);min-height:190px}
.state-card img{height:78px}
.patient-card{grid-template-columns:42% 58%}
.patient-info h3{font-size:29px}
.bottom-cta{grid-template-columns:1fr 1fr 1fr}
}

/* ===================== MOBILE RESPONSIVE ===================== */
@media(max-width:600px){
.hero-section{min-height:420px;padding:28px 16px 34px}
.hero-logo{width:170px}
.hero-eyebrow{font-size:24px}
.hero-title{font-size:54px}
.hero-divider span{width:50px}
.hero-subtitle{font-size:21px}
.hero-badge{font-size:16px;padding:11px 18px}
.select-state-section{margin-top:-22px;margin-bottom:24px}
.select-card{width:88%;padding:18px 18px 19px;border-radius:20px}
.select-title{font-size:18px}
.state-select{height:54px;font-size:18px}
.showing-text{font-size:17px}
.state-carousel-section{padding:18px 0 26px}
.carousel-box{padding:0 18px}
.carousel-btn{display:none}
.carousel-track{gap:14px}
.state-card{flex-basis:calc((100% - 14px)/2);min-height:172px;padding:16px 10px;border-radius:18px}
.state-card h3{font-size:17px}
.state-card img{height:68px}
.state-card p{font-size:14px}
.carousel-dots{margin-top:15px}
.section-heading h2{font-size:36px}
.section-heading p{font-size:18px}
.stories-list{gap:18px}
.patient-card{grid-template-columns:42% 58%;border-radius:17px}
.patient-image{min-height:186px}
.play-icon{width:62px;height:62px;font-size:26px}
.time-badge{font-size:15px;right:8px;bottom:8px}
.patient-info{padding:16px 14px}
.success-label{width:160px;margin-bottom:12px}
.patient-info h3{font-size:23px}
.patient-meta{font-size:15px;gap:8px}
.patient-id{font-size:16px}
.youtube-btn{font-size:17px;padding:13px 22px}
.trust-card{font-size:19px;padding:18px}
.bottom-cta{grid-template-columns:repeat(3,1fr);border-radius:24px}
.cta-item{padding:16px 8px}
.cta-icon{font-size:26px}
.cta-item h4{font-size:14px}
.cta-item p{font-size:12px}
.footer{font-size:13px}
}
@media(max-width:575px){
.patient-image{min-height:auto;}
.hero-title{font-size:42px;line-height: 54px;}
}    
@media(max-width:380px){
.state-card{flex-basis:100%}
.patient-card{grid-template-columns:1fr}
.patient-image{min-height:auto;}
.patient-info h3{font-size:24px}
.bottom-cta{grid-template-columns:1fr}
.cta-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}
.hero-title{font-size:35px;line-height: 46px;}

}