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

    :root { --black:#171717; --dark:#050505; --white:#ffffff; --muted:#666666; --border:#d8d8d8; --accent:#00aeca; --accentDark:#007f95; --cream:#f7f4ef; --purple:#6d25b8; --max:1180px; }
    * { box-sizing:border-box; }
    html, body { margin:0; padding:0; max-width:100%; overflow-x:clip; }
    html { scroll-behavior:smooth; background:#fff; }
    body { font-family:Arial, Helvetica, sans-serif; color:#151515; background:#ffffff; line-height:1.55; }
    .twf-site-header-wrap, #main, .twf-footer { font-family:Arial, Helvetica, sans-serif; line-height:1.55; }
    .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:inherit; text-decoration:none; }
    img { max-width:100%; display:block; height:auto; }
    button, input, textarea, select { font:inherit; }
    [id] { scroll-margin-top:110px; }
    .twf-inner, .container, .hero-inner, .twf-footer-main, .twf-footer-bottom-inner { max-width:var(--max); width:min(var(--max), calc(100% - 40px)); margin-left:auto; margin-right:auto; }
    #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; }
    .twf-site-header-wrap { background:#fff; border-bottom:1px solid #e8e8e8; position:sticky; top:0; z-index:1000; box-shadow:0 2px 8px rgba(0,0,0,.06); }
    .twf-topbar { background:#050505; color:#fff; font-size:15px; font-weight:800; }
    .twf-topbar .twf-inner { min-height:38px; display:flex; align-items:center; justify-content:space-between; gap:16px; }
    .twf-topbar strong, .twf-topbar a { color:#fff; font-weight:900; }
    .twf-service-line { display:inline-flex; align-items:center; gap:8px; }
    .twf-service-line:before { content:""; width:11px; height:11px; flex:0 0 11px; border:2px solid var(--accent); border-radius:50% 50% 50% 0; transform:translateY(-1px) rotate(-45deg); }
    .twf-header { background:#fff; color:#050505; }
    .twf-nav { min-height:74px; display:grid; grid-template-columns:280px 1fr 340px; align-items:center; gap:28px; }
    .twf-brand { display:flex; align-items:center; }
    .twf-brand-mark { display:block; width:230px; height:46px; }
    .twf-brand-mark img { width:100%; height:100%; object-fit:contain; }
    .twf-menu { display:flex; justify-content:center; align-items:center; gap:28px; color:#050505; font-size:16px; font-weight:900; }
    .twf-menu > a, .twf-dropdown-toggle { padding:24px 0; color:#050505; background:transparent; border:0; font:inherit; font-weight:900; cursor:pointer; white-space:nowrap; }
    .twf-menu > a:hover, .twf-dropdown-toggle:hover { color:var(--accentDark); }
    .twf-dropdown { position:relative; }
    .twf-dropdown-menu { display:none; position:absolute; top:100%; left:0; width:280px; background:#fff; border:1px solid #d8d8d8; box-shadow:0 12px 26px rgba(0,0,0,.18); 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:13px 16px; border-bottom:1px solid #e7e7e7; color:#050505; font-size:14px; font-weight:800; }
    .twf-dropdown-menu a:hover { color:var(--accentDark); background:#f7f7f7; }
    .twf-header-actions { display:flex; justify-content:flex-end; align-items:center; gap:8px; }
    .twf-phone-btn { flex:0 0 auto; white-space:nowrap; }
    .twf-btn, .btn, .form-card button, .review-read, .twf-text-popup-action { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:44px; padding:0 24px; border-radius:3px; border:0; background:var(--black); color:#fff !important; font-size:16px; font-weight:900; letter-spacing:.02em; cursor:pointer; transition:background .2s ease, color .2s ease, transform .2s ease; }
    .twf-btn:hover, .btn:hover, .form-card button:hover, .review-read:hover, .twf-text-popup-action:hover { background:var(--accentDark); color:#fff !important; transform:translateY(-1px); }
    .btn-primary { background:#191919; }
    .btn-invert { background:#fff; color:#050505 !important; border:2px solid #fff; border-radius:4px; box-shadow:0 8px 18px rgba(0,0,0,.24); }
    .btn-invert:hover { background:var(--accent); color:#050505 !important; border-color:var(--accent); box-shadow:0 10px 22px rgba(0,0,0,.3); }
    .btn-outline { border:1px solid #fff; color:#fff !important; background:rgba(0,0,0,.25); }
    .btn-outline:hover { background:#fff; color:#050505 !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 var(--border); border-radius:3px; background:#fff; padding:10px; cursor:pointer; }
    .twf-menu-toggle span { display:block; height:2px; margin:5px 0; background:#050505; border-radius:2px; }
    .twf-text-popup { display:none; position:fixed; inset:0; z-index:2000; padding:24px; background:rgba(0,0,0,.72); align-items:center; justify-content:center; }
    .twf-text-popup.is-open { display:flex; }
    .twf-text-popup-card { position:relative; width:min(430px,92vw); background:#fff; border:1px solid #050505; padding:28px 24px; box-shadow:0 10px 30px rgba(0,0,0,.28); text-align:center; }
    .twf-text-popup-title { font-family:Impact, 'Arial Narrow', Arial, sans-serif; font-size:31px; line-height:1.2; margin-bottom:12px; color:#050505; }
    .twf-text-popup-close { position:absolute; top:8px; right:12px; background:transparent; border:0; color:#050505; font-size:28px; cursor:pointer; }
    #main { background:#fff; }
    #main .hero { position:relative; min-height:760px; color:#fff; background-image:linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.63)), var(--twf-hero-bg-image, none); background-size:cover; background-position:center; border-bottom:4px solid var(--purple); padding:0; }
    #main .hero:before { display:none; }
    #main .hero-inner { padding:58px 20px 70px; display:grid; grid-template-columns:1.15fr .72fr; gap:64px; align-items:start; width:min(var(--max),100%); }
    #main .hero h1 { font-family:Impact, 'Arial Narrow', Arial, sans-serif; font-size:54px; line-height:1.16; letter-spacing:.005em; font-weight:400; margin:0 0 28px; color:#fff; max-width:760px; text-shadow:0 2px 8px rgba(0,0,0,.58); }
    #main .hero h1 span { color:var(--accent); }
    #main .hero p.hero-copy { color:#fff; max-width:720px; font-size:17px; font-weight:700; margin:0 0 22px; text-shadow:1px 1px 0 rgba(0,0,0,.55); }
    #main .hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin:28px 0 18px; }
    #main .rating-line { display:flex; flex-wrap:wrap; gap:8px; align-items:center; color:#fff; font-size:14px; font-weight:900; text-shadow:1px 1px 0 rgba(0,0,0,.55); }
    #main .stars { color:#fff; letter-spacing:1px; }
    #main .form-card { background:#fff; padding:24px 24px 20px; width:100%; max-width:430px; margin-left:auto; border:3px solid #050505; border-radius:0; box-shadow:0 20px 48px rgba(0,0,0,.38), 0 0 0 8px rgba(255,255,255,.26), 0 0 36px rgba(255,255,255,.46); color:#050505; position:relative; }
    #main .form-card:before { display:none; }
    #main .form-card h3,
    #main .form-card .form-card-title { font-family:Impact, 'Arial Narrow', Arial, sans-serif; text-align:center; font-size:31px; line-height:1.12; font-weight:400; margin:0 0 16px; letter-spacing:.01em; color:#050505; }
    #main .field { margin-bottom:9px; display:block; }
    #main .field label { display:block; margin-bottom:4px; color:#050505; font-size:13px; font-weight:900; }
    #main input, #main select, #main textarea { width:100%; border:2px solid #050505; padding:10px 14px; font-size:14px; background:#fff; color:#050505; border-radius:3px; outline:none; box-shadow:none; min-height:42px; }
    #main textarea { min-height:68px; resize:vertical; }
    #main input:focus, #main select:focus, #main textarea:focus { border-color:var(--accentDark); }
    #main .hp-field { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; opacity:0 !important; pointer-events:none !important; }
    #main .field-error { display:none; color:#b42318; font-size:12px; font-weight:900; margin-top:4px; }
    #main .field.has-error .field-error { display:block; }
    #main .field.has-error input, #main .field.has-error select, #main .field.has-error textarea { border-color:#b42318; }
    #main .form-status { display:none; margin-top:12px; padding:12px 14px; border-radius:3px; font-size:14px; font-weight:900; }
    #main .form-status.show { display:block; }
    #main .form-status.success { background:#ecfdf3; color:#067647; border:1px solid #abefc6; }
    #main .form-status.error { background:#fef3f2; color:#b42318; border:1px solid #b42318; }
    #main .native-lead-form button[type="submit"] { display:flex; margin:13px auto 0; min-width:230px; }
    #main .native-lead-form.is-submitting button[type="submit"] { opacity:.78; pointer-events:none; }
    #main .secure { margin:18px 0 0 !important; color:#666 !important; font-size:13px; text-align:center; font-weight:800; line-height:1.3; display:flex; align-items:center; justify-content:center; gap:6px; }
    #main .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); }
    #main .trust-strip { background:#050505; color:#fff; padding:22px 0; }
    #main .trust-title { display:none; }
    #main .trust-inner { max-width:var(--max); width:min(var(--max), calc(100% - 40px)); margin:0 auto; display:grid; grid-template-columns:repeat(4,1fr); gap:20px; text-align:center; }
    #main .trust-item { border-right:1px solid rgba(255,255,255,.18); font-weight:900; text-transform:uppercase; font-size:14px; letter-spacing:.03em; padding:0 10px; }
    #main .trust-item:last-child { border-right:0; }
    #main .trust-icon { display:block; width:auto; height:auto; margin:0 0 5px; background:transparent; color:#fff; font-size:26px; box-shadow:none; border-radius:0; }
    #main .trust-item strong { display:block; color:#fff; font-size:14px; line-height:1.3; }
    #main .section-light, #main .section-white, #main .why-section, #main .service-area-section, #main .reviews-section, #main .faq-section, #main .cta { padding:42px 0; background:#fff; }
    #main .section-light, #main .why-section, #main .faq-section { background:var(--cream); border-top:1px solid #e5ded4; border-bottom:1px solid #e5ded4; }
    #main .section-head, #main .reviews-head, #main .why-head { max-width:900px; margin:0 auto 38px; text-align:center; }
    #main .section-head.left { text-align:left; margin-left:0; }
    #main .kicker { color:var(--accentDark); text-transform:uppercase; letter-spacing:.08em; font-size:13px; font-weight:900; margin-bottom:8px; }
    #main .section-head h2, #main .reviews-head h2, #main .cta h2, #main .faq-section .section-head h2, #main .why-head h2, #main .problem-intro h2 { font-family:Impact, 'Arial Narrow', Arial, sans-serif; color:#050505; font-size:42px; line-height:1.15; letter-spacing:.01em; font-weight:400; margin:0 0 14px; }
    #main .section-head h2 span, #main .reviews-head h2 span, #main .cta h2 span, #main .faq-section .section-head h2 span, #main .why-head h2 span { color:var(--accentDark); }
    #main .section-head p, #main .service-card p, #main .feature-card p, #main .why-card p, #main .problem-card p, #main .process-card p, #main .faq-answer p, #main .cta p { color:#4a4a4a; font-size:16px; line-height:1.6; }
    #main .section-head.left > .btn, #main .problem-intro > .btn { margin-top:18px; }
    #main .service-grid, #main .why-grid, #main .problems-grid, #main .process-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
    #main .service-card, #main .feature-card, #main .why-card, #main .problem-card, #main .process-card, #main .review-card, #main .faq-item { border:1px solid #d6d6d6; background:#fff; border-radius:0; box-shadow:0 2px 8px rgba(0,0,0,.08); overflow:hidden; transition:transform .2s ease, box-shadow .2s ease; }
    #main .service-card { display:flex; height:100%; flex-direction:column; }
    #main .service-card:hover, #main .feature-card:hover, #main .why-card:hover, #main .problem-card:hover, #main .process-card:hover, #main .review-card:hover { transform:translateY(-2px); box-shadow:0 5px 14px rgba(0,0,0,.12); }
    #main .service-title { padding:24px 24px 8px; }
    #main .service-card h3, #main .feature-card h3, #main .why-card h3, #main .problem-card h3, #main .process-card h3 { font-family:Impact, 'Arial Narrow', Arial, sans-serif; color:#050505; font-size:25px; line-height:1.15; font-weight:400; margin:0 0 12px; }
    #main .service-card img { width:100%; height:205px; object-fit:contain; margin:0; background:#f3f3f3; box-shadow:none; }
    #main .service-card .body, #main .problem-card, #main .process-card, #main .review-card { padding:24px; }
    #main .service-card .body { display:flex; flex:1 1 auto; flex-direction:column; }
    #main .service-card .body .text-link { margin-top:auto; padding-top:14px; }
    #main .text-link { display:inline-block; color:#050505; font-weight:900; border-bottom:3px solid var(--accent); padding-bottom:3px; text-transform:none; letter-spacing:0; }
    #main .text-link:after { content:""; }
    #main .feature-grid { display:grid; grid-template-columns:1fr; gap:26px; }
    #main .feature-card { display:grid; grid-template-columns:.95fr 1.05fr; gap:34px; align-items:center; padding:24px; }
    #main .feature-card:nth-child(even) img { order:2; }
    #main .feature-card:nth-child(even) .copy { order:1; }
    #main .feature-card img { width:100%; height:300px; object-fit:cover; }
    #main .check-list { list-style:none; padding:0; margin:18px 0 20px; display:grid; gap:9px; color:#555; }
    #main .check-list li { display:grid; grid-template-columns:22px 1fr; gap:8px; }
    #main .check-list li:before { content:"\2713"; width:20px; height:20px; display:grid; place-items:center; background:#050505; color:#fff; font-size:12px; font-weight:900; }
    #main .why-section { background:var(--cream); }
    #main .why-card { background:#fff; border-left:5px solid #050505; padding:22px; }
    #main .why-icon { display:none; }
    #main .problems-section { background:#fff; }
    #main .problems-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:50px; align-items:start; }
    #main .problem-intro { background:#050505; color:#fff; padding:34px; }
    #main .problem-intro h2, #main .problem-intro p { color:#fff; }
    #main .problem-icon, #main .process-num { width:44px; height:44px; display:grid; place-items:center; background:#050505; color:#fff; margin-bottom:16px; font-weight:900; }
    #main .problem-icon { margin:0 auto 16px; }
    #main .problem-icon svg { width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
    #main .problem-card h3 { text-align:center; }
    #main .service-area-section { background:#050505; color:#fff; }
    #main .service-area-section h2, #main .service-area-section h3, #main .service-area-section p, #main .service-area-section a, #main .cta h2, #main .cta p { color:#fff; }
    #main .cta { padding:128px 0; background:linear-gradient(rgba(17,17,17,.88), rgba(17,17,17,.88)), var(--twf-hero-bg-image, none) center/cover no-repeat; color:#fff; text-align:center; }
    #main .cta .container { display:flex; flex-direction:column; align-items:center; }
    #main .cta h2 { max-width:760px; font-size:56px; line-height:1.08; margin-bottom:22px; }
    #main .cta p { max-width:980px; font-size:20px; line-height:1.55; }
    #main .areas { display:flex; flex-direction:column; }
    #main .areas-head { padding-bottom:22px; margin-bottom:26px; border-bottom:2px solid rgba(255,255,255,.25); }
    #main .areas-head h2 { font-family:Impact, 'Arial Narrow', Arial, sans-serif; font-size:34px; line-height:1.2; font-weight:400; opacity:.92; margin:0 0 12px; }
    #main .areas-body { display:flex; gap:36px; align-items:stretch; }
    #main .area-list { flex:1 1 0; min-width:160px; margin:0; padding:0; list-style:none; }
    #main .area-list li { margin-bottom:8px; }
    #main .area-image { flex:0 0 480px; overflow:hidden; }
    #main .area-image img { width:100%; height:100%; object-fit:cover; border:1px solid #333; box-shadow:0 10px 28px rgba(0,0,0,.25); }
    #main .reviews-section { background:#fff; }
    #main .reviews-slider { position:relative; padding:0 54px; }
    #main .testimonials { display:flex; gap:24px; overflow-x:hidden; scroll-behavior:smooth; }
    @media (min-width: 1750px) { #main .testimonials { justify-content: center; } }
    #main .review-card { flex:0 0 340px; }
    #main .review-card p { max-height:108px; overflow:hidden; }
    #main .review-card.is-expanded p { max-height:none; }
    #main .review-read { min-height:34px; padding:0 14px; margin:8px 0 18px; font-size:12px; }
    #main .review-person { display:flex; align-items:center; gap:12px; }
    #main .avatar { width:42px; height:42px; background:#050505; color:#fff; display:grid; place-items:center; font-weight:900; }
    #main .review-person strong { display:block; color:#050505; }
    #main .review-person span { display:block; color:#666; font-size:13px; }
    #main .review-nav { position:absolute; top:50%; transform:translateY(-50%); width:42px; height:42px; border:1px solid #d6d6d6; background:#fff; color:#050505; box-shadow:0 2px 8px rgba(0,0,0,.08); cursor:pointer; font-size:26px; }
    #main .review-prev { left:0; }
    #main .review-next { right:0; }
    #main .review-nav.is-hidden { opacity:.25; pointer-events:none; }
    #main .review-dots { display:flex; min-height:10px; justify-content:center; gap:8px; margin-top:22px; }
    #main .review-dot { width:10px; height:10px; padding:0; border:0; border-radius:10px; background:#d8d8d8; cursor:pointer; }
    #main .review-dot.is-active { background:#050505; }
    #main .cta-actions { display:flex; gap:16px; flex-wrap:wrap; justify-content:center; margin-top:34px; }
    #main .cta-actions .btn { min-height:60px; min-width:190px; padding:0 38px; font-size:18px; }
    #main .faq-wrap { display:grid; grid-template-columns:.9fr 1.1fr; gap:40px; align-items:start; }
    #main .faq-list { display:grid; gap:12px; }
    #main .faq-question { width:100%; min-height:58px; border:0; background:#fff; color:#050505; display:flex; justify-content:space-between; align-items:center; padding:0 20px; text-align:left; font-weight:900; font-size:17px; cursor:pointer; }
    #main .faq-question .plus { color:var(--accentDark); font-size:22px; }
    #main .faq-answer { display:none; padding:0 20px 20px; }
    #main .faq-item.active .faq-answer { display:block; }
    .twf-footer { background:#050505; color:#cfcfcf; }
    .twf-footer-main { padding:28px 0 30px; display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr 1.2fr; gap:34px; }
    .twf-footer-brand img { width:190px; margin-bottom:14px; }
    .twf-footer-heading { color:#fff; font-family:Impact, 'Arial Narrow', Arial, sans-serif; font-size:21px; font-weight:400; margin:0 0 14px; }
    .twf-footer p, .twf-footer a, .twf-footer li { color:#e2e2e2; font-size:15px; line-height:1.8; }
    .twf-footer-contact { display:flex; flex-direction:column; gap:14px; }
    .twf-footer a:hover { color:var(--accent); }
    .twf-footer ul { list-style:none; padding:0; margin:0; }
    .twf-footer li { margin-bottom:8px; }
    .twf-footer-map { height:190px; overflow:hidden; position:relative; background:#050505; border:1px solid rgba(255,255,255,.13); }
    .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:var(--accent); font-weight:900; }
    .twf-footer-bottom { border-top:1px solid rgba(255,255,255,.13); padding:18px 0; }
    .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; display:grid; place-items:center; color:#fff; }
    .twf-footer-social svg { width:18px; height:18px; fill:currentColor; }
    .twf-footer-social.fb { background:#1877f2; }
    .twf-footer-social.ig { background:#e4405f; }
    .twf-footer-social.li { background:#0a66c2; }
    .twf-footer-copy { margin:0; color:#aaa; font-size:13px; }
    @media (max-width:1080px) { .twf-nav { grid-template-columns:220px 1fr 320px; gap:18px; } .twf-menu { gap:18px; } .twf-footer-main { grid-template-columns:repeat(3,1fr); } .twf-footer-brand, .twf-footer-map-col { grid-column:1/-1; } }
    @media (max-width:980px) { .twf-topbar { display:flex; align-items:center; } .twf-topbar .twf-inner { display:flex; flex-direction:column; justify-content:center; gap:8px; min-height:0; padding:10px 0; text-align:center; } .twf-service-line { justify-content:center; line-height:1.25; } .twf-nav { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:10px; min-height:70px; padding:10px 0; } .twf-brand { flex:0 0 auto; } .twf-brand-mark { width:180px; 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; border-top:1px solid #e8e8e8; } .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; background:#fff; box-shadow:0 12px 24px rgba(0,0,0,.14); } .twf-menu > a, .twf-dropdown-toggle { width:100%; padding:13px 4px; border-bottom:1px solid #e8e8e8; text-align:left; } .twf-dropdown-menu { position:static; width:100%; box-shadow:none; } .twf-dropdown:hover .twf-dropdown-menu { display:none; } .twf-dropdown.is-open .twf-dropdown-menu { display:block !important; } #main .hero-inner { padding-top:34px; } #main .hero-inner, #main .feature-card, #main .problems-layout, #main .faq-wrap { grid-template-columns:1fr; } #main .areas-body { flex-direction:column; } #main .area-image { flex:1 1 auto; width:100%; } #main .hero { min-height:auto; } #main .hero h1 { font-size:36px; margin-bottom:24px; } #main .form-card { margin:0; max-width:100%; } #main .form-card:before { display:none; } #main .service-grid, #main .why-grid, #main .problems-grid, #main .process-grid, .twf-footer-main { grid-template-columns:1fr; } #main .trust-inner { grid-template-columns:repeat(2,1fr); } #main .trust-item:nth-child(2) { border-right:0; } #main .feature-card:nth-child(even) img, #main .feature-card:nth-child(even) .copy { order:initial; } #main .reviews-slider { padding:0 34px; } #main .review-card { flex-basis:100%; min-width:0; padding:22px; } }
    @media (max-width:560px) { #main .hero-inner { padding-top:26px; } #main .hero h1 { font-size:32px; } #main .hero-copy { font-size:17px; } #main .trust-inner { grid-template-columns:1fr; } #main .trust-item { border-right:0; border-bottom:1px solid rgba(255,255,255,.18); padding-bottom:14px; } #main .trust-item:last-child { border-bottom:0; } }
    @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) { #main .process-section { padding-bottom:24px; } #main .service-area-section { padding-top:28px; } #main .areas-body { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 24px; } #main .area-list { min-width:0; } #main .area-image { grid-column:1 / -1; width:100%; min-height:180px; margin-top:14px; } #main .area-image img { height:100%; min-height:180px; } }
    @media (max-width:780px) { .twf-site-header-wrap, #main, .twf-footer { width:100vw; max-width:100vw; margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw); overflow-x:hidden; } }
        @media (max-width: 780px) { :root { --twf-hero-bg-image: url('https://pub-fb5f841ba2ce4abf95d1802e2584ffaa.r2.dev/sites/tempeasphalt-com/variants/hero-1200-6db7b41c69ae.webp'); } }
