.elementor-kit-3225{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-kadence1:#0008cb;--e-global-color-kadence2:#ffde59;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#2D3748;--e-global-color-kadence5:#4A5568;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#EDF2F7;--e-global-color-kadence8:#F7FAFC;--e-global-color-kadence9:#ffffff;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3225.el-is-editing{--global-palette1:#0008cb;--global-palette2:#ffde59;--global-palette3:#1A202C;--global-palette4:#2D3748;--global-palette5:#4A5568;--global-palette6:#718096;--global-palette7:#EDF2F7;--global-palette8:#F7FAFC;--global-palette9:#ffffff;}.elementor-kit-3225 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.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 *//* Mobile-first responsive — 31 min-width breakpoints */
/* Mobile overflow fix */
.sbc-section, .sbc-container, .sbc-grid {
    max-width: 100%;
    overflow-x: hidden;
}
.sbc-container {
    padding-left: 16px;
    padding-right: 16px;
}
@media(min-width:640px){.sbc-container{padding-left:20px;padding-right:20px;}}
@media(min-width:768px){.sbc-container{padding-left:24px;padding-right:24px;}}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
*,*::before,*::after{box-sizing:border-box;}
body{margin:0;font-family:'Inter',sans-serif;color:#1e293b;background:#fff;line-height:1.6;}

/* Typography — scales from mobile */
h1{font-size:clamp(28px,6vw,64px);font-weight:900;margin-bottom:8px;line-height:1.1;}
h2{font-size:clamp(22px,4vw,36px);font-weight:800;color:#00058B;margin:0 0 12px;line-height:1.2;}
h3{font-size:18px;font-weight:700;color:#00058B;margin:0 0 10px;}
p{margin:0 0 14px;font-size:15px;}
.sbc-muted{color:#64748b;}
a{color:#2563eb;text-decoration:none;font-weight:500;}
a:hover{text-decoration:underline;}
@media(min-width:768px){h3{font-size:20px;margin-bottom:12px;}p{margin-bottom:16px;font-size:16px;}}

/* Layout — mobile base */
.sbc-section{padding:48px 16px;}
.sbc-section--alt{background:#f8fafc;}
.sbc-container{max-width:1140px;margin:0 auto;}
.sbc-center{text-align:center;}
.sbc-max-700{max-width:700px;margin:0 auto;}
.sbc-grid{display:grid;gap:24px;}
.sbc-grid--3,.sbc-grid--2{grid-template-columns:1fr;}
@media(min-width:640px){.sbc-section{padding:60px 20px;}.sbc-grid{gap:28px;}.sbc-grid--3{grid-template-columns:repeat(2,1fr);}}
@media(min-width:768px){.sbc-section{padding:80px 24px;}.sbc-grid{gap:32px;}.sbc-grid--2{grid-template-columns:1fr 1fr;gap:48px;align-items:center;}}
@media(min-width:960px){.sbc-grid--3{grid-template-columns:repeat(3,1fr);}}

/* Hero — mobile base */
.sbc-hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.sbc-hero-bg{position:absolute;inset:0;}
.sbc-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0008CB 0%,#00058B 60%,#0008CB 100%);}
.sbc-hero::before{content:'';position:absolute;top:15%;left:50%;transform:translateX(-50%);width:400px;height:400px;background:radial-gradient(circle,rgba(255,222,89,0.08) 0%,transparent 70%);pointer-events:none;z-index:1;}
.sbc-hero-content{position:relative;z-index:2;max-width:780px;text-align:center;padding:40px 16px;margin:0 auto;}
@media(min-width:640px){.sbc-hero{min-height:90vh;}.sbc-hero-content{padding:50px 20px;}.sbc-hero::before{width:600px;height:600px;}}
@media(min-width:768px){.sbc-hero{min-height:92vh;}.sbc-hero-content{padding:60px 24px;}}

.sbc-trust-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:20px;}
.sbc-tb-item{font-size:11px;font-weight:600;color:rgba(255,255,255,0.9);padding:4px 10px;background:rgba(255,255,255,0.10);border:1px solid rgba(255,255,255,0.20);border-radius:20px;}
.sbc-tb-highlight{background:#FFDE59;color:#000;font-weight:800;}
@media(min-width:640px){.sbc-trust-bar{gap:8px;margin-bottom:28px;}.sbc-tb-item{font-size:12px;padding:5px 14px;}}

.sbc-hero h1{color:#FFDE59;text-shadow:0 2px 20px rgba(0,0,0,0.3);}
.hero-accent{display:block;font-size:clamp(13px,2.2vw,20px);font-weight:800;color:#FFDE59;letter-spacing:0.08em;text-transform:uppercase;margin-top:8px;}
.sbc-hero-sub{font-size:15px;color:rgba(255,255,255,0.85);margin:16px auto 24px;max-width:580px;line-height:1.7;}
@media(min-width:640px){.hero-accent{letter-spacing:0.12em;margin-top:10px;}.sbc-hero-sub{font-size:17px;margin:20px auto 32px;line-height:1.75;}}

/* Badges — 1 col → 2 col at 480px */
.sbc-trust-badges{display:grid;grid-template-columns:1fr;gap:10px;margin:0 auto 24px;max-width:560px;}
.sbc-trust-badge{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:10px;padding:10px 12px;transition:background .2s;}
.sbc-trust-badge:hover{background:rgba(255,255,255,0.13);}
.sbc-badge-icon{font-size:20px;min-width:24px;text-align:center;}
.sbc-trust-badge strong{display:block;font-size:12px;font-weight:700;color:#fff;}
.sbc-trust-badge small{font-size:10px;color:rgba(255,255,255,0.65);line-height:1.4;}
@media(min-width:480px){.sbc-trust-badges{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:28px;}.sbc-trust-badge{padding:12px 14px;}.sbc-badge-icon{font-size:22px;min-width:26px;}.sbc-trust-badge strong{font-size:13px;}.sbc-trust-badge small{font-size:11px;}}

.sbc-price-pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;}
.sbc-price-pill{background:rgba(255,222,89,0.12);border:1px solid #FFDE59;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:700;color:#FFDE59;transition:all .2s;}
.sbc-price-pill:hover{background:rgba(255,222,89,0.22);transform:translateY(-2px);text-decoration:none;}
.sbc-pill-label{font-weight:500;color:rgba(255,255,255,0.7);margin-right:4px;}
@media(min-width:640px){.sbc-price-pills{gap:10px;}.sbc-price-pill{padding:10px 22px;font-size:14px;}}

/* Cards */
.sbc-step-card{background:#fff;padding:24px 20px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.05);border:1px solid #e2e8f0;transition:all .3s;height:100%;display:flex;flex-direction:column;}
.sbc-step-card:hover{transform:translateY(-5px);box-shadow:0 8px 28px rgba(0,0,0,0.09);}
.sbc-step-num{width:36px;height:36px;background:#FFDE59;color:#0a1932;font-weight:900;font-size:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-bottom:16px;}
.sbc-icon-lg{font-size:32px;margin-bottom:14px;}
@media(min-width:640px){.sbc-step-card{padding:32px 24px;border-radius:16px;}.sbc-step-num{width:40px;height:40px;font-size:18px;margin-bottom:20px;}.sbc-icon-lg{font-size:36px;margin-bottom:16px;}}

.sbc-list{list-style:none;padding:0;margin:16px 0 0;}
.sbc-list li{margin-bottom:14px;display:flex;gap:10px;}
.sbc-list-icon{color:#16a34a;font-size:18px;margin-top:2px;flex-shrink:0;}
@media(min-width:640px){.sbc-list{margin:18px 0 0;}.sbc-list li{margin-bottom:16px;gap:12px;}.sbc-list-icon{font-size:20px;}}

.sbc-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:16px;border-radius:10px;border:1px solid #e2e8f0;}
table{width:100%;border-collapse:collapse;background:#fff;min-width:400px;}
th{background:#f1f5f9;padding:10px 12px;font-weight:700;color:#0f172a;font-size:13px;border-bottom:2px solid #e2e8f0;white-space:nowrap;}
td{padding:10px 12px;border-bottom:1px solid #e2e8f0;color:#334155;font-size:14px;}
tr:last-child td{border-bottom:none;}
@media(min-width:640px){.sbc-table-wrap{border-radius:12px;}th,td{padding:16px;}th{font-size:15px;}td{font-size:15px;}}

.sbc-img{width:100%;height:auto;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,0.08);object-fit:cover;}
@media(min-width:640px){.sbc-img{border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,0.08);}}

.sbc-quote-box{background:#fff;padding:20px;border-radius:12px;border-left:4px solid #FFDE59;box-shadow:0 4px 20px rgba(0,0,0,0.05);}
.sbc-quote{font-style:italic;color:#334155;font-size:14px;margin-bottom:12px;line-height:1.7;}
.sbc-quote-author{display:block;font-weight:700;font-size:13px;color:#0f172a;}
@media(min-width:640px){.sbc-quote-box{padding:32px;border-radius:16px;border-left:5px solid #FFDE59;}.sbc-quote{font-size:16px;margin-bottom:16px;}.sbc-quote-author{font-size:15px;}}

.sbc-highlight-box{margin-top:20px;padding:16px;background:#fffbeb;border-left:4px solid #FFDE59;border-radius:0 10px 10px 0;font-size:14px;}
@media(min-width:640px){.sbc-highlight-box{margin-top:24px;padding:20px;border-left:5px solid #FFDE59;border-radius:0 12px 12px 0;font-size:15px;}}

/* Buttons — stacked mobile, inline desktop */
.sbc-btn-row{display:flex;flex-direction:column;gap:12px;margin-top:20px;}
.sbc-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 24px;font-weight:700;border-radius:8px;text-decoration:none;transition:all .2s;font-size:15px;font-family:inherit;border:none;cursor:pointer;}
.sbc-btn:hover{transform:translateY(-2px);text-decoration:none;}
.sbc-btn--yellow{background:#FFDE59;color:#0a1932 !important;box-shadow:0 4px 12px rgba(255,222,89,0.35);}
.sbc-btn--yellow:hover{background:#f5d345;}
.sbc-btn--wa{background:#25D366;color:#fff !important;box-shadow:0 4px 12px rgba(37,211,102,0.30);}
.sbc-btn--wa:hover{background:#20BA5A;}
.sbc-btn--dark{background:#111827;color:#fff !important;border:2px solid #111827;}
.sbc-btn--dark:hover{background:#000;}
.sbc-btn--ghost{background:transparent;color:#0f172a !important;border:2px solid #cbd5e1;}
.sbc-btn--ghost:hover{border-color:#0f172a;background:#f8fafc;}
@media(min-width:540px){.sbc-btn-row{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:24px;}.sbc-btn{width:auto;padding:14px 28px;font-size:16px;}}

/* Blue bands */
.sbc-section--blue{background:linear-gradient(135deg,#0008CB 0%,#00058B 60%,#0008CB 100%);color:#e2e8f0;}
.sbc-section--blue h2,.sbc-section--blue h3{color:#fff;}
.sbc-section--blue p{color:rgba(255,255,255,0.80);}
.sbc-section--blue .sbc-muted{color:rgba(255,255,255,0.70);}
.sbc-section--blue a{color:#FFDE59;}
.sbc-section--blue .sbc-step-card{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);box-shadow:none;}
.sbc-section--blue .sbc-step-card:hover{background:rgba(255,255,255,0.12);border-color:rgba(255,222,89,0.30);box-shadow:0 8px 32px rgba(0,0,0,0.20);}
.sbc-section--blue .sbc-quote-box{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-left:4px solid #FFDE59;box-shadow:none;}
.sbc-section--blue .sbc-quote{color:rgba(255,255,255,0.80);}
.sbc-section--blue .sbc-quote-author{color:#FFDE59;}
.sbc-section--blue .sbc-highlight-box{background:rgba(255,222,89,0.08);border-left:4px solid #FFDE59;color:rgba(255,255,255,0.85);}
.sbc-section--blue .sbc-highlight-box strong{color:#FFDE59;}
@media(min-width:640px){.sbc-section--blue .sbc-quote-box,.sbc-section--blue .sbc-highlight-box{border-left:5px solid #FFDE59;}}

/* Calculator (continues with full mobile-first styles...) */
/* See full HTML file for complete CSS *//* End custom CSS */