:root{--ink:#314335;--green:#5e8f54;--deep:#3d6943;--cream:#fffaf0;--gold:#e8b94f;--pink:#d9797b;--line:#e6dcc6;--shadow:0 12px 32px #4a52241a}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#e9f4e4,#fff8e8 45%,#f2e8d2);color:var(--ink);font-family:ui-rounded,"SF Pro Rounded","Trebuchet MS",system-ui,sans-serif}.app{width:min(920px,100%);margin:auto;padding:0 14px 40px}.hero{height:250px;position:relative;overflow:hidden;border-radius:0 0 30px 30px;box-shadow:var(--shadow)}.hero img{width:100%;height:100%;object-fit:cover;object-position:center 35%}.heroShade{position:absolute;inset:0;background:linear-gradient(90deg,#18341ab8,#18341a25 70%,transparent)}.heroText{position:absolute;left:28px;top:47px;color:#fff;text-shadow:0 2px 5px #21391f80}.eyebrow{margin:0;font-size:20px}.hero h1{margin:0;font-family:Georgia,serif;font-size:clamp(38px,8vw,68px);color:#fff3b6}.heroText>p:last-child{font-size:18px;margin-top:10px}.card{background:#fffdf7;border:1px solid #fff;border-radius:26px;padding:22px;margin-top:16px;box-shadow:var(--shadow)}.step{display:flex;align-items:center;gap:12px;margin-bottom:18px}.step>span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#ebc65d;color:#513c08;font-size:23px;font-weight:900}.step div{display:flex;flex-direction:column}.step small{color:#7e806f;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.step strong{font-size:23px}.date-row{display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:10px}label{display:flex;flex-direction:column;gap:7px;font-weight:800;font-size:14px}select,input,textarea{width:100%;border:2px solid var(--line);background:white;border-radius:14px;padding:13px;color:var(--ink);font:inherit;font-size:17px;outline:none}select:focus,input:focus,textarea:focus{border-color:#83af6f;box-shadow:0 0 0 3px #83af6f28}.answer{margin-top:17px;border-radius:18px;background:#ecf6df;border:1px solid #d2e9bd;padding:16px;text-align:center;font-size:clamp(19px,4vw,27px);font-weight:900;color:var(--deep)}.answer .big{color:#b56359}.calendar-card{padding:18px}.calendar-head{display:grid;grid-template-columns:48px 1fr 48px;align-items:center;text-align:center}.calendar-head h2{margin:0;font-size:26px}.calendar-head p{margin:3px 0 10px;color:#88806e;font-size:13px}.round{border:0;background:#edf3df;border-radius:50%;width:44px;height:44px;font-size:33px;color:#557348}.weekdays,.days{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.weekdays b{text-align:center;color:#8b806b;text-transform:uppercase;font-size:12px;padding:5px}.day{aspect-ratio:1;min-height:44px;border:0;border-radius:14px;background:#faf5e8;color:#405040;font-size:17px;font-weight:800;position:relative}.day.empty{visibility:hidden}.day.today:after{content:"";position:absolute;width:5px;height:5px;background:#d98756;border-radius:50%;bottom:5px;left:calc(50% - 2px)}.day.selected{background:#5f9257;color:#fff;box-shadow:inset 0 -3px #456d40;transform:translateY(-1px)}.time-row{display:flex;align-items:end;gap:20px;margin:14px 0}.check{flex-direction:row;align-items:center;min-height:52px}.check input{width:23px;height:23px;accent-color:#5f9257}.time-row>label:last-child{width:160px}.agenda-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.primary{border:0;border-radius:15px;padding:15px 13px;color:white;font-weight:900;font-size:16px}.primary span{display:inline-grid;place-items:center;background:#fff;color:#496c47;border-radius:50%;width:25px;height:25px;margin-right:5px}.google{background:#578351}.apple{background:#48564b}.privacy{text-align:center;color:#898373;font-size:12px;margin:14px 0 0}.year-card{padding:0;overflow:hidden}.year-toggle{width:100%;border:0;background:white;padding:18px 22px;display:flex;justify-content:space-between;color:var(--ink);font:inherit;font-weight:900;font-size:17px}.year-card img{width:100%;display:none;border-top:1px solid var(--line)}.year-card.open img{display:block}.toast{position:fixed;z-index:20;left:50%;bottom:26px;transform:translate(-50%,30px);background:#293b2c;color:white;padding:12px 18px;border-radius:99px;opacity:0;pointer-events:none;transition:.25s;box-shadow:var(--shadow)}.toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:600px){.app{padding:0 9px 30px}.hero{height:200px}.heroText{left:20px;top:35px}.heroText>p:last-child{font-size:15px}.card{padding:17px;border-radius:22px}.date-row{grid-template-columns:1fr 1fr}.date-row label:last-child{grid-column:1/-1}.agenda-buttons{grid-template-columns:1fr}.day{border-radius:10px;font-size:15px}.time-row{align-items:flex-start;flex-direction:column;gap:8px}.time-row>label:last-child{width:100%}}
