
:root{--text:#111;--muted:#666;--line:#e7e7e7;--bg:#fff;--soft:#f7f7f5;--accent:#111}
*{box-sizing:border-box} body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--bg);line-height:1.55}
.nav{max-width:1080px;margin:auto;padding:24px 28px;border-bottom:1px solid var(--line)}
.brand{font-weight:800;font-size:18px;letter-spacing:-.02em}.brand span{font-weight:500;color:var(--muted)}
main{max-width:1080px;margin:auto;padding:0 28px}.hero{max-width:820px;padding:88px 0 76px}
.eyebrow{font-size:13px;letter-spacing:.13em;font-weight:800;margin-bottom:18px}
h1{font-size:clamp(42px,7vw,78px);line-height:.98;letter-spacing:-.055em;margin:0 0 26px}
.lead{font-size:22px;max-width:760px;color:#444;margin:0 0 22px}.lead.small{font-size:18px}
.countries{font-size:15px;margin:24px 0 30px;color:#444}
.cta{display:inline-block;background:#111;color:#fff;text-decoration:none;padding:16px 22px;border-radius:8px;font-weight:800;border:0;font-size:16px;cursor:pointer}
.cta:hover{opacity:.86}.secondary{margin-top:10px}.micro{font-size:13px;color:#777;margin-top:12px}
.how,.deliver,.position,.note{padding:70px 0;border-top:1px solid var(--line)}
h2{font-size:36px;letter-spacing:-.04em;margin:0 0 34px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.steps article{background:var(--soft);padding:28px;border-radius:10px}.steps strong{font-size:14px}.steps h3{font-size:21px;margin:28px 0 8px}.steps p{color:#555;margin:0}
.deliver ul{display:grid;grid-template-columns:repeat(2,1fr);gap:0 44px;list-style:none;padding:0;margin:0;max-width:800px}
.deliver li{padding:15px 0;border-bottom:1px solid var(--line);font-size:18px}
.big{font-size:clamp(32px,5vw,56px);line-height:1.05;letter-spacing:-.045em;margin:0 0 30px}
.note{font-size:13px;color:#777;max-width:820px}
footer{max-width:1080px;margin:auto;padding:34px 28px 60px;color:#777;font-size:13px}
.profile-page{max-width:800px}.profile-card{padding:62px 0 90px}.profile-card h1{font-size:54px}
form{margin-top:42px} form>label{display:block;font-weight:700;margin:20px 0 7px}
input,select,textarea{width:100%;font:inherit;padding:13px 14px;border:1px solid #ccc;border-radius:7px;background:#fff}
textarea{resize:vertical}.checks{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:8px 0 20px}
.checks label{display:flex;gap:9px;align-items:center;background:var(--soft);padding:12px;border-radius:7px;font-weight:500}
.checks input{width:auto}.form-cta{margin-top:28px;width:100%}
@media(max-width:720px){.hero{padding:62px 0}.steps,.deliver ul,.checks{grid-template-columns:1fr}h1{font-size:48px}.profile-card h1{font-size:44px}.lead{font-size:19px}}
