:root{--blue:#0057ff;--dark:#071733;--muted:#5f6b82;--light:#f5f8ff;--border:#e4eaf5;--radius:18px}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--dark);background:#fff}a{text-decoration:none;color:inherit}.page-width{max-width:1180px;margin:0 auto;padding:0 22px}.announcement{background:var(--blue);color:#fff;text-align:center;font-weight:700;padding:10px 16px;font-size:14px}.header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:18px 22px}.logo{font-weight:900;font-size:24px;display:flex;align-items:center;gap:10px}.logo img{max-height:42px;width:auto}.nav{display:flex;gap:24px;align-items:center;font-weight:700;font-size:14px}.nav a{color:#13233f}.header__icons{display:flex;gap:14px;font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:#fff!important;padding:14px 24px;border-radius:10px;font-weight:800;border:0;cursor:pointer}.btn--secondary{background:#fff;color:var(--blue)!important;border:1px solid var(--border)}.hero{background:linear-gradient(90deg,#f7fbff 0%,#eef6ff 100%);overflow:hidden}.hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;min-height:560px}.eyebrow{display:inline-block;background:#e8f0ff;color:var(--blue);font-weight:900;border-radius:999px;padding:8px 14px;margin-bottom:18px}.hero h1{font-size:58px;line-height:1.02;margin:0 0 18px;letter-spacing:-2px}.hero p{font-size:19px;line-height:1.55;color:var(--muted);margin:0 0 26px}.hero__actions{display:flex;gap:14px;flex-wrap:wrap}.hero__media img{width:100%;border-radius:24px;box-shadow:0 20px 60px rgba(0,65,180,.18);display:block}.section{padding:70px 0}.section--light{background:var(--light)}.section__head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.section h2{font-size:34px;line-height:1.15;margin:0 0 8px}.section__desc{color:var(--muted);margin:0}.grid{display:grid;gap:20px}.grid--4{grid-template-columns:repeat(4,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--6{grid-template-columns:repeat(6,1fr)}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:22px;box-shadow:0 10px 30px rgba(7,23,51,.06)}.feature{text-align:center}.feature__icon{font-size:34px;margin-bottom:12px}.feature h3,.card h3{margin:0 0 8px;font-size:18px}.feature p,.card p{margin:0;color:var(--muted);line-height:1.45}.destination-card,.product-card{overflow:hidden;padding:0}.destination-card img,.product-card img{width:100%;height:150px;object-fit:cover;display:block}.destination-card__body,.product-card__body{padding:16px}.price{font-weight:900;font-size:22px;margin:10px 0}.steps{counter-reset:step}.step{position:relative;text-align:center}.step__num{width:42px;height:42px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;margin:0 auto 16px}.faq details{background:#fff;border:1px solid var(--border);border-radius:12px;padding:18px 20px}.faq details+details{margin-top:12px}.faq summary{font-weight:800;cursor:pointer}.faq p{color:var(--muted);line-height:1.55}.cta{background:linear-gradient(135deg,#0057ff,#0037a8);color:#fff;border-radius:24px;padding:46px;display:flex;justify-content:space-between;align-items:center;gap:24px}.cta h2{color:#fff}.cta p{color:#dbe8ff;margin:0}.footer{background:#071733;color:#dfe8ff;padding:56px 0 28px}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}.footer h3{color:#fff}.footer a,.footer p{color:#aebcda;line-height:1.8}.newsletter{display:flex;gap:8px}.newsletter input{padding:13px;border-radius:8px;border:0;min-width:0;width:100%}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:start;padding:60px 0}.product-main img{width:100%;border-radius:18px;border:1px solid var(--border)}.quantity{padding:12px;border:1px solid var(--border);border-radius:8px;width:90px}.select{padding:12px;border:1px solid var(--border);border-radius:8px;width:100%;margin:10px 0 18px}.collection-grid{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.hero__inner,.product-main{grid-template-columns:1fr}.hero h1{font-size:42px}.nav{display:none}.grid--4,.grid--3,.grid--6,.collection-grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr 1fr}.cta{display:block}.hero__inner{min-height:auto;padding:50px 0}}@media(max-width:560px){.grid--4,.grid--3,.grid--6,.collection-grid{grid-template-columns:1fr}.hero h1{font-size:36px}.footer__grid{grid-template-columns:1fr}.newsletter{display:block}.newsletter .btn{margin-top:8px;width:100%}.section{padding:48px 0}.cta{padding:30px}}
@media(max-width:560px){
.product-main{display:block!important;padding:28px 18px!important}
.product-main h1{font-size:32px!important;line-height:1.1!important}
.product-main img{width:100%!important}
.product-main .btn,.product-main select,.product-main input{width:100%!important}
}