:root{--color-text: #222222;--color-body: #444444;--color-link: #f35e52;--color-cta-bg: #f35e52;--color-cta-bg-hover: #e54a3e;--color-cta-text: #ffffff;--color-header-bg: #ffffff;--color-header-text: #222222;--color-footer-bg: #0e1924;--color-footer-text: #cfd6dc;--color-dark-section-bg: #0e1924;--color-section-bg: #ffffff;--color-section-alt-bg: #f6f7f8;--font-heading: "Roboto Slab", Georgia, serif;--font-body: Roboto, system-ui, -apple-system, "Segoe UI", sans-serif;--size-h1: 42px;--size-h2: 32px;--size-h3: 22px;--size-h4: 18px;--size-h5: 16px;--size-h6: 15px;--size-p: 16px;--lh-body: 1.65;--container: 1140px}*,*:before,*:after{box-sizing:border-box}html{text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);font-size:var(--size-p);line-height:var(--lh-body);color:var(--color-body);background:#fff}img,iframe{max-width:100%;height:auto}a{color:var(--color-link);text-decoration:underline}a:hover{color:var(--color-cta-bg-hover)}.v3-section{padding:60px 20px;background:var(--color-section-bg)}.v3-section--alt{background:var(--color-section-alt-bg)}.v3-section--dark{background:var(--color-dark-section-bg);color:#fff}.v3-section--dark a{color:#fff}.v3-container{max-width:var(--container);margin-left:auto;margin-right:auto}.v3-section h1,.v3-section h2,.v3-section h3,.v3-section h4,.v3-section h5,.v3-section h6{font-family:var(--font-heading);color:var(--color-text);margin-top:0;margin-bottom:.6em;line-height:1.25;font-weight:600}.v3-section--dark h1,.v3-section--dark h2,.v3-section--dark h3,.v3-section--dark h4,.v3-section--dark h5,.v3-section--dark h6{color:#fff}.v3-section h1{font-size:var(--size-h1)}.v3-section h2{font-size:var(--size-h2)}.v3-section h3{font-size:var(--size-h3)}.v3-section h4{font-size:var(--size-h4)}.v3-section h5{font-size:var(--size-h5)}.v3-section h6{font-size:var(--size-h6)}.v3-section p,.v3-section li{font-family:var(--font-body);font-size:var(--size-p);line-height:var(--lh-body);color:var(--color-body);margin:0 0 16px}.v3-section--dark p,.v3-section--dark li{color:#ffffffeb}.v3-section ul,.v3-section ol{margin:0 0 16px;padding-left:1.4em}.v3-section img{display:block;max-width:100%;height:auto;margin:0 auto 20px}.v3-section iframe{display:block;width:100%;max-width:100%;border:0;margin:0 auto 20px}.v3-btn,a.v3-btn{display:inline-block;padding:12px 22px;background:var(--color-cta-bg);color:var(--color-cta-text);font-family:var(--font-body);font-size:16px;font-weight:600;line-height:1.35;text-decoration:none;border:0;border-radius:4px;cursor:pointer;transition:background-color .18s ease}.v3-btn:hover,a.v3-btn:hover{background:var(--color-cta-bg-hover);color:#fff}.v3-form{display:grid;gap:12px;max-width:560px;margin:0 auto 20px;padding:24px;background:#ffffff14;border-radius:6px}.v3-section--dark .v3-form{background:#ffffff0f}.v3-form input[type=text],.v3-form input[type=email],.v3-form input[type=tel],.v3-form textarea{width:100%;padding:10px 12px;font-family:var(--font-body);font-size:15px;line-height:1.4;color:#222;background:#fff;border:1px solid #d0d4d8;border-radius:4px}.v3-form textarea{min-height:120px;resize:vertical}.v3-form .v3-btn{justify-self:start;width:100%;text-align:center}.v3-form .v3-honeypot{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.v3-image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:24px}.v3-image-grid img{width:100%;height:auto;border-radius:4px;margin:0}@media(max-width:720px){.v3-section{padding:40px 16px}:root{--size-h1: 32px;--size-h2: 26px;--size-h3: 20px}}.site-header{background:var(--color-header-bg);color:var(--color-header-text);border-bottom:1px solid #eceff1;position:relative;z-index:10}.site-header__inner{max-width:var(--container);margin:0 auto;padding:16px 20px;display:flex;align-items:center;gap:24px;flex-wrap:wrap}.site-header__logo{display:flex;align-items:center;text-decoration:none;color:inherit;font-family:var(--font-heading);font-weight:600;font-size:22px;line-height:1}.site-header__logo img{display:block;max-height:60px;width:auto;margin:0}.site-header__nav{display:flex;gap:18px;flex:1;flex-wrap:wrap;align-items:center}.site-header__nav a{color:var(--color-header-text);text-decoration:none;font-family:var(--font-body);font-weight:500;font-size:15px}.site-header__nav a:hover{color:var(--color-link)}.site-header__cta{margin-left:auto}@media(max-width:720px){.site-header__inner{padding:12px 16px;gap:12px}.site-header__nav{width:100%;order:3;gap:12px;justify-content:flex-start}}.site-footer{background:var(--color-footer-bg);color:var(--color-footer-text);padding:50px 20px 24px;margin-top:60px}.site-footer__inner{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px}.site-footer__col h3{font-family:var(--font-heading);color:#fff;font-size:18px;margin:0 0 12px}.site-footer__col ul{list-style:none;margin:0;padding:0}.site-footer__col li{margin-bottom:6px}.site-footer__col a{color:var(--color-footer-text);text-decoration:none;font-size:14px}.site-footer__col a:hover{color:var(--color-link)}.site-footer__copy{max-width:var(--container);margin:24px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);font-size:13px;color:#ffffff8c;text-align:center}
