/*
 * Careaga Design System 3.36
 * Flat editorial direction: brand palette, one readable sans family, real
 * photography, clean borders and restrained motion. No gradients or glass UI.
 */

:root{
  --ca-blue:#0D2B4D;
  --ca-blue-hover:#163F6E;
  --ca-black:#000000;
  --ca-charcoal:#333333;
  --ca-gray:#BDBDBD;
  --ca-white:#FFFFFF;
  --ca-shell:1180px;
  --ca-gut:clamp(16px,4vw,52px);
}

/* The script belongs to the logo. Poppins gives the site one contemporary,
   readable voice while remaining inside the supplied brand system. */
body.ca-dark,body.ca-interior,
.ca-h1,.ca-h2,.ca-h3,.ca-h4,
.ca-hero__copy h1,.ca-phero__copy h1,.ca-phero__copy h2,
.ca-published h1,.ca-published h2,.ca-published h3,.ca-published h4,
.ca-interior__main--prose h1,.ca-interior__main--prose h2,.ca-interior__main--prose h3,
.ca-gallery-card__body h3,.ca-gallery-category__title h3{
  font-family:'Poppins',Arial,sans-serif!important;
}
.ca-h1,.ca-h2,.ca-h3,
.ca-hero__copy h1,.ca-phero__copy h1,.ca-phero__copy h2,
.ca-published h1,.ca-published h2,.ca-published h3,.ca-published h4,
.ca-interior__main--prose h1,.ca-interior__main--prose h2,.ca-interior__main--prose h3,
.ca-gallery-card__body h3,.ca-gallery-category__title h3{
  font-weight:500!important;
  letter-spacing:-.035em!important;
  text-transform:none!important;
  text-shadow:none!important;
}
.ca-h1{font-size:clamp(38px,5.6vw,68px);line-height:1.02}
.ca-h2{font-size:clamp(32px,4.6vw,52px);line-height:1.08}
.ca-h3{font-size:clamp(23px,2.8vw,32px);line-height:1.15}
.ca-lede{font-size:clamp(17px,1.7vw,20px);line-height:1.65;font-weight:300}
.ca-eyebrow,.ca-crumbs{font-weight:600;letter-spacing:.16em}
.ca-btn,.ca-link,.ca-nav__link,.ca-lang,.ca-header__call,
.ca-mobilebar b,.ca-formcard button[type=submit],.ca-formcard .c-btn,
.ca-formcard .gform_button{font-weight:600;letter-spacing:.045em;text-transform:none}

