/*
Theme Name: All Home Fixer
Author: All Home Fixer
Description: Complete animated service marketplace theme for All Home Fixer.
Version: 2.0.0
Text Domain: all-home-fixer
*/
:root{--ahf-primary:#1457d9;--ahf-dark:#0f1d35;--ahf-accent:#ffb000;--ahf-bg:#f6f8fc;--ahf-card:#fff;--ahf-muted:#667085;--ahf-border:#e5eaf2;--ahf-radius:18px;--ahf-shadow:0 14px 40px rgba(15,29,53,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ahf-bg);color:#17233b;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6}a{color:var(--ahf-primary);text-decoration:none;transition:.2s}a:hover{color:#0b3e9f}img{max-width:100%}.ahf-container{width:min(1180px,92%);margin:auto}
.ahf-site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--ahf-border)}.ahf-nav{height:76px;display:flex;align-items:center;gap:28px}.ahf-brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:900;color:var(--ahf-dark);white-space:nowrap}.ahf-brand img{width:40px;height:40px}
.ahf-menu{display:flex;align-items:center;gap:5px;margin-left:auto}.ahf-menu li{list-style:none}.ahf-menu a{display:block;padding:10px 12px;color:#344054;font-weight:700;border-radius:9px}.ahf-menu a:hover,.ahf-menu .current-menu-item>a{background:#edf3ff;color:var(--ahf-primary)}
.ahf-menu-toggle{display:none;margin-left:auto;border:0;background:#edf3ff;color:var(--ahf-primary);border-radius:10px;padding:9px 12px;font-size:20px}
.ahf-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:11px;padding:12px 19px;background:var(--ahf-primary);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 5px 15px rgba(20,87,217,.18);transition:.2s}.ahf-button:hover{transform:translateY(-2px);background:#0d42a9;color:#fff;box-shadow:0 9px 22px rgba(20,87,217,.25)}.ahf-button.secondary{background:#edf3ff;color:var(--ahf-primary);box-shadow:none}.ahf-button.accent{background:var(--ahf-accent);color:#18202e}.ahf-button.outline{background:#fff;color:var(--ahf-primary);border:1px solid #b9c9ea;box-shadow:none}
.ahf-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#edf4ff,#fff 60%,#fff8e5);padding:85px 0 70px}.ahf-hero:before,.ahf-hero:after{content:"";position:absolute;border-radius:50%;filter:blur(3px);opacity:.45;animation:ahf-float 8s ease-in-out infinite}.ahf-hero:before{width:230px;height:230px;background:#d8e7ff;right:-60px;top:-70px}.ahf-hero:after{width:170px;height:170px;background:#ffe2a2;left:-50px;bottom:-60px;animation-delay:-3s}.ahf-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.04fr .96fr;gap:55px;align-items:center}.ahf-kicker{color:var(--ahf-primary);font-size:12px;letter-spacing:.12em;font-weight:900;text-transform:uppercase}.ahf-hero h1{font-size:clamp(40px,5.4vw,68px);line-height:1.03;letter-spacing:-.045em;margin:12px 0 20px}.ahf-hero p{font-size:19px;color:#5d687a;max-width:650px}.ahf-hero-art{background:#fff;padding:16px;border:1px solid var(--ahf-border);border-radius:28px;box-shadow:var(--ahf-shadow);animation:ahf-card-float 5s ease-in-out infinite}.ahf-search{background:#fff;padding:12px;border:1px solid var(--ahf-border);border-radius:15px;box-shadow:var(--ahf-shadow);margin-top:25px}.ahf-search form{display:grid;grid-template-columns:1fr 1fr auto;gap:9px}.ahf-search input,.ahf-form input,.ahf-form textarea,.ahf-form select{width:100%;padding:13px 14px;border:1px solid #d7deea;border-radius:10px;font:inherit;background:#fff}
.ahf-section{padding:70px 0}.ahf-section.alt{background:#fff}.ahf-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.ahf-section h1,.ahf-section h2{line-height:1.15;margin:0 0 8px}.ahf-section h1{font-size:44px}.ahf-section h2{font-size:34px}.ahf-muted{color:var(--ahf-muted)}
.ahf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.ahf-card{background:#fff;border:1px solid var(--ahf-border);border-radius:var(--ahf-radius);overflow:hidden;box-shadow:0 3px 15px rgba(15,29,53,.04);transition:.25s}.ahf-card:hover{transform:translateY(-5px);box-shadow:var(--ahf-shadow)}.ahf-card-body{padding:18px}.ahf-category-card{text-align:center;padding:22px}.ahf-category-card img{width:70px;height:70px;margin-bottom:12px}.ahf-category-card h3{margin:0 0 5px}.ahf-service-card img{width:100%;height:180px;object-fit:cover}.ahf-service-card h3{margin:0 0 7px;font-size:19px}.ahf-meta{display:flex;gap:9px;flex-wrap:wrap;color:#667085;font-size:13px}.ahf-rating{font-weight:800;color:#9a6900}.ahf-price{margin-top:11px;font-size:18px;font-weight:900}
.ahf-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ahf-step{padding:28px;border:1px solid var(--ahf-border);border-radius:16px;background:#fff;transition:.25s}.ahf-step:hover{transform:translateY(-4px)}.ahf-step-number{width:43px;height:43px;display:grid;place-items:center;border-radius:50%;background:#eaf1ff;color:var(--ahf-primary);font-weight:900}
.ahf-cta{background:var(--ahf-dark);color:#fff;border-radius:24px;padding:45px;display:flex;align-items:center;justify-content:space-between;gap:25px;overflow:hidden;position:relative}.ahf-cta:after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;background:#21457e;right:-100px;top:-120px}.ahf-cta>*{position:relative;z-index:1}.ahf-cta h2{margin:0}.ahf-cta p{color:#c6d0df}
.ahf-footer{background:#0c1628;color:#b9c5d7;padding:55px 0 24px}.ahf-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}.ahf-footer h4{color:#fff;margin-top:0}.ahf-footer a{color:#cbd6e6}.ahf-footer-bottom{border-top:1px solid #26344b;margin-top:35px;padding-top:18px;font-size:13px}
.ahf-form-wrap{background:#fff;border:1px solid var(--ahf-border);border-radius:18px;padding:28px;box-shadow:var(--ahf-shadow)}.ahf-form label{display:block;font-weight:800;margin-bottom:7px}.ahf-form p{margin:0 0 17px}.ahf-notice{padding:14px 16px;border-radius:10px;background:#edf3ff;color:#164aa6;margin-bottom:18px}.ahf-error{background:#fff0f0;color:#9f1d1d}
.ahf-page-hero{padding:58px 0;background:linear-gradient(135deg,#edf4ff,#fff)}.ahf-page-hero h1{margin:0;font-size:46px}.ahf-breadcrumbs{font-size:13px;margin-bottom:13px;color:#697586}
.ahf-dashboard{display:grid;grid-template-columns:230px 1fr;gap:24px}.ahf-sidebar{background:#fff;border:1px solid var(--ahf-border);border-radius:16px;padding:12px;height:max-content}.ahf-sidebar a{display:block;padding:11px 13px;border-radius:9px;font-weight:700;color:#344054}.ahf-sidebar a:hover,.ahf-sidebar a.active{background:#edf3ff;color:var(--ahf-primary)}.ahf-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.ahf-stat{background:#fff;border:1px solid var(--ahf-border);border-radius:14px;padding:20px}.ahf-stat strong{font-size:28px;display:block}.ahf-table-wrap{overflow:auto;background:#fff;border:1px solid var(--ahf-border);border-radius:14px}.ahf-table{width:100%;border-collapse:collapse}.ahf-table th,.ahf-table td{padding:13px 15px;border-bottom:1px solid var(--ahf-border);text-align:left}.ahf-table th{font-size:13px;color:#667085}
.ahf-faq{background:#fff;border:1px solid var(--ahf-border);border-radius:12px;padding:17px 19px;margin-bottom:10px}.ahf-faq summary{cursor:pointer;font-weight:800}
@keyframes ahf-float{0%,100%{transform:translate(0,0)}50%{transform:translate(20px,15px)}}@keyframes ahf-card-float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(.5deg)}}@keyframes ahf-pulse{0%,100%{box-shadow:0 0 0 0 rgba(20,87,217,.18)}50%{box-shadow:0 0 0 12px rgba(20,87,217,0)}}.ahf-pulse{animation:ahf-pulse 2.2s infinite}
@media(max-width:950px){.ahf-grid{grid-template-columns:repeat(2,1fr)}.ahf-hero-grid{grid-template-columns:1fr}.ahf-footer-grid{grid-template-columns:1fr 1fr}.ahf-menu{display:none}.ahf-menu-toggle{display:block}.ahf-nav.menu-open .ahf-menu{display:flex;position:absolute;left:4%;right:4%;top:70px;background:#fff;border:1px solid var(--ahf-border);border-radius:14px;padding:10px;flex-direction:column;align-items:stretch;box-shadow:var(--ahf-shadow)}.ahf-menu a{width:100%}}
@media(max-width:650px){.ahf-grid,.ahf-steps,.ahf-stat-grid,.ahf-dashboard{grid-template-columns:1fr}.ahf-search form{grid-template-columns:1fr}.ahf-footer-grid{grid-template-columns:1fr}.ahf-cta{padding:30px;flex-direction:column;align-items:flex-start}.ahf-section{padding:52px 0}.ahf-hero{padding:60px 0}}

.ahf-form-section{background:#fff;border:1px solid var(--ahf-border);border-radius:18px;padding:28px;margin-bottom:20px;box-shadow:0 4px 18px rgba(15,29,53,.04)}
.ahf-form-section h2{margin-top:0}.ahf-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px 18px}.ahf-form-grid p{margin:8px 0 15px}.ahf-span-2{grid-column:span 2}
.ahf-section-title{display:flex;align-items:center;justify-content:space-between;gap:15px}.ahf-required-badge{padding:6px 10px;border-radius:999px;background:#fff3d2;color:#916100;font-size:11px;font-weight:900}.ahf-security-note{padding:13px 15px;border-radius:10px;background:#f4f7fb;color:#596579;margin:14px 0 20px;font-size:13px}
.ahf-document-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.ahf-document-card{border:1px solid var(--ahf-border);border-radius:13px;padding:15px;background:#fafbfc}.ahf-document-card label{display:block;font-weight:800;margin-bottom:9px}.ahf-document-card small{display:block;color:#667085;margin-top:7px}.ahf-document-card input[type=file]{width:100%;font-size:12px}
.ahf-consent{padding:16px;background:#f7f9fc;border-radius:12px;margin:15px 0}.ahf-consent label{font-size:13px;color:#475467}.ahf-consent input{margin-right:7px}
.ahf-success{background:#e9f8ef;color:#176b3b}.ahf-register-choice{display:grid;grid-template-columns:1fr 1fr;gap:22px}.ahf-choice-card{display:block;background:#fff;border:1px solid var(--ahf-border);border-radius:20px;padding:32px;text-align:center;box-shadow:0 5px 18px rgba(15,29,53,.05);transition:.25s}.ahf-choice-card:hover{transform:translateY(-6px);box-shadow:var(--ahf-shadow)}.ahf-choice-card span{font-size:48px}.ahf-choice-card h2{color:var(--ahf-dark)}
.ahf-profile-card{background:#fff;border:1px solid var(--ahf-border);border-radius:20px;padding:28px;box-shadow:var(--ahf-shadow)}.ahf-profile-header{display:flex;justify-content:space-between;gap:20px;align-items:start;border-bottom:1px solid var(--ahf-border);padding-bottom:20px;margin-bottom:22px}.ahf-profile-header h1{margin:3px 0}.ahf-profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.ahf-profile-grid div{padding:15px;background:#f8fafc;border-radius:12px}.ahf-profile-grid span{display:block;color:#667085;font-size:12px;margin-bottom:4px}.ahf-profile-grid strong{display:block}
@media(max-width:750px){.ahf-form-grid,.ahf-document-grid,.ahf-register-choice,.ahf-profile-grid{grid-template-columns:1fr}.ahf-span-2{grid-column:auto}.ahf-section-title,.ahf-profile-header{flex-direction:column;align-items:flex-start}}

/* Registration choice buttons — balanced size for the card background */
.ahf-choice-card .ahf-button{
    display:inline-flex;
    width:min(100%, 260px);
    min-height:48px;
    padding:13px 22px;
    margin-top:10px;
    border-radius:12px;
    font-size:15px;
    line-height:1.2;
    text-align:center;
}
.ahf-choice-card{
    min-height:330px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.ahf-choice-card p{
    max-width:420px;
    margin:8px auto 12px;
}
@media(max-width:650px){
    .ahf-choice-card{
        min-height:290px;
    }
    .ahf-choice-card .ahf-button{
        width:min(100%, 300px);
    }
}

/* Complete public menu pages */
.ahf-menu-page-hero{padding:92px 0 70px;background:linear-gradient(120deg,rgba(227,237,255,.95),rgba(255,255,255,.95) 48%,rgba(255,239,197,.82));position:relative;overflow:hidden}
.ahf-menu-page-hero:before,.ahf-menu-page-hero:after{content:"";position:absolute;border-radius:999px;filter:blur(2px);pointer-events:none}
.ahf-menu-page-hero:before{width:260px;height:260px;left:-100px;top:-120px;background:rgba(45,91,184,.12)}
.ahf-menu-page-hero:after{width:220px;height:220px;right:-80px;bottom:-120px;background:rgba(255,190,56,.18)}
.ahf-menu-page-hero .ahf-container{position:relative;z-index:1;max-width:860px}
.ahf-section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}
.ahf-section-heading h2{margin:6px 0 0}
.ahf-soft-section{background:#f7f9fc}
.ahf-hero-search{margin-top:28px;max-width:760px}
.ahf-hero-search form{display:grid;grid-template-columns:1.3fr 1fr auto;gap:10px;padding:10px;background:#fff;border:1px solid var(--ahf-border);border-radius:18px;box-shadow:var(--ahf-shadow)}
.ahf-hero-search input{margin:0}
.ahf-cta-panel{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:34px;border-radius:22px;background:linear-gradient(120deg,#244f9d,#3166c2);color:#fff;box-shadow:0 18px 45px rgba(33,79,157,.18)}
.ahf-cta-panel h2{margin:4px 0 8px}.ahf-cta-panel p{margin:0;opacity:.88}.ahf-cta-panel .ahf-button{background:#fff;color:#214f9f;white-space:nowrap}
.ahf-job-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ahf-job-card{background:#fff;border:1px solid var(--ahf-border);border-radius:18px;padding:22px;box-shadow:0 5px 18px rgba(15,29,53,.04);display:flex;flex-direction:column;align-items:flex-start}
.ahf-job-card h3{margin:12px 0 8px}.ahf-job-card p{color:#667085;line-height:1.6}.ahf-job-card .ahf-button{margin-top:auto}
.ahf-job-card-top,.ahf-job-meta{display:flex;justify-content:space-between;gap:12px;width:100%;flex-wrap:wrap}
.ahf-job-status{background:#eaf1ff;color:#2459aa;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.ahf-job-date{font-size:12px;color:#667085}
.ahf-job-meta{margin:15px 0;color:#475467;font-size:13px}
.ahf-empty-state{text-align:center;padding:60px 20px;background:#fff;border:1px dashed #cdd7e6;border-radius:20px}.ahf-empty-icon{font-size:42px}
.ahf-about-grid,.ahf-contact-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:start}
.ahf-value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ahf-value-card{background:#fff;border:1px solid var(--ahf-border);border-radius:18px;padding:25px;box-shadow:0 5px 18px rgba(15,29,53,.04)}
.ahf-value-card h3{margin-top:0}.ahf-value-card p{color:#667085;line-height:1.65}
.ahf-contact-info h2{margin:6px 0 12px}.ahf-contact-card{padding:17px 0;border-bottom:1px solid var(--ahf-border)}.ahf-contact-card strong,.ahf-contact-card span{display:block}.ahf-contact-card span{margin-top:5px;color:#667085;font-size:14px}
@media(max-width:850px){.ahf-job-grid{grid-template-columns:1fr 1fr}.ahf-value-grid{grid-template-columns:1fr}.ahf-about-grid,.ahf-contact-grid{grid-template-columns:1fr}.ahf-hero-search form{grid-template-columns:1fr}}
@media(max-width:600px){.ahf-menu-page-hero{padding:70px 0 52px}.ahf-job-grid{grid-template-columns:1fr}.ahf-cta-panel{align-items:flex-start;flex-direction:column}.ahf-cta-panel .ahf-button{width:100%;text-align:center}.ahf-section-heading{align-items:flex-start;flex-direction:column}}


/* Dashboard registration hero */
.ahf-dashboard-landing{max-width:1240px;margin:34px auto 70px;padding:0 24px}
.ahf-dashboard-welcome{position:relative;display:grid;grid-template-columns:1.08fr .92fr;gap:36px;min-height:470px;padding:56px 58px;border:1px solid #dce5f3;border-radius:30px;overflow:hidden;background:linear-gradient(118deg,#f7faff 0%,#eef4ff 47%,#fff8e9 100%);box-shadow:0 22px 55px rgba(28,51,91,.11)}
.ahf-dashboard-welcome:before{content:"";position:absolute;width:440px;height:440px;left:-210px;bottom:-300px;border-radius:50%;background:rgba(47,99,190,.12)}
.ahf-dashboard-welcome-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center}
.ahf-dashboard-pill{display:inline-flex;align-self:flex-start;padding:9px 14px;border-radius:999px;background:#e4edff;color:#2858a7;font-size:11px;font-weight:900;letter-spacing:1.5px}
.ahf-dashboard-welcome h1{margin:20px 0 16px;font-size:clamp(40px,5vw,68px);line-height:1.02;letter-spacing:-2px;color:#20304a}
.ahf-dashboard-welcome h1 span{color:#2e61b5}
.ahf-dashboard-welcome p{max-width:610px;margin:0;color:#627086;font-size:18px;line-height:1.7}
.ahf-dashboard-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.ahf-dashboard-actions .ahf-button{min-height:52px;padding:14px 22px;border-radius:14px}
.ahf-dashboard-actions .ahf-button span{margin-left:10px;font-size:19px}
.ahf-dashboard-secondary{background:#fff;border:1px solid #cbd8ee;color:#2858a7}
.ahf-dashboard-login{margin-top:17px!important;font-size:14px!important}
.ahf-dashboard-login a{font-weight:800;color:#2c5fb3;text-decoration:none}
.ahf-dashboard-visual{position:relative;min-height:360px;z-index:1}
.ahf-orb{position:absolute;border-radius:50%;filter:blur(1px)}
.ahf-orb-one{width:290px;height:290px;right:42px;top:20px;background:rgba(48,96,181,.13)}
.ahf-orb-two{width:180px;height:180px;right:-20px;bottom:8px;background:rgba(255,188,54,.18)}
.ahf-house-card{position:absolute;width:310px;height:265px;right:55px;top:65px;padding-top:42px;border-radius:28px;background:rgba(255,255,255,.56);border:1px solid rgba(255,255,255,.9);box-shadow:0 22px 45px rgba(41,61,96,.13);backdrop-filter:blur(10px)}
.ahf-house-roof{position:absolute;width:210px;height:150px;left:50px;top:22px;background:#d7e1f4;transform:rotate(45deg);border-radius:22px}
.ahf-house-body{position:absolute;left:43px;right:43px;bottom:36px;height:115px;background:#fff;border-radius:4px 4px 12px 12px;overflow:hidden}
.ahf-window{position:absolute;left:28px;top:30px;width:58px;height:54px;border-radius:12px;background:#e4edfc}
.ahf-door{position:absolute;left:115px;bottom:0;width:52px;height:78px;border-radius:12px 12px 0 0;background:#b9c8e1}
.ahf-check{position:absolute;right:20px;top:20px;width:58px;height:58px;display:grid;place-items:center;border-radius:16px;background:#f6a300;color:#fff;font-size:34px;font-weight:900;box-shadow:0 10px 20px rgba(246,163,0,.22)}
.ahf-floating-card{position:absolute;z-index:3;display:flex;align-items:center;gap:11px;padding:12px 15px;border-radius:16px;background:rgba(255,255,255,.94);border:1px solid #e3eaf5;box-shadow:0 14px 30px rgba(36,56,90,.12)}
.ahf-floating-card strong,.ahf-floating-card small{display:block}.ahf-floating-card strong{font-size:13px;color:#253650}.ahf-floating-card small{margin-top:3px;color:#748096;font-size:11px}
.ahf-float-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#eef4ff;font-size:19px}
.ahf-customer-float{left:-4px;top:44px}.ahf-worker-float{right:5px;bottom:26px}
.ahf-dashboard-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:22px}
.ahf-dashboard-choice{position:relative;display:flex;gap:18px;padding:28px;border:1px solid #e0e7f0;border-radius:22px;text-decoration:none;color:#263650;background:#fff;box-shadow:0 10px 26px rgba(29,47,77,.06);transition:transform .25s ease,box-shadow .25s ease}
.ahf-dashboard-choice:hover{transform:translateY(-5px);box-shadow:0 18px 36px rgba(29,47,77,.11)}
.ahf-choice-customer{background:linear-gradient(135deg,#fff 0%,#f4f8ff 100%)}.ahf-choice-worker{background:linear-gradient(135deg,#fff 0%,#fff9ec 100%)}
.ahf-choice-icon{flex:0 0 62px;width:62px;height:62px;display:grid;place-items:center;border-radius:18px;background:#e8f0ff;font-size:28px}.ahf-choice-worker .ahf-choice-icon{background:#fff0ce}
.ahf-choice-label{color:#2c5fad;font-size:11px;font-weight:900;letter-spacing:1.5px}.ahf-dashboard-choice h2{margin:5px 0 7px;font-size:23px}.ahf-dashboard-choice p{margin:0 0 16px;color:#66758b;line-height:1.55}.ahf-dashboard-choice strong{color:#285bb0}.ahf-dashboard-choice strong span{margin-left:6px}
.ahf-dashboard-trust{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 28px;margin:24px auto 0;color:#607087;font-size:13px;font-weight:700}.ahf-dashboard-trust span{white-space:nowrap}
@media(max-width:960px){.ahf-dashboard-welcome{grid-template-columns:1fr;padding:48px}.ahf-dashboard-visual{min-height:330px}.ahf-house-card{left:50%;right:auto;transform:translateX(-50%)}.ahf-customer-float{left:10%}.ahf-worker-float{right:10%}}
@media(max-width:700px){.ahf-dashboard-landing{padding:0 15px;margin-top:18px}.ahf-dashboard-welcome{padding:34px 24px;border-radius:22px}.ahf-dashboard-welcome h1{font-size:42px;letter-spacing:-1.5px}.ahf-dashboard-welcome p{font-size:16px}.ahf-dashboard-actions{flex-direction:column}.ahf-dashboard-actions .ahf-button{width:100%;text-align:center}.ahf-dashboard-choice-grid{grid-template-columns:1fr}.ahf-dashboard-choice{padding:22px}.ahf-dashboard-visual{min-height:290px}.ahf-house-card{transform:translateX(-50%) scale(.84);transform-origin:center}.ahf-customer-float{left:0;top:25px}.ahf-worker-float{right:0;bottom:8px}.ahf-dashboard-trust{justify-content:flex-start;gap:10px 16px}}
@media(max-width:430px){.ahf-dashboard-welcome h1{font-size:36px}.ahf-floating-card{padding:9px 10px}.ahf-floating-card small{display:none}.ahf-house-card{transform:translateX(-50%) scale(.74)}}


/* All Home Fixer full logo */
.ahf-brand{display:flex;align-items:center;text-decoration:none}
.ahf-brand img{width:255px;height:64px;object-fit:contain;display:block}
.ahf-logo-hero{position:relative;min-height:430px;display:grid;place-items:center;overflow:hidden}
.ahf-logo-hero:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:rgba(31,87,184,.08);filter:blur(1px)}
.ahf-logo-hero-glow{position:absolute;width:260px;height:260px;border-radius:50%;right:45px;top:55px;background:rgba(255,191,55,.16);filter:blur(25px)}
.ahf-logo-hero img{position:relative;z-index:1;width:min(88%,620px);height:auto;filter:drop-shadow(0 14px 25px rgba(31,52,90,.10));animation:ahf-logo-pulse 5s ease-in-out infinite}
@keyframes ahf-logo-pulse{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}

/* Trust panel below hero */
.ahf-home-trust{margin-top:-34px;position:relative;z-index:4}
.ahf-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:rgba(255,255,255,.94);border:1px solid #e1e8f2;border-radius:20px;box-shadow:0 18px 40px rgba(35,55,90,.10);overflow:hidden}
.ahf-trust-grid>div{display:flex;align-items:center;gap:14px;padding:22px 26px;border-right:1px solid #e8edf4}
.ahf-trust-grid>div:last-child{border-right:0}
.ahf-trust-grid>div>span{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:#edf3ff;color:#235ab0;font-size:24px}
.ahf-trust-grid small,.ahf-trust-grid strong{display:block}.ahf-trust-grid small{color:#607086;font-size:13px}.ahf-trust-grid strong{margin-top:3px;font-size:21px;color:#22344f}

/* Complete footer */
.ahf-footer{padding:58px 0 0;background:#0c1c32;color:#c8d3e0}
.ahf-footer-grid-complete{grid-template-columns:1.65fr 1fr 1.05fr 1.05fr 1.35fr;gap:34px}
.ahf-footer-brand img{width:270px;max-width:100%;height:auto;background:#fff;border-radius:10px;padding:6px}
.ahf-footer-brand p{max-width:280px;line-height:1.7}
.ahf-footer h4{font-size:16px;margin-bottom:18px}
.ahf-footer p{margin:0 0 11px}.ahf-footer a{text-decoration:none;color:#d1dae6;transition:color .2s ease}.ahf-footer a:hover{color:#fff}
.ahf-social-links{display:flex;gap:10px;margin-top:22px}
.ahf-social-links a{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#1d304a;color:#fff;font-weight:800;font-size:17px}
.ahf-footer-contact{display:flex;gap:12px;align-items:flex-start}.ahf-footer-contact:first-letter{color:#fff}
.ahf-footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0;margin-top:32px;border-top:1px solid rgba(255,255,255,.13)}
.ahf-footer-bottom>span:last-child{display:flex;align-items:center;gap:16px}.ahf-footer-bottom i{width:1px;height:16px;background:#6b7789}
@media(max-width:1100px){.ahf-footer-grid-complete{grid-template-columns:repeat(3,1fr)}.ahf-footer-brand{grid-column:span 2}}
@media(max-width:760px){.ahf-brand img{width:210px;height:56px}.ahf-home-trust{margin-top:0;padding:18px 0;background:#f6f8fc}.ahf-trust-grid{grid-template-columns:1fr 1fr;border-radius:16px}.ahf-trust-grid>div:nth-child(2){border-right:0}.ahf-trust-grid>div:nth-child(-n+2){border-bottom:1px solid #e8edf4}.ahf-footer-grid-complete{grid-template-columns:1fr 1fr}.ahf-footer-brand{grid-column:span 2}.ahf-footer-bottom{flex-direction:column;align-items:flex-start}.ahf-footer-bottom>span:last-child{flex-wrap:wrap}.ahf-logo-hero{min-height:300px}}
@media(max-width:480px){.ahf-brand img{width:180px}.ahf-trust-grid{grid-template-columns:1fr}.ahf-trust-grid>div{border-right:0!important;border-bottom:1px solid #e8edf4}.ahf-trust-grid>div:last-child{border-bottom:0}.ahf-footer-grid-complete{grid-template-columns:1fr}.ahf-footer-brand{grid-column:auto}}


/* Footer logo: transparent background matching the footer */
.ahf-footer-brand img{
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    display: block;
}


/* Footer-specific All Home Fixer logo */
.ahf-footer-brand img{
    width: 310px;
    max-width: 100%;
    height: auto;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}


/* Role-aware customer and worker marketplace dashboards */
.ahf-role-dashboard{max-width:1240px;margin:34px auto 70px;padding:0 24px}
.ahf-role-dashboard-hero{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:48px 52px;border-radius:28px;border:1px solid #dce5f3;box-shadow:0 18px 42px rgba(28,51,91,.09);margin-bottom:22px;overflow:hidden}
.ahf-worker-dashboard-hero{background:linear-gradient(120deg,#f3f7ff 0%,#e8f1ff 58%,#fff8e9 100%)}
.ahf-customer-dashboard-hero{background:linear-gradient(120deg,#f8fbff 0%,#eef5ff 58%,#fff7e6 100%)}
.ahf-role-dashboard-hero h1{margin:15px 0 10px;font-size:clamp(34px,4vw,54px);line-height:1.08;color:#20304a}
.ahf-role-dashboard-hero p{max-width:650px;margin:0 0 22px;color:#65748a;font-size:17px;line-height:1.65}
.ahf-role-stat-highlight{flex:0 0 260px;min-height:190px;padding:28px;display:flex;flex-direction:column;justify-content:center;border-radius:24px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.9);box-shadow:0 14px 32px rgba(34,58,98,.10)}
.ahf-role-stat-highlight strong{font-size:58px;line-height:1;color:#285bb0}.ahf-role-stat-highlight span{margin-top:10px;color:#5f6e83;font-weight:700;line-height:1.4}
.ahf-role-dashboard-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:42px 0 20px}
.ahf-role-dashboard-heading h2{margin:7px 0 4px;font-size:30px;color:#22344f}.ahf-role-dashboard-heading p{margin:0;color:#68778c}.ahf-role-dashboard-heading>a{white-space:nowrap;color:#285bb0;font-weight:800;text-decoration:none}
.ahf-role-dashboard-heading.compact{margin-top:0}
.ahf-customer-stat-grid{margin:22px 0 0}
.ahf-worker-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.ahf-worker-card{display:flex;flex-direction:column;min-height:245px;padding:24px;border-radius:20px;border:1px solid #e0e7f0;background:#fff;box-shadow:0 10px 25px rgba(29,47,77,.06);transition:transform .25s ease,box-shadow .25s ease}
.ahf-worker-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(29,47,77,.11)}
.ahf-worker-card-head{display:flex;align-items:center;gap:14px}.ahf-worker-card h3{margin:0 0 5px;font-size:20px;color:#243550}
.ahf-worker-avatar{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:#e8f0ff;color:#285bb0;font-size:23px;font-weight:900}
.ahf-worker-badge{font-size:11px;font-weight:800;color:#2b64ba}
.ahf-worker-skills{margin:20px 0 14px;padding:12px 13px;border-radius:12px;background:#f6f8fc;color:#56667c;line-height:1.5}
.ahf-worker-meta{display:flex;flex-wrap:wrap;gap:9px 14px;margin-bottom:20px;color:#64748a;font-size:13px}.ahf-worker-card .ahf-button{margin-top:auto;text-align:center}
@media(max-width:900px){.ahf-role-dashboard-hero{padding:38px 32px;align-items:stretch}.ahf-role-stat-highlight{flex-basis:220px}.ahf-worker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.ahf-role-dashboard{padding:0 15px;margin-top:18px}.ahf-role-dashboard-hero{flex-direction:column;padding:30px 22px;border-radius:22px}.ahf-role-stat-highlight{width:100%;min-height:130px}.ahf-role-dashboard-heading{align-items:flex-start;flex-direction:column;margin-top:30px}.ahf-worker-grid{grid-template-columns:1fr}.ahf-role-dashboard-heading h2{font-size:26px}}
