.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-71ab635:#80D624;--e-global-color-0f8fa5c:#C8F542;--e-global-color-4171de7:#F62C18;--e-global-color-1281743:#FFFFFF;--e-global-color-ebecbe3:#F5F4F0;--e-global-color-35d8d13:#080808;--e-global-color-375350b:#111111;--e-global-color-b99715c:#1A1A1A;--e-global-color-4224c52:#F0EBE0;--e-global-color-e4626cb:#E0AE1D;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:500;--e-global-typography-b811178-font-family:"Outfit";--e-global-typography-b811178-font-size:14px;--e-global-typography-b811178-font-weight:500;--e-global-typography-b811178-font-style:italic;--e-global-typography-4a3c16f-font-family:"Cormorant Garamond";--e-global-typography-4a3c16f-font-size:9.5vw;--e-global-typography-4a3c16f-font-weight:300;--e-global-typography-4a3c16f-line-height:0.9em;font-family:"Outfit", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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: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 */:root {
    --ink:       #080808;
    --ink-2:     #111111;
    --ink-3:     #1a1a1a;
    --surface:   #f5f4f0;
    --white:     #ffffff;
    --lime:      #c8f542;
    --limey: #80d624;
    --bluey: #188bf6;
    --reddy: #f62c18;
    --lime-soft: rgba(200,245,66,0.12);
    --lime-glow: rgba(200,245,66,0.35);
    --warm:      #f0ebe0;
    --muted:     rgba(255,255,255,0.42);
    --muted2:    rgba(255,255,255,0.18);
    --border:    rgba(255,255,255,0.08);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
    font-family: 'Outfit', sans-serif;
    background: var(--ink);
    color: var(--white);
    overflow-x: hidden;
}

/* OFFER STRIP */
.offer-strip {
    background: var(--limey); color: var(--ink);
    text-align: center; padding: 0.75rem 1rem;
    font-size: 0.82rem; font-weight: 600; letter-spacing: 0.3px;
    position: relative; overflow: hidden;
}
.offer-strip::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: sheen 3s ease infinite;
}
@keyframes sheen { 0%{transform:translateX(-100%)} 100%{transform:translateX(200%)} 
}/* End custom CSS */