.elementor-kit-4{--e-global-color-primary:#CCCCCC;--e-global-color-secondary:#808080;--e-global-color-text:#333333;--e-global-color-accent:#EE5B5A;--e-global-color-bcfde5d:#FFFFFF;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Instrument Sans";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-bcfde5d );font-family:"Inter", Sans-serif;font-weight:400;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 a{color:#FFFFFF;font-family:"Manrope", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-4 h1{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-4 h2{color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-4 h3{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-4 h4{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-4 h5{color:var( --e-global-color-secondary );}.elementor-kit-4 h6{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Tokens ===== */
:root{
  --brand:#EE5B5A; --text:#2A2A2A; --muted:#000000; --bg:#FFFFFF; --bg-soft:#F7F9FA;
  --radius:0px; --shadow:0 8px 24px rgba(0,0,0,.06); --shadow-soft:0 4px 16px rgba(0,0,0,.05);
  --pad-1:12px; --pad-2:18px; --pad-3:24px; --pad-4:40px; --pad-5:68px; --w:1200px;
}

/* Layout helpers */
.section{max-width:var(--w); margin-inline:auto; padding: var(--pad-5) var(--pad-3);}
.section--soft{background:var(--bg-soft); border-radius:var(--radius);}
.grid{display:grid; gap:24px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
@media (max-width:1024px){ .grid-4{grid-template-columns:repeat(2,1fr)} }
@media (max-width:767px){ .grid-3,.grid-2,.grid-4{grid-template-columns:1fr} }

/* Type & buttons */
body{color:var(--text); line-height:1.6}
h1,h2,h3{line-height:1.25; margin:0 0 12px}
p{margin:0 0 12px}
.btn{display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:12px 18px; border-radius:0; font-weight:600; text-decoration:none; border:2px solid var(--brand); background:var(--brand); color:#CCCCCC; transition:.2s}
.btn:hover{transform:translateY(-4px); box-shadow:var(--shadow)}

/* Card */
.card{background:#fff; border-radius:var(--radius); box-shadow:var(--shadow-soft); padding:24px}
.card h3{margin-bottom:8px}

/* Header (if used as HTML section) */
.site-header{position:sticky; top:0; z-index:999; background:#fff; padding:12px 28px; box-shadow:0 4px 20px rgba(0,0,0,.05); transition:all .25s}
.site-header.elementor-sticky--effects{box-shadow:0 8px 28px rgba(0,0,0,.08); padding:10px 24px}
.header-row{display:flex; align-items:center; justify-content:space-between; gap:22px}
.header-right{display:flex; align-items:center; gap:22px}
.site-logo img{max-width:120px; height:auto; display:block}
@media (max-width:1024px){ .site-logo img{max-width:110px} }
@media (max-width:767px){ .site-logo img{max-width:90px} }

/* Simple nav (if using HTML nav) */
.header-nav{display:flex; gap:18px; list-style:none; margin:0; padding:0}
.header-nav a{text-decoration:none; font-weight:500; color:var(--text)}
.header-nav a:hover{color:var(--brand)}

/* Hero */
.hero{display:grid; grid-template-columns:1.2fr .8fr; gap:40px; align-items:center}
@media (max-width:1024px){ .hero{grid-template-columns:1fr} }
.hero p{color:var(--muted); font-size:18px}

/* CTA band */
.cta{background:var(--brand); color:#fff; text-align:center; border-radius:var(--radius); padding:48px 24px}

/* Footer */
.site-footer{background:var(--bg-soft); padding:var(--pad-5) var(--pad-3)}
.footer-grid{display:grid; gap:24px; grid-template-columns:2fr 1fr 1.5fr}
@media (max-width:1024px){ .footer-grid{grid-template-columns:1fr 1fr} }
@media (max-width:767px){ .footer-grid{grid-template-columns:1fr} }
.footer-links a{display:block; color:var(--text); text-decoration:none; margin:6px 0}
.footer-links a:hover{color:var(--brand)}
.footer-meta{margin-top:24px; color:var(--muted); font-size:14px}

/* FAQ details/summary */
.faq details{background:#fff; border-radius:12px; box-shadow:var(--shadow-soft); padding:16px 18px}
.faq details+details{margin-top:12px}
.faq summary{cursor:pointer; font-weight:600}/* End custom CSS */