/* Flat navigation chrome. */
.ca-header,.ca-header.is-scrolled,body.ca-interior .ca-header{
  background:#000;border-bottom:1px solid #333;
  -webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none
}
.ca-drop,.ca-drawer,.ca-pop__panel,.ca-pop--slide .ca-pop__panel{
  background:#000;border:1px solid #333;box-shadow:none;
  -webkit-backdrop-filter:none;backdrop-filter:none
}
.ca-drop a,.ca-drawer a,.ca-drawer button{border-radius:0}
.ca-drop a:hover{background:#0D2B4D}
.ca-nav__link::after{background:#0D2B4D}
.ca-lang,.ca-burger{border-radius:0}

/* One unmistakable primary action, rendered as a flat brand-blue control. */
.ca-btn,.ca-formcard button[type=submit],.ca-formcard .c-btn,.ca-formcard .gform_button{
  border-radius:0;box-shadow:none!important;text-shadow:none!important;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease
}
.ca-btn--gold,.ca-formcard button[type=submit],.ca-formcard .c-btn,.ca-formcard .gform_button{
  background:#0D2B4D!important;color:#FFF!important;border:1px solid #0D2B4D!important;
  box-shadow:none!important;text-shadow:none!important
}
.ca-btn--gold:hover,.ca-formcard button[type=submit]:hover,.ca-formcard .c-btn:hover,.ca-formcard .gform_button:hover{
  background:#163F6E!important;color:#FFF!important;border-color:#163F6E!important;
  box-shadow:none!important;transform:translateY(-2px)
}
.ca-btn--gold::after{margin-left:14px}
.ca-btn--ghost{background:transparent!important;border:1px solid #FFF!important;color:#FFF!important;box-shadow:none!important}
.ca-btn--ghost:hover{background:#FFF!important;color:#000!important;transform:translateY(-2px)}

/* Solid form surface with a single blue rule. */
.ca-formcard,.ca-formcard--swapped{
  background:#FFF;border:1px solid #BDBDBD;border-top:4px solid #0D2B4D;
  border-radius:0;box-shadow:none;color:#000
}
.ca-formcard input,.ca-formcard select,.ca-formcard textarea{
  border-radius:0;border:1px solid #BDBDBD;background:#FFF;color:#000;box-shadow:none
}
.ca-formcard input:focus,.ca-formcard select:focus,.ca-formcard textarea:focus{
  border-color:#0D2B4D;box-shadow:none;outline:2px solid #0D2B4D;outline-offset:1px
}

/* Flat image scrims replace gradients, blur panels and text halos. */
.ca-hero__scrim{background:rgba(0,0,0,.58)!important}
.ca-standard__scrim{background:rgba(0,0,0,.62)!important}
.ca-phero__scrim{background:rgba(0,0,0,.66)!important}
.ca-final__scrim,.ca-cta__scrim{background:rgba(0,0,0,.74)!important}
.ca-hero .ca-h1,.ca-hero .ca-lede,.ca-pin .ca-h2,.ca-pin .ca-lede,
.ca-phero .ca-h1,.ca-phero .ca-lede,.ca-final .ca-h2,.ca-final .ca-lede,
.ca-hero .ca-eyebrow,.ca-phero .ca-eyebrow,.ca-pin .ca-eyebrow{
  text-shadow:none!important
}
.ca-cue i{background:#FFF!important}

/* Homepage hero. */
.ca-hero__grid{max-width:var(--ca-shell);gap:clamp(36px,6vw,84px);padding-top:clamp(54px,7vw,92px);padding-bottom:clamp(54px,7vw,92px)}
.ca-hero__copy{max-width:690px}
.ca-hero .ca-h1{max-width:680px;font-size:clamp(44px,6vw,72px);line-height:1.02;color:#FFF}
.ca-hero .ca-lede{max-width:590px!important;color:#FFF}
.ca-hero__count{border-left:4px solid #0D2B4D;padding-left:18px}
.ca-hero__count b{font-family:'Poppins',Arial,sans-serif;font-weight:500;letter-spacing:-.04em}
.ca-hero__chips li{background:#000;border:1px solid #333;border-radius:0;color:#FFF}

/* Bright proof strip creates immediate separation from the hero. */
.ca-trust{background:#FFF!important;color:#000;border-top:0;border-bottom:1px solid #BDBDBD}
.ca-trust__item b{font-family:'Poppins',Arial,sans-serif;font-weight:500;letter-spacing:-.02em;color:#000}
.ca-trust__item span{color:#333}

/* Cinematic corridor: movement remains, copy never fades. */
.ca-standard__copy{max-width:760px;opacity:1!important;border-left:4px solid #0D2B4D;padding-left:clamp(20px,3vw,38px)}
.ca-standard__title{max-width:700px;font-family:'Poppins',Arial,sans-serif!important;
  font-size:clamp(38px,5.2vw,64px)!important;font-weight:500!important;
  line-height:1.04!important;letter-spacing:-.04em!important;text-shadow:none!important}

/* Alternating black/white editorial sections. */
#ca-results{background:#FFF;color:#000}
#ca-results .ca-h2,#ca-results .ca-case__name{color:#000}
#ca-results .ca-eyebrow,#ca-results .ca-link{color:#0D2B4D}
#ca-results .ca-case{background:transparent;border:0;border-radius:0;box-shadow:none;gap:0}
#ca-results .ca-case__pair{border:0}
#ca-results .ca-case__name{display:block;background:#FFF;padding:14px 14px 0;line-height:1.35}
#ca-results .ca-case__meta{display:block;background:#FFF;padding:5px 14px 14px;color:#333}
#ca-results .ca-fine{color:#333}
.ca-result-film{background:#000;border-top:1px solid #333;border-bottom:1px solid #333}
.ca-result-film::before{background:#000!important}
.ca-result-film__intro{border-left:4px solid #0D2B4D;padding-left:clamp(20px,3vw,36px)}
.ca-compare--feature{background:#000;border:1px solid #333;box-shadow:none;padding:0}
.ca-compare__line,.ca-compare__line i{box-shadow:none}
.ca-compare__line i{border-radius:50%;background:#0D2B4D}

#ca-procedures{background:#000}
.ca-card{background:#000;border:1px solid #333;border-radius:0;box-shadow:none;position:relative}
.ca-card::before{content:'';position:absolute;left:-1px;top:-1px;width:4px;height:calc(100% + 2px);background:#0D2B4D}
.ca-card b{font-family:'Poppins',Arial,sans-serif;font-weight:500;letter-spacing:-.02em}
.ca-card:hover{border-color:#FFF;transform:translateY(-3px);box-shadow:none}

#ca-owned{background:#FFF;color:#000;border-top:1px solid #BDBDBD;border-bottom:1px solid #BDBDBD}
.ca-owned__card{background:#FFF;border:1px solid #BDBDBD;border-radius:0;box-shadow:none}
.ca-owned__card:hover{border-color:#0D2B4D;box-shadow:none;transform:translateY(-3px)}

#ca-surgeons{background:#FFF;color:#000}
#ca-surgeons .ca-h2{color:#000;max-width:850px}
.ca-person{background:#FFF;color:#000;border:1px solid #BDBDBD;border-radius:0;box-shadow:none}
.ca-person__frame{background:#333!important}
.ca-person__body b{font-family:'Poppins',Arial,sans-serif;font-weight:500;letter-spacing:-.02em;color:#000}
.ca-person__role,.ca-person__body li{color:#333}
.ca-person:hover{border-color:#0D2B4D;box-shadow:none;transform:translateY(-3px)}

#ca-facility{background:#000}
.ca-facility__shots figure{border-radius:0;box-shadow:none;border:1px solid #333}
.ca-facility__list li{border-color:#333}
.ca-facility__list b{color:#FFF;border-bottom:2px solid #0D2B4D}

.ca-final{border-top:1px solid #333}
.ca-final__copy{border-left:4px solid #0D2B4D;padding-left:clamp(20px,3vw,36px)}

/* Borders and whitespace replace decorative depth. */
.ca-lift,.ca-lift:hover,.ca-tile,.ca-tile:hover,.ca-post,.ca-gallery-card,
.ca-gallery-category,.ca-footer__seal,.ca-pop__panel{box-shadow:none!important;border-radius:0}
.ca-tile:hover,.ca-gallery-card:hover{border-color:#0D2B4D}
.ca-gate{background:#000;border:1px solid #333;border-radius:0;
  -webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}
.ca-grain{display:none}

/* Internal page heroes and content. */
.ca-phero{background:#000;border-bottom:1px solid #333}
.ca-phero__grid{padding-top:clamp(54px,7vw,86px);padding-bottom:clamp(54px,7vw,86px)}
.ca-phero .ca-h1{max-width:820px;font-size:clamp(38px,5.2vw,62px);line-height:1.04;font-weight:500;color:#FFF}
.ca-phero .ca-lede{max-width:760px;color:#FFF}
.ca-phero__copy{border-left:4px solid #0D2B4D;padding-left:clamp(20px,3vw,36px)}
.ca-gallery{background:#FFF;color:#000}
.ca-gallery-data__hero{background:#000!important;border-bottom:1px solid #333}
.ca-gallery-card{background:#000;border:1px solid #333}
.ca-gallery-card__body h3,.ca-gallery-category__title h3{font-weight:500!important}
.ca-gallery-procedures{background:#BDBDBD;border-color:#BDBDBD}
.ca-gallery-procedures a{background:#FFF}
.ca-gallery-procedures a:hover{background:#0D2B4D;color:#FFF!important}
.ca-listhead .ca-h1{color:#000}
.ca-published h1,.ca-published h2,.ca-published h3,.ca-published h4,
.ca-interior__main--prose h1,.ca-interior__main--prose h2,.ca-interior__main--prose h3{color:#000}

/* Thumb-first mobile conversion, still visually flat. */
.ca-mobilebar{background:#000;border-top:1px solid #333;box-shadow:none}
.ca-mobilebar a:last-child{background:#0D2B4D!important}

@media(max-width:899px){
  .ca-hero__grid{grid-template-columns:1fr;gap:34px}
  .ca-hero__copy{max-width:720px}
  .ca-phero__copy{max-width:760px}
}

@media(max-width:767px){
  .ca-h1{font-size:clamp(36px,11vw,48px)}
  .ca-h2{font-size:clamp(30px,9vw,42px)}
  .ca-hero__scrim{background:rgba(0,0,0,.68)!important}
  .ca-standard__scrim{background:rgba(0,0,0,.66)!important}
  .ca-phero__scrim{background:rgba(0,0,0,.72)!important}
  .ca-hero .ca-h1{font-size:clamp(40px,12vw,54px)}
  .ca-standard__title{font-size:clamp(36px,10.5vw,46px)!important}
  .ca-phero .ca-h1{font-size:clamp(36px,10.5vw,46px)}
  .ca-standard__copy,.ca-phero__copy,.ca-final__copy{border-left-width:3px;padding-left:18px}
  .ca-hero__chips{gap:8px}
  .ca-hero__chips li{width:100%}
  .ca-btn{min-height:52px}
  .ca-actions,.ca-hero__actions{align-items:stretch}
  .ca-actions .ca-btn,.ca-hero__actions .ca-btn{width:100%}
}

/* Conversion-density pass: preserve editorial breathing room without pushing
   the primary actions and patient proof below the first useful viewport. */
.ca-hero__grid{
  grid-template-columns:minmax(0,1fr) minmax(430px,.66fr);
  gap:clamp(32px,3.5vw,48px);
  padding-top:clamp(32px,3vw,44px);
  padding-bottom:clamp(32px,3vw,44px)
}
.ca-hero__copy{max-width:720px;gap:12px}
.ca-hero .ca-h1{max-width:720px;font-size:clamp(44px,4.6vw,58px);line-height:1.06}
.ca-hero .ca-lede{max-width:650px!important;line-height:1.5}
.ca-hero__count,.ca-hero__chips{display:none}
.ca-cue{display:none}
.ca-hero .ca-formcard{padding:20px}
.ca-hero .ca-formcard__head{margin-bottom:12px}
.ca-hero .ca-formcard .gform_fields{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:10px 12px
}
.ca-hero .ca-formcard .gfield{min-width:0}
.ca-hero .ca-formcard .gfield--type-consent{grid-column:1/-1}
.ca-hero .ca-formcard .gfield_label{margin-bottom:4px}
.ca-hero .ca-formcard input,
.ca-hero .ca-formcard select{min-height:44px;padding-top:9px;padding-bottom:9px}
.ca-hero .ca-formcard .gform_footer{margin-top:12px}
.ca-hero .ca-formcard .gform_button{min-height:52px;padding-top:12px;padding-bottom:12px}
.ca-hero .ca-formcard__note{margin-top:8px}

.ca-result-film{padding:clamp(48px,4.5vw,64px) var(--ca-gut)}
.ca-result-film__intro{
  width:min(100%,1000px);
  margin-bottom:clamp(22px,2.4vw,30px);
  gap:10px
}
.ca-result-film__intro .ca-h2{
  max-width:none;
  font-size:clamp(38px,4vw,50px);
  line-height:1.06
}
.ca-result-film__intro p{max-width:900px;line-height:1.5}
.ca-compare--feature{width:min(100%,1180px);padding:8px}
.ca-compare--feature .ca-compare__media{
  min-height:0;
  max-height:620px;
  aspect-ratio:16/8.75
}
.ca-result-film__foot{width:min(100%,1160px);margin-top:14px;gap:14px}

@media(max-width:1023px){
  .ca-hero__grid{grid-template-columns:1fr;gap:24px}
}

@media(max-width:767px){
  .ca-hero__grid{gap:24px;padding:24px 16px 30px}
  .ca-hero__copy{gap:12px}
  .ca-hero .ca-h1{font-size:clamp(36px,10vw,44px);line-height:1.08}
  .ca-hero .ca-lede{font-size:16px;line-height:1.5}
  .ca-hero__chips{display:none}
  .ca-hero__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .ca-hero__actions .ca-btn{width:auto;min-width:0;min-height:50px;padding:11px 8px;font-size:14px}
  .ca-hero .ca-formcard{padding:16px}
  .ca-hero .ca-formcard__head{gap:4px;margin-bottom:9px}
  .ca-hero .ca-formcard__head strong{font-size:20px;line-height:1.15;letter-spacing:.06em}
  .ca-hero .ca-formcard__head span{font-size:12px;line-height:17px}
  .ca-hero .ca-formcard .gform_fields{grid-template-columns:1fr;gap:6px}
  .ca-hero .ca-formcard .gfield--type-consent{grid-column:auto}
  .ca-hero .ca-formcard .gfield_label{font-size:11px;line-height:1.2;margin-bottom:3px}
  .ca-hero .ca-formcard input,.ca-hero .ca-formcard select{min-height:42px;padding-top:8px;padding-bottom:8px}
  .ca-hero .ca-formcard .ginput_container_consent label{font-size:11px;line-height:16px}
  .ca-hero .ca-formcard .gform_footer{margin-top:10px}
  .ca-hero .ca-formcard__note{font-size:10px;line-height:15px;margin-top:6px}
  .ca-result-film{padding:40px 16px}
  .ca-result-film__intro{gap:9px;margin-bottom:24px}
  .ca-result-film__intro .ca-h2{font-size:clamp(34px,9.5vw,40px);line-height:1.08}
  .ca-result-film__intro p{font-size:16px;line-height:1.5}
  .ca-compare--feature{padding:0}
  .ca-compare--feature .ca-compare__media{aspect-ratio:4/5;max-height:none}
  .ca-result-film__foot{margin-top:12px;gap:10px;font-size:11px}
}

/* Procedure navigator: useful visual wayfinding in normal document flow. */
.ca-procedure-nav{background:#000;padding:clamp(56px,6vw,80px) var(--ca-gut)}
.ca-procedure-nav>.ca-shell{display:grid;gap:32px}
.ca-procedure-nav__head{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,430px);gap:40px;align-items:end}
.ca-procedure-nav__head>div{display:grid;gap:8px}
.ca-procedure-nav__head .ca-h2{max-width:720px}
.ca-procedure-nav__head>p{margin:0;color:#BDBDBD;font-size:16px;line-height:1.55}
.ca-procedure-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
body.ca-dark a.ca-procedure-card,.ca-procedure-card{
  min-width:0;min-height:170px;padding:22px;
  display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:18px;align-items:start;
  background:#000;color:#FFF;text-decoration:none;border:1px solid #333;
  transition:border-color .25s ease,background-color .25s ease
}
.ca-procedure-card:hover{border-color:#FFF;background:#080808}
.ca-procedure-card__icon,.ca-procedure-help__icon{
  width:56px;height:56px;display:grid;place-items:center;border:1px solid #0D2B4D;color:#FFF
}
.ca-procedure-card__icon svg,.ca-procedure-help__icon svg{
  width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round
}
.ca-procedure-card__icon--licensed img{
  display:block;width:38px;height:38px;object-fit:contain;filter:brightness(0) invert(1)
}
.ca-procedure-card b{display:block;color:#FFF;font:500 20px/1.2 'Poppins',Arial,sans-serif;letter-spacing:-.025em}
.ca-procedure-card p{margin:8px 0 0;color:#BDBDBD;font-size:14px;line-height:1.5}
.ca-procedure-card>i{font-style:normal;color:#FFF;font-size:20px;line-height:1;transition:transform .25s ease}
.ca-procedure-card:hover>i{transform:translateX(4px)}
.ca-procedure-card:focus-visible{outline:2px solid #FFF;outline-offset:3px}
.ca-procedure-help{
  display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:20px;align-items:center;
  padding:22px 24px;background:#0D2B4D;color:#FFF;border:1px solid #315173
}
.ca-procedure-help__icon{border-color:rgba(255,255,255,.55)}
.ca-procedure-help b{display:block;font:500 20px/1.25 'Poppins',Arial,sans-serif;letter-spacing:-.02em}
.ca-procedure-help p{margin:5px 0 0;color:#FFF;font-size:14px;line-height:1.5}
.ca-procedure-help .ca-btn--gold{background:#FFF;color:#0D2B4D!important;border:1px solid #FFF;white-space:nowrap}
.ca-procedure-help .ca-btn--gold:hover{background:#000;color:#FFF!important;border-color:#000}

@media(max-width:899px){
  .ca-procedure-nav__head{grid-template-columns:1fr;gap:14px}
  .ca-procedure-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:600px){
  .ca-procedure-nav{padding:44px 16px}
  .ca-procedure-nav>.ca-shell{gap:24px}
  .ca-procedure-grid{grid-template-columns:1fr;gap:12px}
  body.ca-dark a.ca-procedure-card,.ca-procedure-card{min-height:0;padding:18px;grid-template-columns:48px minmax(0,1fr) auto;gap:14px}
  .ca-procedure-card__icon,.ca-procedure-help__icon{width:48px;height:48px}
  .ca-procedure-card__icon svg,.ca-procedure-help__icon svg{width:32px;height:32px}
  .ca-procedure-card__icon--licensed img{width:32px;height:32px}
  .ca-procedure-card b{font-size:18px}
  .ca-procedure-help{grid-template-columns:48px 1fr;padding:18px;gap:14px}
  .ca-procedure-help .ca-btn{grid-column:1/-1;width:100%}
}

@media(prefers-reduced-motion:reduce){
  .ca-lift:hover,.ca-card:hover,.ca-person:hover,.ca-owned__card:hover{transform:none}
}

/* v3.38 — one modern visual system for every remaining internal page.
   Legacy ACF content stays intact, but its dated photographic/marble title card
   is replaced by this compact, readable Careaga title band. */
body.ca-interior .ca-content-hero{
  position:relative;background:#000;color:#FFF;border-bottom:1px solid #333;
  padding:clamp(42px,5vw,68px) var(--ca-gut)
}
body.ca-interior .ca-content-hero::before{
  content:"";position:absolute;inset:0 auto 0 0;width:5px;background:#0D2B4D
}
.ca-content-hero__inner{
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(28px,6vw,88px);align-items:end
}
.ca-content-hero__copy{display:grid;gap:12px;max-width:850px}
.ca-content-hero .ca-eyebrow{color:#FFF}
.ca-content-hero .ca-h1{
  color:#FFF;font-family:'Madera Mirage','Bodoni Moda','Times New Roman',serif;
  font-size:clamp(38px,5.2vw,68px);font-weight:600;line-height:1.04;
  letter-spacing:0;text-transform:none;text-wrap:balance
}
.ca-content-hero__actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.ca-content-hero .ca-btn{min-height:50px;padding:13px 22px;font-size:13px;white-space:nowrap}
.ca-btn--blue{background:#0D2B4D!important;color:#FFF!important;border:1px solid #315173!important}
.ca-btn--blue:hover{background:#163F6E!important;border-color:#52769D!important;color:#FFF!important}
.ca-btn--outline-light{background:#FFF!important;color:#0D2B4D!important;border:1px solid #FFF!important}
.ca-btn--outline-light:hover{background:#EDEDED!important;color:#000!important;border-color:#EDEDED!important}

.ca-legacy-content{background:#FFF;color:#000;overflow:hidden}
.ca-legacy-content .c-hero{display:none!important}
.ca-legacy-content .c-background{background-image:none!important}
.ca-legacy-content .u-block--border{background:#F5F5F5!important;border:0!important}
.ca-legacy-content .u-text--gold{color:#0D2B4D!important}
.ca-legacy-content :is(.c-info,.c-content-primary,.c-content-secondary,.c-standard,.c-standard-primary,.c-procedures,.c-media,.c-faqs,.c-cta){
  border-radius:0!important;box-shadow:none!important
}
.ca-legacy-content :is(.c-info__title,.c-content-primary__title,.c-content-secondary__title,.c-faqs__title,h2,h3){
  font-family:'Madera Mirage','Bodoni Moda','Times New Roman',serif!important;
  letter-spacing:.01em!important;line-height:1.14!important
}
.ca-legacy-content :is(p,li,.c-procedure__text){font-family:'Poppins',Arial,sans-serif;line-height:1.68}
.ca-legacy-content .c-btn{
  min-height:48px;border-radius:0!important;background:#0D2B4D!important;color:#FFF!important;
  border:1px solid #0D2B4D!important;font-family:'Poppins',Arial,sans-serif!important;
  font-weight:600!important;letter-spacing:.1em!important;text-decoration:none!important
}
.ca-legacy-content .c-btn:hover{background:#163F6E!important;border-color:#163F6E!important;color:#FFF!important}

@media(max-width:899px){
  body.ca-interior .ca-content-hero{padding:34px 16px 36px}
  body.ca-interior .ca-content-hero::before{width:4px}
  .ca-content-hero__inner{grid-template-columns:1fr;gap:22px}
  .ca-content-hero__copy{gap:9px}
  .ca-content-hero .ca-h1{font-size:clamp(34px,10vw,46px);line-height:1.06}
  .ca-content-hero__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;justify-content:stretch}
  .ca-content-hero .ca-btn{width:100%;min-width:0;padding:12px 10px;font-size:12px;white-space:normal}
  .ca-legacy-content .u-block-padding--xl,.ca-legacy-content .u-block-padding--lg{padding-top:44px!important;padding-bottom:44px!important}
  .ca-legacy-content :is(p,li,.c-procedure__text){font-size:16px;line-height:1.65}
  /* Keep the third-party accessibility launcher clear of the permanent
     Call / WhatsApp / Book conversion bar. */
  html body .uwy.userway_p3,
  html body .uwy.userway_p3.uon{
    top:auto!important;bottom:calc(var(--ca-bar) + 20px)!important;
    transform:translateY(-8px)!important
  }
}

@media(max-width:430px){
  .ca-content-hero__actions{grid-template-columns:1fr}
}
