/* Happy Deals Ltd. — simple, clean marketing site. Tokens follow the supplied design. */
:root {
  --navy: #0b2a5b;
  --blue: #0b4fb3;
  --blue-soft: #e7f0ff;
  --orange: #ff6a00;
  --orange-dark: #e85d00;
  --orange-soft: #fff1e8;
  --green: #12a05b;
  --green-soft: #e6f7ee;
  --ink: #10233f;
  --muted: #5b6b82;
  --line: #e6ecf4;
  --bg: #ffffff;
  --bg-soft: #f5f8fc;
  --radius: 22px;
  --shadow: 0 14px 40px rgba(11, 42, 91, .10);
  --shadow-sm: 0 6px 18px rgba(11, 42, 91, .08);
  --max: 1180px;
  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--bg); line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; line-height: 1.15; letter-spacing: -.01em; }
p { margin: 0; }
.wrap { width: min(100% - 40px, var(--max)); margin: 0 auto; }
section { scroll-margin-top: 84px; }
.eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: var(--blue); }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 24px; border-radius: 12px; font-weight: 700; font-size: 15px; border: 2px solid transparent; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 10px 24px rgba(255, 106, 0, .28); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-outline { border-color: var(--blue); color: var(--blue); background: #fff; }
.btn-outline:hover { background: var(--blue-soft); }
.btn svg { width: 18px; height: 18px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ── Header ── */
.hdr { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .92); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--line); transition: box-shadow .2s; }
.hdr.scrolled { box-shadow: 0 6px 24px rgba(11, 42, 91, .08); }
.hdr .wrap { display: flex; align-items: center; gap: 28px; height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 62px; height: 62px; object-fit: contain; }
.brand-name { font-weight: 800; font-size: 25px; letter-spacing: -.02em; line-height: 1; color: var(--blue); white-space: nowrap; }
.brand-name span { color: var(--orange); }
.brand-tag { font-size: 8.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--navy); margin-top: 6px; white-space: nowrap; }
.nav { display: flex; gap: 30px; margin-left: 32px; }
.nav a { font-weight: 600; font-size: 15px; color: var(--ink); padding: 8px 0; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; border-radius: 3px; background: var(--orange); transform: scaleX(0); transition: transform .2s; }
.nav a:hover::after, .nav a.on::after { transform: scaleX(1); }
.hdr-cta { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.burger { display: none; position: relative; width: 44px; height: 44px; border: 0; background: transparent; border-radius: 10px; cursor: pointer; padding: 0; }
.burger span { position: absolute; left: 11px; width: 22px; height: 2.5px; background: var(--ink); border-radius: 3px; transition: transform .2s, opacity .2s, top .2s; }
.burger span:nth-child(1) { top: 14px; }
.burger span:nth-child(2) { top: 21px; }
.burger span:nth-child(3) { top: 28px; }
.burger[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* ── Hero ── */
.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #f7faff 100%); }
.hero .wrap { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 40px; min-height: 560px; padding: 56px 0 72px; }
.hero-copy .eyebrow { margin-bottom: 14px; }
.hero h1 { font-size: clamp(38px, 5.2vw, 64px); font-weight: 900; color: var(--blue); letter-spacing: -.03em; }
.hero h1 span { color: var(--orange); }
.hero-sub { font-size: clamp(20px, 2.4vw, 28px); color: var(--ink); margin-top: 8px; font-weight: 500; }
.hero-lead { font-size: 17px; color: var(--ink); margin: 22px 0 30px; max-width: 460px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.trust { display: flex; gap: 30px; flex-wrap: wrap; margin-top: 44px; }
.trust div { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; color: var(--ink); }
.trust svg { width: 30px; height: 30px; color: var(--blue); flex: none; }
.hero-art { position: relative; justify-self: end; width: 100%; max-width: 560px; aspect-ratio: 4 / 3; }
.hero-art .photo { position: absolute; inset: 0; border-radius: 300px 26px 26px 300px / 260px 26px 26px 260px; overflow: hidden; box-shadow: var(--shadow); }
.hero-art .photo img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 40%; }
.hero-art .swoosh { position: absolute; left: -6%; right: -4%; bottom: -34px; height: 84px; }
.hero-art .swoosh path { fill: none; stroke-width: 22; stroke-linecap: round; }
.hero-art .plane-tag { position: absolute; top: 18px; left: 60px; background: rgba(255, 255, 255, .92); color: var(--blue); font-weight: 800; font-size: 13px; letter-spacing: .04em; padding: 8px 14px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.hero-art .plane-tag span { color: var(--orange); }

/* ── Sections ── */
.section { padding: 84px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-head h2 { font-size: clamp(30px, 3.6vw, 42px); font-weight: 900; color: var(--navy); margin-top: 8px; }
.section-head p { color: var(--muted); max-width: 320px; text-align: right; font-size: 15px; }
.services { background: var(--bg-soft); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 40px 28px 34px; text-align: center; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 48px; background: var(--tint, var(--blue-soft)); border-radius: 100% 100% 0 0 / 100% 100% 0 0; transform: translateY(26px); opacity: .9; }
.card .ico { width: 74px; height: 74px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 20px; color: #fff; background: var(--accent, var(--blue)); box-shadow: 0 10px 22px rgba(11, 42, 91, .16); }
.card .ico svg { width: 34px; height: 34px; }
.card h3 { font-size: 21px; font-weight: 800; color: var(--ink); }
.card p { color: var(--muted); font-size: 15px; margin: 12px auto 18px; max-width: 260px; }
.card a { position: relative; z-index: 1; font-weight: 700; color: var(--blue); display: inline-flex; align-items: center; gap: 6px; border-bottom: 2px solid var(--blue); padding-bottom: 2px; }
.card a svg { width: 16px; height: 16px; }
.card.travel { --accent: #1a6fe0; --tint: #e7f0ff; }
.card.estate { --accent: var(--orange); --tint: #fff1e8; }
.card.business { --accent: var(--green); --tint: #e6f7ee; }

/* ── About ── */
.about .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about-art { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3; }
.about-art img { width: 100%; height: 100%; object-fit: cover; }
.about-badge { position: absolute; left: 16px; bottom: 16px; display: flex; align-items: center; gap: 12px; background: var(--blue); color: #fff; padding: 12px 18px; border-radius: 14px; box-shadow: var(--shadow); }
.about-badge svg { width: 26px; height: 26px; flex: none; }
.about-badge b { display: block; font-size: 14px; }
.about-badge small { font-size: 12px; opacity: .9; }
.about h2 { font-size: clamp(30px, 3.6vw, 42px); font-weight: 900; color: var(--navy); margin: 8px 0 18px; }
.about .lead { color: var(--ink); font-size: 16.5px; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 30px; }
.feature .ico { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 10px; }
.feature .ico svg { width: 24px; height: 24px; }
.feature b { display: block; font-size: 15px; font-weight: 800; color: var(--ink); }
.feature p { color: var(--muted); font-size: 13.5px; margin-top: 4px; }
.feature.f1 .ico { background: var(--orange-soft); color: var(--orange); }
.feature.f2 .ico { background: var(--blue-soft); color: var(--blue); }
.feature.f3 .ico { background: var(--green-soft); color: var(--green); }

/* ── Contact ── */
.contact { background: var(--bg-soft); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-card { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 18px 20px; box-shadow: var(--shadow-sm); transition: transform .15s, box-shadow .15s; }
.contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.contact-card .ico { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; color: #fff; flex: none; }
.contact-card .ico svg { width: 24px; height: 24px; }
.contact-card b { display: block; font-size: 15px; color: var(--ink); }
.contact-card span { display: block; font-size: 13.5px; color: var(--muted); margin-top: 2px; overflow-wrap: anywhere; }
.contact-card.wa .ico { background: #19b85a; }
.contact-card.tg .ico { background: #249bd7; }
.contact-card.fb .ico { background: #1877f2; }
.contact-card.call .ico { background: #22a66a; }
.contact-card.mail .ico { background: var(--blue); }
.contact-card.map .ico { background: #f04438; }
.address { margin-top: 22px; display: flex; gap: 12px; align-items: flex-start; color: var(--muted); font-size: 14.5px; }
.address svg { width: 20px; height: 20px; color: var(--orange); flex: none; margin-top: 2px; }

/* ── CTA band ── */
.cta { padding: 0 0 84px; }
.cta .band { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: linear-gradient(135deg, #e9f1ff 0%, #f4f8ff 100%); border-radius: 28px; padding: 44px 56px; }
.cta h2 { font-size: clamp(24px, 3vw, 34px); font-weight: 900; color: var(--navy); }
.cta p { color: var(--muted); margin-top: 8px; font-size: 16px; }
.cta .plane { position: absolute; right: 120px; top: 50%; transform: translateY(-50%) rotate(-20deg); width: 120px; height: 120px; color: rgba(11, 79, 179, .09); }

/* ── Footer ── */
.ftr { border-top: 1px solid var(--line); padding: 26px 0; }
.ftr .wrap { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 13.5px; color: var(--muted); }
.ftr nav { display: flex; gap: 22px; }
.ftr nav a:hover { color: var(--blue); }

/* ── Legal pages ── */
.legal { max-width: 760px; padding: 60px 0 90px; }
.legal h1 { font-size: 34px; font-weight: 900; color: var(--navy); margin-bottom: 8px; }
.legal .muted { color: var(--muted); font-size: 14px; margin-bottom: 30px; }
.legal h2 { font-size: 20px; margin: 30px 0 8px; color: var(--ink); }
.legal p, .legal li { color: var(--ink); font-size: 15.5px; }
.legal ul { padding-left: 20px; }

/* ── Motion ── */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .btn, .card, .contact-card { transition: none; } }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .nav { gap: 22px; margin-left: 16px; }
  .hero .wrap { grid-template-columns: 1fr 1fr; gap: 28px; }
  .cards { gap: 16px; }
  .card { padding: 32px 20px 30px; }
  .about .wrap { gap: 30px; }
}
@media (max-width: 860px) {
  .hdr .wrap { height: 68px; gap: 12px; }
  .brand img { width: 50px; height: 50px; }
  .brand-name { font-size: 20px; }
  .brand-tag { font-size: 7.5px; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 68px; flex-direction: column; gap: 0; margin: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(11, 42, 91, .12); padding: 8px 20px 14px; }
  .nav.open { display: flex; }
  .nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .nav a:last-child { border-bottom: 0; }
  .nav a::after { display: none; }
  .hdr-cta .btn { padding: 11px 16px; font-size: 14px; }
  .burger { display: block; }
  .hero .wrap { grid-template-columns: 1fr; padding: 34px 0 56px; min-height: 0; }
  .hero-art { justify-self: stretch; max-width: none; }
  .hero-art .photo { border-radius: 26px; }
  .hero-art .swoosh { display: none; }
  .hero-art .plane-tag { top: auto; bottom: 14px; left: 14px; font-size: 12px; padding: 7px 12px; }
  .hero-lead { max-width: none; }
  .trust { gap: 18px 24px; margin-top: 30px; }
  .section { padding: 60px 0; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 10px; }
  .section-head p { text-align: left; max-width: none; }
  .cards { grid-template-columns: 1fr; }
  .about .wrap { grid-template-columns: 1fr; }
  .features { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .cta .band { flex-direction: column; align-items: flex-start; padding: 34px 26px; }
  .cta .plane { right: 20px; top: 20px; transform: rotate(-20deg); width: 80px; height: 80px; }
  .ftr .wrap { flex-direction: column; align-items: flex-start; gap: 12px; }
}
@media (max-width: 520px) {
  .wrap { width: min(100% - 32px, var(--max)); }
  .hdr-cta .btn span { display: none; }
  .brand-tag { display: none; }
  .brand-name { font-size: 19px; }
  .brand { gap: 8px; }
  .brand img { width: 44px; height: 44px; }
  .hdr .wrap { gap: 8px; }
  .hdr-cta .btn { padding: 11px 13px; }
  .hero h1 { font-size: 38px; }
  .hero-actions .btn { flex: 1; justify-content: center; }
  .features { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
