:root{--navy:#14213d;--orange:#f59e0b;--cream:#fff8e8;--muted:#657086;--line:#e6eaf0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:#172033;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}header,footer{max-width:1120px;margin:auto;padding:20px 24px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px}.brand img{width:40px;height:40px;border-radius:11px}nav{display:flex;gap:26px;color:var(--muted);font-size:14px}.hero{min-height:580px;padding:70px max(24px,calc((100vw - 1120px)/2));display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;background:linear-gradient(135deg,#fff 35%,var(--cream));overflow:hidden}.tag{color:#ad6800;font-size:12px;font-weight:850;letter-spacing:.12em}h1{margin:18px 0;color:var(--navy);font-size:clamp(46px,6vw,74px);line-height:1.02;letter-spacing:-.055em}.hero p,.heading p,.contact p{color:var(--muted);font-size:18px;line-height:1.65}.actions{display:flex;align-items:center;gap:20px;margin-top:30px;flex-wrap:wrap}.actions a{padding:14px 20px;color:#fff;background:var(--navy);border-radius:14px;font-weight:750}.actions span{color:#45604f;font-size:14px}.visual{position:relative;min-height:420px;display:grid;place-items:center}.visual>img{width:min(290px,65vw);border-radius:66px;box-shadow:0 35px 80px #14213d35;transform:rotate(2deg)}.visual aside{position:absolute;min-width:165px;padding:15px;border:1px solid #fff;border-radius:17px;background:#ffffffed;box-shadow:0 18px 45px #14213d20}.visual aside small,.visual aside b{display:block}.visual aside small{color:var(--muted)}.visual aside b{margin:4px 0;color:var(--navy)}.one{left:0;bottom:35px}.two{right:0;top:35px}.section{padding:95px max(24px,calc((100vw - 1120px)/2))}.heading{max-width:650px;margin-bottom:35px}.heading h2,.contact h2{margin:10px 0;color:var(--navy);font-size:clamp(34px,4vw,50px);letter-spacing:-.04em}.grid{display:grid;gap:16px}.four{grid-template-columns:repeat(4,1fr)}.two{grid-template-columns:repeat(2,1fr)}article{padding:25px;border:1px solid var(--line);border-radius:22px;background:#fff}article i{width:45px;height:45px;display:grid;place-items:center;background:var(--cream);border-radius:14px;font-style:normal}article h3{margin:18px 0 8px;color:var(--navy);font-size:17px}article p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.support{background:#f5f7fa}.privacy{color:#fff;background:var(--navy)}.privacy h2,.privacy h3{color:#fff}.privacy .tag{color:#fbbf24}.privacy .heading p,.privacy article p{color:#bdc7da}.privacy article{border-color:#ffffff20;background:#ffffff0b}.note{margin-top:16px;padding:20px 24px;border-radius:18px;background:#ffffff10}.note p{margin:6px 0;color:#bdc7da}.contact{display:flex;align-items:center;justify-content:space-between;gap:40px}.contact>div{max-width:600px}.contact>a{display:flex;flex-direction:column;gap:5px;padding:22px;border:1px solid var(--line);border-radius:20px;box-shadow:0 15px 40px #14213d10}.contact small{color:var(--muted)}footer{border-top:1px solid var(--line);color:var(--muted);font-size:13px}footer .brand{color:var(--navy)}footer .brand img{width:31px;height:31px;border-radius:9px}@media(max-width:850px){nav{display:none}.hero{grid-template-columns:1fr;text-align:center}.hero p{margin:auto}.actions{justify-content:center}.four{grid-template-columns:repeat(2,1fr)}.contact{align-items:flex-start;flex-direction:column}}@media(max-width:540px){.hero{padding-top:50px}.visual{min-height:320px}.visual>img{width:210px;border-radius:49px}.visual aside{min-width:145px;padding:12px}.one{left:-12px}.two{right:-12px}.four,.two{grid-template-columns:1fr}.section{padding-top:70px;padding-bottom:70px}footer{align-items:flex-start;flex-direction:column;gap:16px}}
