*{box-sizing:border-box}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,sans-serif}.topbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:76px;padding:0 clamp(24px,6vw,90px);display:flex}.brand{letter-spacing:.06em;font-weight:900}.topbar a{color:inherit;text-decoration:none}.topbar nav{gap:28px;font-size:14px;display:flex}.hero{background:radial-gradient(circle at 85% 10%,#f1cfae55,transparent 30%),var(--cream);min-height:670px;padding:90px clamp(24px,9vw,140px)}.eyebrow{letter-spacing:.15em;font-size:12px;font-weight:800}.hero h1{max-width:1000px;margin:24px 0;font-family:Georgia,serif;font-size:clamp(48px,7vw,92px);font-weight:500;line-height:.95}.hero h1 em{color:var(--orange);font-weight:500}.hero>p{max-width:650px;font-size:19px;line-height:1.6}.choices{grid-template-columns:repeat(2,minmax(0,360px));gap:18px;margin-top:48px;display:grid}.choice{border-radius:4px;flex-direction:column;min-height:160px;padding:25px;text-decoration:none;transition:all .2s;display:flex}.choice:hover{transform:translateY(-3px)}.choice small{letter-spacing:.14em;font-size:10px}.choice strong{margin:17px 0;font-family:Georgia,serif;font-size:31px}.choice span{font-size:13px}.expert{background:var(--green);color:#fff}.client{background:var(--orange);color:#fff}.promise{border-top:1px solid var(--line);justify-content:space-between;gap:30px;padding:34px clamp(24px,9vw,140px);display:flex}.promise span{color:#52645f}.shell{max-width:1000px;margin:0 auto;padding:60px 24px}.shell h1{font:48px Georgia,serif}.card{border:1px solid var(--line);background:#fff;border-radius:8px;padding:28px}.form{gap:16px;max-width:520px;display:grid}.form label{font-size:13px;font-weight:700}.form input,.form select,.form textarea{width:100%;font:inherit;border:1px solid #aebbb6;border-radius:5px;padding:13px}.form textarea{resize:vertical}.button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:4px;padding:14px 20px;font-weight:700;text-decoration:none;display:inline-block}.notice{background:#fff2cd;border:1px solid #e7cf83;border-radius:6px;padding:16px}.success{background:#e1f2e9;border:1px solid #9fcab6;border-radius:6px;padding:16px}.grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;display:grid}.offer h2{font:25px Georgia,serif}.muted{color:#60716c}.narrow{max-width:720px}.lead{color:#52645f;font-size:18px;line-height:1.6}.dashboard{max-width:1100px}.dashboard-head,.section-head{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.dashboard-head h1,.section-head h2{margin-bottom:8px}.text-button{cursor:pointer;color:var(--ink);background:0 0;border:0;text-decoration:underline}.steps{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:1px;margin:34px 0;display:grid}.step{color:#87908d;background:#f4f0e7;align-items:center;gap:14px;padding:20px;display:flex}.step b{border:1px solid;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.step span{flex-direction:column;gap:5px;display:flex}.step small{font-size:11px}.step.current{color:var(--ink);background:#fffdf8}.step.done{background:var(--green);color:#fff}.callout{justify-content:space-between;align-items:center;gap:30px;display:flex}.callout h2,.section-head h2{font:30px Georgia,serif}.section-head{margin:42px 0 20px}.empty{text-align:center}.fee-box{background:var(--cream);border-left:4px solid var(--orange);gap:7px;padding:18px;display:grid}.fee-box small{color:#60716c}footer{border-top:1px solid var(--line);padding:28px clamp(24px,6vw,90px);font-size:12px}@media (max-width:700px){.topbar nav a:first-child{display:none}.hero{padding-top:60px}.choices{grid-template-columns:1fr}.promise{flex-direction:column}.hero h1{font-size:52px}.dashboard-head,.section-head,.callout{flex-direction:column}.steps{grid-template-columns:1fr}.shell h1{font-size:40px}}.expert-avatar{background:var(--cream);border:1px solid var(--line);width:72px;height:72px;color:var(--green);border-radius:50%;place-items:center;margin-bottom:18px;font:700 22px Georgia,serif;display:grid;overflow:hidden}.expert-avatar.profile{width:120px;height:120px;font-size:34px}.expert-avatar img{object-fit:cover;object-position:50% 35%;width:100%;height:100%;display:block}.expert-avatar.avatar-card img,.expert-avatar.avatar-card.prepared-avatar img{transform:none}.avatar-form{margin-bottom:22px}.avatar-editor{align-items:center;gap:20px;display:flex}.avatar-editor .expert-avatar{flex:none;margin:0}.avatar-editor p{margin-bottom:0;line-height:1.45}.dashboard-actions{align-items:center;gap:20px;display:flex}.dashboard-actions a{color:inherit}.brand{letter-spacing:0;flex-direction:column;gap:4px;display:flex}.brand strong{letter-spacing:.06em;font-weight:900}.brand small{color:var(--orange);letter-spacing:.015em;font-size:11px;font-weight:700}.logout-button{border:1px solid var(--orange);background:var(--orange);color:#fff;cursor:pointer;border-radius:4px;padding:10px 20px;font-weight:800}.logout-button:hover{filter:brightness(.92)}.account-identity{flex-direction:column;gap:6px;margin:8px 0 14px;display:flex}.account-identity span{color:#60716c}.account-identity strong{font-size:18px}.topbar nav .panel-nav-button{border:1px solid var(--green);background:var(--green);color:#fff;border-radius:5px;justify-content:center;align-items:center;padding:11px 17px;font-weight:800;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex;box-shadow:0 4px 12px #1f5a4926}.topbar nav .panel-nav-button:hover{background:#17483a;transform:translateY(-1px);box-shadow:0 7px 16px #1f5a4930}.topbar nav .panel-nav-button:focus-visible{outline-offset:3px;outline:3px solid #e56b3d55}.topbar nav .experts-nav-button{border:1px solid var(--green);color:var(--green);white-space:nowrap;background:#fff;border-radius:5px;justify-content:center;align-items:center;padding:10px 16px;font-weight:800;transition:transform .18s,background .18s,color .18s;display:inline-flex}.topbar nav .experts-nav-button:hover{background:#edf5f1;transform:translateY(-1px)}.topbar nav .experts-nav-button:focus-visible{outline-offset:3px;outline:3px solid #e56b3d55}.complete-name{align-items:end;gap:14px;margin-top:26px;display:flex}.complete-name label{flex:1;gap:7px;font-size:13px;font-weight:700;display:grid}.complete-name input{width:100%;font:inherit;border:1px solid #aebbb6;border-radius:5px;padding:12px}footer{color:#60716c;justify-content:space-between;gap:20px;display:flex}footer strong{color:var(--ink);letter-spacing:.06em}@media (max-width:700px){.brand small{max-width:190px;font-size:9px}.topbar{height:88px}.complete-name,footer{flex-direction:column;align-items:stretch}}.brand-lockup{flex-direction:column;gap:5px;min-width:0;display:flex}.brand-title{letter-spacing:.06em;white-space:nowrap;font-weight:900}.brand-tagline{color:var(--orange);font-size:12px;font-weight:700;line-height:1.2}.topbar{height:auto;min-height:86px;padding-top:14px;padding-bottom:14px}footer{text-align:center;justify-content:center}@media (max-width:700px){.brand-tagline{display:none}.topbar{height:76px;min-height:76px;padding:0 24px}.topbar nav{gap:14px}footer{padding:24px 42px;line-height:1.5}.topbar nav .panel-nav-button{white-space:nowrap;padding:9px 12px;font-size:12px}}.dashboard-profile{align-items:center;gap:22px;display:flex}.dashboard-profile .expert-avatar{flex:none;margin:0}.dashboard-profile h1{margin-top:14px}.checkbox-field{align-items:center;gap:10px;display:flex}.form .checkbox-field input{width:auto}.offer-specialty{color:var(--orange);letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:12px;font-weight:900;line-height:1.35;display:block}.expert-name{color:var(--green);margin-bottom:5px;font:700 22px/1.15 Georgia,serif;display:block}.offer-category{color:var(--orange);letter-spacing:.06em;border-bottom:2px solid var(--green);text-transform:uppercase;margin-bottom:14px;padding-bottom:12px;font-size:11px;font-weight:800;line-height:1.35;display:block}.catalog-intro{max-width:620px;margin-left:250px}.catalog-layout{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:30px;margin-top:34px;display:grid}.category-index{border-right:1px solid var(--line);padding-right:20px;position:sticky;top:20px}.category-index-head,.catalog-results-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.category-index-head strong,.catalog-results-head strong{font:24px Georgia,serif}.category-index-head span,.catalog-results-head span{color:#60716c;font-size:13px}.category-index nav{max-height:68vh;padding-right:8px;display:grid;overflow:auto}.category-index a{color:var(--ink);border-left:3px solid #0000;padding:8px 10px;font-size:13px;line-height:1.25;text-decoration:none}.category-index a.active{border-left-color:var(--orange);background:var(--cream);color:var(--green);font-weight:800}.catalog-results .grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}.catalog-results>.card{margin-top:18px}.catalog-eyebrow{background:var(--orange);color:#fff;border-radius:3px;padding:8px 11px;font-weight:900;display:inline-block}.catalog-intro h1{margin:22px 0;line-height:1.05}.catalog-intro h1 em{color:var(--orange);margin-top:8px;font-weight:500;display:block}.catalog-search{background:var(--cream);border:1px solid var(--line);border-radius:8px;padding:18px}.catalog-search label{color:var(--green);margin-bottom:8px;font-weight:800;display:block}.catalog-pagination{justify-content:center;align-items:center;gap:14px;margin:18px 0;display:flex}.catalog-pagination .button{width:auto;padding:11px 18px;text-decoration:none}.catalog-pagination span{color:#60716c;font-size:13px}.new-badge{z-index:1;color:#fff;letter-spacing:.06em;background:#176bba;border-radius:999px;margin:-10px 0 0 -10px;padding:5px 8px;font-size:10px;font-weight:900;display:inline-block;position:absolute}.catalog-results .offer{padding:20px;position:relative}.catalog-results .offer-identity{background:var(--category-soft);min-height:100px;margin:-20px -20px 10px;padding:16px 20px 0}.catalog-results .offer-specialty{min-height:0;margin-bottom:5px;display:block}.catalog-results .expert-name{min-height:0;margin-bottom:4px;font-size:18px;display:block}.catalog-results .offer-category{min-height:0;margin-bottom:0;padding-bottom:9px;display:block}.catalog-results .offer h2{margin:8px 0;font-size:23px;line-height:1.08}.catalog-results .offer>p{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:4px 0 12px;line-height:1.25;display:-webkit-box;overflow:hidden}.catalog-results .offer>b{margin-bottom:13px}.catalog-results .offer-action{font-weight:700;display:block}.offer-link{color:inherit;text-decoration:none}@media (max-width:800px){.catalog-intro{margin-left:0}.catalog-layout{grid-template-columns:1fr}.category-index{border-right:0;border-bottom:1px solid var(--line);padding:0 0 18px;position:static}.category-index nav{grid-template-columns:repeat(2,minmax(0,1fr));max-height:180px}.catalog-results .grid{grid-template-columns:1fr;gap:12px}.catalog-results .offer{padding:16px}.catalog-results .offer-identity{min-height:92px;margin:-16px -16px 8px;padding:13px 16px 0}.catalog-results .offer-specialty{font-size:10px}.catalog-results .expert-name{margin-bottom:3px;font-size:17px}.catalog-results .offer-category{padding-bottom:7px;font-size:9px}.catalog-results .offer h2{margin:6px 0;font-size:21px}.catalog-results .offer>p{margin-bottom:9px;font-size:14px;line-height:1.18}.catalog-results .offer>b{margin-bottom:9px;font-size:14px}.catalog-results .offer-action{font-size:14px}}:root{--ink:#172b27;--cream:#f6f8f7;--paper:#fff;--green:#1f6653;--orange:#df6336;--line:#e2e7e5}body{background:#fff}.topbar{background:#fff;box-shadow:0 1px 8px #17342d0a}.catalog-shell{max-width:1380px}.category-index a:hover{background:#f4f7f6}.category-index a.active{background:#f3f6f5}.catalog-results .offer{min-height:330px}.catalog-results .category-card{border-top:5px solid var(--category-color);background:#fff;transition:transform .18s,box-shadow .18s;overflow:hidden;box-shadow:0 4px 18px #152e2710}.catalog-results .category-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px #152e2720}.catalog-results .category-card .offer-specialty,.catalog-results .category-card .offer-action{color:var(--category-color)}.catalog-results .category-card .expert-name{color:var(--ink)}.catalog-results .category-card .offer-category{color:var(--orange);border-bottom-color:var(--category-color)}@media (max-width:800px){.catalog-results .offer{min-height:0}}@media (max-width:700px){.hero{min-height:auto;padding:36px 24px 42px}.hero h1{margin:16px 0;font-size:43px;line-height:.96}.hero>p{margin:0;font-size:16px;line-height:1.45}.choices{gap:12px;margin-top:26px}.choice{min-height:118px;padding:18px 20px}.choice strong{margin:11px 0;font-size:27px}}.rating-stars{align-items:center;gap:.4rem;display:flex}.star{color:#c9c9c9;font-size:2rem;line-height:1}.star.selected{color:#e4a11b}.star-button{color:#c9c9c9;cursor:pointer;background:0 0;border:0;padding:.15rem;font-size:2.25rem;line-height:1}.star-button:hover,.star-button:focus{color:#e4a11b;transform:scale(1.08)}.expert-invitation{background:var(--paper);border-top:1px solid var(--line);grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:center;gap:clamp(45px,8vw,110px);padding:80px clamp(24px,9vw,140px);display:grid}.expert-invitation-copy{max-width:700px}.expert-invitation h2{margin:18px 0 26px;font:clamp(38px,4.5vw,64px)/1.05 Georgia,serif}.expert-invitation p{color:#52645f;font-size:18px;line-height:1.6}.expert-cta{text-align:center;max-width:480px;margin-top:18px}.expert-benefits{border-top:1px solid var(--line);display:grid}.expert-benefits div{border-bottom:1px solid var(--line);gap:8px;padding:24px 4px;display:grid}.expert-benefits strong{color:var(--green);font:28px Georgia,serif}.expert-benefits span{color:#52645f;line-height:1.5}@media (max-width:700px){.expert-invitation{grid-template-columns:1fr;gap:34px;padding:52px 24px}.expert-invitation h2{font-size:40px}.expert-invitation p{font-size:16px}.expert-cta{width:100%}.expert-benefits div{padding:19px 2px}.expert-benefits strong{font-size:25px}}.danger-button{color:#8d2f26;cursor:pointer;background:#fff;border:1px solid #a8392e;border-radius:4px;padding:12px 18px;font-weight:800;display:inline-block}.danger-button:hover{background:#fff1ef}.legal{line-height:1.65}.legal h2{margin-top:34px;font:28px Georgia,serif}.legal p{color:#40534e}footer a{color:inherit}.action-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.danger-button{text-decoration:none}.button.secondary{color:var(--green);background:#eef4f1;border:1px solid #aac2b9}.contestation-page{gap:20px;display:grid}.contestation-page h1{margin-bottom:0}.contestation-page .lead{margin-top:-10px}.legal-warning{background:#fff7df;border-left:5px solid #d38a22}.legal-warning h2{margin-top:0}.legal-warning li{margin:10px 0;line-height:1.45}.contestation-form{max-width:none}.contestation-form textarea{min-height:170px}.checkbox-row{grid-template-columns:22px 1fr;align-items:start;gap:10px;line-height:1.45;display:grid!important}.checkbox-row input{margin-top:3px;width:auto!important}.contestation-form .danger-button{justify-self:start}.booking-summary h2{font:28px Georgia,serif}@media (max-width:700px){.action-row{align-items:stretch}.action-row>*{width:100%}.action-row .button,.action-row .danger-button{text-align:center;width:100%}}.help-page{gap:24px;display:grid}.help-page h1{margin-bottom:0}.help-choices{grid-template-columns:1fr 1fr;gap:14px;display:grid}.help-choice{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:8px;flex-direction:column;gap:7px;padding:22px;text-decoration:none;display:flex}.help-choice strong{font-size:18px}.help-choice.active{border:2px solid var(--green);background:#eef6f2}.faq-list{gap:10px;display:grid}.faq-item{border:1px solid var(--line);background:#fff;border-radius:8px;padding:0 20px}.faq-item summary{cursor:pointer;padding:18px 0;font-weight:700}.faq-item p{color:#40534e;margin:0;padding:0 0 18px;line-height:1.55}@media (max-width:700px){.help-choices{grid-template-columns:1fr}}.completion-panel{padding:0;overflow:hidden}.completion-heading{background:linear-gradient(135deg,#f7f1e5,#fffdf8);padding:26px 28px 20px}.completion-heading h2{margin:8px 0;font:30px Georgia,serif}.completion-heading p{color:#52645f;margin-bottom:0;line-height:1.5}.completion-options{background:var(--line);border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:1px;display:grid}.completion-option{background:#fff;flex-direction:column;justify-content:space-between;gap:18px;min-height:190px;padding:24px 28px;display:flex}.completion-option strong{margin-bottom:8px;font-size:18px;display:block}.completion-option p{color:#52645f;margin:0;line-height:1.45}.completion-option.positive{border-top:4px solid var(--green)}.completion-option.issue{border-top:4px solid #b74838}.completion-option form,.completion-option .button,.completion-option .danger-button{text-align:center;width:100%}.completion-option button{width:100%}.status-note{background:#fff;margin:0;padding:0 28px 22px}@media (max-width:700px){.completion-options{grid-template-columns:1fr}.completion-option{min-height:0}.completion-heading,.completion-option{padding:22px}.status-note{padding:0 22px 20px}}.admin-dashboard{max-width:1450px}.admin-metrics{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin:20px 0;display:grid}.metric{border:1px solid var(--line);background:#f4f7f6;border-radius:7px;gap:8px;padding:18px;display:grid}.metric small{color:#60716c}.metric strong{font:27px Georgia,serif}.stripe-overview{margin:24px 0}.stripe-overview .section-head{margin:0}.admin-toolbar{justify-content:space-between;align-items:end;gap:24px;margin-top:36px;display:flex}.admin-toolbar h2{margin-bottom:5px}.admin-filters{flex-wrap:wrap;gap:8px;display:flex}.admin-filters a{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:5px;padding:9px 12px;text-decoration:none}.admin-table-wrap{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:auto}.admin-table{border-collapse:collapse;width:100%;min-width:1100px}.admin-table th,.admin-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:14px 12px;font-size:13px}.admin-table th{text-transform:uppercase;letter-spacing:.05em;background:#f4f7f6;font-size:11px}.admin-table tr:last-child td{border-bottom:0}.admin-table tr.needs-attention{background:#fff9e9}.admin-table td:nth-child(2){max-width:260px}.admin-table td:nth-child(2)>strong{display:block}.row-warning{color:#9a5a00;margin-top:5px;display:block}.status-pill{white-space:nowrap;border-radius:20px;padding:5px 7px;font-size:9px;font-weight:900;display:inline-block}.status-pill.real{color:#165540;background:#dff2e8}.status-pill.test{color:#4338a8;background:#e7e5ff}.status-pill.neutral{color:#59635f;background:#ecefed}.row-actions{align-items:center;gap:10px;display:flex}.row-actions details{position:relative}.row-actions summary{cursor:pointer;color:var(--green);white-space:nowrap;font-weight:800}.action-popover{z-index:3;border:1px solid var(--line);background:#fff;border-radius:7px;width:310px;padding:15px;position:absolute;right:0;box-shadow:0 12px 32px #172b2730}.compact-form{gap:8px;margin-top:10px;display:grid}.compact-form input{border:1px solid #aebbb6;border-radius:4px;width:100%;padding:10px}.compact-form button{width:100%}@media (max-width:800px){.admin-toolbar{flex-direction:column;align-items:stretch}.admin-dashboard{padding-left:12px;padding-right:12px}.stripe-overview{padding:20px}}.live-connection{background:#fff;padding:86px clamp(24px,6vw,90px)}.connection-visual{grid-template-columns:1fr 1fr;gap:clamp(60px,9vw,150px);max-width:1450px;margin:0 auto;display:grid;position:relative}.connection-person{border:1px solid var(--line);background:#fff;border-radius:22px;margin:0;overflow:hidden;box-shadow:0 14px 40px #18322c12}.connection-image{aspect-ratio:16/10;position:relative;overflow:hidden}.connection-image img{object-fit:cover}.connection-person figcaption{gap:8px;padding:25px 28px;display:grid}.connection-person figcaption small{letter-spacing:.14em;color:var(--orange);font-size:10px;font-weight:900}.connection-person figcaption strong{font:26px Georgia,serif}.connection-person figcaption span{color:#52645f}.meeting-link{z-index:2;text-align:center;background:var(--green);color:#fff;border:8px solid #fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-62%);box-shadow:0 10px 30px #18322c32}.meeting-link:before,.meeting-link:after{content:"";z-index:-2;background:var(--orange);width:clamp(34px,6vw,94px);height:2px;position:absolute;top:50%}.meeting-link:before{right:100%}.meeting-link:after{left:100%}.meeting-pulse{color:#ffb18f;font-size:14px;position:absolute;top:16px}.meeting-link b{letter-spacing:.08em;font-size:13px;line-height:1.05}.meeting-link small{letter-spacing:.11em;color:#dcebe6;margin-top:7px;font-size:7px}.home-hero{min-height:700px}.hero-assurances{color:var(--green);flex-wrap:wrap;gap:24px;margin-bottom:34px;font-size:13px;font-weight:800;display:flex}.home-hero>p{max-width:720px;font-size:21px}.home-section{padding:90px clamp(24px,9vw,140px)}.home-section-heading{text-align:center;max-width:820px;margin:0 auto 48px}.home-section-heading h2,.final-expert-cta h2{margin:18px 0;font:clamp(38px,4.5vw,62px)/1.06 Georgia,serif}.home-section-heading p{color:#52645f;font-size:18px;line-height:1.6}.how-section{background:#f5f8f7}.how-grid{grid-template-columns:repeat(4,1fr);gap:14px;max-width:1300px;margin:0 auto;display:grid}.how-grid article{border:1px solid var(--line);background:#fff;border-radius:14px;min-height:250px;padding:28px}.how-grid b{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:46px;height:46px;font:17px Georgia,serif;display:grid}.how-grid h3,.area-grid h3,.side-card h3{margin:24px 0 12px;font:27px/1.15 Georgia,serif}.how-grid p,.area-grid p,.side-card p,.trust-grid p{color:#52645f;line-height:1.55}.center-action{text-align:center;margin-top:36px}.areas-section{background:#fff}.area-grid{grid-template-columns:repeat(4,1fr);gap:14px;max-width:1300px;margin:0 auto;display:grid}.area-grid article{border:1px solid var(--line);background:#fff;border-radius:12px;padding:24px;transition:all .18s}.area-grid article:hover{transform:translateY(-3px);box-shadow:0 10px 24px #152e2715}.area-grid article>span{color:var(--orange);letter-spacing:.1em;font-weight:900}.area-grid h3{margin:18px 0 9px;font-size:23px}.home-dual-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:38px;display:flex}.two-sides-section{background:var(--cream)}.two-sides-grid{grid-template-columns:1fr 1fr;gap:18px;max-width:1100px;margin:0 auto;display:grid}.side-card{border-radius:18px;flex-direction:column;align-items:flex-start;min-height:330px;padding:42px;display:flex}.side-card small{letter-spacing:.13em;font-weight:900}.side-card h3{font-size:36px}.side-card p{max-width:520px;font-size:17px}.side-card a{color:inherit;margin-top:auto;font-weight:900}.expert-side{background:var(--green);color:#fff}.expert-side p{color:#e8f3ee}.client-side{border:1px solid var(--line);background:#fff}.client-side small,.client-side a{color:var(--orange)}.trust-section{background:#fff}.trust-grid{border:1px solid var(--line);border-radius:14px;grid-template-columns:repeat(4,1fr);max-width:1300px;margin:0 auto;display:grid;overflow:hidden}.trust-grid article{border-right:1px solid var(--line);padding:30px}.trust-grid article:last-child{border-right:0}.trust-grid b{font:23px Georgia,serif}.home-faq{background:#f5f8f7}.home-faq .faq-list{max-width:900px;margin:0 auto}.final-expert-cta{text-align:center;background:var(--green);color:#fff;padding:100px 24px}.final-expert-cta h2{font-size:clamp(42px,5vw,70px)}.final-expert-cta p{color:#e2f0eb;font-size:18px}.final-expert-cta .button{background:var(--orange);margin-top:18px}@media (max-width:1000px){.how-grid,.area-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid article:nth-child(2){border-right:0}.trust-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media (max-width:700px){.home-hero{min-height:auto}.hero-assurances{gap:10px 18px;margin-bottom:24px;font-size:11px}.home-hero>p{font-size:17px}.home-section{padding:58px 24px}.home-section-heading{text-align:left;margin-bottom:30px}.home-section-heading h2{font-size:39px}.home-section-heading p{font-size:16px}.how-grid,.area-grid,.two-sides-grid,.trust-grid{grid-template-columns:1fr}.how-grid article{min-height:0}.side-card{min-height:280px;padding:28px}.side-card h3{font-size:31px}.trust-grid article{border-right:0;border-bottom:1px solid var(--line)}.trust-grid article:last-child{border-bottom:0}.final-expert-cta{padding:70px 24px}.final-expert-cta h2{font-size:42px}.final-expert-cta .button{width:100%}.live-connection{padding:58px 24px}.connection-visual{grid-template-columns:1fr;gap:88px}.connection-person figcaption{padding:21px}.connection-person figcaption strong{font-size:23px}.meeting-link{border-width:6px;width:112px;height:112px;top:50%;transform:translate(-50%,-50%)}.meeting-link:before,.meeting-link:after{width:2px;height:48px;top:auto;left:50%}.meeting-link:before{bottom:100%}.meeting-link:after{top:100%}.meeting-pulse{top:11px}}.expert-avatar{outline:1px solid var(--line);background:linear-gradient(145deg,#edf5f1,#f7f1e5);border:3px solid #fff;box-shadow:0 5px 16px #172b2718}.expert-avatar img{object-position:center 28%}.catalog-results .offer-identity{align-items:center;gap:14px;min-height:112px;padding-bottom:12px;display:flex}.catalog-results .offer-identity .expert-avatar{flex:0 0 66px;width:66px;height:66px;margin:0}.catalog-results .offer-identity>div{flex:1;min-width:0}.catalog-results .offer-identity .offer-category{border-bottom:0;padding-bottom:0}.offer-management-actions{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:16px;display:flex}.share-button{color:var(--green);cursor:pointer;white-space:nowrap;background:#f4f8f6;border:1px solid #aac2b9;border-radius:5px;align-items:center;gap:6px;padding:8px 10px;font:700 12px Arial,sans-serif;display:inline-flex}.share-button:hover{background:#e8f2ed}.share-button:focus-visible{outline-offset:2px;outline:3px solid #df633655}.share-button span{font-size:15px}@media (max-width:800px){.catalog-results .offer-identity{min-height:104px;padding-bottom:10px}.catalog-results .offer-identity .expert-avatar{flex-basis:58px;width:58px;height:58px}.offer-management-actions{flex-direction:column;align-items:flex-start}.share-button{justify-content:center;width:100%}}
.step{text-decoration:none}.step-actions{flex-wrap:wrap;gap:5px;display:flex}.step-actions a{color:inherit;font-weight:700}.time-fields{grid-template-columns:1fr 1fr;gap:16px;display:grid}.availability-list{gap:12px;display:grid}.availability-row{justify-content:space-between;align-items:center;padding:20px;display:flex}.availability-row>div{flex-direction:column;gap:7px;display:flex}.back-link{margin-top:28px}.back-link a{color:var(--ink)}.offer-link{color:inherit;text-decoration:none}.offer-link .offer{height:100%;transition:transform .2s,border-color .2s}.offer-link:hover .offer{border-color:var(--green);transform:translateY(-3px)}.offer-action{color:var(--green);margin-top:16px;font-weight:700;display:inline-block}.offer-detail{max-width:1100px}.offer-layout{grid-template-columns:1.4fr .8fr;gap:18px;display:grid}.offer-copy .lead{margin-top:0}.offer-facts{gap:24px;padding:20px 0 8px;font-size:20px;display:flex}.expert-summary h2{font:28px Georgia,serif}.booking-next{margin-top:24px}.slot-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;display:grid}.slot-button{border:1px solid var(--line);width:100%;min-height:82px;color:var(--ink);cursor:pointer;text-align:left;text-transform:capitalize;background:#fff;border-radius:6px;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;padding:16px;display:flex}.slot-button:hover{border-color:var(--green);background:#eef6f2}.slot-button span{color:var(--green);font-size:18px;font-weight:700}.weekly-details{margin-top:28px}.weekly-details summary{cursor:pointer;margin-bottom:16px;font-weight:700}.booking-summary h2{font:28px Georgia,serif}.client-booking{justify-content:space-between;align-items:center;gap:24px;display:flex}.client-booking h2{margin:8px 0;font:24px Georgia,serif}.client-booking>div:last-child{text-align:right;flex-direction:column;align-items:flex-end;gap:8px;display:flex}@media (max-width:700px){.time-fields,.offer-layout{grid-template-columns:1fr}.client-booking{flex-direction:column;align-items:flex-start}.client-booking>div:last-child{text-align:left;align-items:flex-start}}
.os-number{color:#40534e;white-space:nowrap;font:700 11px/1.3 ui-monospace,SFMono-Regular,Consolas,monospace;display:inline-block}.client-link{color:var(--green);font-weight:800}.release-detail{color:#60716c;margin-top:5px;display:block}.settled-status{gap:3px;min-width:145px;display:grid}.settled-status strong{color:#165540;letter-spacing:.06em;background:#dff2e8;border-radius:20px;width:max-content;padding:4px 7px;font-size:10px}.settled-status span{color:#165540;font-weight:800}.settled-status small{color:#60716c}.admin-client-page{max-width:1250px}.client-profile-summary{background:var(--line);grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;padding:0;display:grid;overflow:hidden}.client-profile-summary>div{background:#fff;gap:8px;padding:22px;display:grid}.client-profile-summary small{color:#60716c}.client-profile-summary strong{overflow-wrap:anywhere;font-size:17px}.client-history-table{min-width:950px}@media (max-width:700px){.client-profile-summary{grid-template-columns:1fr 1fr}}
.admin-page-heading{margin:0 0 20px}.admin-page-heading h1{margin-bottom:6px}.marketing-periods{flex-wrap:wrap;gap:8px;margin:18px 0;display:flex}.marketing-periods a{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:5px;padding:10px 14px;font-weight:700;text-decoration:none}.marketing-periods a.active{background:var(--green);border-color:var(--green);color:#fff}.marketing-metrics{grid-template-columns:repeat(auto-fit,minmax(165px,1fr))}.marketing-grid{grid-template-columns:1.5fr 1fr;gap:18px;margin:22px 0;display:grid}.marketing-grid h2,.funnel-card h2{margin:10px 0 12px;font:30px Georgia,serif}.chart-legend{flex-wrap:wrap;gap:16px;margin-bottom:10px;font-size:12px;font-weight:700;display:flex}.chart-legend span{align-items:center;gap:6px;display:flex}.chart-legend span:before{content:"";background:var(--series-color);border-radius:3px;width:10px;height:10px}.visits{--series-color:#e96535}.experts{--series-color:#1677d2}.clients{--series-color:#60aee9}.visit-chart{border-bottom:1px solid var(--line);align-items:end;gap:12px;height:230px;padding:10px 4px 0;display:flex;overflow-x:auto}.visit-day{text-align:center;flex:1;grid-template-rows:22px 1fr 28px;align-items:end;gap:5px;min-width:62px;height:100%;display:grid}.daily-values,.daily-bars{justify-content:center;align-items:end;gap:3px;display:flex}.daily-values strong{width:30%;font-size:11px}.daily-bars{height:100%}.daily-bars span{background:var(--series-color);border-radius:5px 5px 0 0;width:min(24px,28%);display:block}.visit-day small{color:#60716c;align-self:center;font-size:10px}.source-list{display:grid}.source-list>div{border-bottom:1px solid var(--line);justify-content:space-between;gap:15px;padding:13px 0;display:flex}.source-list>div:last-child{border-bottom:0}.source-list strong{color:var(--green)}.source-list small{color:#60716c;font-weight:400}.funnel-card{margin-top:18px}.funnel-steps{background:var(--line);border:1px solid var(--line);border-radius:7px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.funnel-steps>div{background:#f7faf8;gap:8px;padding:22px;display:grid}.funnel-steps small{color:#60716c}.funnel-steps strong{font:30px Georgia,serif}.funnel-steps span{color:var(--orange);font-size:12px;font-weight:800}.marketing-footnote{margin-top:20px;font-size:12px;line-height:1.5}@media (max-width:800px){.marketing-grid{grid-template-columns:1fr}.funnel-steps{grid-template-columns:1fr 1fr}.admin-page-heading .button{text-align:center;width:100%}}
