
    :root { --twf-hero-bg-image: url('https://pub-fb5f841ba2ce4abf95d1802e2584ffaa.r2.dev/sites/phoenixrubberflooring-com/variants/hero-1200-b156cb6b50a2.webp'); }

    * { box-sizing: border-box; }
    html, body { margin: 0; padding: 0; max-width: 100%; overflow-x: clip; }
    body { font-family: Roboto, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; color: #263238; background: #fafafa; -webkit-font-smoothing: antialiased; }
    .twf-site-header-wrap, #main, .twf-footer { font-family: Roboto, Arial, Helvetica, sans-serif; line-height: 1.6; }
    .twf-site-header-wrap *, .twf-site-header-wrap *::before, .twf-site-header-wrap *::after, #main *, #main *::before, #main *::after, .twf-footer *, .twf-footer *::before, .twf-footer *::after { box-sizing: border-box; }
    :where(#main, .twf-footer) :where(h1, h2, h3, h4, h5, h6, p) { margin: 0; }
    a { color: #00bcd4; text-decoration: none; transition: color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease; }
    a:hover { color: #00bcd4; text-decoration: none; }
    img { max-width: 100%; display: block; }
    button, input, select, textarea { font-family: inherit; }
    .twf-inner, .container, .hero-inner, .twf-footer-main, .twf-footer-bottom-inner { width: min(1170px, calc(100% - 40px)); margin-left: auto; margin-right: auto; }
    .twf-site-header-wrap { position: sticky; top: 0; left: 0; right: 0; z-index: 1000; width: 100%; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.18); font-family: Roboto, Arial, Helvetica, sans-serif; }
    .twf-topbar { background: #263238; color: #cfd8dc; font-size: 15px; }
    .twf-topbar .twf-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
    .twf-topbar strong, .twf-topbar a { color: #fff; font-weight: 700; }
    .twf-topbar .twf-inner > span:first-child { display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
    .twf-topbar .twf-inner > span:first-child:before { content: ""; width: 10px; height: 10px; flex: 0 0 10px; border: 2px solid #00bcd4; border-radius: 50% 50% 50% 0; transform: translateY(-1px) rotate(-45deg); }
    .twf-header { background: #fff; color: #263238; }
    .twf-nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
    .twf-brand { flex: 0 0 auto; }
    .twf-brand-mark { display: block; width: 230px; height: 56px; }
    .twf-brand-mark img { width: 100%; height: 100%; object-fit: contain; }
    .twf-menu { display: flex; align-items: stretch; gap: 26px; flex: 1 1 auto; justify-content: center; }
    .twf-menu > a, .twf-dropdown-toggle { display: inline-flex; align-items: center; justify-content: center; min-height: 72px; color: #263238; text-transform: uppercase; letter-spacing: .5px; font-size: 16px; line-height: 1; font-weight: 700; background: transparent; border: 0; padding: 0; cursor: pointer; }
    .twf-menu > a:hover, .twf-dropdown-toggle:hover { color: #00bcd4; }
    .twf-dropdown { position: relative; display: flex; align-items: stretch; }
    .twf-dropdown-menu { display: none; position: absolute; top: 100%; left: 0; width: 260px; background: #fff; border-radius: 2px; box-shadow: 0 6px 18px rgba(0,0,0,.18); overflow: hidden; z-index: 1001; }
    .twf-dropdown:hover .twf-dropdown-menu, .twf-dropdown.is-open .twf-dropdown-menu { display: block; }
    .twf-dropdown-menu a { display: block; padding: 12px 16px; color: #263238; font-size: 14px; font-weight: 500; border-bottom: 1px solid #eceff1; }
    .twf-dropdown-menu a:hover { background: #f5f7f8; color: #00bcd4; }
    .twf-header-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
    .twf-btn, .btn, .form-card button, .review-read, .twf-text-popup-action { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 22px; border-radius: 3px; border: 0; background: #00bcd4; color: #fff !important; box-shadow: 0 2px 5px rgba(0,0,0,.24); text-transform: uppercase; letter-spacing: .7px; font-size: 14px; font-weight: 700; cursor: pointer; transition: background .25s ease, box-shadow .25s ease, transform .25s ease; }
    .twf-header-actions .twf-btn { gap: 9px; min-height: 50px; padding: 0 26px; font-size: 16px; text-transform: none; }
    .twf-btn:hover, .btn:hover, .form-card button:hover, .review-read:hover, .twf-text-popup-action:hover { background: #00bcd4; color: #fff !important; box-shadow: 0 5px 12px rgba(0,0,0,.28); transform: translateY(-1px); }
    .btn-outline { background: transparent; border: 2px solid #fff; box-shadow: none; color: #fff !important; }
    .btn-outline:hover { background: #fff; color: #263238 !important; }
    .twf-btn-icon { display: none; }
    .twf-header-actions .twf-btn-icon { display: inline-block; width: 18px; height: 18px; flex: 0 0 auto; fill: currentColor; }
    .twf-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid #cfd8dc; border-radius: 3px; background: #fff; padding: 10px; cursor: pointer; }
    .twf-menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #263238; }
    .twf-text-popup { display: none; position: fixed; inset: 0; z-index: 2000; background: rgba(38,50,56,.72); align-items: center; justify-content: center; padding: 24px; }
    .twf-text-popup.is-open { display: flex; }
    .twf-text-popup-card { width: min(420px, 92vw); background: #fff; color: #263238; border-radius: 4px; padding: 30px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,.35); position: relative; }
    .twf-text-popup-title { color: #263238; font-size: 24px; font-weight: 500; margin-bottom: 10px; }
    .twf-text-popup-close { position: absolute; top: 10px; right: 14px; border: 0; background: transparent; color: #263238; font-size: 28px; cursor: pointer; }
    #main { margin-top: 0; background: #fafafa; }
    .hero { position: relative; min-height: 720px; padding: 70px 0 40px; color: #fff; background: #263238 var(--twf-hero-bg-image, none) center center / cover no-repeat; }
    .hero:before { content: ""; position: absolute; inset: 0; background: rgba(38,50,56,.92); }
    .hero-inner { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: 48px; }
    .hero-inner > div:first-child { flex: 1 1 auto; max-width: 690px; }
    .hero h1 { margin: 0 0 22px; color: #fff; font-size: 44px; line-height: 1.15; font-weight: 700; letter-spacing: 0; }
    .hero h1 span { color: #00bcd4; }
    .hero-copy { color: #eceff1; font-size: 17px; font-weight: 300; line-height: 1.7; margin: 0 0 18px; }
    .hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin: 28px 0 20px; }
    .rating-line { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); border-radius: 3px; padding: 10px 14px; font-size: 14px; font-weight: 500; }
    .stars { color: #ffc107; letter-spacing: 1px; }
    .form-card { flex: 0 0 430px; background: #fff; color: #263238; border: 3px solid #00bcd4; outline: 1px solid rgba(255,255,255,.68); border-radius: 6px; padding: 28px 34px; box-shadow: 0 18px 44px rgba(0,0,0,.46), 0 0 0 8px rgba(0,188,212,.18); }
    .form-card h3,
    .form-card .form-card-title { margin: 0 0 18px; color: #00bcd4; text-align: center; font-size: 27px; line-height: 1.12; font-weight: 700; }
    .field { margin-bottom: 12px; }
    .field label { display: block; margin-bottom: 5px; color: #263238; font-size: 15px; line-height: 1.2; font-weight: 700; }
    input, select, textarea { width: 100%; min-height: 46px; padding: 9px 14px; border: 2px solid #cfd8dc; border-radius: 3px; background: #fff; color: #263238; font-size: 17px; transition: border-color .25s ease, background .25s ease, box-shadow .25s ease; }
    textarea { min-height: 74px; resize: vertical; }
    input:focus, select:focus, textarea:focus { border-color: #00bcd4; background: #fff; box-shadow: 0 0 0 3px rgba(0,188,212,.18); outline: none; }
    .hp-field { display: none; }
    .field-error { display: none; color: #d32f2f; font-size: 12px; margin-top: 5px; }
    .secure { margin: 18px 0 0; color: #607d8b; font-size: 13px; font-weight: 800; text-align: center; line-height: 1.3; display: flex; align-items: center; justify-content: center; gap: 6px; }
    .secure:before { content: ""; width: 12px; height: 12px; flex: 0 0 12px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 10V8a5 5 0 0 1 10 0v2h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h1Zm2 0h6V8a3 3 0 0 0-6 0v2Z'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 10V8a5 5 0 0 1 10 0v2h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h1Zm2 0h6V8a3 3 0 0 0-6 0v2Z'/%3E%3C/svg%3E") center/contain no-repeat; transform: translateY(-1px); }
    .field.has-error .field-error { display: block; }
    .form-status.show { margin-top: 14px; padding: 12px; border-radius: 3px; font-size: 13px; font-weight: 700; }
    .form-status.success { background: #e8f5e9; color: #2e7d32; }
    .form-status.error { background: #ffebee; color: #c62828; }
    .form-card button { width: 100%; min-height: 48px; margin-top: 2px; font-size: 16px; box-shadow: 0 4px 12px rgba(0,150,167,.34); }
    .trust-strip { background: #00bcd4; color: #fff; padding: 26px 0 34px; }
    .trust-title { margin: 0 0 28px; text-align: center; color: #fff; text-transform: none; letter-spacing: 0; font-size: 44px; line-height: 1.12; font-weight: 700; }
    .trust-title span { color: inherit; }
    .trust-inner { display: flex; justify-content: space-around; gap: 30px; flex-wrap: wrap; }
    .trust-item { min-width: 210px; text-align: center; color: #fff; font-size: 22px; line-height: 1.25; font-weight: 700; text-transform: none; letter-spacing: 0; }
    .trust-icon { width: 64px; height: 64px; margin: 0 auto 24px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.32); color: #fff; font-size: 30px; font-weight: 700; box-shadow: none; }
    .section-light, .section-white, .why-section, .service-area-section, .reviews-section, .faq-section { padding: 42px 0; }
    .section-light, .reviews-section { background: #fafafa; }
    .problems-section { padding-top: 30px; }
    #services > .container, .advanced-services > .container, .why-section > .container, .problems-section > .container, .process-section > .container, .service-area-section > .container, .reviews-section > .container, .faq-section > .container { width: min(90vw, calc(100% - 20px)); max-width: 1700px; }
    .section-white, .faq-section { background: #fff; }
    .section-head { max-width: 780px; margin: 0 auto 44px; text-align: center; }
    .section-head.left { margin-left: 0; text-align: left; }
    .kicker { margin-bottom: 10px; color: #00bcd4; text-transform: uppercase; letter-spacing: 1.2px; font-size: 13px; font-weight: 700; }
    .section-head h2, .reviews-head h2, .cta h2, .faq-section .section-head h2 { margin: 0 0 16px; color: #263238; font-size: 36px; line-height: 1.18; font-weight: 500; text-transform: uppercase; letter-spacing: .8px; }
    .section-head h2 span, .reviews-head h2 span, .cta h2 span, .faq-section .section-head h2 span { color: #00bcd4; }
    .section-head p, .feature-card p, .service-card p, .why-card p, .problem-card p, .process-card p, .faq-answer p, .cta p { color: #78909c; font-size: 16px; line-height: 1.7; }
    .problem-intro .btn, .faq-section .section-head .btn { margin-top: 22px; }
    .service-grid, .feature-grid, .why-grid, .problems-grid, .process-grid { display: flex; align-items: stretch; flex-wrap: wrap; gap: 30px; }
    .service-grid { justify-content: center; }
    .service-card, .feature-card, .why-card, .problem-card, .process-card, .faq-item, .review-card { background: #fff; border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); overflow: hidden; transition: box-shadow .28s cubic-bezier(.25,.8,.25,1), transform .28s ease; }
    .service-card:hover, .feature-card:hover, .why-card:hover, .problem-card:hover, .process-card:hover, .review-card:hover { box-shadow: 0 10px 20px rgba(0,0,0,.16), 0 6px 6px rgba(0,0,0,.10); transform: translateY(-2px); }
    .service-card { flex: 0 1 calc(33.333% - 20px); min-width: 290px; display: flex; flex-direction: column; }
    .service-title { padding: 22px 24px 0; }
    .service-title h3, .feature-card h3, .why-card h3, .problem-card h3, .process-card h3 { margin: 0 0 12px; color: #263238; font-size: 20px; line-height: 1.3; font-weight: 500; }
    .service-card img, .feature-card img { width: 100%; height: 210px; object-fit: cover; }
    .service-card img { object-fit: contain; background: transparent; }
    .service-card .body, .feature-card .copy, .why-card, .problem-card, .process-card { padding: 24px; }
    .service-card .body { display: flex; flex: 1 1 auto; flex-direction: column; }
    .text-link { display: inline-flex; margin-top: 12px; color: #00bcd4; text-transform: uppercase; letter-spacing: .7px; font-size: 13px; font-weight: 700; }
    .service-card .text-link { margin-top: auto; padding-top: 14px; }
    .text-link:after { content: "\2192"; margin-left: 6px; transition: transform .25s ease; }
    .text-link:hover:after { transform: translateX(4px); }
    .feature-card { flex: 1 1 calc(50% - 15px); min-width: 320px; }
    .advanced-services .feature-grid { display: grid; gap: 34px; }
    .advanced-services .feature-card { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; min-width: 0; }
    .advanced-services .feature-card:nth-child(even) { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); }
    .advanced-services .feature-card:nth-child(even) img { order: 2; }
    .advanced-services .feature-card:nth-child(even) .copy { order: 1; }
    .advanced-services .feature-card img { height: 300px; }
    .advanced-services .feature-card .copy { padding: 32px; }
    .check-list { margin: 16px 0 0; padding: 0; list-style: none; color: #607d8b; font-size: 14px; }
    .check-list li { position: relative; padding-left: 22px; margin-bottom: 8px; }
    .check-list li:before { content: "\2713"; position: absolute; left: 0; color: #00bcd4; font-weight: 700; }
    .why-card { flex: 1 1 calc(33.333% - 20px); min-width: 260px; }
    .why-card h3 { text-align: center; }
    .why-icon { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 14px; background: #00bcd4; color: #00bcd4; }
    .why-icon svg, .problem-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .problems-layout { display: flex; gap: 42px; align-items: flex-start; }
    .problem-intro { flex: 0 0 320px; }
    .problem-intro h2 { color: #263238; font-size: 34px; line-height: 1.2; font-weight: 500; }
    .problems-grid { flex: 1 1 auto; }
    .problem-card { flex: 1 1 calc(50% - 15px); min-width: 250px; padding: 24px; }
    .problem-card h3 { text-align: center; }
    .problem-icon { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 14px; background: #00bcd4; color: #00bcd4; }
    .process-card { flex: 1 1 calc(33.333% - 20px); min-width: 260px; padding: 24px; }
    .process-num { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 16px; background: #00bcd4; color: #fff; font-weight: 700; }
    .service-area-section { background: #00bcd4; color: #fff; }
    .service-area-section h2, .service-area-section h3, .service-area-section p, .service-area-section a { color: #fff; }
    .areas { display: flex; flex-direction: column; }
    .areas-head { padding-bottom: 22px; margin-bottom: 26px; border-bottom: 2px solid rgba(255,255,255,.35); }
    .areas-head h2 { font-size: 30px; line-height: 1.25; font-weight: 700; margin: 0 0 12px; text-transform: none; letter-spacing: normal; }
    .areas-body { display: flex; gap: 40px; align-items: stretch; }
    .area-list { flex: 1 1 0; min-width: 160px; margin: 0; padding: 0; list-style: none; }
    .area-list li { margin-bottom: 8px; }
    .area-image { flex: 0 0 480px; border-radius: 6px; overflow: hidden; }
    .area-image img { width: 100%; height: 100%; object-fit: cover; }
    .reviews-head { text-align: center; margin-bottom: 34px; }
    .reviews-slider { position: relative; padding: 0 54px; }
    .testimonials { display: flex; gap: 24px; overflow-x: hidden; padding-bottom: 14px; margin-bottom: -14px; scroll-behavior: smooth; }
    @media (min-width: 1750px) { .testimonials { justify-content: center; } }
    .review-card { flex: 0 0 340px; padding: 28px; }
    .review-card .stars { color: #ffc107; font-size: 18px; margin-bottom: 12px; }
    .review-card p { max-height: 100px; overflow: hidden; color: #607d8b; }
    .review-card.is-expanded p { max-height: none; }
    .review-read { min-height: 34px; padding: 0 14px; margin: 8px 0 18px; font-size: 12px; }
    .review-person { display: flex; align-items: center; gap: 12px; }
    .avatar { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: #00bcd4; color: #fff; font-weight: 700; }
    .review-person strong { display: block; color: #263238; }
    .review-person span { display: block; color: #90a4ae; font-size: 13px; }
    .review-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; border: 0; background: #fff; color: #00bcd4; box-shadow: 0 2px 8px rgba(0,0,0,.22); cursor: pointer; font-size: 26px; }
    .review-prev { left: 0; }
    .review-next { right: 0; }
    .review-nav.is-hidden { opacity: .25; pointer-events: none; }
    .review-dots { display: flex; min-height: 10px; justify-content: center; gap: 8px; margin-top: 22px; }
    .review-dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: #cfd8dc; cursor: pointer; }
    .review-dot.is-active { background: #00bcd4; }
    .cta { position: relative; padding: 130px 0; color: #fff; text-align: center; background: linear-gradient(rgba(20,30,38,.82), rgba(20,30,38,.82)), var(--twf-hero-bg-image, none) center/cover no-repeat; }
    .cta h2 { color: #fff; font-size: 46px; }
    .cta p { max-width: 680px; margin: 0 auto; color: #cfd8dc; font-size: 18px; }
    .cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 32px; }
    .cta-actions .btn { min-height: 54px; padding: 0 34px; font-size: 15px; }
    .faq-wrap { display: flex; gap: 46px; align-items: flex-start; }
    .faq-wrap .section-head { flex: 0 0 360px; }
    .faq-list { flex: 1 1 auto; display: grid; gap: 12px; }
    .faq-item { box-shadow: 0 1px 3px rgba(0,0,0,.14); }
    .faq-question { width: 100%; min-height: 58px; padding: 0 20px; border: 0; background: #fff; color: #263238; display: flex; justify-content: space-between; align-items: center; text-align: left; font-size: 17px; font-weight: 700; cursor: pointer; }
    .faq-question .plus { color: #00bcd4; font-size: 22px; font-weight: 400; }
    .faq-answer { display: none; padding: 0 20px 20px; color: #78909c; }
    .faq-item.active .faq-answer { display: block; }
    .twf-footer { background: #263238; color: #b0bec5; font-family: Roboto, Arial, Helvetica, sans-serif; }
    .twf-footer-main { padding: 28px 0 40px; display: flex; flex-wrap: wrap; gap: 34px; align-items: flex-start; }
    .twf-footer-brand { flex: 1 1 230px; }
    .twf-footer-brand img { width: 200px; height: auto; margin-bottom: 16px; }
    .twf-footer-col { flex: 1 1 160px; }
    .twf-footer-map-col { flex-basis: 240px; }
    .twf-footer-heading { margin: 0 0 18px; color: #fff; text-transform: uppercase; letter-spacing: .8px; font-size: 14px; font-weight: 700; }
    .twf-footer p, .twf-footer li, .twf-footer a { color: #cfd8dc; font-size: 15px; line-height: 1.8; }
    .twf-footer a:hover { color: #00bcd4; }
    .twf-footer ul { margin: 0; padding: 0; list-style: none; }
    .twf-footer li { margin-bottom: 8px; }
    .twf-footer-map { height: 190px; border-radius: 4px; overflow: hidden; position: relative; background: #263238; box-shadow: 0 2px 8px rgba(0,0,0,.2); }
    .twf-footer-map iframe, .twf-map-placeholder { position: absolute; inset: 0; width: 100%; height: 100%; }
    .twf-map-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: #00bcd4; font-weight: 700; }
    .twf-footer-bottom { border-top: 1px solid #263238; padding: 20px 0; text-align: center; }
    .twf-footer-bottom-inner { display: flex; flex-direction: column; align-items: center; gap: 14px; }
    .twf-footer-socials { display: flex; gap: 10px; }
    .twf-footer-social { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: #fff; }
    .twf-footer-social svg { width: 18px; height: 18px; fill: currentColor; }
    .twf-footer-social.fb { background: #3b5998; }
    .twf-footer-social.ig { background: #e4405f; }
    .twf-footer-social.li { background: #0077b5; }
    .twf-footer-copy { margin: 0; color: #b0bec5; font-size: 13px; }
    .twf-footer-contact { display: flex; flex-direction: column; gap: 14px; }
    @media (max-width: 980px) { .twf-topbar .twf-inner { flex-direction: column; justify-content: center; padding: 8px 0; gap: 2px; text-align: center; } .twf-nav { min-height: 70px; flex-wrap: wrap; gap: 10px; padding: 10px 0; } .twf-brand-mark { width: 170px; height: 46px; } .twf-menu-toggle { display: block; } .twf-header-actions { margin-left: auto; } .twf-menu { display: none; flex: 1 0 100%; order: 10; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; background: #fff; border-top: 1px solid #eceff1; box-shadow: 0 5px 10px rgba(0,0,0,.08); } .twf-menu.is-open { display: flex; position: fixed; left: 0; right: 0; top: var(--twf-menu-top, 70px); max-height: calc(100vh - var(--twf-menu-top, 70px)); margin-top: 0; overflow-y: auto; overflow-anchor: none; z-index: 1001; -webkit-overflow-scrolling: touch; } .twf-dropdown { display: block; } .twf-menu > a, .twf-dropdown-toggle { min-height: 48px; width: 100%; padding: 14px 4px; border-bottom: 1px solid #eceff1; justify-content: flex-start; text-align: left; } .twf-dropdown-menu { position: static; width: 100%; box-shadow: none; border-radius: 0; } .twf-dropdown:hover .twf-dropdown-menu { display: none; } .twf-dropdown.is-open .twf-dropdown-menu { display: block !important; } .hero { min-height: 0; padding: 38px 0 48px; } .hero-inner, .problems-layout, .areas-body, .faq-wrap { flex-direction: column; } .hero h1 { font-size: 34px; } .hero .form-card, .faq-wrap .section-head, .problem-intro, .area-image { flex: 1 1 auto; width: 100%; max-width: none; } .service-grid, .feature-grid, .why-grid, .problems-grid, .process-grid { display: grid; grid-template-columns: 1fr; } .reviews-slider { padding: 0 34px; } .review-card { flex-basis: 100%; min-width: 0; padding: 22px; } .faq-wrap .section-head { margin-bottom: 0; } .twf-footer-main { display: grid; grid-template-columns: 1fr; } }
    @media (max-width: 980px) { .advanced-services .feature-card, .advanced-services .feature-card:nth-child(even) { grid-template-columns: 1fr; } .advanced-services .feature-card:nth-child(even) img, .advanced-services .feature-card:nth-child(even) .copy { order: initial; } }
    @media (max-width: 780px) { .twf-site-header-wrap { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; overflow-x: hidden; } #main, .twf-footer { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); overflow-x: hidden; } }
    @media (max-width: 520px) { .trust-strip { padding: 28px 7px 32px; } .trust-title { font-size: 36px; margin-bottom: 24px; } .trust-inner { gap: 26px; } .trust-item { min-width: 150px; font-size: 19px; } .trust-icon { width: 58px; height: 58px; margin-bottom: 14px; font-size: 27px; } }
    @media (max-width: 600px) { .twf-nav { display: flex; flex-wrap: nowrap; align-items: center; gap: 6px; min-height: 58px; padding: 8px 0; } .twf-brand { order: 1; flex: 0 0 auto; } .twf-brand-mark { width: 90px; height: 26px; } .twf-header-actions { order: 2; margin-left: 0; gap: 4px; flex: 1 1 auto; justify-content: center; } .twf-header-actions .twf-btn { min-height: 38px; padding: 0 8px; font-size: 11px; gap: 4px; } .twf-header-actions .twf-btn-icon { width: 14px; height: 14px; } .twf-menu-toggle { order: 3; flex: 0 0 44px; } .twf-menu { flex: 0 0 100%; } }
    @media (max-width: 980px) { .areas-body { flex-direction: row; flex-wrap: wrap; gap: 12px 24px; } .area-list { flex: 1 1 calc(50% - 12px); min-width: 0; } .area-image { order: 3; } }
        @media (max-width: 780px) { :root { --twf-hero-bg-image: url('https://pub-fb5f841ba2ce4abf95d1802e2584ffaa.r2.dev/sites/phoenixrubberflooring-com/variants/hero-1200-b156cb6b50a2.webp'); } }
