*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Lato,sans-serif;background:#fafaf8;color:#0a0a0a;line-height:1.6}h1,h2,h3,h4{font-family:Afacad,sans-serif;line-height:1.2}img{max-width:100%;display:block}a{text-decoration:none}button{font-family:Lato,sans-serif;cursor:pointer;border:none;background:none}input,select,textarea{font-family:Lato,sans-serif}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.grid-lg-2{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media(max-width:1023px){.grid-2,.grid-lg-2{grid-template-columns:1fr}}@media(max-width:767px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}@media(max-width:767px){.grid-2-mobile{grid-template-columns:1fr 1fr}}@media(min-width:768px)and (max-width:1023px){.grid-4{grid-template-columns:1fr 1fr}}:root{--teal: #02aabd;--teal-d: #018fa0;--mint: #65FCF2;--mint-d: #4de0d6;--black: #0a0a0a;--dark: #111827;--warm-white: #FAFAF8;--mid-grey: #f4f4f4}.btn-teal{background:var(--mint);color:#1f2733;font-family:Lato,sans-serif;font-weight:900;letter-spacing:.04em;text-transform:uppercase;padding:1rem 2rem;border-radius:0;transition:all .2s ease;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;text-align:center}.btn-teal:hover{background:var(--mint-d);transform:translateY(-1px);box-shadow:0 8px 25px #65fcf273}.btn-teal-pulse{animation:tealPulse 3s infinite}@keyframes tealPulse{0%,to{box-shadow:0 0 #65fcf273}50%{box-shadow:0 0 0 14px #65fcf200}}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.stars{display:flex;gap:2px}.star{width:16px;height:16px;fill:#facc15;color:#facc15}.star-lg{width:20px;height:20px;fill:#facc15;color:#facc15}#site-header{position:fixed;left:0;right:0;z-index:40;top:0;background:#1f2733f2;backdrop-filter:blur(12px);transition:all .3s ease}#site-header.scrolled{top:0;background:#1f2733fa;box-shadow:0 2px 20px #0006;border-bottom:1px solid rgba(2,170,189,.2)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}@media(min-width:768px){.header-inner{padding:1rem 0}}.logo-img{height:56px;width:auto;display:block}@media(min-width:768px){.logo-img{height:80px}}.desktop-nav{display:none}@media(min-width:768px){.desktop-nav{display:flex;align-items:center;gap:1.5rem;font-family:Afacad,sans-serif;font-size:1.3rem;color:#fff}}.desktop-nav button{color:#fff;transition:opacity .2s;font-family:Afacad,sans-serif;font-size:1.3rem}.desktop-nav button:hover{opacity:.8}.header-cta{display:flex;align-items:center;gap:1.25rem}.header-phone{display:none}@media(min-width:768px){.header-phone{display:flex;align-items:center;gap:.5rem;color:var(--mint);font-family:Afacad,sans-serif;font-size:1.3rem;font-weight:700}}.header-assess{display:none}@media(min-width:768px){.header-assess{display:inline-block;background:var(--mint);color:#1f2733;font-family:Afacad,sans-serif;font-weight:900;font-size:.95rem;letter-spacing:.04em;text-transform:uppercase;padding:.5rem 1rem;border-radius:0;cursor:pointer;border:none;transition:background .2s}.header-assess:hover{background:var(--mint-d)}}.hamburger{display:flex;color:#fff}@media(min-width:768px){.hamburger{display:none}}#mobile-menu{display:none;background:#1f2733fa}#mobile-menu.open{display:block}.mobile-menu-inner{padding:1rem 0;display:flex;flex-direction:column;gap:.75rem}.mobile-menu-inner button{font-family:Afacad,sans-serif;color:#f0f0f0;font-size:1.1rem;text-align:left;padding:.5rem 0;border-bottom:1px solid #1f2937}.mobile-menu-inner .mobile-phone{display:flex;align-items:center;gap:.5rem;color:var(--teal);font-family:Afacad,sans-serif;font-size:1.1rem;font-weight:700;padding:.5rem 0}.mobile-menu-inner .mobile-assess{background:var(--mint);color:#1f2733;font-weight:900;font-size:.875rem;text-transform:uppercase;letter-spacing:.04em;padding:.75rem 1rem;border-radius:0;text-align:center}#hero{position:relative;min-height:auto;display:flex;align-items:center;background-image:linear-gradient(to right,#0a0a0af0,#0a0a0ac7 55%,#0a0a0a73),url(/images/hero-flat-roof-surrey.webp);background-size:cover;background-position:center;padding-top:100px}.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;padding:1.5rem 0 2rem}@media(min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr;padding:5rem 0}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:9999px;margin-bottom:1.5rem;font-size:.75rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);border:1px solid rgba(2,170,189,.33);background:#02aabd18}.hero-badge-dot{width:8px;height:8px;border-radius:50%;background:var(--teal);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-h1{font-size:2.25rem;font-weight:900;color:#fff;line-height:1.1;margin-bottom:1.5rem}@media(min-width:768px){.hero-h1{font-size:3rem}}@media(min-width:1024px){.hero-h1{font-size:3.75rem}}.hero-h1 span{color:var(--teal)}.hero-sub{color:#f0f0f0;font-size:1.125rem;line-height:1.7;margin-bottom:2rem;max-width:36rem}.hero-sub strong{color:#fff}.checklist{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:2rem}@media(max-width:479px){.checklist{grid-template-columns:1fr}}.check-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#e5e7eb}.hero-rating{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap}.hero-rating-text{color:#fff;font-size:.875rem;font-weight:700}.hero-rating-sub{color:#d0d0d0;font-size:.875rem}.hero-ctas{display:none}@media(min-width:1024px){.hero-ctas{display:flex;align-items:center;gap:1rem}}.hero-phone-link{display:flex;align-items:center;gap:.5rem;color:var(--teal);font-weight:700;transition:color .2s}.hero-phone-link:hover{color:#fff}.hero-phone-label{font-size:.75rem;color:#d0d0d0}.hero-phone-num{font-size:1rem}.form-card{border-radius:0;padding:1.5rem;box-shadow:0 25px 50px #00000080;background:#0a0a0aeb;border:1px solid rgba(2,170,189,.2)}@media(min-width:768px){.form-card{padding:2rem}}.form-title{font-size:1.25rem;font-weight:900;color:#fff;text-align:center;margin-bottom:.25rem}.form-sub{color:#d0d0d0;font-size:.875rem;text-align:center;margin-bottom:1.25rem}.form-group{margin-bottom:.75rem}.form-input{width:100%;padding:.75rem 1rem;border-radius:0;border:1px solid #4b5563;font-size:.875rem;color:#1f2937;background:#fff;outline:none;transition:border-color .2s}.form-input:focus{border-color:var(--teal)}.form-select{width:100%;padding:.75rem 1rem;border-radius:0;border:1px solid #4b5563;font-size:.875rem;color:#e0e0e0;background:#fff;outline:none;transition:border-color .2s;appearance:none}.form-select:focus{border-color:var(--teal)}.form-submit{width:100%;padding:1rem;background:var(--mint);color:#1f2733;font-weight:900;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;border-radius:0;border:none;cursor:pointer;transition:background .2s;animation:tealPulse 3s infinite}.form-submit:hover{background:var(--mint-d)}.form-submit:disabled{opacity:.7;cursor:not-allowed}.form-privacy{text-align:center;font-size:.75rem;color:silver;margin-top:.5rem}.form-social-proof{display:flex;align-items:center;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.avatar-stack{display:flex}.avatar-stack img{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid #1f2937;margin-left:-6px}.avatar-stack img:first-child{margin-left:0}.social-proof-text{font-size:.75rem;color:#d0d0d0}.social-proof-text strong{color:#fff}.form-success{text-align:center;padding:2rem 0}.form-success-icon{width:4rem;height:4rem;border-radius:50%;background:#02aabd26;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.hero-chevron{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#d0d0d0;animation:bounce 1.5s infinite}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.product-range{background:var(--black);padding:2rem 0;overflow-x:auto}.product-range .container{display:flex;justify-content:center}.product-range-img{max-height:80px;width:auto;object-fit:contain}@media(min-width:768px){.product-range-img{max-height:100px}}@media(max-width:767px){.product-range{display:none}}#stats{background:var(--mint);padding:1.25rem 0}@media(min-width:768px){#stats{padding:1.5rem 0}}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 2rem;text-align:center}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-value{font-family:Afacad,sans-serif;font-size:2rem;font-weight:900;color:#1f2733;margin-bottom:.125rem}@media(min-width:768px){.stat-value{font-size:2.5rem}}.stat-label{color:#1f2733;font-size:.75rem;font-weight:700;line-height:1.4}@media(min-width:768px){.stat-label{font-size:.875rem}}#sales-lines{background:var(--warm-white);padding:4rem 0}@media(min-width:768px){#sales-lines{padding:6rem 0}}.section-label{font-size:.75rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);display:block;margin-bottom:.75rem}.section-title{font-size:1.875rem;font-weight:900;color:var(--black);margin-bottom:1rem;line-height:1.2}@media(min-width:768px){.section-title{font-size:2.25rem}}.section-title-lg{font-size:1.875rem}@media(min-width:768px){.section-title-lg{font-size:3rem}}.section-sub{color:#e0e0e0;font-size:1.125rem;max-width:42rem}.sales-lines-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:64rem;margin:0 auto}@media(min-width:768px){.sales-lines-grid{grid-template-columns:1fr 1fr}}.sales-line-card{border-left:4px solid var(--teal);background:#02aabd0a;border-radius:0;padding:1.25rem 1.5rem;transition:all .2s ease}.sales-line-card:hover{background:#02aabd17;border-left-color:var(--teal-d);transform:translate(4px)}.sales-line-inner{display:flex;align-items:flex-start;gap:1rem}.sales-line-icon{flex-shrink:0;margin-top:2px;color:var(--mint)}.sales-line-headline{font-size:1rem;font-weight:900;color:var(--black);margin-bottom:.5rem;line-height:1.3}@media(min-width:768px){.sales-line-headline{font-size:1.125rem}}.sales-line-body{color:#e0e0e0;font-size:.875rem;line-height:1.6}.sales-cta-card{border-radius:0;padding:1.5rem 2rem;text-align:center;background:var(--black);border:1px solid rgba(2,170,189,.2)}@media(min-width:768px){.sales-cta-card{grid-column:span 2}}#why-wetsuit{background:var(--mid-grey);padding:4rem 0}@media(min-width:768px){#why-wetsuit{padding:6rem 0}}.benefit-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}@media(max-width:479px){.benefit-cards{grid-template-columns:1fr}}.benefit-card{display:flex;gap:.75rem;padding:1rem;border-radius:0;background:#fff;border:1px solid #f3f4f6}.benefit-icon{flex-shrink:0;color:var(--mint)}.benefit-title{font-weight:700;font-size:.875rem;color:var(--black);margin-bottom:.25rem}.benefit-desc{color:silver;font-size:.75rem;line-height:1.5}.info-box{padding:1rem;border-radius:0;margin-bottom:1.5rem;background:#02aabd12;border:1px solid rgba(2,170,189,.2)}.info-box p{font-size:.875rem;font-weight:700;color:var(--black)}.before-after-wrap{position:relative}.warranty-badge{position:absolute;bottom:-1rem;right:-1rem;background:#fff;border-radius:0;padding:1rem;box-shadow:0 20px 40px #00000026;border:1px solid #f3f4f6;display:none}@media(min-width:768px){.warranty-badge{display:flex;align-items:center;gap:.75rem}}.warranty-badge-icon{flex-shrink:0;color:var(--mint)}.warranty-badge-years{font-family:Afacad,sans-serif;font-size:1.125rem;font-weight:900;color:var(--black)}.warranty-badge-label{font-size:.75rem;color:silver}#features{background:var(--black);padding:4rem 0}@media(min-width:768px){#features{padding:6rem 0}}.feature-card{border-radius:0;overflow:hidden;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.feature-card-img{width:100%;height:12rem;object-fit:cover}.feature-card-placeholder{height:12rem;display:flex;align-items:center;justify-content:center;background:#02aabd12}.feature-card-body{padding:1.5rem}.feature-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.feature-card-icon{flex-shrink:0;color:var(--mint)}.feature-card-title{font-family:Afacad,sans-serif;font-size:1.125rem;font-weight:900;color:#fff}.feature-card-desc{color:#d0d0d0;font-size:.875rem;line-height:1.6}.specs-strip{margin-top:3rem;padding:1.5rem;border-radius:0;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.specs-label{text-align:center;margin-bottom:1.5rem;font-size:.75rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--teal)}.specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(min-width:768px){.specs-grid{grid-template-columns:repeat(4,1fr)}}.spec-item{text-align:center;padding:1rem;border-radius:0;background:#ffffff0a}.spec-value{font-family:Afacad,sans-serif;font-size:1.5rem;font-weight:900;color:var(--teal);margin-bottom:.25rem}.spec-label{color:#fff;font-size:.875rem;font-weight:700}.spec-note{color:silver;font-size:.75rem}#is-right{background:var(--warm-white);padding:4rem 0}@media(min-width:768px){#is-right{padding:6rem 0}}.check-list-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.check-list-item span{color:#e0e0e0;font-size:.875rem}#process{background:var(--mid-grey);padding:4rem 0}@media(min-width:768px){#process{padding:6rem 0}}.process-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.process-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.process-grid{grid-template-columns:repeat(4,1fr)}}.process-card{background:#fff;border-radius:0;padding:1.5rem;box-shadow:0 1px 3px #0000000d;border:1px solid #f3f4f6;height:100%}.process-num{width:3.5rem;height:3.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--black);color:var(--teal);font-family:Afacad,sans-serif;font-size:1.25rem;font-weight:900;margin-bottom:1rem}.process-title{font-family:Afacad,sans-serif;font-size:1rem;font-weight:900;color:var(--black);margin-bottom:.75rem}.process-desc{color:silver;font-size:.875rem;line-height:1.6}#reviews{background:var(--black);padding:4rem 0}@media(min-width:768px){#reviews{padding:6rem 0}}.reviews-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.reviews-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{background:#fff;border:1px solid #e5e7eb;border-radius:0;padding:1.5rem;box-shadow:0 4px 20px #0000000f}.review-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.review-avatar{width:3rem;height:3rem;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb;flex-shrink:0}.review-name{font-weight:700;font-size:.875rem;color:#1f2937}.review-location{font-size:.75rem;color:silver}.review-google{margin-left:auto}.review-text{margin-top:.75rem;color:#e0e0e0;font-size:.875rem;line-height:1.6}#final-pitch{background:var(--warm-white);padding:4rem 0}@media(min-width:768px){#final-pitch{padding:6rem 0}}.pitch-list{margin-bottom:2rem}.pitch-list-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.pitch-list-icon{flex-shrink:0;color:var(--mint)}.pitch-list-item span{color:#e0e0e0;font-size:.875rem}.no-oblig-box{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-radius:0;background:#02aabd0d;border:2px solid rgba(2,170,189,.188)}.no-oblig-icon{flex-shrink:0;color:var(--mint)}.no-oblig-title{font-family:Afacad,sans-serif;font-size:1rem;font-weight:900;color:var(--black);margin-bottom:.25rem}.no-oblig-desc{color:#e0e0e0;font-size:.875rem}.bottom-form-card{border-radius:0;padding:1.5rem;background:var(--black);border:1px solid rgba(2,170,189,.2);box-shadow:0 20px 40px #00000026}@media(min-width:768px){.bottom-form-card{padding:2rem}}.bottom-form-title{font-family:Afacad,sans-serif;font-size:1.5rem;font-weight:900;color:#fff;text-align:center;margin-bottom:.5rem}.bottom-form-sub{color:#d0d0d0;font-size:.875rem;text-align:center;margin-bottom:1.5rem}.form-trust{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}.form-trust span{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:silver}#faq{background:var(--mid-grey);padding:4rem 0}@media(min-width:768px){#faq{padding:6rem 0}}.faq-list{max-width:48rem;margin:0 auto}.faq-item{background:#fff;border-radius:0;border:1px solid #f3f4f6;box-shadow:0 1px 3px #0000000a;overflow:hidden;margin-bottom:1rem}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem;text-align:left;background:none;border:none;cursor:pointer;transition:background .2s}.faq-question:hover{background:#f9fafb}.faq-question-text{font-weight:700;font-size:.875rem;color:var(--black);padding-right:1rem}.faq-chevron{flex-shrink:0;color:var(--teal);transition:transform .3s}.faq-chevron.open{transform:rotate(180deg)}.faq-answer{display:none;padding:0 1.25rem 1.25rem}.faq-answer.open{display:block}.faq-answer p{color:#e0e0e0;font-size:.875rem;line-height:1.7}.faq-ctas{display:flex;flex-direction:column;gap:.75rem;justify-content:center;margin-top:3rem;text-align:center}@media(min-width:640px){.faq-ctas{flex-direction:row}}.btn-outline-black{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:0;font-weight:700;font-size:.875rem;border:2px solid var(--black);color:var(--black);transition:background .2s}.btn-outline-black:hover{background:#f3f4f6}footer{background:var(--black)}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;padding:3rem 0 2rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-logo{height:72px;width:auto;margin-bottom:1rem}.footer-desc{color:#d0d0d0;font-size:.875rem;line-height:1.6;margin-bottom:1rem}.footer-rating{display:flex;align-items:center;gap:.5rem}.footer-rating span{color:#d0d0d0;font-size:.75rem}.footer-heading{color:#fff;font-weight:900;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}.footer-contact{display:flex;flex-direction:column;gap:.5rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#d0d0d0}.footer-contact-item a{color:#d0d0d0;transition:color .2s}.footer-contact-item a:hover{color:#fff}.footer-areas{display:grid;grid-template-columns:1fr 1fr;gap:.25rem}.footer-area{font-size:.75rem;color:#d0d0d0}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.08)}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-copy{color:#e0e0e0;font-size:.75rem}.footer-links{display:flex;gap:1rem}.footer-links a{color:#e0e0e0;font-size:.75rem;transition:color .2s}.footer-links a:hover{color:#fff}#mobile-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:50;background:#1f2733fa}#mobile-cta.visible{display:block}@media(min-width:768px){#mobile-cta{display:none!important}}.mobile-cta-inner{display:flex;gap:.5rem;padding:.75rem}.mobile-cta-call{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;border-radius:0;font-weight:900;font-size:1.05rem;text-transform:uppercase;color:var(--mint);border:4px solid var(--mint)}.mobile-cta-call svg{width:20px;height:20px}.mobile-cta-form{flex:1;background:var(--mint);color:#1f2733;font-weight:900;font-size:1.05rem;text-transform:uppercase;padding:.75rem;border-radius:0;border:none;cursor:pointer}#why-wetsuit,#is-right,#process,#faq,#final-pitch,#sales-lines{color:#1f2937}#why-wetsuit .section-title,#is-right .section-title,#process .section-title,#faq .section-title,#final-pitch .section-title,#sales-lines .section-title{color:var(--black)}#why-wetsuit p,#why-wetsuit span,#why-wetsuit .benefit-desc,#why-wetsuit .benefit-title,#is-right p,#is-right span,#process p,#process .process-desc,#process .process-title,#faq p,#faq .faq-question-text,#faq .faq-answer p,#final-pitch p,#final-pitch span,#final-pitch .no-oblig-title,#final-pitch .no-oblig-desc,#final-pitch .pitch-list-item span{color:#374151}#why-wetsuit .benefit-title,#process .process-title,#faq .faq-question-text,#final-pitch .no-oblig-title{color:var(--black)}#why-wetsuit .section-sub,#is-right .section-sub,#process .section-sub,#faq .section-sub,#final-pitch .section-sub{color:#4b5563}.review-card .review-text{color:#374151}.review-card .review-name{color:#1f2937}.review-card .review-location{color:#6b7280}#comparison{background:var(--black);padding:4rem 0}@media(min-width:768px){#comparison{padding:6rem 0}}.comparison-wrap{max-width:56rem;margin:0 auto;overflow-x:auto}.comparison-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.875rem}.comparison-table thead th{font-family:Afacad,sans-serif;font-weight:700;font-size:1rem;padding:1.25rem 1rem;text-align:center;vertical-align:bottom}.comparison-table .comparison-feature{text-align:left;font-weight:700;color:#fff;padding:.875rem .75rem;border-bottom:1px solid rgba(255,255,255,.08);font-size:.8rem;min-width:0;width:30%}@media(min-width:768px){.comparison-table .comparison-feature{padding:.875rem 1rem;font-size:.875rem;width:auto}}.comparison-table thead .comparison-feature{color:transparent}.comparison-table .comparison-wetsuit{text-align:center;padding:.875rem .5rem;color:#fff;font-weight:600;background:#02aabd14;border-bottom:1px solid rgba(2,170,189,.12)}.comparison-table thead .comparison-wetsuit{color:var(--teal);background:#02aabd1f;border-radius:0;border-bottom:1px solid rgba(2,170,189,.15)}.comparison-table tbody tr:last-child .comparison-wetsuit{border-radius:0;border-bottom:none}.comparison-badge{display:block;font-size:.6rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;background:var(--teal);color:#fff;padding:.2rem .6rem;border-radius:9999px;margin:0 auto .5rem;width:fit-content}.comparison-win{color:var(--teal);font-weight:700}.comparison-table .comparison-traditional{text-align:center;padding:.875rem .5rem;color:#d0d0d0;font-weight:500;border-bottom:1px solid rgba(255,255,255,.04)}.comparison-table thead .comparison-traditional{color:#f0f0f0}#comparison .section-label{font-size:.75rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);display:block;margin-bottom:.75rem}#comparison .section-title{font-family:Afacad,sans-serif;font-size:1.875rem;font-weight:900;color:#fff;margin-bottom:1rem;line-height:1.2}@media(min-width:768px){#comparison .section-title{font-size:2.25rem}}#comparison .section-sub{color:#d0d0d0;font-size:1.125rem;max-width:42rem}#comparison .cta-note{color:#d0d0d0;font-size:.875rem;margin-top:.75rem}.mobile-spacer{height:5rem}@media(min-width:768px){.mobile-spacer{display:none}}.text-center{text-align:center}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-3{margin-top:.75rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mx-auto{margin:0 auto}.max-w-2xl{max-width:42rem}.max-w-xl{max-width:36rem}.rounded-xl{border-radius:0}.shadow-2xl{box-shadow:0 25px 50px #00000040}.w-full{width:100%}.hidden-mobile{display:none}@media(min-width:768px){.hidden-mobile{display:block}}
