:root{--navy:#1A365D;--navy-deep:#10294b;--mint:#38A169;--mint-pale:#e7f5ec;--sand:#F7FAFC;--ink:#192b42;--muted:#637186;--font-size:18px}*{box-sizing:border-box}html{scroll-behavior:smooth;font-size:var(--font-size)}body{margin:0;background:#e8edf0;color:var(--ink);font-family:'Nunito Sans',Arial,sans-serif;font-size:1rem;line-height:1.45}.app-shell{width:100%;max-width:610px;min-height:100vh;margin:auto;background:var(--sand);padding-bottom:82px;overflow:hidden}.app-header{background:var(--navy);padding:calc(21px + env(safe-area-inset-top)) 24px 38px;color:#fff;border-radius:0 0 30px 30px}.topbar{display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:9px;color:#fff;text-decoration:none;line-height:1}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--mint);font-size:21px}.brand strong,.brand em{display:block;font-weight:900}.brand strong{font-size:1.12rem}.brand em{font-size:.7rem;letter-spacing:.06em;font-style:normal;margin-top:4px}.text-control{border:1px solid rgba(255,255,255,.65);color:#fff;background:transparent;border-radius:9px;padding:7px 9px;font:800 .8rem inherit;cursor:pointer}.text-control span{font-size:.72rem}.greeting{font-size:.78rem;font-weight:800;letter-spacing:.08em;color:#a9dbba;margin:44px 0 8px}.app-header h1{font-size:clamp(2.1rem,9vw,3rem);line-height:1.04;letter-spacing:-.045em;margin:0;max-width:440px}.app-header h1 span{color:#8edaa9}.header-copy{color:#e2ebf3;font-size:1.02rem;max-width:430px;margin:15px 0 25px}.primary-action{display:flex;align-items:center;gap:10px;justify-content:center;text-decoration:none;background:#25D366;color:#062615;min-height:59px;border-radius:13px;font-weight:900;box-shadow:0 5px 0 #128c42}.whatsapp-dot{font-size:1.3em}.arrow{font-size:1.35em;margin-left:auto;margin-right:17px}.quick-section,.trust-section{padding:32px 24px}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.overline{color:var(--mint);font-size:.7rem;letter-spacing:.12em;font-weight:900;margin:0 0 4px}.section-title h2,.trust-section h2,.next-step h2{font-size:1.38rem;line-height:1.15;letter-spacing:-.025em;margin:0;color:var(--navy)}.calendar-chip{display:grid;place-items:center;width:42px;height:42px;background:#fff1c5;border-radius:50%;font-size:1.3rem}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quick-card{min-height:164px;border:0;border-radius:17px;padding:16px;text-decoration:none;text-align:left;color:var(--navy);font:inherit;cursor:pointer;display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s}.quick-card:hover{transform:translateY(-3px);box-shadow:0 8px 15px rgba(28,57,78,.1)}.mint-card{background:#dff4e7}.blue-card{background:#deedf5}.peach-card{background:#fff0e7}.outline-card{background:#fff;border:2px solid #d6e1e9}.quick-icon{font-size:1.6rem;margin-bottom:13px}.quick-card strong{font-size:1rem;line-height:1.13}.quick-card small{display:block;margin-top:auto;color:#4f6274;font-weight:700;font-size:.68rem}.next-step{margin:0 24px;padding:22px;background:#e4edf7;border-radius:18px;display:flex;overflow:hidden;align-items:center;min-height:183px}.next-content{position:relative;z-index:1;max-width:70%}.next-step p:not(.overline){font-size:.81rem;color:#465c73;margin:8px 0 13px}.next-step a{font-weight:900;color:var(--navy);font-size:.83rem;text-decoration:none}.next-step a span{font-size:1.3em;padding-left:5px}.clock-art{position:absolute;right:calc(50% - 273px);width:120px;height:120px;border:13px solid #85b6c7;border-radius:50%;background:#f4eaba;color:#5d7898;display:grid;place-items:center;font-size:1.2rem;font-weight:900}.clock-art i,.clock-art b{position:absolute;width:5px;background:#5d7898;border-radius:10px;transform-origin:bottom}.clock-art i{height:33px;bottom:50%;transform:rotate(125deg)}.clock-art b{height:24px;bottom:50%;transform:rotate(42deg)}.trust-section{padding-top:39px}.trust-section h2{margin-bottom:19px}.trust-item{display:flex;align-items:center;gap:15px;padding:14px 0;border-bottom:1px solid #dce4ec}.trust-item:last-child{border-bottom:0}.trust-item>span{display:grid;place-items:center;width:45px;height:45px;border-radius:13px;background:#fff;font-size:1.28rem}.trust-item h3{margin:0;color:var(--navy);font-size:.91rem}.trust-item p{margin:2px 0 0;color:var(--muted);font-size:.78rem}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,610px);height:72px;padding-bottom:env(safe-area-inset-bottom);background:#fff;border-top:1px solid #dce4ec;display:flex;justify-content:space-around;z-index:3}.bottom-nav a{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:80px;text-decoration:none;color:#718096;font-size:.68rem;font-weight:800}.bottom-nav a span{font-size:1.3rem;line-height:1}.bottom-nav .active{color:var(--mint-dark,#216e46)}.notice{position:fixed;z-index:10;bottom:87px;left:50%;transform:translate(-50%,140px);width:min(calc(100% - 42px),480px);background:#10294b;color:#fff;border-radius:12px;padding:14px 17px;font-size:.84rem;font-weight:700;box-shadow:0 8px 24px rgba(0,0,0,.23);transition:transform .25s}.notice.show{transform:translate(-50%,0)}a:focus-visible,button:focus-visible{outline:4px solid #f7b733;outline-offset:3px}@media(min-width:650px){body{padding:20px}.app-shell{border-radius:25px;box-shadow:0 18px 55px rgba(21,44,69,.19);min-height:calc(100vh - 40px)}.bottom-nav{bottom:20px;border-radius:0 0 25px 25px}.notice{bottom:107px}}@media(max-width:370px){.app-header,.quick-section,.trust-section{padding-left:18px;padding-right:18px}.next-step{margin-left:18px;margin-right:18px}.quick-card{padding:13px;min-height:155px}.clock-art{opacity:.65;right:-15px}.next-content{max-width:82%}}body.large-text{--font-size:20px}
