:root{--sf-primary: #333333;--sf-secondary: #7058de;--sf-accent: #333333;--sf-highlight: #facc15;--sf-link: #292929;--sf-link-hover: #ffffff;--sf-bg: #ffffff;--sf-bg-alt: #f7f5ff;--sf-header-bg: #7058de;--sf-header-text: #ffffff;--sf-nav-hover: #ffffff;--sf-dropdown-bg: #7058de;--sf-dropdown-text: #ffffff;--sf-page-bg: #ffffff;--sf-text: #2c2c2c;--sf-text-light: #666666;--sf-border: #e7e3f2;--sf-border-light: #f3efff;--sf-font-heading: 'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--sf-font-body: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;--sf-radius: 0;--sf-radius-sm: 0;--sf-shadow-sm: 0 2px 8px rgba(112,88,222,0.06);--sf-shadow-md: 0 4px 16px rgba(112,88,222,0.08);--sf-shadow-lg: 0 18px 60px rgba(112,88,222,0.15);--sf-transition: 250ms ease;--sf-transition-fast: 150ms ease;--sf-container: 1480px;--sf-spacing-section: 6rem;--sf-spacing-heading: 1.75rem;--sf-spacing-paragraph: 0.75rem;--sf-ink: #0a0a0a;--sf-ink-2: #2c2c2c;--sf-rule: #e7e3f2;--sf-bg-soft: #f7f5ff;--sf-bg-dark: #0a0a0a;--sf-purple: #7058de;--sf-purple-2: #5a40c8;--sf-purple-50: #f3efff;--sf-yellow: #facc15;--sf-green: #22c55e;}*,*::before,*::after{box-sizing: border-box;margin: 0;padding: 0;}html{font-size: 17px;-webkit-text-size-adjust: 100%;scroll-behavior: smooth;}body{font-family: var(--sf-font-body);font-size: 1rem;line-height: 1.6;color: var(--sf-text);background-color: var(--sf-page-bg);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;}h1,h2,h3,h4,h5,h6{font-family: var(--sf-font-heading);font-weight: 800;line-height: 1.1;letter-spacing: -0.015em;color: var(--sf-ink);margin-bottom: var(--sf-spacing-heading);}h1{font-size: clamp(38px,5.6vw,64px);letter-spacing: -0.025em;line-height: 1.0;font-weight: 900;}h2{font-size: clamp(28px,4vw,44px);letter-spacing: -0.02em;font-weight: 900;}h3{font-size: clamp(20px,2.4vw,26px);font-weight: 800;}h4{font-size: 1.25rem;font-weight: 800;}h5{font-size: 1.05rem;font-weight: 700;}h6{font-size: 1rem;font-weight: 700;}h1 em,h2 em,h3 em,.h1-display em{font-style: normal;color: var(--sf-purple);}p{margin-bottom: var(--sf-spacing-paragraph);}a{color: var(--sf-link);text-decoration: none;transition: color var(--sf-transition-fast);}a:hover{color: var(--sf-link-hover);}img{max-width: 100%;height: auto;display: block;}.h1-display,h1.display{font-size: clamp(44px,7.4vw,88px);line-height: 0.96;letter-spacing: -0.025em;font-weight: 900;margin-bottom: 1.75rem;}.sf-eyebrow,.eyebrow{display: inline-block;font-size: 12px;letter-spacing: 0.18em;text-transform: uppercase;color: var(--sf-purple);font-weight: 700;margin-bottom: 22px;}.sf-eyebrow::before,.eyebrow::before{content: "";display: inline-block;width: 28px;height: 1px;background: var(--sf-purple);vertical-align: middle;margin-right: 12px;margin-bottom: 4px;}.shoutfast-container{max-width: var(--sf-container);margin: 0 auto;padding: var(--sf-spacing-section) 1.75rem;}.shoutfast-content-split{display: grid;grid-template-columns: 60fr 40fr;gap: 3rem;min-height: 400px;align-items: start;}.shoutfast-content-split.split-40-60{grid-template-columns: 40fr 60fr;}.shoutfast-content-full{max-width: 880px;margin: 0 auto;}.sf-section{padding: 5rem 0;border-top: 1px solid var(--sf-rule);}.sf-section.first{border-top: 0;}.sf-section.soft{background: var(--sf-bg-soft);}.sf-section.dark{background: var(--sf-bg-dark);color: #fff;border-top: 0;}.sf-section.dark p{color: #b8b3cc;}.sf-section.dark h1,.sf-section.dark h2,.sf-section.dark h3{color: #fff;}.sf-section .wrap,.sf-wrap{max-width: var(--sf-container);margin: 0 auto;padding: 0 1.75rem;}.sf-section-head{display: flex;align-items: end;justify-content: space-between;margin-bottom: 3rem;gap: 2rem;flex-wrap: wrap;}.sf-section-head h2{margin: 0;max-width: 720px;}.sf-section-head p{color: var(--sf-text-light);margin: 0;max-width: 360px;font-size: 15px;}.shoutfast-card{background: var(--sf-bg);border: 1px solid var(--sf-border);border-radius: var(--sf-radius);padding: 2rem 1.75rem;transition: box-shadow var(--sf-transition),transform var(--sf-transition),border-color var(--sf-transition);}.shoutfast-card:hover{box-shadow: var(--sf-shadow-lg);transform: translateY(-2px);border-color: var(--sf-purple);}.sf-topbar{background: var(--sf-bg-dark);color: rgba(255,255,255,0.78);font-size: 13px;letter-spacing: 0.04em;}.sf-topbar-inner{max-width: var(--sf-container);margin: 0 auto;padding: 0 1.75rem;height: 38px;display: flex;align-items: center;justify-content: center;gap: 1.75rem;flex-wrap: wrap;text-align: center;}.sf-topbar-item{display: inline-flex;align-items: center;gap: 0.4rem;color: rgba(255,255,255,0.78);text-decoration: none;transition: color var(--sf-transition-fast);}.sf-topbar-item:hover{color: #fff;}.sf-topbar-item svg{flex-shrink: 0;}.shoutfast-header{background: var(--sf-header-bg);border-bottom: 1px solid var(--sf-rule);z-index: 100;position: relative;}.sf-header-sticky{position: sticky;top: 0;background: rgba(255,255,255,0.94);-webkit-backdrop-filter: saturate(140%) blur(12px);backdrop-filter: saturate(140%) blur(12px);}.sf-header-inner{max-width: var(--sf-container);margin: 0 auto;padding: 0 1.75rem;display: flex;align-items: center;height: 68px;gap: 2rem;}.sf-header-logo img{height: auto;max-height: 44px;width: auto;display: block;}.sf-header-title{font-size: 17px;font-weight: 900;letter-spacing: -0.01em;color: var(--sf-header-text);text-decoration: none;white-space: nowrap;}.sf-header-title:hover{color: var(--sf-purple);}.shoutfast-nav{flex: 1;}.sf-header-actions{display: flex;align-items: center;gap: 1.25rem;flex-shrink: 0;}.sf-header-cta{white-space: nowrap;font-size: 12px;padding: 10px 16px;text-transform: uppercase;letter-spacing: 0.04em;}.sf-header-login{display: flex;align-items: center;color: var(--sf-text-light);opacity: 0.5;transition: opacity var(--sf-transition-fast);padding: 0.2rem;line-height: 0;}.sf-header-login:hover{opacity: 0.9;color: var(--sf-ink);}.sf-header-phone{color: var(--sf-ink);font-weight: 700;letter-spacing: -0.01em;font-size: 14px;text-decoration: none;white-space: nowrap;display: inline-flex;align-items: center;padding: 8px 12px;border-radius: 999px;transition: background var(--sf-transition-fast),color var(--sf-transition-fast);}.sf-header-phone:hover{color: var(--sf-purple);background: var(--sf-purple-50);}.sf-whatsapp-float{position: fixed;right: 18px;bottom: 18px;width: 56px;height: 56px;border-radius: 50%;background: #25d366;color: #ffffff;display: flex;align-items: center;justify-content: center;box-shadow: 0 8px 24px rgba(37,211,102,0.35),0 4px 12px rgba(0,0,0,0.12);z-index: 99999996;transition: transform 200ms ease,box-shadow 200ms ease;text-decoration: none;}.sf-whatsapp-float:hover{transform: translateY(-2px) scale(1.04);box-shadow: 0 12px 32px rgba(37,211,102,0.45),0 6px 16px rgba(0,0,0,0.15);color: #ffffff;}.sf-whatsapp-float svg{display: block;}@media (max-width: 768px){.sf-whatsapp-float{right: 14px;bottom: 14px;width: 52px;height: 52px;}.sf-whatsapp-float svg{width: 26px;height: 26px;}} .sf-menu-toggle{display: none;padding: 0.35rem;cursor: pointer;line-height: 0;color: var(--sf-ink);background: transparent;border: 0;}.shoutfast-menu{list-style: none;display: flex;align-items: center;gap: 0;margin: 0;padding: 0;}.shoutfast-menu-item > a{display: flex;align-items: center;gap: 0.3rem;padding: 0 1rem;height: 68px;color: var(--sf-text-light);font-size: 14px;font-weight: 500;transition: color var(--sf-transition-fast);text-decoration: none;}.shoutfast-menu-item > a:hover,.shoutfast-menu-item.active > a{color: var(--sf-ink);}.shoutfast-menu-item.has-children > a::after{content: "";width: 10px;height: 10px;background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%2710%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23666%27 stroke-width=%272.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpolyline points=%276 9 12 15 18 9%27/%3E%3C/svg%3E") no-repeat center;flex-shrink: 0;}.shoutfast-submenu{position: absolute;top: calc(100% + 8px);left: -16px;background: #ffffff;border: 1px solid var(--sf-rule);box-shadow: 0 32px 64px -16px rgba(10,10,10,0.20),0 12px 24px -8px rgba(112,88,222,0.10),0 0 0 1px rgba(112,88,222,0.04);border-radius: 16px;min-width: 320px;max-width: 400px;padding: 12px;list-style: none;margin: 0;z-index: 200;opacity: 0;visibility: hidden;transform: translateY(-6px) scale(0.98);transform-origin: top left;transition: opacity 200ms cubic-bezier(0.4,0,0.2,1),transform 200ms cubic-bezier(0.4,0,0.2,1),visibility 0s linear 200ms;}.shoutfast-menu-item.has-children{position: relative;}.shoutfast-menu-item.has-children:hover > .shoutfast-submenu,.shoutfast-menu-item.has-children:focus-within > .shoutfast-submenu{opacity: 1;visibility: visible;transform: translateY(0) scale(1);transition: opacity 220ms cubic-bezier(0.4,0,0.2,1),transform 220ms cubic-bezier(0.4,0,0.2,1),visibility 0s linear 0s;}.shoutfast-submenu li{list-style: none;}.shoutfast-submenu li a{display: flex;align-items: center;gap: 14px;padding: 10px 14px;color: var(--sf-ink);font-size: 14px;font-weight: 600;line-height: 1.35;letter-spacing: -0.005em;text-decoration: none;white-space: normal;border-radius: 10px;position: relative;transition: background 150ms ease,color 150ms ease;}.shoutfast-submenu li a::before{content: "";width: 32px;height: 32px;flex-shrink: 0;border-radius: 8px;background: var(--sf-bg-soft);border: 1px solid var(--sf-rule);background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%2714%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%237058de%27 stroke-width=%272.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cline x1=%275%27 y1=%2712%27 x2=%2719%27 y2=%2712%27/%3E%3Cpolyline points=%2712 5 19 12 12 19%27/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: center;transition: background-color 150ms ease,border-color 150ms ease,transform 200ms cubic-bezier(0.4,0,0.2,1);}.shoutfast-submenu li a:hover{background: var(--sf-purple-50);color: var(--sf-purple);}.shoutfast-submenu li a:hover::before{background-color: var(--sf-purple);border-color: var(--sf-purple);background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%2714%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23ffffff%27 stroke-width=%272.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cline x1=%275%27 y1=%2712%27 x2=%2719%27 y2=%2712%27/%3E%3Cpolyline points=%2712 5 19 12 12 19%27/%3E%3C/svg%3E");transform: translateX(2px);}.shoutfast-mega-menu{position: absolute;top: calc(100% + 6px);left: 0;right: 0;background: var(--sf-dropdown-bg);border: 1px solid var(--sf-rule);box-shadow: 0 24px 48px -12px rgba(10,10,10,0.18),0 8px 16px -8px rgba(112,88,222,0.12);border-radius: 14px;padding: 1.5rem 1.75rem;z-index: 200;opacity: 0;visibility: hidden;transform: translateY(-8px);transition: opacity 180ms ease,transform 180ms ease,visibility 0s linear 180ms;}.shoutfast-menu-item.has-mega-menu{position: static;}.shoutfast-menu-item.has-mega-menu:hover > .shoutfast-mega-menu,.shoutfast-menu-item.has-mega-menu:focus-within > .shoutfast-mega-menu{opacity: 1;visibility: visible;transform: translateY(0);transition: opacity 200ms ease,transform 200ms ease,visibility 0s linear 0s;}.sf-hero{position: relative;background: var(--sf-bg);overflow: hidden;}.sf-hero-with-text{display: flex;align-items: center;}.sf-hero img{width: 100%;height: auto;display: block;}.sf-hero-overlay{position: absolute;inset: 0;background: rgba(0,0,0,0.35);}.sf-hero-overlay-none{background: transparent;}.sf-hero-overlay-light{background: rgba(0,0,0,0.18);}.sf-hero-overlay-medium{background: rgba(0,0,0,0.4);}.sf-hero-overlay-heavy{background: rgba(0,0,0,0.6);}.sf-hero-text{position: relative;z-index: 1;max-width: var(--sf-container);margin: 0 auto;padding: 4rem 1.75rem;color: #fff;}.sf-hero-text-center{text-align: center;}.sf-hero-text-left{text-align: left;}.sf-hero-text-right{text-align: right;}.sf-hero-heading{color: #fff;margin-bottom: 1rem;}.sf-hero-subheading{color: rgba(255,255,255,0.92);font-size: 1.15rem;max-width: 640px;margin: 0;}.sf-hero-text-center .sf-hero-subheading{margin-left: auto;margin-right: auto;}.sf-page-title{padding: 5rem 0 3rem;}.sf-page-title .wrap,.sf-page-title-inner{max-width: var(--sf-container);margin: 0 auto;padding: 0 1.75rem;}.sf-page-title h1{margin-bottom: 1rem;max-width: 900px;}.sf-page-title .meta{font-size: 12px;letter-spacing: 0.14em;text-transform: uppercase;color: var(--sf-purple);font-weight: 700;margin-bottom: 16px;}.sf-page-title .standfirst{font-size: 19px;line-height: 1.55;color: var(--sf-ink-2);max-width: 680px;margin: 0;}.sf-page-title .crumbs{font-size: 12px;color: var(--sf-text-light);letter-spacing: 0.04em;margin-bottom: 16px;}.sf-page-title .crumbs a{color: var(--sf-text-light);}.sf-page-title .crumbs a:hover{color: var(--sf-purple);}.shoutfast-footer{background: #050505;color: #b8b3cc;padding: 3.5rem 0 2rem;}.sf-footer-inner{max-width: var(--sf-container);margin: 0 auto;padding: 0 1.75rem;}.sf-footer-cols{display: grid;grid-template-columns: 1.4fr 1fr 1fr 1fr;gap: 2.5rem;margin-bottom: 2.5rem;}.sf-footer-brand{color: #fff;font-weight: 900;letter-spacing: -0.01em;margin-bottom: 14px;font-size: 17px;}.sf-footer-blurb{color: #8a8696;font-size: 13px;line-height: 1.55;max-width: 320px;margin-bottom: 1rem;}.sf-footer-col h4{font-size: 11px;letter-spacing: 0.14em;text-transform: uppercase;color: #fff;margin: 0 0 14px;font-weight: 700;}.sf-footer-col a{display: block;color: #b8b3cc;padding: 4px 0;font-size: 14px;text-decoration: none;}.sf-footer-col a:hover{color: #fff;}.sf-footer-legal{border-top: 1px solid #1a1a22;padding-top: 1.4rem;display: flex;justify-content: space-between;gap: 1rem;flex-wrap: wrap;font-size: 12px;color: #6a6678;}.sf-footer-legal a{color: #b8b3cc;}.sf-footer-renew{display: inline-flex;align-items: center;gap: 0.5rem;font-size: 11px;letter-spacing: 0.14em;text-transform: uppercase;color: #8a8696;}.sf-footer-renew::before{content: "";width: 8px;height: 8px;background: #4ade80;border-radius: 50%;display: inline-block;}.sf-crosslinks{background: #0d0d12;color: #b8b3cc;padding: 2rem 0;border-top: 1px solid #1a1a22;}.sf-crosslinks-title{font-size: 11px;letter-spacing: 0.14em;text-transform: uppercase;color: #fff;margin-bottom: 0.75rem;font-weight: 700;max-width: var(--sf-container);margin-left: auto;margin-right: auto;padding: 0 1.75rem;}.sf-crosslinks-group{max-width: var(--sf-container);margin: 0 auto 0.75rem;padding: 0 1.75rem;}.sf-crosslinks-label{font-size: 10px;letter-spacing: 0.12em;text-transform: uppercase;color: #6a6678;margin-right: 0.5rem;}.sf-crosslinks-pills{display: inline-flex;flex-wrap: wrap;gap: 0.4rem;}.sf-pill-page,.sf-pill-post{display: inline-block;padding: 4px 10px;background: rgba(255,255,255,0.04);border: 1px solid #1a1a22;color: #b8b3cc;font-size: 12px;text-decoration: none;transition: all var(--sf-transition-fast);}.sf-pill-page:hover,.sf-pill-post:hover{border-color: var(--sf-purple);color: #fff;}.sf-crosslinks-divider{border-top: 1px solid #1a1a22;margin: 1rem 1.75rem;}.shoutfast-btn{display: inline-block;background: var(--sf-ink);color: #fff !important;padding: 14px 22px;font-size: 14px;font-weight: 700;letter-spacing: 0.04em;text-transform: uppercase;border-radius: var(--sf-radius-sm);border: 1px solid var(--sf-ink);text-decoration: none;cursor: pointer;line-height: 1;transition: transform var(--sf-transition-fast),box-shadow var(--sf-transition-fast),background var(--sf-transition-fast),border-color var(--sf-transition-fast);}.shoutfast-btn:hover{transform: translateY(-1px);box-shadow: var(--sf-shadow-md);}.shoutfast-btn-primary{background: var(--sf-purple);border-color: var(--sf-purple);color: #fff !important;}.shoutfast-btn-primary:hover{background: var(--sf-purple-2);border-color: var(--sf-purple-2);}.shoutfast-btn-secondary{background: var(--sf-ink);border-color: var(--sf-ink);color: #fff !important;}.shoutfast-btn-secondary:hover{background: var(--sf-purple);border-color: var(--sf-purple);}.shoutfast-btn-accent{background: var(--sf-purple);border-color: var(--sf-purple);color: #fff !important;}.shoutfast-btn-accent:hover{background: var(--sf-purple-2);border-color: var(--sf-purple-2);}.shoutfast-btn-highlight{background: var(--sf-yellow);border-color: var(--sf-yellow);color: var(--sf-ink) !important;}.shoutfast-btn-highlight:hover{background: #eab308;border-color: #eab308;}.shoutfast-btn-dark{background: var(--sf-ink);border-color: var(--sf-ink);color: #fff !important;}.shoutfast-btn-dark:hover{background: #1a1a22;border-color: #1a1a22;}.shoutfast-btn-light{background: #fff;border-color: var(--sf-rule);color: var(--sf-ink) !important;}.shoutfast-btn-light:hover{border-color: var(--sf-purple);color: var(--sf-purple) !important;}.shoutfast-btn-outline-primary{background: transparent;color: var(--sf-purple) !important;border-color: var(--sf-purple);}.shoutfast-btn-outline-primary:hover{background: var(--sf-purple);color: #fff !important;}.shoutfast-btn-outline-secondary{background: transparent;color: var(--sf-ink) !important;border-color: var(--sf-ink);}.shoutfast-btn-outline-secondary:hover{background: var(--sf-ink);color: #fff !important;}.shoutfast-btn-outline-accent{background: transparent;color: var(--sf-purple) !important;border-color: var(--sf-purple);}.shoutfast-btn-outline-accent:hover{background: var(--sf-purple);color: #fff !important;}.shoutfast-btn-outline-highlight{background: transparent;color: var(--sf-ink) !important;border-color: var(--sf-yellow);}.shoutfast-btn-outline-highlight:hover{background: var(--sf-yellow);color: var(--sf-ink) !important;}.shoutfast-btn-outline-dark{background: transparent;color: var(--sf-ink) !important;border-color: var(--sf-ink);}.shoutfast-btn-outline-dark:hover{background: var(--sf-ink);color: #fff !important;}.shoutfast-btn-sm{padding: 9px 14px;font-size: 12px;}.shoutfast-btn-lg{padding: 18px 28px;font-size: 15px;}.shoutfast-btn-square{ border-radius: 0;}.shoutfast-btn-round{border-radius: 999px;}.shoutfast-btn-ghost{background: transparent;border-color: var(--sf-ink);color: var(--sf-ink) !important;}.shoutfast-btn-ghost:hover{background: var(--sf-ink);color: #fff !important;}.shoutfast-form-container{max-width: 760px;margin: 0 auto;background: #fff;border: 1px solid var(--sf-rule);border-radius: var(--sf-radius);padding: 2.5rem 2rem;}.shoutfast-form-header{margin-bottom: 1.5rem;}.shoutfast-form-title{font-size: 1.6rem;margin-bottom: 0.4rem;}.shoutfast-form-description{color: var(--sf-text-light);}.shoutfast-form-field{margin-bottom: 1.25rem;}.shoutfast-form-field label{display: block;font-weight: 600;margin-bottom: 0.4rem;color: var(--sf-ink);font-size: 14px;}.shoutfast-required{color: var(--sf-purple);}.shoutfast-field-desc{display: block;color: var(--sf-text-light);font-size: 13px;margin-top: 0.4rem;}.shoutfast-form-field input[type="text"],.shoutfast-form-field input[type="email"],.shoutfast-form-field input[type="tel"],.shoutfast-form-field input[type="url"],.shoutfast-form-field input[type="number"],.shoutfast-form-field input[type="password"],.shoutfast-form-field input[type="date"],.shoutfast-form-field input[type="time"],.shoutfast-form-field input[type="datetime-local"],.shoutfast-form-field input[type="search"],.shoutfast-form-field select,.shoutfast-form-field textarea{width: 100%;padding: 12px 14px;border: 1px solid var(--sf-rule);border-radius: var(--sf-radius-sm);background: #fff;color: var(--sf-text);font-family: inherit;font-size: 15px;transition: border-color var(--sf-transition-fast),box-shadow var(--sf-transition-fast);}.shoutfast-form-field input:focus,.shoutfast-form-field select:focus,.shoutfast-form-field textarea:focus{outline: none;border-color: var(--sf-purple);box-shadow: 0 0 0 3px rgba(112,88,222,0.15);}.shoutfast-form-field textarea{resize: vertical;min-height: 120px;}.shoutfast-compound-field{display: grid;grid-template-columns: 1fr 1fr;gap: 1rem;}.shoutfast-sub-field input{width: 100%;}.shoutfast-date-fields,.shoutfast-time-fields{display: flex;gap: 0.5rem;}.shoutfast-radio-group,.shoutfast-checkbox-group{display: flex;flex-direction: column;gap: 0.5rem;}.shoutfast-radio-label,.shoutfast-checkbox-label{display: inline-flex;align-items: center;gap: 0.5rem;font-weight: 400;}.shoutfast-other-input{margin-top: 0.5rem;}.shoutfast-select-all{display: inline-flex;align-items: center;gap: 0.4rem;font-size: 13px;color: var(--sf-text-light);}.shoutfast-section-field{margin: 1.5rem 0;padding-top: 1rem;border-top: 1px solid var(--sf-rule);}.shoutfast-html-field{margin-bottom: 1rem;}.shoutfast-consent-text{font-size: 13px;color: var(--sf-text-light);}.shoutfast-list-field {} .shoutfast-list-table{width: 100%;border-collapse: collapse;}.shoutfast-list-table th,.shoutfast-list-table td{padding: 0.5rem;border: 1px solid var(--sf-rule);}.shoutfast-list-remove{color: var(--sf-purple);cursor: pointer;background: none;border: 0;}.shoutfast-product-price,.shoutfast-shipping-price{font-weight: 600;color: var(--sf-ink);}.shoutfast-total-field{padding: 1rem;background: var(--sf-bg-soft);border-radius: var(--sf-radius);}.shoutfast-total-amount{font-size: 1.5rem;font-weight: 800;color: var(--sf-ink);}.shoutfast-form-page-nav{display: flex;gap: 0.75rem;margin-top: 1.5rem;}.shoutfast-form-submit{margin-top: 1.5rem;}.shoutfast-form-status{padding: 0.9rem 1rem;border-radius: var(--sf-radius-sm);margin-bottom: 1rem;font-size: 14px;}.shoutfast-form-status.success{background: #f0fdf4;color: #166534;border: 1px solid #bbf7d0;}.shoutfast-form-status.error{background: #fef2f2;color: #991b1b;border: 1px solid #fecaca;}.shoutfast-field-size-small{max-width: 200px;}.shoutfast-field-size-medium{max-width: 400px;}.shoutfast-prose,.shoutfast-content-full p,.shoutfast-content-full ul,.shoutfast-content-full ol,.shoutfast-content-split .shoutfast-col-left p,.shoutfast-content-split .shoutfast-col-left ul,.shoutfast-content-split .shoutfast-col-left ol{color: var(--sf-ink-2);font-size: 17px;line-height: 1.7;}.shoutfast-content-full p,.shoutfast-content-split .shoutfast-col-left p{margin-bottom: 1.4rem;}.shoutfast-content-full ul,.shoutfast-content-full ol,.shoutfast-content-split .shoutfast-col-left ul,.shoutfast-content-split .shoutfast-col-left ol{padding-left: 1.4rem;margin-bottom: 1.4rem;}.shoutfast-content-full li,.shoutfast-content-split .shoutfast-col-left li{margin-bottom: 0.5rem;}.shoutfast-content-full blockquote,.shoutfast-content-split blockquote{margin: 2rem 0;padding: 1rem 1.5rem;border-left: 4px solid var(--sf-purple);background: var(--sf-purple-50);color: var(--sf-ink);font-style: italic;}.shoutfast-content-full a,.shoutfast-content-split a{color: var(--sf-purple);border-bottom: 1px solid var(--sf-purple-50);}.shoutfast-content-full a:hover,.shoutfast-content-split a:hover{border-bottom-color: var(--sf-purple);color: var(--sf-purple-2);}.shoutfast-content-full img,.shoutfast-content-split img{margin: 2rem auto;border: 1px solid var(--sf-rule);}.shoutfast-content-full code,.shoutfast-content-split code{background: var(--sf-bg-soft);padding: 2px 6px;border-radius: var(--sf-radius-sm);font-size: 14px;font-family: ui-monospace,"SF Mono",Menlo,monospace;}.shoutfast-content-full pre,.shoutfast-content-split pre{background: var(--sf-bg-dark);color: #f0eef9;padding: 1rem 1.25rem;overflow-x: auto;font-family: ui-monospace,"SF Mono",Menlo,monospace;font-size: 13px;border-radius: var(--sf-radius);}.shoutfast-content-full hr,.shoutfast-content-split hr{border: 0;border-top: 1px solid var(--sf-rule);margin: 2.5rem 0;}.shoutfast-text-center{text-align: center;}.shoutfast-text-light{color: var(--sf-text-light);}.shoutfast-mt-1{margin-top: 1rem;}.shoutfast-mt-2{margin-top: 2rem;}.shoutfast-mb-1{margin-bottom: 1rem;}.shoutfast-mb-2{margin-bottom: 2rem;}.shoutfast-hidden{display: none;}@media (max-width: 980px){.sf-footer-cols{grid-template-columns: 1fr 1fr;}.shoutfast-content-split,.shoutfast-content-split.split-40-60{grid-template-columns: 1fr;gap: 2rem;}} @media (max-width: 768px){h1{font-size: clamp(32px,8vw,44px);}h2{font-size: clamp(24px,6vw,32px);}.shoutfast-container{padding: 3rem 1.25rem;}.sf-section{padding: 3.5rem 0;}.sf-page-title{padding: 3rem 0 2rem;}.sf-topbar-inner{font-size: 12px;gap: 0.75rem;}.sf-header-inner{height: 60px;gap: 1rem;}.sf-header-logo img{max-height: 40px;}.sf-menu-toggle{display: inline-flex !important;align-items: center;justify-content: center;}.sf-header-cta{display: none;}.sf-header-phone{font-size: 13px;}.shoutfast-header,.sf-header-sticky{position: static !important;backdrop-filter: none !important;-webkit-backdrop-filter: none !important;z-index: auto !important;background: #ffffff !important;}.shoutfast-nav{position: fixed;top: 0;right: 0;bottom: 0;width: min(86vw,380px);height: 100dvh;max-height: 100vh;background: #ffffff;z-index: 99999998;transform: translateX(100%);transition: transform 0.32s cubic-bezier(0.4,0,0.2,1);display: flex;flex-direction: column;box-shadow: -16px 0 48px rgba(10,10,10,0.14);overflow-y: auto;overscroll-behavior: contain;padding: 0;}.shoutfast-nav.is-open{transform: translateX(0);}.shoutfast-nav::before{content: "Menu";display: flex;align-items: center;height: 60px;padding: 0 1.5rem;font-size: 11px;font-weight: 800;letter-spacing: 0.22em;text-transform: uppercase;color: var(--sf-text-light);border-bottom: 1px solid var(--sf-rule);}.sf-mobile-backdrop{position: fixed;inset: 0;background: rgba(10,10,10,0.42);opacity: 0;pointer-events: none;transition: opacity 0.3s ease;z-index: 99999997;}.sf-mobile-backdrop.is-open{opacity: 1;pointer-events: auto;}body.sf-menu-open{overflow: hidden;}.sf-mobile-close{position: absolute;top: 16px;right: 16px;width: 36px;height: 36px;border: 1px solid var(--sf-rule);background: #ffffff;color: var(--sf-ink);cursor: pointer;display: inline-flex;align-items: center;justify-content: center;padding: 0;line-height: 0;transition: border-color 0.15s ease,color 0.15s ease;z-index: 2;}.sf-mobile-close:hover{border-color: var(--sf-purple);color: var(--sf-purple);}.shoutfast-menu{flex-direction: column;align-items: stretch;padding: 1rem 0 2rem;gap: 0;}.shoutfast-menu-item{display: block;position: relative;}.shoutfast-menu-item > a{display: flex;align-items: center;justify-content: space-between;height: auto;min-height: 56px;padding: 0.95rem 1.5rem;border: 0;font-size: 16px;font-weight: 600;letter-spacing: -0.005em;line-height: 1.3;color: var(--sf-ink);transition: background 0.15s ease,color 0.15s ease,padding-left 0.15s ease;}.shoutfast-menu-item > a:hover,.shoutfast-menu-item.active > a{background: var(--sf-bg-soft);color: var(--sf-purple);padding-left: 1.75rem;}.shoutfast-menu-item.has-children > a::after,.shoutfast-menu-item.has-mega-menu > a::after{content: "";flex-shrink: 0;width: 12px;height: 12px;margin-left: 12px;background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23666%27 stroke-width=%272.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpolyline points=%276 9 12 15 18 9%27/%3E%3C/svg%3E") no-repeat center / contain;transition: transform 0.2s ease;}.shoutfast-menu-item.open > a::after{transform: rotate(180deg);}.shoutfast-submenu,.shoutfast-mega-menu{position: static;width: 100%;max-width: none;background: var(--sf-bg-soft);border: 0;border-top: 1px solid var(--sf-rule);border-bottom: 1px solid var(--sf-rule);box-shadow: none;padding: 0.4rem 0;margin: 0;list-style: none;display: none;max-height: 0;overflow: hidden;transition: max-height 0.3s ease;}.shoutfast-menu-item.has-children.open > .shoutfast-submenu,.shoutfast-menu-item.has-mega-menu.open > .shoutfast-mega-menu{display: block;max-height: 600px;}.shoutfast-submenu li{list-style: none;}.shoutfast-submenu li a,.shoutfast-mega-menu a{display: block;padding: 0.65rem 1.5rem 0.65rem 2.5rem;font-size: 14px;font-weight: 500;line-height: 1.4;color: var(--sf-text);white-space: normal;text-decoration: none;transition: color 0.15s ease,padding-left 0.15s ease;}.shoutfast-submenu li a:hover,.shoutfast-mega-menu a:hover{color: var(--sf-purple);background: transparent;padding-left: 2.7rem;}.sf-footer-cols{grid-template-columns: 1fr;}} .sf-rd-hero{padding: 5rem 0 4rem;}.sf-rd-hero .wrap,.sf-rd-hero-inner{max-width: var(--sf-container);margin: 0 auto;padding: 0 1.75rem;}.sf-rd-hero-grid{display: grid;grid-template-columns: 1.25fr 0.85fr;gap: 3.75rem;align-items: center;}.sf-rd-hero-lede{font-size: 19px;line-height: 1.55;color: var(--sf-ink-2);max-width: 560px;margin: 0 0 1.75rem;}.sf-rd-cta-row{display: flex;gap: 0.75rem;flex-wrap: wrap;align-items: center;}.sf-rd-cta-row .meta{font-size: 12px;color: var(--sf-text-light);letter-spacing: 0.04em;}.sf-rd-stats{display: grid;grid-template-columns: repeat(4,1fr);gap: 0;border-top: 1px solid var(--sf-rule);margin-top: 2.5rem;padding-top: 1.6rem;}.sf-rd-stats .stat{padding-right: 1rem;}.sf-rd-stats .num{font-size: 28px;font-weight: 900;letter-spacing: -0.02em;color: var(--sf-ink);line-height: 1;margin-bottom: 6px;}.sf-rd-stats .num em{font-style: normal;color: var(--sf-purple);}.sf-rd-stats .lbl{font-size: 11px;color: var(--sf-text-light);letter-spacing: 0.14em;text-transform: uppercase;font-weight: 700;}.sf-rd-portrait{position: relative;aspect-ratio: 4/5;background: var(--sf-purple-50);border: 1px solid var(--sf-rule);overflow: hidden;}.sf-rd-portrait img{width: 100%;height: 100%;object-fit: cover;object-position: center top;}.sf-rd-portrait .strap{position: absolute;left: -1px;bottom: 24px;background: var(--sf-ink);color: #fff;padding: 10px 18px;font-size: 11px;font-weight: 800;letter-spacing: 0.18em;text-transform: uppercase;}.sf-rd-portrait .sig{position: absolute;right: 22px;top: 22px;background: rgba(255,255,255,0.94);-webkit-backdrop-filter: blur(6px);backdrop-filter: blur(6px);padding: 14px 16px;border: 1px solid var(--sf-rule);font-size: 13px;line-height: 1.4;max-width: 220px;}.sf-rd-portrait .sig strong{display: block;font-size: 14px;margin-bottom: 2px;color: var(--sf-ink);}.sf-rd-portrait .sig small{color: var(--sf-text-light);}.sf-rd-paths{display: grid;grid-template-columns: repeat(3,1fr);gap: 1.4rem;}.sf-rd-path-card{background: #fff;border: 1px solid var(--sf-rule);padding: 2rem 1.6rem 1.75rem;display: flex;flex-direction: column;gap: 1rem;text-decoration: none;color: var(--sf-ink);transition: transform var(--sf-transition-fast),box-shadow var(--sf-transition-fast),border-color var(--sf-transition-fast);}.sf-rd-path-card:hover{transform: translateY(-4px);box-shadow: var(--sf-shadow-lg);border-color: var(--sf-purple);}.sf-rd-path-card .num{font-size: 11px;font-weight: 800;letter-spacing: 0.18em;color: var(--sf-purple);text-transform: uppercase;}.sf-rd-path-card h3{font-size: 22px;font-weight: 900;letter-spacing: -0.01em;margin: 0;line-height: 1.1;color: var(--sf-ink);}.sf-rd-path-card .desc{color: var(--sf-text-light);font-size: 15px;flex: 1;margin: 0;line-height: 1.55;}.sf-rd-path-card .price{font-size: 13px;color: var(--sf-ink);font-weight: 700;letter-spacing: 0.04em;}.sf-rd-path-card .icon{width: 48px;height: 48px;color: var(--sf-ink);}.sf-rd-path-card .arrow{display: inline-block;font-size: 13px;font-weight: 700;letter-spacing: 0.06em;text-transform: uppercase;color: var(--sf-ink);border-bottom: 2px solid var(--sf-ink);padding-bottom: 4px;align-self: flex-start;margin-top: 4px;}.sf-rd-path-card:hover .arrow{color: var(--sf-purple);border-color: var(--sf-purple);}.sf-rd-gauge-row{display: grid;grid-template-columns: repeat(4,1fr);gap: 1rem;}.sf-rd-gauge-card{background: #fff;border: 1px solid var(--sf-rule);padding: 1.4rem;}.sf-rd-gauge-card .label{font-size: 11px;letter-spacing: 0.14em;text-transform: uppercase;color: var(--sf-text-light);font-weight: 700;margin-bottom: 10px;}.sf-rd-gauge-card .row{display: flex;align-items: center;gap: 0.85rem;}.sf-rd-gauge-card .gauge{width: 72px;height: 72px;flex-shrink: 0;}.sf-rd-gauge-card .score{font-size: 30px;font-weight: 900;line-height: 1;color: var(--sf-ink);}.sf-rd-gauge-card .score em{font-style: normal;font-size: 13px;color: var(--sf-text-light);font-weight: 600;letter-spacing: 0;margin-left: 2px;}.sf-rd-gauge-card .metric{font-size: 13px;color: var(--sf-text-light);margin-top: 4px;}.sf-rd-review-grid{display: grid;grid-template-columns: repeat(3,1fr);gap: 1.1rem;}.sf-rd-review{background: #fff;border: 1px solid var(--sf-rule);padding: 1.6rem 1.5rem;display: flex;flex-direction: column;gap: 0.85rem;}.sf-rd-review .stars{color: var(--sf-yellow);font-size: 16px;letter-spacing: 2px;}.sf-rd-review p{margin: 0;font-size: 15px;line-height: 1.55;color: var(--sf-ink-2);}.sf-rd-review .who{display: flex;align-items: center;gap: 0.75rem;margin-top: auto;}.sf-rd-review .avatar{width: 36px;height: 36px;border-radius: 50%;background: var(--sf-purple);color: #fff;display: flex;align-items: center;justify-content: center;font-weight: 800;font-size: 14px;}.sf-rd-review .name{font-weight: 700;font-size: 14px;color: var(--sf-ink);}.sf-rd-review .when{font-size: 12px;color: var(--sf-text-light);}.sf-rd-review-summary{display: flex;align-items: center;gap: 1.1rem;flex-wrap: wrap;}.sf-rd-review-summary .score-big{font-size: 56px;font-weight: 900;letter-spacing: -0.02em;line-height: 1;color: var(--sf-ink);}.sf-rd-review-summary .stars-big{color: var(--sf-yellow);font-size: 22px;letter-spacing: 3px;margin-bottom: 4px;}.sf-rd-review-summary .meta{font-size: 14px;color: var(--sf-text-light);}.sf-rd-review-summary .meta strong{color: var(--sf-ink);}.sf-rd-services{display: grid;grid-template-columns: 1fr 1fr;gap: 0;border-top: 1px solid var(--sf-rule);}.sf-rd-service{display: grid;grid-template-columns: 80px 1fr auto;gap: 1.5rem;align-items: center;padding: 1.4rem 0;border-bottom: 1px solid var(--sf-rule);text-decoration: none;color: var(--sf-ink);transition: color var(--sf-transition-fast);}.sf-rd-service:hover{color: var(--sf-purple);}.sf-rd-service:nth-child(even){padding-left: 2rem;}.sf-rd-service .num{font-size: 12px;color: var(--sf-text-light);letter-spacing: 0.14em;font-weight: 800;}.sf-rd-service .name{font-size: 17px;font-weight: 800;letter-spacing: -0.01em;}.sf-rd-service .name span{display: block;color: var(--sf-text-light);font-size: 13px;font-weight: 500;margin-top: 2px;letter-spacing: 0;}.sf-rd-service .arr{font-size: 22px;color: var(--sf-purple);}.sf-rd-pills{display: flex;flex-wrap: wrap;gap: 0.65rem;}.sf-rd-pill{display: inline-block;padding: 10px 18px;background: #fff;border: 1px solid var(--sf-rule);border-radius: 999px;font-size: 14px;font-weight: 600;letter-spacing: -0.005em;color: var(--sf-ink);text-decoration: none;transition: all var(--sf-transition-fast);}.sf-rd-pill:hover{border-color: var(--sf-purple);color: var(--sf-purple);}.sf-rd-lead-grid{display: grid;grid-template-columns: 1.1fr 0.9fr;gap: 3.5rem;align-items: center;}.sf-rd-lead-grid .or-call{font-size: 13px;color: #b8b3cc;}.sf-rd-lead-grid .or-call strong{color: #fff;font-size: 16px;letter-spacing: -0.01em;}.sf-rd-lead-form{display: grid;grid-template-columns: 1fr 1fr;gap: 0.75rem;}.sf-rd-lead-form .full{grid-column: 1 / -1;}.sf-rd-lead-form input,.sf-rd-lead-form textarea{padding: 14px 16px;font-size: 15px;font-family: inherit;background: rgba(255,255,255,0.06);border: 1px solid #3a3a4a;color: #fff;border-radius: var(--sf-radius-sm);}.sf-rd-lead-form input::placeholder,.sf-rd-lead-form textarea::placeholder{color: #8a8696;}.sf-rd-lead-form input:focus,.sf-rd-lead-form textarea:focus{outline: none;border-color: var(--sf-purple);box-shadow: 0 0 0 3px rgba(112,88,222,0.25);}.sf-rd-lead-form textarea{resize: vertical;min-height: 110px;}.sf-rd-tiers{display: grid;grid-template-columns: repeat(3,1fr);gap: 1.4rem;align-items: stretch;}.sf-rd-tier{background: #fff;border: 1px solid var(--sf-rule);padding: 2.25rem 1.85rem 2rem;display: flex;flex-direction: column;gap: 1.25rem;}.sf-rd-tier.feature{border-color: var(--sf-purple);position: relative;}.sf-rd-tier.feature::before{content: "Most popular";position: absolute;top: -12px;left: 1.85rem;background: var(--sf-purple);color: #fff;font-size: 11px;padding: 4px 10px;letter-spacing: 0.12em;text-transform: uppercase;font-weight: 800;}.sf-rd-tier .name{font-size: 13px;color: var(--sf-purple);letter-spacing: 0.14em;text-transform: uppercase;font-weight: 800;}.sf-rd-tier h3{font-size: 26px;font-weight: 900;letter-spacing: -0.01em;margin: 0;line-height: 1.1;}.sf-rd-tier .price{font-size: 42px;font-weight: 900;letter-spacing: -0.02em;line-height: 1;color: var(--sf-ink);}.sf-rd-tier .price em{font-style: normal;font-size: 13px;color: var(--sf-text-light);font-weight: 600;margin-left: 6px;}.sf-rd-tier ul{list-style: none;margin: 0;padding: 0;display: flex;flex-direction: column;gap: 0.6rem;flex: 1;}.sf-rd-tier li{font-size: 14px;color: var(--sf-ink-2);padding-left: 1.4rem;position: relative;line-height: 1.5;}.sf-rd-tier li::before{content: "✓";position: absolute;left: 0;top: 0;color: var(--sf-purple);font-weight: 800;}.sf-rd-post-grid{display: grid;grid-template-columns: repeat(3,1fr);gap: 1.75rem;}.sf-rd-post-card{background: #fff;border: 1px solid var(--sf-rule);padding: 1.75rem 1.5rem 1.6rem;display: flex;flex-direction: column;gap: 0.85rem;transition: transform var(--sf-transition-fast),box-shadow var(--sf-transition-fast),border-color var(--sf-transition-fast);}.sf-rd-post-card:hover{transform: translateY(-4px);box-shadow: var(--sf-shadow-lg);border-color: var(--sf-purple);}.sf-rd-post-card .cat{font-size: 11px;color: var(--sf-purple);letter-spacing: 0.14em;text-transform: uppercase;font-weight: 800;}.sf-rd-post-card h3{font-size: 20px;line-height: 1.2;letter-spacing: -0.01em;font-weight: 900;margin: 0;}.sf-rd-post-card h3 a{color: var(--sf-ink);}.sf-rd-post-card p{color: var(--sf-text-light);margin: 0;font-size: 14px;line-height: 1.55;flex: 1;}.sf-rd-post-card .when{font-size: 12px;color: var(--sf-text-light);letter-spacing: 0.04em;}.sf-rd-post-card .arrow{font-size: 12px;font-weight: 700;letter-spacing: 0.06em;text-transform: uppercase;color: var(--sf-ink);border-bottom: 2px solid var(--sf-ink);padding-bottom: 3px;align-self: flex-start;margin-top: 4px;text-decoration: none;}.sf-rd-post-card:hover .arrow{color: var(--sf-purple);border-color: var(--sf-purple);}@media (max-width: 980px){.sf-rd-hero-grid{grid-template-columns: 1fr;gap: 2.75rem;}.sf-rd-portrait{max-width: 480px;}.sf-rd-paths,.sf-rd-review-grid,.sf-rd-post-grid,.sf-rd-tiers,.sf-rd-gauge-row{grid-template-columns: 1fr 1fr;}.sf-rd-lead-grid{grid-template-columns: 1fr;gap: 2.5rem;}.sf-rd-services{grid-template-columns: 1fr;}.sf-rd-service:nth-child(even){padding-left: 0;}} @media (max-width: 640px){.sf-rd-paths,.sf-rd-review-grid,.sf-rd-post-grid,.sf-rd-tiers,.sf-rd-gauge-row,.sf-rd-stats{grid-template-columns: 1fr 1fr;}.sf-rd-lead-form{grid-template-columns: 1fr;}.sf-rd-hero{padding: 3.5rem 0 2.5rem;}.sf-rd-stats .num{font-size: 22px;}.sf-rd-review-summary .score-big{font-size: 44px;}.sf-rd-tier .price{font-size: 36px;}} body .sfhp-section--dark{background: #0a0a0a !important;border-top: 1px solid #1a1a22;border-bottom: 1px solid #1a1a22;padding: 4rem 0;}body .sfhp-section--dark::before,body .sfhp-section--dark::after{opacity: 0.5;}body .sfhp-section--dark .sfhp-teaching__header h2,body .sfhp-section--dark .sfhp-portfolio__header h2,body .sfhp-section--dark .sfhp-compare__title,body .sfhp-section--dark .sfhp-services__heading{color: #fff !important;font-weight: 900 !important;letter-spacing: -0.02em;}body .sfhp-section--dark .sfhp-teaching__header h2 span,body .sfhp-section--dark .sfhp-portfolio__header h2 span{color: #7058de !important;}body .sfhp-section--dark .sfhp-teaching__badge{color: #fff !important;background: rgba(112,88,222,0.18) !important;border-color: rgba(112,88,222,0.32) !important;border-radius: 999px !important;letter-spacing: 0.18em !important;}body .sfhp-section--dark .sfhp-teaching__desc,body .sfhp-section--dark .sfhp-portfolio__desc,body .sfhp-section--dark .sfhp-compare__desc,body .sfhp-section--dark .sfhp-services__sub{color: rgba(255,255,255,0.85) !important;}body .sfhp-section--dark .sfhp-teaching__card,body .sfhp-section--dark .sfhp-portfolio__item,body .sfhp-section--dark .sfhp-compare__card,body .sfhp-section--dark .sfhp-services__card{background: rgba(255,255,255,0.04) !important;border: 1px solid rgba(255,255,255,0.16) !important;border-radius: 0 !important;}body .sfhp-section--dark .sfhp-teaching__card:hover,body .sfhp-section--dark .sfhp-portfolio__item:hover,body .sfhp-section--dark .sfhp-services__card:hover{background: rgba(255,255,255,0.07) !important;border-color: rgba(112,88,222,0.45) !important;}body .sfhp-section--dark .sfhp-teaching__card h3,body .sfhp-section--dark .sfhp-portfolio__name,body .sfhp-section--dark .sfhp-compare__heading,body .sfhp-section--dark .sfhp-services__card h3{color: #fff !important;font-weight: 800 !important;}body .sfhp-section--dark .sfhp-teaching__card p,body .sfhp-section--dark .sfhp-portfolio__item p,body .sfhp-section--dark .sfhp-compare__card p,body .sfhp-section--dark .sfhp-services__card p{color: rgba(255,255,255,0.78) !important;line-height: 1.6 !important;}body .sfhp-section--dark .sfhp-teaching__icon--video,body .sfhp-section--dark .sfhp-services__icon-wrap--shoutfast,body .sfhp-section--dark .sfhp-services__icon-wrap--design{background: linear-gradient(135deg,#7058de,#a78bfa) !important;border-radius: 0 !important;}body .sfhp-section--dark .sfhp-teaching__icon--clock,body .sfhp-section--dark .sfhp-services__icon-wrap--hosting{background: linear-gradient(135deg,#22c55e,#4ade80) !important;border-radius: 0 !important;}body .sfhp-section--dark .sfhp-teaching__icon--team,body .sfhp-section--dark .sfhp-services__icon-wrap--seo,body .sfhp-section--dark .sfhp-services__icon-wrap--support{background: linear-gradient(135deg,#facc15,#f59e0b) !important;border-radius: 0 !important;color: #0a0a0a !important;}body .sfhp-dark-divider{border-color: rgba(255,255,255,0.08) !important;margin: 3rem auto !important;max-width: 240px;}body .sfhp-section--dark .sfhp-portfolio__cta a,body .sfhp-section--dark .sfhp-compare__cta a{color: #fff !important;border-bottom: 2px solid #7058de !important;}body .sfhp-intro__tagline,body .sfhp-services__highlight{color: #7058de !important;}body .sfhp-compare__card--shoutfast{border-color: #7058de !important;}body .sfhp-services__card,body .sfhp-compare__card,body .sfhp-portfolio__item{border-radius: 0 !important;}body .sfhp-section{padding: 4rem 0;}body .sfhp-section__inner{max-width: 1180px;padding: 0 1.75rem;}