
/* ==========================================================
   CHERITAN BEAUTY COURSE — FINAL
   /best-beauty-academy-in-hyderabad/
   ========================================================== */

.cht-beauty-page,
.cht-beauty-page *,
.cht-beauty-page *::before,
.cht-beauty-page *::after{box-sizing:border-box}

.cht-beauty-page{
  --ink:#303640;
  --primary:#3f4551;
  --muted:#606570;
  --soft:#f2f2f2;
  --soft2:#eceef1;
  --border:#dfe2e7;
  --peach:#f4a98a;
  --peach-hover:#f8bea5;
  --wa:#128c4a;
  --rail-d:36px;
  --rail-t:32px;
  --rail-m:28px;
  width:100%;
  max-width:100%;
  margin:0;
  padding:0;
  overflow-x:hidden;
  background:#fff;
  color:var(--ink);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  line-height:1.65;
}

.cht-beauty-page img{display:block;max-width:100%;height:auto}
.cht-beauty-page h1,
.cht-beauty-page h2,
.cht-beauty-page h3,
.cht-beauty-page p{margin-top:0}
.cht-beauty-page :is(h1,h2,h3,p,li,a,strong,span){overflow-wrap:anywhere}
.cht-beauty-page .cht-container{width:min(92%,1180px);max-width:1180px;margin-inline:auto}

.cht-beauty-page .cht-skip-link{
  position:fixed;left:10px;top:10px;z-index:12000;
  transform:translateY(-180%);
  background:#fff;color:#303640!important;
  padding:10px 16px;border:2px solid #303640;border-radius:6px
}
.cht-beauty-page .cht-skip-link:focus{transform:translateY(0)}

