*{box-sizing:border-box}.booking-page{min-height:100vh;background:#f5f2eb;color:#153f38;font-family:Arial,sans-serif}.booking-page header{height:76px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d8ded8;background:#fff}.booking-page header div{display:flex;gap:24px}.booking-page a{color:inherit;text-decoration:none}.book-brand{font:700 24px Georgia;letter-spacing:3px}.booking-hero{padding:64px 7vw 44px;background:#173f38;color:#fff}.booking-hero p,.booking-summary>small,.step small{font-size:11px;font-weight:700;letter-spacing:2px}.booking-hero h1{font:48px/1.05 Georgia;margin:14px 0}.booking-hero em{color:#b7d88b;font-weight:400}.booking-hero span{color:#d9e5de}.booking-workspace{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:36px;padding:48px 7vw}.booking-controls{min-width:0}.step{display:flex;align-items:center;gap:14px;margin:0 0 18px}.step>b{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#dcebd0}.step h2{font:28px Georgia;margin:4px 0}.service-switch{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:42px}.service-switch button,.slot-choice{border:1px solid #d3dcd5;background:white;border-radius:12px;text-align:left;color:inherit;cursor:pointer}.service-switch button{padding:20px}.service-switch button span{display:block;margin-top:8px;color:#63736d}.service-switch button.active{border:2px solid #2c735f;background:#f2f8ee}.timezone{font-size:13px;color:#66736e}.slot-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.slot-choice{display:grid;grid-template-columns:1.2fr .6fr 1fr .5fr;align-items:center;gap:10px;padding:16px}.slot-choice span small{display:block;color:#6b7772;margin-top:4px}.slot-choice em{font-style:normal;font-size:11px;padding:6px 8px;border-radius:12px;text-align:center}.slot-choice em.quiet{background:#e2f2cf}.slot-choice em.standard{background:#f2ead2}.slot-choice em.busy{background:#f2d8d2}.slot-choice.selected{outline:3px solid #86ad70}.booking-summary{align-self:start;position:sticky;top:20px;background:#fff;padding:28px;border-radius:16px;box-shadow:0 12px 35px #153f3814}.booking-summary h3{font:25px Georgia}.booking-summary dl>div{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid #e7e9e6}.booking-summary dt{color:#6b7772}.booking-summary dd{text-align:right;margin:0;font-weight:700}.total{display:flex;justify-content:space-between;align-items:end;padding:24px 0}.total strong{font:38px Georgia}.booking-summary button{width:100%;border:0;border-radius:8px;padding:15px;background:#d7ea9d;color:#153f38;font-weight:700;cursor:pointer}.booking-summary button:disabled{background:#d9dedb;color:#87918d;cursor:not-allowed}.booking-summary p{font-size:12px;line-height:1.5;color:#6c7772;text-align:center}.pricing-note{margin:0 7vw 60px;padding:30px;background:#fff;border-radius:14px}.pricing-note h2{font:27px Georgia}.pricing-note>div{display:flex;gap:28px;flex-wrap:wrap}.pricing-note span{display:flex;align-items:center;gap:7px}.pricing-note i{width:12px;height:12px;border-radius:50%}.pricing-note i.quiet{background:#9bc66c}.pricing-note i.standard{background:#d7b85f}.pricing-note i.busy{background:#d27d68}.pricing-note p{max-width:850px;color:#63716c;line-height:1.6}@media(max-width:850px){.booking-workspace{grid-template-columns:1fr}.booking-summary{position:static}.service-switch,.slot-grid{grid-template-columns:1fr}.booking-hero h1{font-size:38px}}@media(max-width:520px){.booking-page header{padding:0 20px}.booking-page header div a:first-child{display:none}.booking-hero,.booking-workspace{padding-left:20px;padding-right:20px}.slot-choice{grid-template-columns:1fr .6fr}.slot-choice em{display:none}}