:root{
  --lc-blue:#2761a6;
  --lc-red:#eb5c63;
  --lc-black:#171717;
  --ink:#171717;
  --muted:#667085;
  --line:#e5e9f0;
  --paper:#f7f9fc;
  --surface:#ffffff;
  --blue-soft:#eef4fc;
  --red-soft:#fff0f1;
  --white:#fff;
  --shadow:0 18px 55px rgba(39,97,166,.11);
  --shadow-soft:0 10px 30px rgba(23,23,23,.06)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Rubik,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}
a{color:inherit}
.top{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1180px)/2));background:rgba(255,255,255,.94);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.brand{display:flex;gap:14px;align-items:center;text-decoration:none;min-width:0}.brand-logo{width:58px;height:58px;object-fit:contain;flex:none}.brand strong,.brand small{display:block}.brand strong{font-family:Futura,"Arial Black",Rubik,sans-serif;font-size:18px;letter-spacing:.02em}.brand small{color:var(--muted);font-size:12px}.navlink{text-decoration:none;font-weight:800;color:var(--lc-blue);padding:10px 14px;border-radius:10px}.navlink:hover{background:var(--blue-soft)}
main{overflow:hidden}.hero{max-width:1180px;margin:auto;padding:84px 24px 62px;display:grid;grid-template-columns:1.45fr .75fr;gap:72px;align-items:center;position:relative}.hero:before{content:"";position:absolute;z-index:-1;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(39,97,166,.12),rgba(39,97,166,0) 68%);right:-150px;top:-150px}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:900;color:var(--lc-red)}h1,h2,h3{font-family:Futura,"Arial Black",Rubik,sans-serif}h1{font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-.045em;margin:16px 0 24px}h1 em{font-style:normal;color:var(--lc-blue)}h2{font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:-.035em;margin:10px 0 18px}.hero p{font-size:19px;color:var(--muted);max-width:680px}.hero-card,.checkout-card{background:white;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow)}.hero-card{border-top:5px solid var(--lc-blue)}.hero-card:after{content:"";display:block;width:72px;height:5px;border-radius:99px;background:var(--lc-red);margin-top:22px}.hero-card hr{border:0;border-top:1px solid var(--line);margin:22px 0}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d6dde8;border-radius:12px;padding:11px 16px;background:white;text-decoration:none;font-weight:850;cursor:pointer;transition:.18s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(39,97,166,.12)}.btn.primary{background:var(--lc-blue);color:white;border-color:var(--lc-blue)}.btn.primary:hover{background:#1f518d}.wide{width:100%}
.trust{max-width:1180px;margin:0 auto 40px;padding:20px 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.trust div{background:white;border:1px solid var(--line);border-radius:16px;padding:16px;box-shadow:var(--shadow-soft)}.trust b{color:var(--lc-red)}
.section{max-width:1180px;margin:auto;padding:70px 24px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px}.search,input,select,textarea{width:100%;border:1px solid #d5dbe5;border-radius:10px;padding:12px 13px;font:inherit;background:white;color:var(--ink);outline:none;transition:.16s ease}.search:focus,input:focus,select:focus,textarea:focus{border-color:var(--lc-blue);box-shadow:0 0 0 4px rgba(39,97,166,.11)}.search{max-width:320px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}.product{background:white;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow-soft);transition:.18s ease}.product:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-visual{height:190px;background:linear-gradient(145deg,var(--blue-soft),#fff 62%,var(--red-soft));display:flex;justify-content:space-between;padding:20px;position:relative}.product-visual:after{content:"";position:absolute;right:0;bottom:0;width:62px;height:6px;background:var(--lc-red)}.product-visual span{font-size:12px;font-weight:900;text-transform:uppercase;color:var(--lc-blue)}.product-visual div{font-size:70px;align-self:center;margin:auto}.product-body{padding:22px}.product-body h3{font-size:24px;margin:5px 0}.product-body p{color:var(--muted);min-height:52px}.product-bottom{display:flex;justify-content:space-between;align-items:end;gap:12px}.product-bottom small,.product-bottom strong{display:block}.product-bottom strong{font-size:18px;color:var(--lc-blue)}
.solidarity{max-width:1132px;margin:50px auto 90px;background:linear-gradient(135deg,#1f518d,var(--lc-blue));color:white;border-radius:30px;padding:50px;position:relative;overflow:hidden}.solidarity:after{content:"";position:absolute;width:210px;height:210px;border:26px solid rgba(235,92,99,.35);border-radius:50%;right:-75px;top:-90px}.solidarity .eyebrow{color:#ffd8da}.solidarity p{max-width:850px;color:#edf4ff;position:relative;z-index:1}
.notice,.error{padding:15px;border-radius:12px;background:#fff5dd;border:1px solid #ecd89f}.error{background:#fff0f1;border-color:#f1c5c8;margin-bottom:10px;color:#8e2f35}.booking .back{display:inline-block;margin-bottom:30px;color:var(--lc-blue);font-weight:800;text-decoration:none}.booking-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px}.booking h1{font-size:52px}.price-list{margin-top:30px;border-top:1px solid var(--line)}.price-list div{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line)}.price-list strong{color:var(--lc-blue)}.checkout-card{border-top:5px solid var(--lc-red)}.checkout-card h2{font-size:30px}.checkout-card label{display:block;font-weight:750;margin:15px 0}.checkout-card label span,.muted,.hint,.secure{color:var(--muted);font-weight:400}.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}fieldset{border:1px solid var(--line);border-radius:14px;margin:18px 0;padding:12px 16px}.radio{font-weight:500!important}.radio input{width:auto;accent-color:var(--lc-blue)}.hidden{display:none!important}.secure{display:block;text-align:center;margin-top:10px}.success{text-align:center;max-width:700px;min-height:60vh}.success-icon{width:80px;height:80px;border-radius:50%;background:var(--blue-soft);color:var(--lc-blue);display:grid;place-items:center;font-size:42px;margin:30px auto}.success h1{font-size:50px}.legal{max-width:850px}.legal h1{font-size:54px}.legal h2{font-size:28px;margin-top:34px}
footer{border-top:1px solid var(--line);max-width:1180px;margin:auto;padding:45px 24px;display:grid;grid-template-columns:1fr 2fr auto;gap:35px;color:var(--muted);font-size:14px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:54px;height:54px;object-fit:contain}.footer-brand strong{color:var(--ink)}footer p{margin:5px 0}footer a{color:var(--lc-blue);font-weight:750}
@media(max-width:800px){.top{height:72px;padding:0 16px}.brand-logo{width:48px;height:48px}.brand strong{font-size:15px}.brand small{font-size:11px}.hero,.booking-grid{grid-template-columns:1fr;gap:28px}.hero{padding:52px 20px 44px}.hero p{font-size:17px}.trust{grid-template-columns:1fr 1fr;padding:16px 20px}.section{padding:55px 20px}.grid{grid-template-columns:1fr}.section-head{align-items:stretch;flex-direction:column}.search{max-width:none}.solidarity{margin:30px 16px 60px;padding:32px 26px}.two{grid-template-columns:1fr}footer{grid-template-columns:1fr;padding:36px 20px}.navlink{display:none}}
@media(max-width:520px){.brand span:last-child small{display:none}.trust{grid-template-columns:1fr}.hero-card{padding:22px}.product-bottom{align-items:stretch;flex-direction:column}.product-bottom .btn{width:100%}.booking h1,.legal h1{font-size:40px}}