/* Header */
.cht-beauty-page .cht-header{
  position:relative;z-index:50;background:#fff;
  border-bottom:1px solid #d9dde2
}
.cht-beauty-page .cht-header-inner{
  min-height:82px;display:flex;align-items:center;
  justify-content:space-between;gap:28px
}
.cht-beauty-page .cht-logo{display:block;width:118px;flex:0 0 118px}
.cht-beauty-page .cht-logo img{width:100%;height:70px;object-fit:contain}
.cht-beauty-page .cht-nav{
  display:flex;align-items:center;justify-content:flex-end;gap:24px;min-width:0
}
.cht-beauty-page .cht-nav a{
  color:#606570!important;font-size:13px;font-weight:650;
  text-decoration:none!important;white-space:nowrap
}
.cht-beauty-page .cht-nav a:hover,
.cht-beauty-page .cht-nav a[aria-current="page"]{color:#303640!important}
.cht-beauty-page .cht-header-cta,
.cht-beauty-page .cht-mobile-header-cta{
  background:var(--peach)!important;border:1px solid var(--peach)!important;
  color:#303640!important;border-radius:5px!important;font-weight:800!important;
  text-decoration:none!important
}
.cht-beauty-page .cht-header-cta{padding:11px 18px}
.cht-beauty-page .cht-mobile-header-cta{display:none}
.cht-beauty-page .cht-mobile-nav{display:none;position:relative}
.cht-beauty-page .cht-mobile-nav summary{
  list-style:none;display:flex;align-items:center;gap:6px;cursor:pointer
}
.cht-beauty-page .cht-mobile-nav summary::-webkit-details-marker{display:none}
.cht-beauty-page .cht-mobile-nav nav{
  position:absolute;right:0;top:calc(100% + 8px);z-index:80;
  width:min(300px,calc(100vw - 24px));padding:10px;background:#fff;
  border:1px solid var(--border);border-radius:8px;
  box-shadow:0 12px 36px rgba(0,0,0,.14)
}
.cht-beauty-page .cht-mobile-nav nav a{
  display:block;padding:10px 12px;color:#303640!important;
  text-decoration:none;font-size:14px
}
.cht-beauty-page .cht-mobile-nav nav a:hover{background:#f2f3f5;border-radius:5px}

/* Social rail */
.cht-beauty-page .cht-social-rail{
  position:fixed!important;left:0!important;top:50%!important;
  transform:translateY(-50%)!important;z-index:9999!important;
  display:flex!important;flex-direction:column!important;gap:0!important;
  width:var(--rail-d)!important;margin:0!important;padding:0!important;
  overflow:hidden!important;border-radius:0 5px 5px 0!important;
  box-shadow:0 5px 15px rgba(0,0,0,.14)!important
}
.cht-beauty-page .cht-social-rail .cht-social-link{
  display:flex!important;align-items:center!important;justify-content:center!important;
  width:var(--rail-d)!important;height:var(--rail-d)!important;
  flex:0 0 var(--rail-d)!important;margin:0!important;padding:0!important;border:0!important
}
.cht-beauty-page .cht-social-facebook{background:#1877f2!important}
.cht-beauty-page .cht-social-linkedin{background:#0a66c2!important}
.cht-beauty-page .cht-social-instagram{background:linear-gradient(180deg,#c13584,#e1306c 52%,#f56040)!important}
.cht-beauty-page .cht-social-youtube{background:#ff0000!important}

.cht-beauty-page :is(.cht-social-rail,.cht-footer-social) .cht-social-icon{
  display:block;width:16px;height:16px;flex:0 0 16px;
  background-position:center;background-size:contain;background-repeat:no-repeat;
  background-image:var(--social-icon)
}
.cht-beauty-page .cht-social-facebook{
  --social-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M14 22v-9h3l.5-4H14V7c0-1 .3-2 2-2h2V1.5C17.3 1.2 16.2 1 15 1c-3.3 0-5 2-5 5v3H7v4h3v9Z'/%3E%3C/svg%3E")
}
.cht-beauty-page .cht-social-linkedin{
  --social-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='white'%3E%3Ccircle cx='4.5' cy='4.5' r='2'/%3E%3Cpath d='M3 8h3v13H3zM9 8h3v1.7c1-1.4 2.2-2 3.9-2 3.5 0 5.1 2 5.1 5.7V21h-3.4v-7c0-2.1-.6-3.2-2.2-3.2-1.8 0-2.9 1.2-2.9 3.4V21H9Z'/%3E%3C/g%3E%3C/svg%3E")
}
.cht-beauty-page .cht-social-instagram{
  --social-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='white' stroke-width='1.9'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3C/g%3E%3Ccircle cx='17.5' cy='6.5' r='1' fill='white'/%3E%3C/svg%3E")
}
.cht-beauty-page .cht-social-youtube{
  --social-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M6 5h12a4 4 0 0 1 4 4v6a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V9a4 4 0 0 1 4-4Zm4 4v6l6-3Z'/%3E%3C/svg%3E")
}

/* Buttons */
.cht-beauty-page .cht-btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:13px 24px;border-radius:6px;
  font-size:12px;font-weight:800;letter-spacing:.35px;text-decoration:none!important;
  transition:transform .22s ease,background-color .22s ease,border-color .22s ease
}
.cht-beauty-page .cb-btn-primary,
.cht-beauty-page .cht-footer-contact .cht-btn{
  background:var(--peach)!important;border:1px solid var(--peach)!important;color:#303640!important
}
.cht-beauty-page .cb-btn-primary:hover,
.cht-beauty-page .cht-footer-contact .cht-btn:hover{
  background:var(--peach-hover)!important;border-color:var(--peach-hover)!important;transform:translateY(-2px)
}
.cht-beauty-page .cb-btn-secondary{
  background:transparent;border:1px solid #c6cbd2;color:#fff!important
}
.cht-beauty-page .cb-btn-secondary:hover{background:#fff;color:#303640!important}
.cht-beauty-page .cb-btn-call{background:#fff;border:1px solid #d5d9df;color:#303640!important}
.cht-beauty-page .cb-btn-whatsapp{background:#128c4a!important;border:1px solid #128c4a!important;color:#fff!important}

/* Hero */
.cht-beauty-page .cb-hero{padding:64px 0;background:#3f4551;color:#fff;overflow:hidden}
.cht-beauty-page .cb-hero-grid{
  display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  gap:58px;align-items:center
}
.cht-beauty-page .cb-kicker{
  margin:0 0 15px!important;color:#69727f;font-size:11px;
  font-weight:800;letter-spacing:1.6px;line-height:1.5
}
.cht-beauty-page .cb-hero .cb-kicker{color:#e0e3e8}
.cht-beauty-page .cb-hero h1{
  max-width:720px;margin:0 0 20px;color:#fff;
  font-size:clamp(44px,5vw,66px);line-height:1.03;letter-spacing:-2px
}
.cht-beauty-page .cb-hero-text{
  max-width:640px;margin:0 0 24px;color:#e0e3e8;font-size:16px;line-height:1.7
}
.cht-beauty-page .cb-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}
.cht-beauty-page .cb-hero-points{display:flex;flex-wrap:wrap;gap:8px 18px;color:#e0e3e8;font-size:12px}
.cht-beauty-page .cb-hero-points span::before{content:"✓";margin-right:6px;color:#fff;font-weight:900}
.cht-beauty-page .cb-hero-image{margin:0;overflow:hidden;border-radius:12px;background:#eceef1}
.cht-beauty-page .cb-hero-image img{width:100%;aspect-ratio:4/3;object-fit:cover}

/* Snapshot */
.cht-beauty-page .cb-snapshot{background:#fff;border-bottom:1px solid var(--border)}
.cht-beauty-page .cb-snapshot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.cht-beauty-page .cb-snapshot-grid>div{padding:22px 14px;text-align:center;border-right:1px solid var(--border)}
.cht-beauty-page .cb-snapshot-grid>div:last-child{border-right:0}
.cht-beauty-page .cb-snapshot strong{display:block;color:#303640;font-size:15px}
.cht-beauty-page .cb-snapshot span{display:block;margin-top:4px;color:#707782;font-size:11px}

/* Sections */
.cht-beauty-page .cb-section{padding:66px 0;background:#fff}
.cht-beauty-page .cb-soft{background:var(--soft)}
.cht-beauty-page .cb-dark{background:#3f4551;color:#fff}
.cht-beauty-page .cb-faq-section{background:#fff}
.cht-beauty-page .cb-section-head{max-width:800px;margin:0 auto 34px;text-align:center}
.cht-beauty-page :is(.cb-section-head h2,.cb-section-copy h2,.cb-copy h2){
  margin:0 0 16px;color:#303640;
  font-size:clamp(32px,3.5vw,46px);line-height:1.13;letter-spacing:-1.1px
}
.cht-beauty-page .cb-section-head>p:last-child,
.cht-beauty-page .cb-body-copy p,
.cht-beauty-page .cb-copy p{
  color:#606570;font-size:15px;line-height:1.75
}
.cht-beauty-page .cb-dark .cb-kicker{color:#f4a98a}
.cht-beauty-page .cb-dark .cb-section-head h2,
.cht-beauty-page .cb-dark .cb-section-head>p:last-child{color:#fff}
.cht-beauty-page .cb-intro-grid{
  display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:64px;align-items:start
}

/* Modules */
.cht-beauty-page .cb-module-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px
}
.cht-beauty-page .cb-module{
  min-width:0;padding:24px 20px;background:#fff;
  border:1px solid var(--border);border-radius:9px
}
.cht-beauty-page .cb-number{
  display:block;margin-bottom:15px;color:#f4a98a;
  font-family:Georgia,serif;font-size:28px
}
.cht-beauty-page .cb-module h3{margin:0 0 11px;color:#303640;font-size:16px;line-height:1.3}
.cht-beauty-page .cb-module ul{margin:0;padding-left:18px;color:#606570;font-size:12px;line-height:1.7}
.cht-beauty-page .cb-module li+li{margin-top:4px}

/* Practical split */
.cht-beauty-page .cb-split,
.cht-beauty-page .cb-why-grid,
.cht-beauty-page .cb-location-grid{
  display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:58px;align-items:center
}
.cht-beauty-page .cb-photo,
.cht-beauty-page .cb-trainer-photo{
  margin:0;overflow:hidden;border-radius:10px;background:#eceef1
}
.cht-beauty-page .cb-photo img{width:100%;aspect-ratio:4/3;object-fit:cover}
.cht-beauty-page .cb-trainer-photo img{width:100%;aspect-ratio:1/1;object-fit:cover}
.cht-beauty-page .cb-trainer-photo figcaption{padding:10px 12px;color:#606570;font-size:12px;background:#fff}
.cht-beauty-page .cb-check-list{
  display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;
  margin:24px 0 26px;padding:0;list-style:none
}
.cht-beauty-page .cb-check-list li{
  position:relative;padding-left:23px;color:#4f5661;font-size:13px
}
.cht-beauty-page .cb-check-list li::before{
  content:"✓";position:absolute;left:0;color:#303640;font-weight:900
}
.cht-beauty-page .cb-text-link{
  display:inline-flex;align-items:center;gap:14px;min-height:44px;
  color:#303640!important;font-weight:700;text-decoration:none;
  border-bottom:1px solid #aab0b8
}

/* Audience */
.cht-beauty-page .cb-audience-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px
}
.cht-beauty-page .cb-audience{
  padding:24px 20px;border:1px solid rgba(255,255,255,.22);
  border-radius:8px;background:rgba(255,255,255,.04)
}
.cht-beauty-page .cb-audience h3{margin:0 0 8px;color:#fff;font-size:16px}
.cht-beauty-page .cb-audience p{margin:0;color:#e0e3e8;font-size:12px;line-height:1.65}

/* Benefits */
.cht-beauty-page .cb-benefit-list{
  display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px
}
.cht-beauty-page .cb-benefit-list>div{
  padding:17px;background:#f2f2f2;border-left:3px solid #f4a98a
}
.cht-beauty-page .cb-benefit-list strong{display:block;margin-bottom:3px;color:#303640;font-size:13px}
.cht-beauty-page .cb-benefit-list span{display:block;color:#606570;font-size:11px;line-height:1.55}

/* Career */
.cht-beauty-page .cb-career-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px
}
.cht-beauty-page .cb-career{
  padding:22px;background:#fff;border:1px solid var(--border);border-radius:8px
}
.cht-beauty-page .cb-career strong{display:block;margin-bottom:6px;color:#303640;font-size:15px}
.cht-beauty-page .cb-career span{display:block;color:#606570;font-size:12px;line-height:1.6}

/* Location */
.cht-beauty-page .cb-location-card{
  display:grid;gap:6px;margin-top:22px;padding:18px;background:#f2f2f2;border-radius:8px
}
.cht-beauty-page .cb-location-card strong{color:#303640}
.cht-beauty-page .cb-location-card span,
.cht-beauty-page .cb-location-card a{color:#606570!important;font-size:12px;text-decoration:none}
.cht-beauty-page .cb-location-cta{
  padding:32px;background:#3f4551;color:#fff;border-radius:10px
}
.cht-beauty-page .cb-location-cta p{margin:0 0 4px;color:#e0e3e8;font-size:12px}
.cht-beauty-page .cb-location-cta h3{margin:0 0 20px;color:#fff;font-size:26px;line-height:1.2}
.cht-beauty-page .cb-location-cta .cht-btn+.cht-btn{margin-left:8px}

/* FAQ */
.cht-beauty-page .cb-faq{max-width:850px;margin:0 auto}
.cht-beauty-page .cb-faq-item{
  margin-bottom:10px;background:#fff;border:1px solid var(--border);border-radius:8px
}
.cht-beauty-page .cb-faq-item summary{
  cursor:pointer;padding:18px 20px;color:#303640;
  font-weight:750;font-size:14px;list-style:none
}
.cht-beauty-page .cb-faq-item summary::-webkit-details-marker{display:none}
.cht-beauty-page .cb-faq-item summary::after{content:"+";float:right;font-size:18px}
.cht-beauty-page .cb-faq-item[open] summary::after{content:"–"}
.cht-beauty-page .cb-faq-item p{
  margin:0;padding:0 20px 18px;color:#606570;font-size:13px;line-height:1.7
}

/* Final CTA */
.cht-beauty-page .cb-final-cta{padding:56px 0;background:#eceef1}
.cht-beauty-page .cb-final-cta-grid{
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:center
}
.cht-beauty-page .cb-final-cta h2{
  max-width:680px;margin:0 0 10px;color:#303640;
  font-size:clamp(30px,3.5vw,44px);line-height:1.15
}
.cht-beauty-page .cb-final-cta p{max-width:650px;margin:0;color:#606570;font-size:14px}
.cht-beauty-page .cb-final-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}

/* Footer */
.cht-beauty-page .cht-footer{padding:48px 0 0;background:#3f4551;color:#fff}
.cht-beauty-page .cht-footer-grid{
  display:grid;grid-template-columns:1.2fr .7fr .75fr 1.05fr;
  gap:32px;padding-bottom:34px
}
.cht-beauty-page .cht-footer-brand img{width:120px;margin-bottom:14px}
.cht-beauty-page .cht-footer-brand p{
  max-width:330px;color:#e0e3e8;font-size:12px;line-height:1.75
}
.cht-beauty-page .cht-footer-title{
  margin:0 0 16px;color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.8px
}
.cht-beauty-page .cht-footer-links{margin:0;padding:0;list-style:none}
.cht-beauty-page .cht-footer-links li{margin-bottom:9px}
.cht-beauty-page .cht-footer-links a{color:#e0e3e8!important;font-size:12px;text-decoration:none}
.cht-beauty-page .cht-footer-contact{
  padding:20px;background:#48505c;border:1px solid #767f8b;border-radius:9px
}
.cht-beauty-page .cht-footer-contact h3{margin:0 0 6px;color:#fff;font-size:18px}
.cht-beauty-page .cht-footer-contact>p{color:#e0e3e8;font-size:12px}
.cht-beauty-page .cht-footer-contact-line{margin-bottom:12px;color:#e0e3e8;font-size:12px}
.cht-beauty-page .cht-footer-contact-line strong{
  display:block;margin-bottom:2px;color:#fff;font-size:9px;letter-spacing:.6px
}
.cht-beauty-page .cht-footer-contact-line a{color:#e0e3e8!important;text-decoration:none}
.cht-beauty-page .cht-footer-bottom{border-top:1px solid #767f8b;padding:15px 0}
.cht-beauty-page .cht-footer-bottom-inner{
  display:flex;align-items:center;justify-content:space-between;gap:16px
}
.cht-beauty-page .cht-copyright,
.cht-beauty-page .cht-footer-legal a{color:#d0d5dd!important;font-size:10px}
.cht-beauty-page .cht-footer-legal{display:flex;gap:16px}
.cht-beauty-page .cht-footer-social{display:flex;gap:7px;margin-top:14px}
.cht-beauty-page .cht-footer-social .cht-social-link{
  display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:5px
}

/* Popup */
.cht-beauty-page > .cht-enquiry-source{display:none!important}
.cht-beauty-page .cht-dialog .cht-enquiry-source,
.cht-beauty-page .cht-popup-fallback .cht-enquiry-source{display:block!important}

.cht-beauty-page .cht-dialog{
  width:min(560px,calc(100vw - 32px));max-height:calc(100dvh - 28px);
  margin:auto;padding:0;border:0;border-radius:14px;overflow:auto;
  background:#fff;color:#303640;box-shadow:0 24px 90px rgba(0,0,0,.3)
}
.cht-beauty-page .cht-dialog::backdrop{
  background:rgba(24,29,36,.72);backdrop-filter:blur(2px)
}
.cht-beauty-page .cht-dialog .cht-enquiry-source,
.cht-beauty-page .cht-popup-fallback .cht-enquiry-source{
  width:100%;padding:28px;background:#fff;color:#303640
}
.cht-beauty-page .cht-popup-close{
  position:absolute;top:12px;right:12px;z-index:4;
  display:flex;align-items:center;justify-content:center;width:40px;height:40px;
  padding:0;border:1px solid #d9dde2;border-radius:50%;
  background:#f2f2f2;color:#303640;font-size:23px;line-height:1;cursor:pointer
}
.cht-beauty-page .cht-enquiry-source h2{
  margin:0 48px 8px 0;color:#303640;font-size:24px;line-height:1.2
}
.cht-beauty-page .cht-enquiry-source>p{margin:0 0 17px;color:#606570;font-size:13px}
.cht-beauty-page .cht-popup-form{
  padding:15px;background:#f3f4f6;border:1px solid var(--border);border-radius:8px
}
.cht-beauty-page .cht-popup-form :is(
  input:not([type=checkbox]):not([type=radio]):not([type=hidden]),
  select,textarea
){
  width:100%!important;max-width:100%!important;min-height:44px!important;
  padding:10px 12px!important;background:#fff!important;border:1px solid #c7ced7!important;
  border-radius:6px!important;color:#303640!important;font-size:16px!important
}
.cht-beauty-page .cht-popup-whatsapp{
  display:block;margin-top:13px;text-align:center;color:#128c4a!important;
  font-size:12px;font-weight:700
}

.cht-beauty-page .cht-popup-fallback{
  position:fixed;inset:0;z-index:10050;display:none;
  align-items:center;justify-content:center;padding:16px;
  background:rgba(24,29,36,.72);backdrop-filter:blur(2px)
}
.cht-beauty-page .cht-popup-fallback.is-open{display:flex}
.cht-beauty-page .cht-popup-fallback-inner{
  position:relative;width:min(560px,calc(100vw - 24px));
  max-height:calc(100dvh - 24px);overflow:auto;
  background:#fff;border-radius:14px;box-shadow:0 24px 90px rgba(0,0,0,.3)
}

/* Mobile bar */
.cht-beauty-page .cht-mobile-bar{display:none}

/* Subtle motion */
.cht-beauty-page :is(
  .cb-module,.cb-audience,.cb-career,.cb-faq-item,
  .cb-benefit-list>div,.cb-photo,.cb-trainer-photo
){
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease
}
@media(hover:hover){
  .cht-beauty-page :is(.cb-module,.cb-audience,.cb-career,.cb-faq-item,.cb-benefit-list>div):hover{
    transform:translateY(-4px);box-shadow:0 14px 32px rgba(48,54,64,.10)
  }
  .cht-beauty-page :is(.cb-photo,.cb-trainer-photo):hover{transform:translateY(-3px)}
}

/* Laptop */
@media(min-width:981px) and (max-width:1199px){
  .cht-beauty-page main>section>.cht-container,
  .cht-beauty-page .cht-footer>.cht-container,
  .cht-beauty-page .cht-footer-bottom .cht-container{padding-left:44px}
  .cht-beauty-page .cht-header .cht-container{padding-left:0}
  .cht-beauty-page .cht-nav{gap:15px}
  .cht-beauty-page .cht-nav a{font-size:12px}
  .cht-beauty-page .cb-hero-grid{gap:38px}
  .cht-beauty-page .cb-hero h1{font-size:clamp(44px,5vw,56px)}
  .cht-beauty-page .cb-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Tablet */
@media(max-width:980px){
  .cht-beauty-page{padding-bottom:76px}
  .cht-beauty-page .cht-nav{display:none}
  .cht-beauty-page .cht-mobile-header-cta{
    display:inline-flex;margin-left:auto;padding:9px 12px;font-size:10px
  }
  .cht-beauty-page .cht-mobile-nav{display:block}

  .cht-beauty-page .cht-social-rail{width:var(--rail-t)!important}
  .cht-beauty-page .cht-social-rail .cht-social-link{
    width:var(--rail-t)!important;height:var(--rail-t)!important;flex-basis:var(--rail-t)!important
  }
  .cht-beauty-page .cht-social-rail .cht-social-icon{
    width:15px;height:15px;flex-basis:15px
  }

  .cht-beauty-page main>section>.cht-container,
  .cht-beauty-page .cht-footer>.cht-container,
  .cht-beauty-page .cht-footer-bottom .cht-container{
    width:calc(100% - 24px);max-width:none;margin-inline:12px;
    padding-left:44px;padding-right:8px
  }
  .cht-beauty-page .cht-header .cht-container{
    width:calc(100% - 28px);margin-inline:14px;padding:0
  }

  .cht-beauty-page .cb-hero-grid,
  .cht-beauty-page .cb-intro-grid,
  .cht-beauty-page .cb-split,
  .cht-beauty-page .cb-why-grid,
  .cht-beauty-page .cb-location-grid{
    grid-template-columns:1fr;gap:30px
  }

  .cht-beauty-page .cb-hero-image{max-width:680px}
  .cht-beauty-page .cb-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cht-beauty-page .cb-audience-grid,
  .cht-beauty-page .cb-career-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cht-beauty-page .cb-final-cta-grid{grid-template-columns:1fr}
  .cht-beauty-page .cb-final-actions{justify-content:flex-start}
  .cht-beauty-page .cht-footer-grid{grid-template-columns:1fr 1fr}

  .cht-beauty-page .cht-mobile-bar{
    position:fixed;z-index:9997;left:0;right:0;bottom:0;
    display:grid;grid-template-columns:1fr 1.12fr 1.12fr;
    min-height:62px;background:#fff;box-shadow:0 -5px 22px rgba(0,0,0,.15)
  }
  .cht-beauty-page .cht-mobile-bar a{
    display:flex;align-items:center;justify-content:center;gap:6px;
    min-height:62px;padding:8px 5px;border-right:1px solid #dfe2e7;
    background:#fff;color:#303640!important;font-size:10px;font-weight:800;
    text-decoration:none;white-space:nowrap
  }
  .cht-beauty-page .cht-mobile-bar .cht-mobile-wa{
    background:#128c4a;color:#fff!important
  }
  .cht-beauty-page .cht-mobile-bar .cht-mobile-demo{
    background:#f4a98a;color:#303640!important;border-right:0
  }
}

/* Phone */
@media(max-width:650px){
  .cht-beauty-page{--rail-m:28px;padding-bottom:70px}

  .cht-beauty-page .cht-social-rail{width:var(--rail-m)!important}
  .cht-beauty-page .cht-social-rail .cht-social-link{
    width:var(--rail-m)!important;height:var(--rail-m)!important;flex-basis:var(--rail-m)!important
  }
  .cht-beauty-page .cht-social-rail .cht-social-icon{
    width:13px;height:13px;flex-basis:13px
  }

  .cht-beauty-page main>section>.cht-container,
  .cht-beauty-page .cht-footer>.cht-container,
  .cht-beauty-page .cht-footer-bottom .cht-container{
    width:calc(100% - 18px);margin-inline:9px;padding-left:38px;padding-right:5px
  }
  .cht-beauty-page .cht-header .cht-container{
    width:calc(100% - 18px);margin-inline:9px;padding:0
  }

  .cht-beauty-page .cht-header-inner{min-height:70px;gap:8px}
  .cht-beauty-page .cht-logo{width:66px;flex-basis:66px}
  .cht-beauty-page .cht-logo img{width:66px;height:54px}
  .cht-beauty-page .cht-mobile-header-cta{
    min-height:40px;padding:9px 10px;font-size:10px
  }
  .cht-beauty-page .cht-mobile-nav summary{
    min-width:50px;min-height:40px;padding:7px;font-size:11px
  }

  .cht-beauty-page .cb-hero{padding:38px 0 42px}
  .cht-beauty-page .cb-hero h1{
    max-width:320px;font-size:clamp(30px,9vw,36px);
    line-height:1.08;letter-spacing:-.9px
  }
  .cht-beauty-page .cb-hero-text{max-width:320px;font-size:14px}
  .cht-beauty-page .cb-actions{
    display:grid;grid-template-columns:1fr 1fr;max-width:330px
  }
  .cht-beauty-page .cb-actions .cht-btn{
    width:100%;padding:10px 5px;font-size:10px
  }
  .cht-beauty-page .cb-hero-points{
    display:grid;grid-template-columns:1fr 1fr;gap:6px 10px;font-size:11px
  }

  .cht-beauty-page .cb-snapshot-grid{grid-template-columns:1fr 1fr}
  .cht-beauty-page .cb-snapshot-grid>div:nth-child(2){border-right:0}
  .cht-beauty-page .cb-snapshot-grid>div{border-bottom:1px solid var(--border)}

  .cht-beauty-page .cb-section{padding:43px 0}
  .cht-beauty-page :is(.cb-section-head h2,.cb-section-copy h2,.cb-copy h2){
    font-size:28px;letter-spacing:-.55px
  }
  .cht-beauty-page .cb-section-head>p:last-child,
  .cht-beauty-page .cb-body-copy p,
  .cht-beauty-page .cb-copy p{font-size:14px}

  .cht-beauty-page .cb-module-grid,
  .cht-beauty-page .cb-audience-grid,
  .cht-beauty-page .cb-career-grid,
  .cht-beauty-page .cht-footer-grid{grid-template-columns:1fr}

  .cht-beauty-page .cb-check-list,
  .cht-beauty-page .cb-benefit-list{grid-template-columns:1fr}

  .cht-beauty-page .cb-location-cta{padding:24px 18px}
  .cht-beauty-page .cb-location-cta .cht-btn{
    width:100%;margin:0!important
  }
  .cht-beauty-page .cb-location-cta .cht-btn+.cht-btn{margin-top:8px!important}

  .cht-beauty-page .cb-final-cta{padding:42px 0}
  .cht-beauty-page .cb-final-cta h2{font-size:28px}
  .cht-beauty-page .cb-final-actions{
    display:grid;grid-template-columns:1fr
  }
  .cht-beauty-page .cb-final-actions .cht-btn{width:100%}

  .cht-beauty-page .cht-footer{padding-top:44px}
  .cht-beauty-page .cht-footer-grid{gap:24px}
  .cht-beauty-page .cht-footer-bottom-inner{
    flex-direction:column;align-items:flex-start
  }

  .cht-beauty-page .cht-dialog{
    width:calc(100vw - 18px);max-height:calc(100dvh - 16px)
  }
  .cht-beauty-page .cht-dialog .cht-enquiry-source,
  .cht-beauty-page .cht-popup-fallback .cht-enquiry-source{
    padding:22px 15px
  }
  .cht-beauty-page .cht-popup-form .ff-t-container{
    display:flex!important;flex-direction:column!important
  }
  .cht-beauty-page .cht-popup-form .ff-t-cell{
    width:100%!important;max-width:100%!important;padding-inline:0!important
  }

  .cht-beauty-page .cht-mobile-bar{min-height:58px}
  .cht-beauty-page .cht-mobile-bar a{
    min-height:58px;padding:7px 2px;font-size:8.5px;gap:4px
  }
}

@media(max-width:360px){
  .cht-beauty-page{--rail-m:26px}
  .cht-beauty-page main>section>.cht-container,
  .cht-beauty-page .cht-footer>.cht-container,
  .cht-beauty-page .cht-footer-bottom .cht-container{padding-left:35px}
  .cht-beauty-page .cb-hero h1{font-size:28px;max-width:275px}
  .cht-beauty-page .cht-mobile-header-cta{padding-inline:8px;font-size:9px}
  .cht-beauty-page .cht-mobile-nav summary{min-width:46px}
  .cht-beauty-page .cb-hero-points{grid-template-columns:1fr}
}

@supports(padding:max(0px)){
  @media(max-width:820px){
    .cht-beauty-page{
      padding-bottom:max(76px,calc(60px + env(safe-area-inset-bottom)))
    }
    .cht-beauty-page .cht-mobile-bar{
      padding-bottom:env(safe-area-inset-bottom)
    }
  }
}

@media(prefers-reduced-motion:reduce){
  .cht-beauty-page *,
  .cht-beauty-page *::before,
  .cht-beauty-page *::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important
  }
}


/* ==========================================================
   CHERITAN MASTER NAVIGATION
   Courses → Makeup Course / Beauty Course
   Gallery standalone page removed.
   ========================================================== */
.cht-nav .cht-nav-dropdown{position:relative;display:flex;align-items:center;align-self:stretch}
.cht-nav .cht-nav-parent{display:inline-flex!important;align-items:center;gap:5px}
.cht-nav .cht-nav-caret{font-size:10px;line-height:1;transition:transform .18s ease}
.cht-nav .cht-nav-dropdown:hover .cht-nav-caret,
.cht-nav .cht-nav-dropdown:focus-within .cht-nav-caret{transform:rotate(180deg)}
.cht-nav .cht-nav-submenu{
  position:absolute;left:50%;top:calc(100% - 7px);z-index:100;
  transform:translate(-50%,8px);
  width:250px;padding:8px;
  background:#fff;border:1px solid #dfe2e7;border-radius:8px;
  box-shadow:0 16px 38px rgba(34,40,49,.14);
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease
}
.cht-nav .cht-nav-dropdown:hover .cht-nav-submenu,
.cht-nav .cht-nav-dropdown:focus-within .cht-nav-submenu{
  opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)
}
.cht-nav .cht-nav-submenu a{
  display:block!important;width:100%!important;
  padding:10px 11px!important;border-radius:5px!important;
  color:#303640!important;font-size:12px!important;
  line-height:1.35!important;white-space:normal!important;text-decoration:none!important
}
.cht-nav .cht-nav-submenu a:hover,
.cht-nav .cht-nav-submenu a[aria-current="page"]{
  background:#f2f2f2!important;color:#303640!important
}
.cht-nav .cht-nav-parent.is-current-section{color:#303640!important}
.cht-mobile-nav nav .cht-mobile-sub{
  position:relative;padding-left:28px!important;
  color:#606570!important;font-size:12px!important
}
.cht-mobile-nav nav .cht-mobile-sub::before{
  content:"↳";position:absolute;left:12px;color:#f4a98a;font-weight:800
}


/* ==========================================================
   CHERITAN FINAL HEADER RESPONSIVE GUARD
   Prevents duplicate desktop/mobile CTA rendering.
   ========================================================== */
.cht-mobile-header-cta,
.cht-mobile-nav{
  display:none!important;
}
@media(max-width:1099px){
  .cht-nav{display:none!important;}
  .cht-mobile-header-cta{display:inline-flex!important;}
  .cht-mobile-nav{display:block!important;}
}
@media(min-width:1100px){
  .cht-nav{display:flex!important;}
  .cht-mobile-header-cta,
  .cht-mobile-nav{display:none!important;}
}


/* ==========================================================
   CHERITAN FINAL FLUENT FORM SUBMIT BUTTON
   ========================================================== */
.cht-beauty-page .cht-popup-form :is(button[type="submit"],input[type="submit"],.ff-btn-submit,.ff-btn){
  display:flex!important;align-items:center!important;justify-content:center!important;
  width:100%!important;min-height:48px!important;margin-top:8px!important;
  padding:12px 18px!important;background:#f4a98a!important;border:1px solid #f4a98a!important;
  border-radius:6px!important;color:#303640!important;font-family:inherit!important;
  font-size:13px!important;font-weight:800!important;line-height:1.2!important;
  letter-spacing:.25px!important;text-align:center!important;cursor:pointer!important;
  opacity:1!important;visibility:visible!important;box-shadow:none!important;
}
.cht-beauty-page .cht-popup-form :is(button[type="submit"],input[type="submit"],.ff-btn-submit,.ff-btn):hover{
  background:#f8bea5!important;border-color:#f8bea5!important;color:#303640!important;
}
.cht-beauty-page .cht-popup-form .ff-message-success{
  margin-top:12px!important;padding:12px 14px!important;border-radius:6px!important;
  background:#eef7ef!important;color:#285d31!important;font-size:13px!important;line-height:1.55!important;
}
