@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--beige:#F9F2E8;--beige-warm:#F1E6D0;--green:#A5CF8A;--green-dark:#4E8E2C;--orange:#FEBA88;--orange-dark:#C4773A;--orange-bg:#FFF0E3;--black:#131311;--gray:#6B6B64;--gray-light:#E5DFD4;--white:#FFFFFF;--purple:#8B93B8;--font:"Roobert","DM Sans",sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--white);color:var(--black);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;margin:0}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 2.5rem;background:#f9f2e8f2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--gray-light)}.logo{text-decoration:none;display:flex;align-items:center;color:var(--black)}.nav-cta{background:var(--black);color:var(--white);font-family:var(--font);font-size:.85rem;font-weight:500;padding:.55rem 1.4rem;border:none;border-radius:100px;cursor:pointer;text-decoration:none;transition:opacity .2s}.nav-cta:hover{opacity:.8}.hero{padding:112px 2.5rem 5rem;max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:4rem;align-items:center}.hero-chip{display:inline-flex;align-items:center;gap:.5rem;font-size:.74rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--green-dark);background:#a5cf8a24;border:1px solid rgba(165,207,138,.32);padding:.3rem .85rem;border-radius:100px;margin-bottom:1.2rem}.hero-chip-dot{width:6px;height:6px;border-radius:50%;background:var(--green-dark)}h1{font-family:var(--font);font-size:clamp(2.1rem,3.8vw,3.3rem);font-weight:700;line-height:1.1;margin-bottom:1.2rem;letter-spacing:-.02em}h1 em{font-style:normal;color:var(--green-dark);font-weight:300}.hero-desc{font-size:.98rem;color:var(--gray);line-height:1.75;margin-bottom:2rem;max-width:460px}.btn-main{display:inline-flex;align-items:center;gap:.55rem;background:var(--green);color:var(--black);font-family:var(--font);font-size:.93rem;font-weight:700;padding:.85rem 2rem;border-radius:100px;border:none;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s}.btn-main:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4e8e2c38}.hero-note{margin-top:.7rem;font-size:.77rem;color:var(--gray);display:flex;align-items:center;gap:.4rem}.hero-right{display:flex;flex-direction:column;gap:1.2rem}.hero-photo{width:100%;border-radius:20px;overflow:hidden;aspect-ratio:1}.hero-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.hero-card{background:var(--white);border-radius:18px;padding:1.6rem;border:1px solid var(--gray-light)}.hc-label{font-size:.7rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--gray);margin-bottom:1rem}.hc-row{display:flex;gap:.8rem;align-items:flex-start;margin-bottom:.8rem}.hc-row:last-of-type{margin-bottom:0}.hc-check{width:22px;height:22px;flex-shrink:0;background:#a5cf8a2e;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}.hc-row p{font-size:.85rem;line-height:1.55}.booking-section{padding:5rem 2.5rem;max-width:1100px;margin:0 auto;text-align:center}.sec-label{font-size:.74rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gray);margin-bottom:.5rem}.sec-title{font-family:var(--font);font-size:clamp(1.65rem,2.7vw,2.3rem);font-weight:700;line-height:1.15;margin-bottom:.65rem;letter-spacing:-.02em}.sec-sub{color:var(--gray);font-size:.9rem;line-height:1.65;margin-bottom:2.5rem;max-width:520px;margin-left:auto;margin-right:auto}.consultant-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2rem}.consultant-card{cursor:pointer;transition:all .2s;text-align:center}.consultant-photo{width:96px;height:96px;border-radius:50%;overflow:hidden;margin:0 auto 1rem;border:3px solid transparent;transition:border-color .2s}.consultant-photo:hover{border-color:var(--gray-light)}.consultant-photo.selected{border-color:var(--green)}.consultant-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.consultant-name{font-size:.88rem;font-weight:600;color:var(--black)}.consultant-role{font-size:.75rem;color:var(--gray);margin-top:.15rem}.booking-hint{margin-top:.8rem;font-size:.82rem;color:var(--gray)}.btn-main:disabled{opacity:.3;cursor:not-allowed;transform:none!important;box-shadow:none!important}.wis{background:var(--beige);padding:4rem 2.5rem}.wis-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.wis-label{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gray);margin-bottom:.7rem}.wis-title{font-family:var(--font);font-size:clamp(1.7rem,2.8vw,2.3rem);font-weight:700;color:var(--black);line-height:1.15;margin-bottom:1rem;letter-spacing:-.02em}.wis-desc{font-size:.9rem;color:var(--gray);line-height:1.75}.wis-steps{display:flex;flex-direction:column;gap:.7rem}.wis-step{background:var(--white);border:1px solid var(--gray-light);border-radius:14px;padding:1.1rem 1.3rem;display:flex;gap:1rem;align-items:flex-start}.wis-step.hi{background:var(--white);border-color:var(--green)}.wis-n{font-family:var(--font);font-size:1.5rem;font-weight:700;color:#0000001f;line-height:1;flex-shrink:0;width:1.7rem}.wis-step.hi .wis-n{color:var(--green-dark)}.wis-st{font-weight:600;font-size:.89rem;color:var(--black);margin-bottom:.22rem}.wis-sd{font-size:.79rem;color:var(--gray);line-height:1.5}.bcta{background:var(--beige-warm);padding:4rem 2.5rem;text-align:center;border-top:1px solid var(--gray-light)}.bcta h2{font-family:var(--font);font-size:clamp(1.65rem,2.7vw,2.2rem);font-weight:700;margin-bottom:.7rem;letter-spacing:-.02em}.bcta p{color:var(--gray);font-size:.9rem;margin-bottom:1.8rem}footer{background:var(--black);padding:1.4rem 2.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.8rem}footer .logo{color:var(--white)}footer p{font-size:.74rem;color:#ffffff52}footer a{font-size:.74rem;color:#ffffff52;text-decoration:none}footer a:hover{color:var(--white)}@media(max-width:768px){nav{padding:.9rem 1.2rem}.hero{grid-template-columns:1fr;padding:94px 1.2rem 3rem;gap:2rem}.hero-right{display:none}.wis{padding:3rem 1.2rem}.wis-inner{grid-template-columns:1fr;gap:2rem}.booking-section,.bcta{padding:3rem 1.2rem}footer{padding:1.2rem;flex-direction:column;text-align:center}}@keyframes up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fa{animation:up .45s ease both}.fb{animation:up .45s ease .13s both}
