:root{--sy-bg:#F5F7FA;--sy-surface:#fff;--sy-ink:#16233B;--sy-accent:#E8590C;--sy-accent-dark:#CF4D09;--sy-support:#3E5378;--sy-line:#E3E7EE;--sy-wa:#1FA855;--sy-hero:#0F1828;--sy-muted:#64748B;--sy-card-shadow:0 2px 10px rgba(15,24,40,.07);--sy-star:#F59E0B}
*,*::before,*::after{box-sizing:border-box}
body.elementor-page{font-family:'Archivo',sans-serif;background:var(--sy-bg);color:var(--sy-ink);margin:0;padding:0}
body.elementor-page a{color:var(--sy-accent);text-decoration:none}
body.elementor-page h1,body.elementor-page h2,body.elementor-page h3,body.elementor-page h4,.elementor-heading-title{font-family:'Archivo',sans-serif;font-weight:800;line-height:1.12;color:var(--sy-ink)}
.elementor-widget-text-editor p{color:#475569;font-size:16px;line-height:1.7;max-width:74ch;margin:0 0 14px}

/* ALERT BAR */
.sy-alert{background:var(--sy-accent);color:#fff;font-size:13.5px;font-weight:600;text-align:center;padding:9px 40px 9px 16px;position:relative;letter-spacing:.01em}
.sy-alert a{color:#fff;text-decoration:underline;font-weight:700}
.sy-alert-close{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:0 0;border:0;color:#fff;font-size:18px;line-height:1;cursor:pointer;padding:4px 6px;opacity:.85}
.sy-alert-close:hover{opacity:1}

/* HEADER — OneCall style */
.sy-header{background:#fff;border-bottom:1px solid var(--sy-line);position:sticky;top:0;z-index:900;box-shadow:0 1px 8px rgba(15,24,40,.06)}
.sy-header-inner{max-width:1240px;margin:0 auto;padding:0 24px;display:flex;align-items:center;height:74px;gap:24px}
.sy-brand{display:flex;align-items:center;gap:10px;text-decoration:none;line-height:1}
.sy-brand-logo{width:44px;height:44px;background:var(--sy-accent);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;letter-spacing:.03em}
.sy-brand-text{display:flex;flex-direction:column}
.sy-brand-name{font-size:18px;font-weight:800;color:var(--sy-ink);letter-spacing:-.01em}
.sy-brand-tag{font-size:11px;font-weight:600;color:var(--sy-muted);margin-top:2px}
.sy-brand-city{margin-left:8px;padding:4px 10px;background:rgba(232,89,12,.1);color:var(--sy-accent);font-size:12px;font-weight:700;border-radius:4px;letter-spacing:.03em}
.sy-nav{display:flex;gap:4px;margin-left:auto}
.sy-nav-item{position:relative}
.sy-nav a{color:var(--sy-ink);text-decoration:none;font-weight:600;font-size:14.5px;padding:8px 14px;border-radius:6px;white-space:nowrap;transition:all .15s;display:inline-flex;align-items:center;gap:4px}
.sy-nav a:hover{background:#F5F7FA;color:var(--sy-accent)}
.sy-nav-dropdown{position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--sy-line);border-radius:8px;padding:8px;min-width:240px;box-shadow:0 8px 24px rgba(15,24,40,.12);opacity:0;visibility:hidden;transform:translateY(-4px);transition:all .18s;z-index:100}
.sy-nav-item:hover .sy-nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.sy-nav-dropdown a{display:block;padding:9px 14px;font-size:14px;border-radius:5px}
.sy-nav-cta{display:flex;gap:10px;margin-left:6px}
@media(max-width:1000px){.sy-nav{display:none}.sy-nav-cta{margin-left:auto}.sy-brand-city{display:none}}
@media(max-width:520px){.sy-brand-tag{display:none}.sy-brand-name{font-size:15px}}

/* BUTTONS */
.sy-btn{display:inline-flex;align-items:center;gap:7px;background:var(--sy-accent);color:#fff !important;font-weight:700;font-size:15px;padding:13px 22px;border-radius:6px;text-decoration:none !important;border:0;cursor:pointer;transition:background .15s,transform .1s;white-space:nowrap;line-height:1}
.sy-btn:hover{background:var(--sy-accent-dark);transform:translateY(-1px)}
.sy-btn--sm{font-size:13.5px;padding:9px 16px}
.sy-btn--lg{font-size:17px;padding:16px 30px}
.sy-btn--wa{background:var(--sy-wa) !important}
.sy-btn--wa:hover{background:#188F47 !important}
.sy-btn--ghost{background:transparent !important;color:#fff !important;border:2px solid rgba(255,255,255,.55);padding:12px 22px}
.sy-btn--ghost:hover{border-color:#fff;background:rgba(255,255,255,.1) !important}
.sy-btn--outline{background:transparent !important;color:var(--sy-accent) !important;border:2px solid var(--sy-accent);padding:11px 22px}
.sy-btn--outline:hover{background:var(--sy-accent) !important;color:#fff !important}

/* BREADCRUMBS */
.sy-crumbs-bar{background:#fff;border-bottom:1px solid var(--sy-line)}
.sy-wrap{max-width:1240px;margin:0 auto;padding:0 24px}
.sy-crumbs{display:flex;align-items:center;flex-wrap:wrap;gap:4px;font-size:13px;color:var(--sy-muted);padding:10px 0}
.sy-crumbs a{color:var(--sy-muted);text-decoration:none}
.sy-crumbs a:hover{color:var(--sy-accent)}
.sy-crumbs-sep{margin:0 2px;opacity:.5}

/* HERO — with optional form on right (OneCall signature) */
.sy-hero{background:var(--sy-hero);background-image:radial-gradient(circle at 85% 20%,rgba(232,89,12,.15),transparent 45%),radial-gradient(circle at 15% 80%,rgba(63,90,140,.2),transparent 40%);padding:60px 0 70px;position:relative;overflow:hidden}
.sy-hero-inner{max-width:1240px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 460px;gap:56px;align-items:center;position:relative;z-index:2}
.sy-hero-inner--noform{grid-template-columns:1fr 440px}
.sy-hero-inner--simple{grid-template-columns:1fr;text-align:center}
.sy-hero-inner--simple .sy-hero-sub,.sy-hero-inner--simple .sy-hero-cta{margin-left:auto;margin-right:auto}
.sy-hero-inner--simple .sy-hero-cta{justify-content:center}
.sy-hero-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--sy-accent);background:rgba(232,89,12,.12);padding:6px 14px;border-radius:20px;margin-bottom:18px}
.sy-hero h1{font-size:46px;font-weight:800;line-height:1.08;color:#fff;margin:0 0 18px;letter-spacing:-.01em}
.sy-hero h1 em{color:var(--sy-accent);font-style:normal}
.sy-hero-sub{font-size:17px;color:#CBD5E1;line-height:1.65;margin:0 0 26px;max-width:56ch}
.sy-hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:22px}
.sy-hero-rating{display:inline-flex;align-items:center;gap:12px;padding:10px 18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);border-radius:10px;margin-bottom:20px}
.sy-hero-rating-stars{color:var(--sy-star);font-size:16px;letter-spacing:2px}
.sy-hero-rating-text{color:#fff;font-size:14px;line-height:1.3}
.sy-hero-rating-text strong{font-size:16px;font-weight:800;color:#fff;display:block}
.sy-hero-rating-text span{color:#CBD5E1;font-size:12px}
.sy-hero-badges{display:flex;flex-wrap:wrap;gap:8px}
.sy-hero-badge{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;color:#CBD5E1;letter-spacing:.04em}

/* Hero form on right (OneCall signature) */
.sy-hero-form{background:#fff;border-radius:14px;padding:28px 26px 22px;box-shadow:0 20px 50px rgba(0,0,0,.35),0 2px 8px rgba(0,0,0,.15);position:relative}
.sy-hero-form-tag{position:absolute;top:-12px;left:22px;background:var(--sy-accent);color:#fff;font-size:11px;font-weight:800;padding:6px 12px;border-radius:20px;letter-spacing:.1em}
.sy-hero-form-title{font-size:22px;font-weight:800;color:var(--sy-ink);margin:8px 0 4px}
.sy-hero-form-sub{font-size:13.5px;color:var(--sy-muted);margin:0 0 18px}
.sy-hero-form form{display:grid;gap:11px}
.sy-hero-form label{display:block;font-size:12.5px;font-weight:600;color:var(--sy-ink);margin-bottom:4px}
.sy-hero-form input,.sy-hero-form select,.sy-hero-form textarea{width:100%;padding:11px 13px;background:#F8FAFC;border:1px solid #E3E7EE;border-radius:6px;font-family:inherit;font-size:14.5px;color:var(--sy-ink);outline:none;transition:border .15s}
.sy-hero-form input:focus,.sy-hero-form select:focus,.sy-hero-form textarea:focus{border-color:var(--sy-accent);background:#fff}
.sy-hero-form input::placeholder,.sy-hero-form textarea::placeholder{color:#94A3B8}
.sy-hero-form .sy-btn{width:100%;justify-content:center;font-size:15.5px;padding:14px;margin-top:4px}
.sy-hero-form-note{font-size:11.5px;color:var(--sy-muted);text-align:center;margin:10px 0 0}
.sy-hero-form-note strong{color:var(--sy-accent);font-weight:700}

/* Stats bar below hero */
.sy-stats-bar{background:#fff;border-bottom:1px solid var(--sy-line);box-shadow:0 2px 12px rgba(15,24,40,.07);position:relative;z-index:5}
.sy-stats-inner{max-width:1240px;margin:0 auto;padding:0 24px;display:flex}
.sy-stat{flex:1;padding:22px 24px;border-right:1px solid var(--sy-line);display:flex;flex-direction:column;align-items:center;text-align:center;gap:2px}
.sy-stat:last-child{border-right:0}
.sy-stat-icon{font-size:20px;margin-bottom:4px;color:var(--sy-accent)}
.sy-stat-num{font-size:28px;font-weight:800;color:var(--sy-ink);line-height:1.1}
.sy-stat-label{font-size:12.5px;color:var(--sy-muted);font-weight:500}
@media(max-width:960px){.sy-hero-inner,.sy-hero-inner--noform{grid-template-columns:1fr;gap:36px}.sy-hero h1{font-size:34px}.sy-hero-form{max-width:460px;margin:0 auto}.sy-stats-inner{flex-wrap:wrap}.sy-stat{flex:1 1 50%;border-bottom:1px solid var(--sy-line)}.sy-stat:nth-child(2n){border-right:0}}

/* SECTIONS */
.sy-section{padding:64px 0}
.sy-section--alt{background:#fff}
.sy-section-head{max-width:720px;margin:0 auto 40px;text-align:center}
.sy-section-head h2{font-size:34px;margin:0 0 12px;letter-spacing:-.01em}
.sy-section-head p{font-size:16.5px;color:var(--sy-muted);line-height:1.65;margin:0}
.sy-eyebrow{display:inline-block;font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--sy-accent);background:rgba(232,89,12,.1);padding:5px 12px;border-radius:14px;margin-bottom:12px}

/* OFFERS SECTION (OneCall signature) */
.sy-offers{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
@media(max-width:840px){.sy-offers{grid-template-columns:1fr}}
.sy-offer{position:relative;background:#fff;border:1px solid var(--sy-line);border-radius:14px;padding:32px 26px 26px;overflow:hidden;transition:transform .18s,box-shadow .18s}
.sy-offer:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(15,24,40,.1)}
.sy-offer-badge{position:absolute;top:0;right:0;background:var(--sy-accent);color:#fff;font-size:14px;font-weight:800;padding:8px 16px;border-bottom-left-radius:14px;letter-spacing:.02em}
.sy-offer-icon{font-size:34px;margin-bottom:14px;display:inline-block;width:56px;height:56px;background:rgba(232,89,12,.1);border-radius:50%;display:inline-flex;align-items:center;justify-content:center}
.sy-offer h3{font-size:19px;margin:0 0 10px;color:var(--sy-ink)}
.sy-offer p{font-size:14.5px;color:#475569;line-height:1.6;margin:0 0 16px}
.sy-offer a{display:inline-flex;align-items:center;gap:5px;color:var(--sy-accent);font-weight:700;font-size:14px}
.sy-offer a::after{content:'\2192'}

/* CARDS GRID */
.sy-grid{display:grid;gap:20px}
.sy-grid--2{grid-template-columns:repeat(2,1fr)}
.sy-grid--3{grid-template-columns:repeat(3,1fr)}
.sy-grid--4{grid-template-columns:repeat(4,1fr)}
@media(max-width:900px){.sy-grid--3,.sy-grid--4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.sy-grid--2,.sy-grid--3,.sy-grid--4{grid-template-columns:1fr}}
.sy-card{background:#fff;border:1px solid var(--sy-line);border-radius:12px;padding:24px;transition:box-shadow .18s,transform .18s,border-color .18s}
.sy-card:hover{box-shadow:var(--sy-card-shadow);transform:translateY(-2px);border-color:rgba(232,89,12,.3)}
.sy-card-icon{font-size:32px;margin-bottom:12px;display:inline-block;width:52px;height:52px;background:rgba(232,89,12,.1);border-radius:10px;display:inline-flex;align-items:center;justify-content:center}
.sy-card h3{font-size:17px;margin:0 0 8px;color:var(--sy-ink)}
.sy-card p{margin:0 0 14px;color:#475569;font-size:14.5px;line-height:1.6}
.sy-card a.sy-card-link{font-size:13.5px;font-weight:700;color:var(--sy-accent);display:inline-flex;align-items:center;gap:5px}
.sy-card a.sy-card-link::after{content:'\2192';transition:transform .15s}
.sy-card:hover a.sy-card-link::after{transform:translateX(3px)}

/* STEPS */
.sy-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;counter-reset:step;position:relative}
.sy-step{padding:28px 22px;position:relative;text-align:center}
.sy-step:not(:last-child)::after{content:'\2192';position:absolute;top:44px;right:-14px;color:var(--sy-accent);font-size:22px;font-weight:800;opacity:.5}
.sy-step-num{width:60px;height:60px;border-radius:50%;background:var(--sy-accent);color:#fff;font-size:24px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:0 6px 16px rgba(232,89,12,.3)}
.sy-step h4{font-size:17px;margin:0 0 8px;color:var(--sy-ink)}
.sy-step p{font-size:14px;color:var(--sy-muted);line-height:1.6;margin:0}
@media(max-width:760px){.sy-steps{grid-template-columns:1fr 1fr}.sy-step::after{display:none}}
@media(max-width:500px){.sy-steps{grid-template-columns:1fr}}

/* WHY US */
.sy-why{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(max-width:700px){.sy-why{grid-template-columns:1fr}}
.sy-why-item{display:flex;gap:14px;align-items:flex-start;padding:20px;background:#fff;border:1px solid var(--sy-line);border-radius:10px;transition:border-color .15s}
.sy-why-item:hover{border-color:rgba(232,89,12,.3)}
.sy-why-icon{flex-shrink:0;width:44px;height:44px;border-radius:8px;background:rgba(232,89,12,.1);display:flex;align-items:center;justify-content:center;font-size:20px}
.sy-why-item h4{font-size:15.5px;margin:0 0 4px;color:var(--sy-ink)}
.sy-why-item p{margin:0;font-size:13.5px;color:var(--sy-muted);line-height:1.55}

/* PRICING TABLE */
.sy-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid var(--sy-line);background:#fff}
.sy-table{width:100%;border-collapse:collapse;font-size:14.5px}
.sy-table thead th{background:var(--sy-hero);color:#fff;text-align:left;padding:15px 18px;font-weight:700;white-space:nowrap;font-size:14px;letter-spacing:.02em}
.sy-table tbody td{padding:14px 18px;border-top:1px solid var(--sy-line);color:#475569;vertical-align:middle}
.sy-table tbody tr:hover td{background:#FAFBFC}
.sy-table .badge{background:rgba(232,89,12,.12);color:var(--sy-accent);font-size:12px;font-weight:700;padding:3px 8px;border-radius:4px}
.sy-note{font-size:12.5px;color:var(--sy-muted);margin-top:12px;display:block;font-style:italic;padding:0 6px}

/* MAIN LEAD FORM (below hero) */
.sy-form-wrap{background:var(--sy-hero);background-image:radial-gradient(circle at 15% 20%,rgba(232,89,12,.15),transparent 40%);border-radius:16px;padding:44px;max-width:700px;margin:0 auto;position:relative;overflow:hidden}
.sy-form-title{font-size:28px;font-weight:800;color:#fff;margin:0 0 8px;position:relative;z-index:2}
.sy-form-sub{font-size:15px;color:#CBD5E1;margin:0 0 26px;position:relative;z-index:2}
.sy-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;position:relative;z-index:2}
.sy-form-full{grid-column:1/-1}
.sy-form label{display:block;font-size:13px;font-weight:600;color:#CBD5E1;margin-bottom:6px}
.sy-form input,.sy-form select,.sy-form textarea{width:100%;padding:12px 14px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.2);border-radius:6px;font-family:inherit;font-size:15px;color:#fff;outline:none;transition:border .15s}
.sy-form input::placeholder,.sy-form textarea::placeholder{color:rgba(255,255,255,.4)}
.sy-form select option{color:var(--sy-ink);background:#fff}
.sy-form input:focus,.sy-form select:focus,.sy-form textarea:focus{border-color:var(--sy-accent);background:rgba(255,255,255,.14)}
.sy-form-btn{grid-column:1/-1;margin-top:6px}
.sy-form-btn .sy-btn{width:100%;justify-content:center;font-size:16px;padding:15px}
.sy-hp{position:absolute;left:-9999px;opacity:0;pointer-events:none}
@media(max-width:600px){.sy-form{grid-template-columns:1fr}.sy-form-wrap{padding:28px 24px}}

/* LINK GRID */
.sy-links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.sy-links-grid a{display:block;padding:12px 15px;background:#fff;border:1px solid var(--sy-line);border-radius:8px;font-size:14px;color:var(--sy-ink);font-weight:500;transition:all .15s}
.sy-links-grid a:hover{border-color:var(--sy-accent);color:var(--sy-accent);transform:translateX(3px)}
@media(max-width:600px){.sy-links-grid{grid-template-columns:1fr}}

/* FAQ */
.elementor-accordion .elementor-tab-title{font-weight:700;font-size:15.5px;font-family:'Archivo',sans-serif;background:#fff;border:0 !important;padding:18px 22px !important;border-radius:0 !important;color:var(--sy-ink)}
.elementor-accordion .elementor-accordion-item{margin-bottom:12px;border:1px solid var(--sy-line) !important;border-radius:10px !important;overflow:hidden;background:#fff;transition:box-shadow .15s}
.elementor-accordion .elementor-accordion-item:hover{box-shadow:0 4px 14px rgba(15,24,40,.06)}
.elementor-accordion .elementor-tab-content{border:0 !important;padding:4px 22px 20px !important;color:#475569;line-height:1.7;font-size:15px}
.elementor-accordion .elementor-tab-title.elementor-active{color:var(--sy-accent)}

/* CTA BAND */
.sy-cta-band{background:var(--sy-accent);background-image:linear-gradient(135deg,#E8590C 0%,#CF4D09 100%);padding:56px 0;text-align:center;position:relative;overflow:hidden}
.sy-cta-band::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:rgba(255,255,255,.06);border-radius:50%}
.sy-cta-band h2{color:#fff;font-size:32px;margin:0 0 10px;position:relative;z-index:2}
.sy-cta-band p{color:rgba(255,255,255,.9);font-size:17px;margin:0 0 26px;position:relative;z-index:2}
.sy-cta-band-btns{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;position:relative;z-index:2}
.sy-cta-band .sy-btn{background:#fff !important;color:var(--sy-accent) !important}
.sy-cta-band .sy-btn:hover{background:#F8FAFC !important}
.sy-cta-band .sy-btn--wa{background:var(--sy-wa) !important;color:#fff !important}
.sy-cta-band .sy-btn--ghost{background:transparent !important;color:#fff !important;border:2px solid rgba(255,255,255,.6)}

/* FOOTER */
.sy-footer{background:var(--sy-hero);color:#94A3B8;font-size:14px;line-height:1.75}
.sy-footer-top{max-width:1240px;margin:0 auto;padding:64px 24px 44px;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.1fr;gap:36px}
@media(max-width:1000px){.sy-footer-top{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:700px){.sy-footer-top{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.sy-footer-top{grid-template-columns:1fr}}
.sy-footer-brand-logo{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.sy-footer-brand-logo-mark{width:44px;height:44px;background:var(--sy-accent);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px}
.sy-footer-brand h3{font-size:19px;font-weight:800;color:#fff;margin:0}
.sy-footer-brand-tag{font-size:11.5px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--sy-accent);margin-top:2px}
.sy-footer-brand p{color:#94A3B8;font-size:13.5px;line-height:1.7;margin:0 0 18px}
.sy-footer-contact-item{display:flex;gap:11px;align-items:flex-start;margin-bottom:12px}
.sy-footer-contact-item .ic{flex-shrink:0;width:32px;height:32px;background:rgba(255,255,255,.05);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--sy-accent)}
.sy-footer-contact-item a,.sy-footer-contact-item span{color:#CBD5E1;text-decoration:none;font-weight:500;font-size:13.5px;line-height:1.5}
.sy-footer-contact-item a:hover{color:#fff}
.sy-footer-certs{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}
.sy-footer-certs span{border:1px solid rgba(255,255,255,.15);border-radius:5px;padding:5px 10px;font-size:11.5px;font-weight:600;color:#94A3B8}
.sy-footer-col h4{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin:0 0 16px;position:relative;padding-bottom:10px}
.sy-footer-col h4::after{content:'';position:absolute;bottom:0;left:0;width:30px;height:2px;background:var(--sy-accent)}
.sy-footer-col ul{list-style:none;margin:0;padding:0}
.sy-footer-col li{margin-bottom:9px}
.sy-footer-col a{color:#94A3B8;text-decoration:none;font-size:13.5px;transition:all .15s;display:inline-flex;align-items:center;gap:5px}
.sy-footer-col a:hover{color:#fff;transform:translateX(3px)}
.sy-footer-col a::before{content:'\203A';color:var(--sy-accent);font-weight:800;opacity:.6}
.sy-footer-divider{border:0;border-top:1px solid rgba(255,255,255,.08);margin:0}
.sy-footer-bottom{max-width:1240px;margin:0 auto;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;font-size:12.5px;color:#64748B}
.sy-footer-bottom a{color:#64748B;text-decoration:none}
.sy-footer-bottom a:hover{color:#94A3B8}
.sy-footer-social{display:flex;gap:8px;margin-top:16px}
.sy-footer-social a{width:34px;height:34px;background:rgba(255,255,255,.06);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#CBD5E1;font-size:14px;font-weight:700;transition:all .15s}
.sy-footer-social a::before{content:''}
.sy-footer-social a:hover{background:var(--sy-accent);color:#fff;transform:translateY(-2px)}

/* MOBILE STICKY BAR */
.sy-mobilebar{display:none}
@media(max-width:720px){
.sy-mobilebar{display:grid;grid-template-columns:1fr 1fr;position:fixed;bottom:0;left:0;right:0;z-index:999;box-shadow:0 -2px 12px rgba(0,0,0,.2)}
.sy-mobilebar a{text-align:center;padding:16px 0;font-weight:700;font-size:15px;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:6px}
.sy-mobilebar .c{background:var(--sy-accent)}
.sy-mobilebar .w{background:var(--sy-wa)}
body.elementor-page{padding-bottom:60px}}

/* REVIEWS */
.sy-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
@media(max-width:800px){.sy-reviews{grid-template-columns:1fr 1fr}}
@media(max-width:540px){.sy-reviews{grid-template-columns:1fr}}
.sy-review-card{background:#fff;border:1px solid var(--sy-line);border-radius:12px;padding:24px;position:relative;transition:box-shadow .18s,transform .18s}
.sy-review-card:hover{box-shadow:var(--sy-card-shadow);transform:translateY(-2px)}
.sy-review-quote{position:absolute;top:16px;right:20px;font-size:44px;color:rgba(232,89,12,.15);line-height:1;font-family:Georgia,serif}
.sy-review-stars{color:var(--sy-star);font-size:15px;letter-spacing:2px;margin-bottom:10px}
.sy-review-title{font-size:16px;font-weight:800;color:var(--sy-ink);margin:0 0 8px}
.sy-review-text{font-size:14px;color:#475569;line-height:1.65;margin:0 0 16px}
.sy-review-author{display:flex;align-items:center;gap:12px;padding-top:14px;border-top:1px solid var(--sy-line)}
.sy-review-avatar{width:40px;height:40px;background:var(--sy-accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;flex-shrink:0}
.sy-review-meta{font-size:13.5px;font-weight:700;color:var(--sy-ink);line-height:1.3}
.sy-review-meta span{display:block;font-weight:400;color:var(--sy-muted);font-size:12px;margin-top:2px}

/* PROSE */
.sy-text-center{text-align:center}
.sy-prose{max-width:820px}
.sy-prose h2{font-size:26px;margin:32px 0 12px}
.sy-prose h3{font-size:21px;margin:28px 0 10px}
.sy-prose p{color:#475569;font-size:16px;line-height:1.72;margin:0 0 16px}
.sy-prose ul,.sy-prose ol{color:#475569;font-size:16px;line-height:1.72;padding-left:22px;margin:0 0 18px}
.sy-prose li{margin-bottom:7px}
.sy-prose strong{color:var(--sy-ink)}
.sy-prose a{color:var(--sy-accent);font-weight:600}


/* ==== MOBILE-FIX-v31 START ==== */
/* Force hero H1 white text with maximum specificity (beats Elementor global h1) */
body.elementor-page .sy-hero .sy-hero-content h1,
body.elementor-page .sy-hero-inner .sy-hero-content h1,
body.elementor-page .sy-hero h1,
html body .sy-hero h1{color:#FFFFFF !important}
body.elementor-page .sy-hero .sy-hero-content h1 em,
body.elementor-page .sy-hero h1 em,
html body .sy-hero h1 em{color:#E8590C !important;font-style:normal !important;font-weight:800}

/* Alert bar readable on mobile */
@media(max-width:720px){
  .sy-alert{font-size:12px !important;padding:8px 34px 8px 12px !important;line-height:1.4 !important;text-align:left !important}
  .sy-alert-close{font-size:16px !important;right:8px !important;top:6px !important;transform:none !important}
}

/* Mobile hero — tighter, readable, no cropping */
@media(max-width:720px){
  .sy-hero{padding:28px 0 36px !important;background-image:none !important;background:var(--sy-hero) !important}
  .sy-hero-inner,.sy-hero-inner--simple,.sy-hero-inner--noform{grid-template-columns:1fr !important;gap:24px !important;padding:0 18px !important}
  .sy-hero-content{padding:0 !important}
  .sy-hero h1{font-size:28px !important;line-height:1.18 !important;margin:0 0 14px !important;letter-spacing:-.01em !important;word-break:normal !important;overflow-wrap:break-word !important;color:#FFFFFF !important}
  .sy-hero h1 em{color:#E8590C !important;display:inline !important}
  .sy-hero-eyebrow{font-size:10px !important;padding:5px 11px !important;margin-bottom:14px !important;letter-spacing:.1em !important}
  .sy-hero-sub{font-size:14.5px !important;line-height:1.6 !important;margin:0 0 20px !important;color:#CBD5E1 !important}
  .sy-hero-cta{gap:10px !important;margin-bottom:18px !important;flex-direction:column !important;align-items:stretch !important}
  .sy-hero-cta .sy-btn{width:100% !important;justify-content:center !important;font-size:15px !important;padding:13px 18px !important}
  .sy-hero-cta .sy-btn--lg{font-size:15px !important;padding:14px 18px !important}
  .sy-hero-rating{padding:9px 14px !important;gap:10px !important;margin-bottom:14px !important;width:auto !important;max-width:100% !important}
  .sy-hero-rating-stars{font-size:14px !important}
  .sy-hero-rating-text strong{font-size:14px !important}
  .sy-hero-rating-text span{font-size:11.5px !important}
  .sy-hero-badges{gap:6px !important;justify-content:flex-start !important}
  .sy-hero-badge{font-size:11px !important;padding:4px 9px !important}
  .sy-hero-form{padding:22px 20px 18px !important;margin:0 !important;max-width:100% !important}
  .sy-hero-form-title{font-size:19px !important}
  .sy-hero-form-sub{font-size:12.5px !important}
}

/* Mobile header — no cropping */
@media(max-width:720px){
  .sy-header-inner{height:60px !important;padding:0 12px !important;gap:8px !important}
  .sy-brand-logo{width:38px !important;height:38px !important;font-size:13px !important;border-radius:7px !important}
  .sy-brand-text{gap:1px !important}
  .sy-brand-name{font-size:13px !important;line-height:1.2 !important;letter-spacing:-.01em !important}
  .sy-brand-tag{display:none !important}
  .sy-nav-cta{gap:5px !important;flex-shrink:0}
  .sy-nav-cta .sy-btn--sm{font-size:12px !important;padding:8px 10px !important;gap:4px !important}
  .sy-nav-cta .sy-btn--sm.sy-btn--wa{font-size:0 !important;padding:8px 10px !important}
  .sy-nav-cta .sy-btn--sm.sy-btn--wa::before{content:'\1F4AC';font-size:14px}
}

/* Very small phones */
@media(max-width:380px){
  .sy-hero h1{font-size:24px !important}
  .sy-brand-name{font-size:12px !important}
  .sy-brand-logo{width:34px !important;height:34px !important;font-size:12px !important}
  .sy-nav-cta .sy-btn--sm{font-size:11px !important;padding:7px 8px !important}
}

/* Mobile stats bar — 2x2 grid */
@media(max-width:720px){
  .sy-stats-bar{border-top:0}
  .sy-stats-inner{padding:0 !important;flex-wrap:wrap}
  .sy-stat{flex:1 1 50% !important;padding:14px 8px !important;border-bottom:1px solid var(--sy-line)}
  .sy-stat:nth-child(2n){border-right:0 !important}
  .sy-stat:nth-last-child(-n+2){border-bottom:0}
  .sy-stat-num{font-size:20px !important}
  .sy-stat-label{font-size:11px !important}
  .sy-stat-icon{font-size:16px !important;margin-bottom:2px !important}
}

/* Mobile sections — tighter */
@media(max-width:720px){
  .sy-section,.elementor-container>.e-con-inner{padding-top:40px !important;padding-bottom:40px !important}
  .sy-section-head{margin-bottom:24px !important;padding:0 4px}
  .sy-section-head h2{font-size:23px !important;line-height:1.2 !important}
  .sy-section-head p{font-size:14.5px !important}
  .sy-wrap{padding:0 16px !important}
  .sy-eyebrow{font-size:10.5px !important;padding:4px 10px !important}
}

/* Mobile cards */
@media(max-width:720px){
  .sy-card{padding:20px !important}
  .sy-card h3{font-size:16px !important}
  .sy-card p{font-size:13.5px !important}
  .sy-offer{padding:26px 20px 22px !important}
  .sy-offer h3{font-size:17px !important}
  .sy-offer-badge{font-size:12px !important;padding:6px 12px !important}
  .sy-step{padding:20px 14px !important}
  .sy-step-num{width:50px !important;height:50px !important;font-size:20px !important}
  .sy-step h4{font-size:15.5px !important}
  .sy-why-item{padding:16px !important;gap:11px !important}
  .sy-why-item h4{font-size:14.5px !important}
  .sy-why-item p{font-size:13px !important}
}

/* Mobile table */
@media(max-width:720px){
  .sy-table{font-size:13px !important}
  .sy-table thead th,.sy-table tbody td{padding:10px 12px !important;font-size:12.5px !important}
}

/* Mobile form */
@media(max-width:720px){
  .sy-form-wrap{padding:24px 20px !important;border-radius:12px !important}
  .sy-form-title{font-size:22px !important}
  .sy-form-sub{font-size:13.5px !important}
}

/* Mobile CTA band */
@media(max-width:720px){
  .sy-cta-band{padding:36px 0 !important}
  .sy-cta-band h2{font-size:22px !important;padding:0 12px}
  .sy-cta-band p{font-size:14.5px !important;padding:0 12px}
  .sy-cta-band-btns{padding:0 16px;flex-direction:column !important;align-items:stretch !important}
  .sy-cta-band-btns .sy-btn{width:100% !important;justify-content:center !important}
}

/* Mobile bottom bar — always fully visible */
@media(max-width:720px){
  .sy-mobilebar a{font-size:14px !important;padding:14px 4px !important;gap:5px !important;white-space:nowrap}
}

/* Mobile FAQ */
@media(max-width:720px){
  .elementor-accordion .elementor-tab-title{font-size:14.5px !important;padding:14px 16px !important;line-height:1.4}
  .elementor-accordion .elementor-tab-content{padding:2px 16px 16px !important;font-size:14px !important}
}

/* Mobile footer */
@media(max-width:720px){
  .sy-footer-top{padding:40px 20px 28px !important;gap:24px !important}
  .sy-footer-brand h3{font-size:17px !important}
  .sy-footer-col h4{font-size:12px !important;margin-bottom:12px !important}
  .sy-footer-col a,.sy-footer-contact-item a,.sy-footer-contact-item span{font-size:13px !important}
  .sy-footer-bottom{padding:14px 16px !important;font-size:11.5px !important;justify-content:center !important;text-align:center}
}

/* Mobile crumbs */
@media(max-width:720px){
  .sy-crumbs{padding:8px 0 !important;font-size:12px !important}
}
/* ==== END MOBILE-FIX-v31 ==== */
/* ==== NEARBY PLACES + SIDELINKS ==== */
.sy-nearby-card{padding:22px}
.sy-nearby-list{list-style:none;margin:0;padding:0}
.sy-nearby-list li{font-size:13.5px;color:#475569;line-height:1.5;padding:7px 0 7px 18px;position:relative;border-bottom:1px solid #F1F5F9}
.sy-nearby-list li:last-child{border-bottom:0}
.sy-nearby-list li::before{content:'\2022';position:absolute;left:4px;color:var(--sy-accent);font-weight:800}
.sy-sidelinks{margin-top:32px}
.sy-sidelinks h3{font-size:18px;margin:0 0 14px;color:var(--sy-ink)}
.sy-verify{display:inline-block;background:#FEF3C7;color:#92400E;font-size:11px;font-weight:700;padding:2px 7px;border-radius:4px;margin-left:6px;letter-spacing:.03em}
@media(max-width:720px){
  .sy-nearby-card{padding:18px !important}
  .sy-nearby-list li{font-size:13px !important;padding:6px 0 6px 16px !important}
  .sy-sidelinks h3{font-size:16px !important}
}
/* ==== FOOTER-6COL ==== */
.sy-footer-top{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr 1fr;gap:26px}
@media(max-width:1200px){.sy-footer-top{grid-template-columns:1.4fr 1fr 1fr 1fr}}
@media(max-width:900px){.sy-footer-top{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:640px){.sy-footer-top{grid-template-columns:1fr 1fr}}
@media(max-width:440px){.sy-footer-top{grid-template-columns:1fr}}

/* ==== HEADINGS-v4 START ==== */
/* --- Section head: centred, accent bar, generous gap --- */
.sy-section-head{margin:0 auto 44px;max-width:760px;text-align:center}
.sy-section-head h2,
body.elementor-page .sy-section-head h2{
  font-size:36px;font-weight:800;line-height:1.14;letter-spacing:-.022em;
  color:var(--sy-ink);margin:0 0 18px;position:relative;padding-bottom:20px}
.sy-section-head h2::after{
  content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);
  width:64px;height:4px;border-radius:3px;
  background:linear-gradient(90deg,var(--sy-accent) 0%,#F9A870 100%)}
.sy-section-head p{font-size:17px;color:var(--sy-muted);line-height:1.68;margin:0 auto;max-width:64ch}

/* --- Elementor heading widget (used for h2 inside sections) --- */
body.elementor-page .elementor-widget-heading{margin-bottom:0}
body.elementor-page .elementor-widget-heading .elementor-heading-title{
  font-family:'Archivo',sans-serif;font-weight:800;font-size:34px;line-height:1.16;
  letter-spacing:-.02em;color:var(--sy-ink);margin:0 0 20px;position:relative;padding-bottom:18px}
body.elementor-page .elementor-widget-heading .elementor-heading-title::after{
  content:'';position:absolute;bottom:0;left:0;width:58px;height:4px;border-radius:3px;
  background:linear-gradient(90deg,var(--sy-accent) 0%,#F9A870 100%)}
/* centred variant when inside a section head */
.sy-section-head .elementor-heading-title{text-align:center}
.sy-section-head .elementor-heading-title::after{left:50%;transform:translateX(-50%)}
/* gap between the heading widget and whatever follows */
body.elementor-page .elementor-widget-heading + .elementor-widget{margin-top:10px}

/* --- Prose headings inside content blocks --- */
.sy-prose h2{
  font-size:29px;font-weight:800;line-height:1.18;letter-spacing:-.018em;
  color:var(--sy-ink);margin:44px 0 20px;padding-bottom:16px;position:relative}
.sy-prose h2::after{content:'';position:absolute;bottom:0;left:0;width:52px;height:3px;
  border-radius:2px;background:linear-gradient(90deg,var(--sy-accent) 0%,#F9A870 100%)}
.sy-prose h2:first-child{margin-top:0}
.sy-prose h3{
  font-size:22px;font-weight:800;line-height:1.24;letter-spacing:-.012em;
  color:var(--sy-ink);margin:36px 0 14px;padding-left:15px;position:relative}
.sy-prose h3::before{content:'';position:absolute;left:0;top:5px;bottom:5px;width:4px;
  border-radius:2px;background:var(--sy-accent)}
.sy-prose h4{font-size:18px;font-weight:800;margin:28px 0 12px;color:var(--sy-ink)}
.sy-prose p{margin:0 0 20px;line-height:1.78;font-size:16.5px;color:#475569}
.sy-prose ul,.sy-prose ol{margin:0 0 24px;line-height:1.78;font-size:16.5px}
.sy-prose li{margin-bottom:10px}
.sy-prose > *:last-child{margin-bottom:0}

/* --- Eyebrow above heading --- */
.sy-eyebrow{
  display:inline-block;font-size:11.5px;font-weight:800;letter-spacing:.16em;
  text-transform:uppercase;color:var(--sy-accent);background:rgba(232,89,12,.1);
  padding:7px 15px;border-radius:20px;margin-bottom:16px;
  border:1px solid rgba(232,89,12,.18)}

/* --- Card / table / step headings --- */
.sy-card h3{font-size:18px;letter-spacing:-.012em;margin:0 0 10px;line-height:1.3}
.sy-offer h3{font-size:20px;letter-spacing:-.014em;margin:0 0 11px}
.sy-step h4{font-size:17px;letter-spacing:-.01em;margin:0 0 10px}
.sy-why-item h4{font-size:16px;letter-spacing:-.008em;margin:0 0 6px}
.sy-review-title{font-size:17px;letter-spacing:-.012em;margin:0 0 10px}
.sy-sidelinks h3{
  font-size:21px;font-weight:800;letter-spacing:-.014em;margin:38px 0 18px;
  padding-bottom:14px;position:relative}
.sy-sidelinks h3::after{content:'';position:absolute;bottom:0;left:0;width:46px;height:3px;
  border-radius:2px;background:linear-gradient(90deg,var(--sy-accent) 0%,#F9A870 100%)}

/* --- Hero heading polish --- */
body.elementor-page .sy-hero h1{letter-spacing:-.025em;line-height:1.06}

/* --- CTA band heading --- */
.sy-cta-band h2{font-size:34px;letter-spacing:-.02em;line-height:1.16;margin:0 0 14px}

/* --- FAQ accordion title --- */
.elementor-accordion .elementor-tab-title{font-size:16.5px;letter-spacing:-.006em;line-height:1.45}

/* ---------- MOBILE ---------- */
@media(max-width:720px){
  .sy-section-head{margin-bottom:30px}
  .sy-section-head h2,
  body.elementor-page .sy-section-head h2{font-size:25px;padding-bottom:16px;margin-bottom:14px}
  .sy-section-head h2::after{width:52px;height:3px}
  .sy-section-head p{font-size:15px}
  body.elementor-page .elementor-widget-heading .elementor-heading-title{
    font-size:24px;padding-bottom:14px;margin-bottom:16px}
  body.elementor-page .elementor-widget-heading .elementor-heading-title::after{width:48px;height:3px}
  .sy-prose h2{font-size:22px;margin:34px 0 16px;padding-bottom:13px}
  .sy-prose h2::after{width:44px}
  .sy-prose h3{font-size:18.5px;margin:28px 0 12px;padding-left:12px}
  .sy-prose h4{font-size:16.5px;margin:22px 0 10px}
  .sy-prose p{font-size:15.5px;line-height:1.72;margin:0 0 17px}
  .sy-prose ul,.sy-prose ol{font-size:15.5px;margin:0 0 20px}
  .sy-eyebrow{font-size:10.5px;padding:6px 13px;margin-bottom:13px;letter-spacing:.13em}
  .sy-cta-band h2{font-size:23px}
  .sy-sidelinks h3{font-size:18px;margin:28px 0 14px}
  .elementor-accordion .elementor-tab-title{font-size:15px}
}
@media(max-width:400px){
  .sy-section-head h2,body.elementor-page .sy-section-head h2{font-size:22px}
  body.elementor-page .elementor-widget-heading .elementor-heading-title{font-size:21px}
  .sy-prose h2{font-size:20px}
}

/* ==== GOOGLE BUSINESS BLOCK ==== */
.sy-gbp{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);
  border-radius:12px;padding:18px;margin-top:18px}
.sy-gbp-head{display:flex;align-items:center;gap:9px;margin-bottom:10px}
.sy-gbp-badge{width:30px;height:30px;border-radius:7px;background:#fff;color:#4285F4;
  display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;flex-shrink:0}
.sy-gbp-head strong{color:#fff;font-size:13.5px;font-weight:700;line-height:1.3}
.sy-gbp-stars{color:#F59E0B;font-size:13px;letter-spacing:1px;margin-bottom:9px;display:block}
.sy-gbp p{color:#94A3B8;font-size:12.5px;line-height:1.6;margin:0 0 13px}
.sy-gbp-btns{display:flex;gap:8px;flex-wrap:wrap}
.sy-gbp-btns a{flex:1;min-width:120px;text-align:center;justify-content:center;
  font-size:12.5px;padding:10px 12px}
.sy-gbp-map{margin-top:14px;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.12);
  line-height:0;background:#0B1220}
.sy-gbp-map iframe,.sy-gbp-map amp-iframe{width:100%;height:220px;border:0;display:block;filter:grayscale(.18)}
.sy-gbp-directions{display:block;text-align:center;margin-top:10px;font-size:12.5px;
  color:#CBD5E1;font-weight:600}
.sy-gbp-directions:hover{color:#fff}
@media(max-width:720px){
  .sy-gbp{padding:15px;margin-top:15px}
  .sy-gbp-map iframe,.sy-gbp-map amp-iframe{height:190px}
  .sy-gbp-btns a{flex:1 1 100%}
}
/* ==== HEADINGS-v4 END ==== */
/* ==== LINKFIX-v5 START ==== */
/* body.elementor-page a has higher specificity than .sy-mobilebar a,
   so every dark-background link was inheriting the orange accent colour.
   These rules restore correct contrast. */

/* ---------- MOBILE STICKY BAR ---------- */
html body.elementor-page .sy-mobilebar{
  display:none;grid-template-columns:1fr 1fr;position:fixed;bottom:0;left:0;right:0;
  z-index:9999;box-shadow:0 -3px 16px rgba(0,0,0,.28)}
@media(max-width:720px){
  html body.elementor-page .sy-mobilebar{display:grid}
  html body.elementor-page{padding-bottom:62px}
}
html body.elementor-page .sy-mobilebar a,
html body.elementor-page .sy-mobilebar a:link,
html body.elementor-page .sy-mobilebar a:visited,
html body.elementor-page .sy-mobilebar a:hover,
html body.elementor-page .sy-mobilebar a:active{
  color:#FFFFFF;
  text-decoration:none;
  font-weight:800;
  font-size:15px;
  letter-spacing:.01em;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:16px 6px;
  text-align:center;
  line-height:1.2;
  white-space:nowrap;
  text-shadow:0 1px 2px rgba(0,0,0,.22)}
html body.elementor-page .sy-mobilebar a.c{background:#E8590C;border-right:1px solid rgba(255,255,255,.22)}
html body.elementor-page .sy-mobilebar a.c:active{background:#CF4D09}
html body.elementor-page .sy-mobilebar a.w{background:#1FA855}
html body.elementor-page .sy-mobilebar a.w:active{background:#188F47}
@media(max-width:380px){
  html body.elementor-page .sy-mobilebar a{font-size:13.5px;gap:6px;padding:15px 4px}
}

/* ---------- FOOTER LINKS ---------- */
html body.elementor-page .sy-footer-col a,
html body.elementor-page .sy-footer-col a:link,
html body.elementor-page .sy-footer-col a:visited{color:#A8B4C4;text-decoration:none}
html body.elementor-page .sy-footer-col a:hover{color:#FFFFFF}

html body.elementor-page .sy-footer-contact-item a,
html body.elementor-page .sy-footer-contact-item a:link,
html body.elementor-page .sy-footer-contact-item a:visited{color:#E2E8F0;font-weight:600;text-decoration:none}
html body.elementor-page .sy-footer-contact-item a:hover{color:#FFFFFF}

html body.elementor-page .sy-footer-bottom{color:#8A97A8;font-size:12.5px;line-height:1.7}
html body.elementor-page .sy-footer-bottom a,
html body.elementor-page .sy-footer-bottom a:link,
html body.elementor-page .sy-footer-bottom a:visited{
  color:#CBD5E1;font-weight:600;text-decoration:none;
  padding:2px 4px;border-radius:4px}
html body.elementor-page .sy-footer-bottom a:hover{color:#FFFFFF;background:rgba(255,255,255,.07)}

html body.elementor-page .sy-footer-social a,
html body.elementor-page .sy-footer-social a:link,
html body.elementor-page .sy-footer-social a:visited{color:#E2E8F0;text-decoration:none}
html body.elementor-page .sy-footer-social a:hover{color:#FFFFFF}

html body.elementor-page .sy-gbp-directions,
html body.elementor-page .sy-gbp-directions:link,
html body.elementor-page .sy-gbp-directions:visited{color:#CBD5E1;text-decoration:none;font-weight:600}
html body.elementor-page .sy-gbp-directions:hover{color:#FFFFFF}

/* ---------- ALL BUTTONS: force white label ---------- */
html body.elementor-page a.sy-btn,
html body.elementor-page a.sy-btn:link,
html body.elementor-page a.sy-btn:visited,
html body.elementor-page a.sy-btn:hover,
html body.elementor-page button.sy-btn{color:#FFFFFF;text-decoration:none}
/* outline + CTA-band variants keep orange text on white */
html body.elementor-page a.sy-btn--outline,
html body.elementor-page a.sy-btn--outline:link,
html body.elementor-page a.sy-btn--outline:visited{color:#E8590C;background:transparent}
html body.elementor-page a.sy-btn--outline:hover{color:#FFFFFF;background:#E8590C}
html body.elementor-page .sy-cta-band a.sy-btn,
html body.elementor-page .sy-cta-band a.sy-btn:link,
html body.elementor-page .sy-cta-band a.sy-btn:visited{color:#E8590C;background:#FFFFFF}
html body.elementor-page .sy-cta-band a.sy-btn--wa,
html body.elementor-page .sy-cta-band a.sy-btn--wa:link,
html body.elementor-page .sy-cta-band a.sy-btn--wa:visited{color:#FFFFFF;background:#1FA855}
html body.elementor-page .sy-cta-band a.sy-btn--ghost,
html body.elementor-page .sy-cta-band a.sy-btn--ghost:link,
html body.elementor-page .sy-cta-band a.sy-btn--ghost:visited{color:#FFFFFF;background:transparent}

/* ---------- ALERT BAR + HERO LINKS ---------- */
html body.elementor-page .sy-alert a{color:#FFFFFF;text-decoration:underline;font-weight:700}
html body.elementor-page .sy-crumbs a{color:#94A3B8;text-decoration:none}
html body.elementor-page .sy-crumbs a:hover{color:#E8590C}

/* ---------- FOOTER BOTTOM LAYOUT ---------- */
@media(max-width:720px){
  html body.elementor-page .sy-footer-bottom{
    flex-direction:column;gap:10px;text-align:center;padding:16px 18px 20px;font-size:12px}
}
/* ==== LINKFIX-v5 END ==== */
/* ==== IMGFIX-v6 START ==== */
/* Legacy hero image wrapper – never render it */
html body.elementor-page .sy-hero-img-wrap{display:none}

/* Any image inside the dark hero: contained, rounded, never overflowing */
html body.elementor-page .sy-hero img{
  max-width:100%;height:auto;display:block;border-radius:12px}

/* If an image ever fails to load inside the dark hero, keep its alt text readable
   instead of dark-on-dark, and show a subtle placeholder rather than a broken icon */
html body.elementor-page .sy-hero img{color:#CBD5E1;font-size:13px;line-height:1.5}

/* Global: images never overflow their container on any page */
html body.elementor-page img{max-width:100%;height:auto}

/* Dark-background text safety: anything inside hero/footer/CTA stays light */
html body.elementor-page .sy-hero,
html body.elementor-page .sy-hero p,
html body.elementor-page .sy-hero span,
html body.elementor-page .sy-hero div{color:#CBD5E1}
html body.elementor-page .sy-hero h1,
html body.elementor-page .sy-hero h2,
html body.elementor-page .sy-hero h3{color:#FFFFFF}
html body.elementor-page .sy-hero h1 em{color:#E8590C;font-style:normal}
/* the white quote-form card sits on the dark hero – restore dark text inside it */
html body.elementor-page .sy-hero .sy-hero-form,
html body.elementor-page .sy-hero .sy-hero-form div,
html body.elementor-page .sy-hero .sy-hero-form span{color:#16233B}
html body.elementor-page .sy-hero .sy-hero-form label{color:#16233B}
html body.elementor-page .sy-hero .sy-hero-form-sub{color:#64748B}
html body.elementor-page .sy-hero .sy-hero-form-note{color:#64748B}
html body.elementor-page .sy-hero .sy-hero-form-tag{color:#FFFFFF}
html body.elementor-page .sy-hero .sy-hero-form .sy-btn{color:#FFFFFF}

/* Hero bottom padding so badges never collide with the next section */
html body.elementor-page .sy-hero{padding-bottom:52px}
@media(max-width:720px){
  html body.elementor-page .sy-hero{padding-bottom:34px}
  html body.elementor-page .sy-hero-badges{margin-bottom:0}
}
/* ==== IMGFIX-v6 END ==== */
/* ==== BLOG-v1 START ==== */
.sy-blog-body{max-width:820px;padding:0 20px;font-size:17px;line-height:1.78;color:#334155}
.sy-blog-body p{margin:0 0 20px;font-size:17px;line-height:1.78;color:#334155}
.sy-blog-body p:first-of-type{font-size:19px;line-height:1.7;color:#1E293B;font-weight:500}
.sy-blog-body h2{font-size:29px;font-weight:800;color:#0F1828;margin:44px 0 18px;padding-bottom:14px;position:relative;letter-spacing:-.018em;line-height:1.2}
.sy-blog-body h2::after{content:'';position:absolute;bottom:0;left:0;width:56px;height:4px;border-radius:2px;background:linear-gradient(90deg,#E8590C 0%,#F9A870 100%)}
.sy-blog-body h3{font-size:22px;font-weight:800;color:#0F1828;margin:36px 0 12px;padding-left:15px;position:relative;letter-spacing:-.012em;line-height:1.3}
.sy-blog-body h3::before{content:'';position:absolute;left:0;top:5px;bottom:5px;width:4px;border-radius:2px;background:#E8590C}
.sy-blog-body h4{font-size:18px;font-weight:800;color:#0F1828;margin:26px 0 10px}
.sy-blog-body ul,.sy-blog-body ol{margin:0 0 22px;padding-left:22px;font-size:17px;line-height:1.75;color:#334155}
.sy-blog-body li{margin-bottom:9px}
.sy-blog-body strong{color:#0F1828}
.sy-blog-body a{color:#E8590C;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(232,89,12,.25);transition:border-color .15s}
.sy-blog-body a:hover{border-bottom-color:#E8590C}
.sy-blog-body blockquote{margin:28px 0;padding:22px 26px;background:#FEF3C7;border-left:5px solid #E8590C;border-radius:6px;font-style:normal;color:#1E293B;font-size:17px;line-height:1.7}
.sy-blog-body blockquote p:last-child{margin-bottom:0}

/* Cover image (inline SVG-style card) */
.sy-blog-cover{background:linear-gradient(135deg,#0F1828 0%,#1C2D4A 100%);border-radius:14px;padding:44px 32px;text-align:center;margin:0 0 36px;position:relative;overflow:hidden;box-shadow:0 12px 30px rgba(15,24,40,.15)}
.sy-blog-cover::before{content:'';position:absolute;top:-40%;right:-15%;width:320px;height:320px;background:rgba(232,89,12,.12);border-radius:50%}
.sy-blog-cover::after{content:'';position:absolute;bottom:-30%;left:-10%;width:220px;height:220px;background:rgba(232,89,12,.08);border-radius:50%}
.sy-blog-cover-tag{display:inline-block;background:#E8590C;color:#fff;font-size:11px;font-weight:800;padding:6px 14px;border-radius:20px;letter-spacing:.14em;margin-bottom:18px;position:relative;z-index:2}
.sy-blog-cover-icon{font-size:64px;line-height:1;margin-bottom:16px;position:relative;z-index:2}
.sy-blog-cover-title{color:#fff;font-size:28px;font-weight:800;line-height:1.2;max-width:600px;margin:0 auto 12px;letter-spacing:-.02em;position:relative;z-index:2}
.sy-blog-cover-brand{color:#F9B28A;font-size:12.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;position:relative;z-index:2}

/* Inline figures */
.sy-blog-fig{margin:32px 0;text-align:center}
.sy-blog-fig-box{border:1px solid rgba(232,89,12,.2);border-radius:12px;padding:36px 24px;display:flex;align-items:center;justify-content:center}
.sy-blog-fig-icon{font-size:56px;line-height:1}
.sy-blog-fig figcaption{font-size:14px;color:#64748B;font-style:italic;margin-top:12px;line-height:1.5}

/* Related posts */
.sy-blog-related{position:relative}
.sy-blog-related-tag{display:inline-block;background:rgba(232,89,12,.1);color:#E8590C;font-size:11px;font-weight:800;padding:4px 10px;border-radius:12px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}
.sy-blog-related h3{font-size:17px;line-height:1.35;margin:0 0 10px}

/* Mobile */
@media(max-width:720px){
  .sy-blog-body{font-size:16px;padding:0 4px}
  .sy-blog-body p{font-size:16px}
  .sy-blog-body p:first-of-type{font-size:17px}
  .sy-blog-body h2{font-size:23px;margin:32px 0 14px}
  .sy-blog-body h3{font-size:19px;margin:26px 0 10px;padding-left:12px}
  .sy-blog-body h4{font-size:16.5px}
  .sy-blog-body ul,.sy-blog-body ol{font-size:16px}
  .sy-blog-body blockquote{padding:18px 20px;font-size:16px}
  .sy-blog-cover{padding:32px 22px;margin-bottom:26px}
  .sy-blog-cover-icon{font-size:48px}
  .sy-blog-cover-title{font-size:21px}
  .sy-blog-cover-brand{font-size:11px}
  .sy-blog-fig-box{padding:26px 18px}
  .sy-blog-fig-icon{font-size:42px}
}
/* ==== BLOG-v1 END ==== */
/* ==== BLOG-CSS ==== */
.sy-blog-hero{background:#F8FAFC;padding:36px 0 20px}
.sy-blog-hero-tag{display:inline-block;font-size:11.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#E8590C;background:rgba(232,89,12,.1);padding:6px 14px;border-radius:20px;margin-bottom:18px;border:1px solid rgba(232,89,12,.2)}
.sy-blog-hero-title{font-size:40px;font-weight:800;color:#16233B;line-height:1.15;letter-spacing:-.022em;margin:0 0 18px;max-width:820px}
.sy-blog-hero-sub{font-size:18px;color:#475569;line-height:1.6;margin:0 0 24px;max-width:720px}
.sy-blog-meta{display:flex;flex-wrap:wrap;gap:22px;padding:16px 0 0;border-top:1px solid #E3E7EE;margin-top:22px;font-size:14px;color:#64748B}
.sy-blog-meta-item{display:flex;align-items:center;gap:9px}
.sy-blog-meta-item strong{color:#16233B;font-weight:700;font-size:14px;display:block;line-height:1.3}
.sy-blog-meta-item span{font-size:12.5px;color:#64748B}
.sy-blog-meta-ic{font-size:15px}
.sy-blog-avatar{width:38px;height:38px;background:#E8590C;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:12.5px;flex-shrink:0}
.sy-blog-hero-img-wrap{margin-top:28px;padding:0 24px}
.sy-blog-hero-img{width:100%;height:auto;border-radius:14px;display:block;box-shadow:0 12px 32px rgba(15,24,40,.15);max-height:440px;object-fit:cover}
.sy-blog-body{max-width:820px;padding:0 24px}
.sy-blog-content{font-size:17px;line-height:1.78;color:#334155}
.sy-blog-content > p:first-of-type{font-size:19px;line-height:1.7;color:#16233B;margin-bottom:26px;font-weight:500}
.sy-blog-content h2{font-size:28px;font-weight:800;color:#16233B;line-height:1.2;letter-spacing:-.018em;margin:44px 0 18px;padding-bottom:14px;position:relative}
.sy-blog-content h2::after{content:'';position:absolute;bottom:0;left:0;width:48px;height:3px;border-radius:2px;background:linear-gradient(90deg,#E8590C 0%,#F9A870 100%)}
.sy-blog-content h3{font-size:22px;font-weight:800;color:#16233B;line-height:1.28;margin:36px 0 14px;padding-left:14px;position:relative}
.sy-blog-content h3::before{content:'';position:absolute;left:0;top:5px;bottom:5px;width:4px;border-radius:2px;background:#E8590C}
.sy-blog-content p{margin:0 0 20px;font-size:17px;line-height:1.78}
.sy-blog-content a{color:#E8590C;font-weight:600;border-bottom:1px solid rgba(232,89,12,.3);transition:border-color .15s}
.sy-blog-content a:hover{border-bottom-color:#E8590C}
.sy-blog-content ul,.sy-blog-content ol{margin:0 0 22px;padding-left:24px;font-size:17px;line-height:1.78}
.sy-blog-content li{margin-bottom:9px}
.sy-blog-content strong{color:#16233B;font-weight:700}
.sy-blog-content blockquote{margin:26px 0;padding:20px 26px;background:#F8FAFC;border-left:4px solid #E8590C;border-radius:6px;font-size:16.5px;color:#334155;font-style:italic}
.sy-blog-inline-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 26px;background:linear-gradient(135deg,#0F1828 0%,#1C2D4A 100%);border-radius:11px;margin:32px 0;color:#fff;flex-wrap:wrap}
.sy-blog-inline-cta strong{color:#fff;font-size:17px;font-weight:800;display:block;margin-bottom:2px}
.sy-blog-inline-cta span{color:#CBD5E1;font-size:14px}
.sy-related-title{font-size:26px;font-weight:800;color:#16233B;margin:0 0 22px;letter-spacing:-.018em}
.sy-blog-card{display:block;background:#fff;border:1px solid #E3E7EE;border-radius:12px;overflow:hidden;text-decoration:none;transition:transform .18s,box-shadow .18s;color:inherit}
.sy-blog-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(15,24,40,.1)}
.sy-blog-card-thumb{height:130px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:48px}
.sy-blog-card-body{padding:18px 20px}
.sy-blog-card-body h4{font-size:16px;font-weight:800;color:#16233B;line-height:1.34;margin:0 0 10px;letter-spacing:-.012em}
.sy-blog-card-arrow{font-size:13px;font-weight:700;color:#E8590C}
.sy-related-blogs{margin-top:20px}
@media(max-width:720px){
  .sy-blog-hero{padding:24px 0 14px}
  .sy-blog-hero-title{font-size:26px;line-height:1.2}
  .sy-blog-hero-sub{font-size:15.5px}
  .sy-blog-meta{gap:16px;font-size:13px}
  .sy-blog-avatar{width:34px;height:34px;font-size:12px}
  .sy-blog-hero-img-wrap{margin-top:20px;padding:0 16px}
  .sy-blog-body{padding:0 16px}
  .sy-blog-content{font-size:16px}
  .sy-blog-content > p:first-of-type{font-size:17px}
  .sy-blog-content h2{font-size:22px;margin:34px 0 14px;padding-bottom:12px}
  .sy-blog-content h3{font-size:19px;margin:28px 0 12px;padding-left:12px}
  .sy-blog-content p,.sy-blog-content ul,.sy-blog-content ol{font-size:15.5px;line-height:1.72}
  .sy-blog-inline-cta{padding:18px 20px;flex-direction:column;align-items:stretch;text-align:center}
  .sy-blog-inline-cta .sy-btn{width:100%;justify-content:center}
  .sy-related-title{font-size:22px}
}

/* ==== MOBILE-MENU-v1 ==== */
.sy-nav-cta .sy-btn-label{display:inline}
.sy-hamburger{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;border:1px solid var(--sy-line);background:#fff;cursor:pointer;padding:0;flex-shrink:0;-webkit-tap-highlight-color:transparent}
.sy-hamburger:hover,.sy-hamburger:active{background:#F5F7FA}
@media(max-width:1000px){.sy-hamburger{display:flex}}
.sy-mobile-menu-overlay{position:fixed;inset:0;background:rgba(15,24,40,.55);z-index:1090;opacity:0;visibility:hidden;transition:opacity .22s ease}
.sy-mobile-menu-overlay.is-open{opacity:1;visibility:visible}
.sy-mobile-menu-panel{position:fixed;top:0;right:0;bottom:0;width:86%;max-width:340px;background:#fff;z-index:1100;transform:translateX(105%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-10px 0 32px rgba(15,24,40,.22)}
.sy-mobile-menu-panel.is-open{transform:translateX(0)}
.sy-mobile-menu-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:18px 18px;border-bottom:1px solid var(--sy-line);flex-shrink:0}
.sy-mobile-menu-brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:14.5px;color:var(--sy-ink);line-height:1.25}
.sy-mobile-menu-brand .sy-brand-logo{width:32px;height:32px;font-size:11.5px;flex-shrink:0}
.sy-mobile-menu-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid var(--sy-line);background:#fff;cursor:pointer;flex-shrink:0;-webkit-tap-highlight-color:transparent}
.sy-mobile-menu-close:hover,.sy-mobile-menu-close:active{background:#F5F7FA}
.sy-mobile-menu-nav{flex:1;overflow-y:auto;padding:10px 12px;-webkit-overflow-scrolling:touch}
.sy-mobile-menu-nav>a{display:flex;align-items:center;gap:10px;padding:14px 12px;font-size:15.5px;font-weight:700;color:var(--sy-ink);text-decoration:none;border-radius:8px}
.sy-mobile-menu-nav>a:hover,.sy-mobile-menu-nav>a:active{background:#F5F7FA;color:var(--sy-accent)}
.sy-mobile-menu-details{border-radius:8px}
.sy-mobile-menu-details summary{display:flex;align-items:center;gap:10px;padding:14px 12px;font-size:15.5px;font-weight:700;color:var(--sy-ink);cursor:pointer;list-style:none;border-radius:8px;-webkit-tap-highlight-color:transparent}
.sy-mobile-menu-details summary::-webkit-details-marker{display:none}
.sy-mobile-menu-details summary::marker{content:''}
.sy-mobile-menu-details .sy-mm-chev{margin-left:auto;transition:transform .2s ease;flex-shrink:0}
.sy-mobile-menu-details[open] .sy-mm-chev{transform:rotate(180deg)}
.sy-mobile-menu-details:hover summary,.sy-mobile-menu-details[open] summary{background:#F5F7FA}
.sy-mobile-menu-sub{display:flex;flex-direction:column;padding:2px 8px 10px 30px}
.sy-mobile-menu-sub a{padding:11px 10px;font-size:14.5px;font-weight:600;color:#475569;text-decoration:none;border-radius:6px}
.sy-mobile-menu-sub a:hover,.sy-mobile-menu-sub a:active{background:#F5F7FA;color:var(--sy-accent)}
.sy-mobile-menu-cta{display:flex;gap:10px;padding:16px;border-top:1px solid var(--sy-line);flex-shrink:0}
.sy-mobile-menu-cta .sy-btn{flex:1;justify-content:center;padding:13px 10px;font-size:14px}
body.sy-menu-open{overflow:hidden}
@media(min-width:1001px){.sy-mobile-menu-overlay,.sy-mobile-menu-panel{display:none}}
@media(max-width:400px){.sy-nav-cta .sy-btn-label{display:none}.sy-nav-cta .sy-btn--sm{padding:11px 12px}.sy-header-inner{gap:12px}}
@media(max-width:1000px){.sy-nav-cta{gap:8px}}

/* ==== BLOG-INDEX-CSS ==== */
.sy-blog-index-hero{background:linear-gradient(135deg,#0F1828 0%,#1C2D4A 100%);color:#fff;padding:60px 0 46px;position:relative;overflow:hidden}
.sy-blog-index-hero::before{content:'';position:absolute;top:-100px;right:-60px;width:340px;height:340px;background:radial-gradient(circle,rgba(232,89,12,0.16) 0%,transparent 70%)}
.sy-blog-index-hero .sy-eyebrow{color:#F9A870;background:rgba(232,89,12,.14);border:1px solid rgba(232,89,12,.35)}
.sy-blog-index-hero h1{font-size:44px;font-weight:800;color:#fff;line-height:1.12;letter-spacing:-.024em;margin:16px 0 18px;position:relative;z-index:2}
.sy-blog-index-sub{font-size:18px;color:#CBD5E1;line-height:1.6;max-width:720px;margin:0 0 32px;position:relative;z-index:2}
.sy-blog-index-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:760px;position:relative;z-index:2}
.sy-blog-index-stats > div{border-left:3px solid #E8590C;padding:6px 0 6px 14px}
.sy-blog-index-stats strong{display:block;font-size:26px;font-weight:800;color:#fff;line-height:1.05}
.sy-blog-index-stats span{font-size:12.5px;color:#94A3B8;font-weight:600;letter-spacing:.03em;text-transform:uppercase;display:block;margin-top:3px}
.sy-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.sy-blog-index-card{display:flex;flex-direction:column;background:#fff;border:1px solid #E3E7EE;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .18s,box-shadow .18s}
.sy-blog-index-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(15,24,40,.13)}
.sy-blog-index-card-thumb{height:150px;display:flex;align-items:center;justify-content:center;font-size:60px;color:#fff}
.sy-blog-index-card-body{padding:22px 22px 24px;flex:1;display:flex;flex-direction:column}
.sy-blog-index-card-tag{font-size:11.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#E8590C;margin-bottom:10px}
.sy-blog-index-card-body h3{font-size:17.5px;font-weight:800;color:#16233B;line-height:1.28;letter-spacing:-.012em;margin:0 0 10px}
.sy-blog-index-card-body p{font-size:14px;color:#64748B;line-height:1.55;margin:0 0 18px;flex:1}
.sy-blog-index-card-arrow{font-size:13.5px;font-weight:700;color:#E8590C}
@media(max-width:960px){
  .sy-blog-grid{grid-template-columns:repeat(2,1fr);gap:18px}
  .sy-blog-index-stats{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .sy-blog-index-hero{padding:36px 0 28px}
  .sy-blog-index-hero h1{font-size:29px}
  .sy-blog-index-sub{font-size:15px}
  .sy-blog-index-stats{gap:14px}
  .sy-blog-index-stats strong{font-size:20px}
  .sy-blog-index-stats span{font-size:11px}
  .sy-blog-grid{grid-template-columns:1fr;gap:14px}
  .sy-blog-index-card-thumb{height:120px;font-size:48px}
  .sy-blog-index-card-body{padding:18px}
  .sy-blog-index-card-body h3{font-size:16.5px}
}
