@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=PT+Serif:ital,wght@1,700&display=swap');

:root {
  --navy: #1d2939;
  --navy-deep: #151f2e;
  --orange: #f7a934;
  --orange-dark: #e9921a;
  --cream: #f8f3e9;
  --paper: #fffdf8;
  --blue: #cbdff0;
  --ink: #1e2835;
  --muted: #667180;
  --border: rgba(29, 41, 57, .12);
  --shadow: 0 24px 70px rgba(20, 30, 43, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 999; left: 16px; top: -80px; padding: 10px 16px;
  background: var(--orange); color: var(--navy); font-weight: 800; border-radius: 8px;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 0; width: 100%;
  color: white; border-bottom: 1px solid rgba(255,255,255,.13);
}
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 23px; font-weight: 800; letter-spacing: -.8px; }
.brand > span:last-child > span { color: var(--orange); }
.brand-mark {
  display: grid; place-items: center; width: 52px; height: 52px; overflow: hidden; border: 2px solid rgba(247,169,52,.8); border-radius: 15px;
  background: var(--navy); box-shadow: 0 0 0 3px rgba(247,169,52,.12), 0 8px 20px rgba(0,0,0,.2);
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 600; transition: color .2s; }
.site-nav a:not(.nav-phone):hover { color: var(--orange); }
.nav-phone { padding: 10px 16px; border: 1px solid rgba(255,255,255,.35); border-radius: 12px; }
.nav-phone:hover { background: white; color: var(--navy); }
.menu-button { display: none; color: white; background: none; border: 0; padding: 8px; }
.menu-button > span:not(.visually-hidden) { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; transition: .2s; }

.hero {
  position: relative; isolation: isolate; min-height: 780px; overflow: hidden; color: white;
  background: var(--navy) url('background.jpg') center / cover no-repeat;
}
.hero-shade {
  position: absolute; z-index: -1; inset: 0;
  background:
    linear-gradient(90deg, rgba(18,28,43,.96) 0%, rgba(18,28,43,.85) 46%, rgba(18,28,43,.34) 76%, rgba(18,28,43,.58) 100%),
    linear-gradient(0deg, rgba(14,23,36,.7), transparent 35%);
}
.hero-grid { min-height: 780px; padding-top: 112px; display: grid; grid-template-columns: 1fr; align-items: center; }
.hero-copy { position: relative; z-index: 2; max-width: 760px; padding: 56px 0 78px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--orange); }
.eyebrow.dark { color: #7a8490; }
h1, h2 { margin: 0; font-weight: 800; letter-spacing: -.055em; line-height: 1.06; }
h1 { max-width: 720px; font-size: clamp(48px, 5.4vw, 77px); }
h2 { font-size: clamp(38px, 4.3vw, 60px); }
h1 em, h2 em { color: var(--orange); font-family: "PT Serif", Georgia, serif; font-weight: 700; }
.hero-text { max-width: 625px; margin: 25px 0 32px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 55px; padding: 0 23px; border-radius: 14px; text-decoration: none; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; fill: currentColor; }
.button-primary { color: var(--navy); background: var(--orange); box-shadow: 0 13px 35px rgba(247,169,52,.22); }
.button-primary:hover { background: #ffc05f; }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.3); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.hero-points { display: flex; gap: 0; padding: 0; margin: 44px 0 0; list-style: none; }
.hero-points li { min-width: 126px; padding-right: 25px; margin-right: 25px; border-right: 1px solid rgba(255,255,255,.18); }
.hero-points li:last-child { border: 0; margin: 0; padding: 0; }
.hero-points strong, .hero-points span { display: block; }
.hero-points strong { color: white; font-size: 25px; line-height: 1.2; }
.hero-points span { margin-top: 3px; color: rgba(255,255,255,.57); font-size: 12px; }
.scroll-cue { position: absolute; z-index: 4; left: 50%; bottom: 22px; width: 24px; height: 39px; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; }
.scroll-cue span { position: absolute; top: 8px; left: 10px; width: 3px; height: 7px; border-radius: 2px; background: var(--orange); animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { opacity: 0; transform: translateY(-2px); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(10px); } }

.advantages { background: var(--paper); }
.section-heading { max-width: 710px; margin: 0 auto 55px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2 { max-width: 680px; margin-inline: auto; }
.section-heading > p:last-child { max-width: 610px; margin: 22px auto 0; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { min-height: 295px; padding: 31px 28px; border: 1px solid var(--border); border-radius: var(--radius); background: white; transition: transform .25s, box-shadow .25s; }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feature-card.featured { color: white; border-color: var(--navy); background: var(--navy); }
.feature-icon { height: 78px; color: var(--orange); font-size: 51px; font-weight: 800; letter-spacing: -.07em; line-height: 1; }
.feature-icon span { font-size: 26px; vertical-align: top; }
.line-icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 16px; color: var(--orange-dark); border-radius: 18px; background: #fff4df; }
.line-icon svg { width: 37px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin: 14px 0 8px; font-size: 18px; letter-spacing: -.02em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.feature-card.featured p { color: rgba(255,255,255,.62); }

.channels { position: relative; overflow: hidden; color: white; background: var(--navy); }
.channels::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0); background-size: 30px 30px; }
.channels-layout { position: relative; display: grid; grid-template-columns: 44% 56%; align-items: center; gap: 40px; }
.channels-copy > p:not(.eyebrow) { max-width: 480px; margin: 24px 0; color: rgba(255,255,255,.65); }
.event-channels { display: flex; flex-direction: column; gap: 8px; max-width: 520px; margin: 34px 0; padding: 24px 26px; border: 1px solid rgba(247,169,52,.42); border-left: 5px solid var(--orange); border-radius: 16px; background: rgba(247,169,52,.12); box-shadow: 0 14px 35px rgba(8,15,24,.18); }
.event-channels strong { color: var(--orange); font-size: 22px; line-height: 1.25; letter-spacing: -.02em; }
.event-channels span { color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.65; }
.text-link { color: var(--orange); font-size: 13px; font-weight: 800; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 6px; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.channel-cloud { display: grid; grid-template-columns: repeat(5, minmax(72px, 100px)); justify-content: end; gap: 12px; perspective: 800px; }
.channel-logo { display: grid; place-items: center; aspect-ratio: 1 / 1; min-width: 0; overflow: hidden; padding: 8px; border: 1px solid rgba(255,255,255,.15); border-radius: 17px; background: rgba(255,255,255,.09); box-shadow: 0 15px 30px rgba(9,16,26,.2); backdrop-filter: blur(8px); transition: transform .2s, background .2s; }
.channel-logo:hover { z-index: 1; transform: translateY(-4px) scale(1.05); background: rgba(255,255,255,.15); }
.channel-logo img { width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: contain; border-radius: 11px; }

.steps { background: var(--cream); }
.steps-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 0; margin: 0; list-style: none; counter-reset: steps; }
.steps-list li { position: relative; display: flex; gap: 20px; min-height: 185px; padding: 32px 28px; border: 1px solid var(--border); border-radius: 20px; background: white; box-shadow: 0 12px 32px rgba(29,41,57,.06); }
.steps-list > li > span { display: grid; place-items: center; flex: 0 0 52px; width: 52px; height: 52px; color: var(--navy); border-radius: 15px; background: var(--orange); font-size: 16px; font-weight: 800; }
.steps-list h3 { margin: 2px 0 10px; font-size: 21px; line-height: 1.3; }
.steps-list p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }

.contact { position: relative; isolation: isolate; overflow: hidden; padding: 82px 0; color: white; background: var(--navy-deep); }
.contact-bg { position: absolute; z-index: -1; inset: 0; opacity: .17; background: url('background.jpg') center 58% / cover no-repeat; }
.contact::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(20,30,44,.98) 15%, rgba(20,30,44,.65)); }
.contact-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.contact h2 { max-width: 650px; }
.contact p:not(.eyebrow) { margin: 18px 0 0; color: rgba(255,255,255,.65); }
.contact-phone { flex: 0 0 360px; display: flex; flex-direction: column; padding: 25px 28px; color: var(--navy); border-radius: 20px; background: var(--orange); text-decoration: none; box-shadow: 0 20px 50px rgba(0,0,0,.22); transition: transform .2s; }
.contact-phone:hover { transform: translateY(-4px) rotate(-1deg); }
.contact-phone span { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-phone strong { margin: 4px 0; font-size: 26px; letter-spacing: -.04em; }
.contact-phone small { font-size: 11px; font-weight: 700; opacity: .68; }

.site-footer { padding: 27px 0; color: rgba(255,255,255,.55); background: #111a27; font-size: 11px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-inner p { margin: 0; }
.footer-brand { color: white; font-size: 17px; }
.footer-brand .brand-mark { width: 29px; height: 29px; border-radius: 8px; font-size: 18px; }

@media (max-width: 1000px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .channels-layout { grid-template-columns: 42% 58%; }
  .channel-cloud { grid-template-columns: repeat(5, minmax(65px, 92px)); }
}

@media (max-width: 760px) {
  .container { width: min(600px, calc(100% - 32px)); }
  .section { padding: 78px 0; }
  .site-header { position: absolute; }
  .header-inner { min-height: 72px; }
  .menu-button { display: block; z-index: 2; }
  .site-nav {
    position: absolute; top: 72px; left: 16px; right: 16px; display: none; align-items: stretch;
    padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px;
    background: rgba(20,30,44,.98); box-shadow: 0 20px 50px rgba(0,0,0,.25);
  }
  .site-nav.open { display: flex; flex-direction: column; gap: 5px; }
  .site-nav a { padding: 11px; }
  .nav-phone { margin-top: 5px; text-align: center; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero, .hero-grid { min-height: 750px; }
  .hero { background-position: 60% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(18,28,43,.91) 0%, rgba(18,28,43,.84) 57%, rgba(18,28,43,.96) 100%); }
  .hero-grid { display: block; padding-top: 92px; }
  .hero-copy { padding: 45px 0 70px; }
  h1 { font-size: clamp(43px, 13vw, 61px); }
  .hero-text { font-size: 16px; }
  .button { width: 100%; }
  .hero-points { justify-content: space-between; }
  .hero-points li { min-width: 0; flex: 1; padding-right: 12px; margin-right: 12px; }
  .hero-points strong { font-size: 20px; }
  .scroll-cue { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 250px; }
  .channels-layout { grid-template-columns: 1fr; gap: 55px; }
  .channel-cloud { grid-template-columns: repeat(4, 1fr); justify-content: stretch; gap: 9px; }
  .channel-logo { padding: 7px; border-radius: 14px; }
  .channel-logo img { border-radius: 9px; }
  .steps-list { grid-template-columns: 1fr; }
  .steps-list li { min-height: 0; padding: 28px 24px; }
  .contact-inner { flex-direction: column; align-items: stretch; }
  .contact-phone { flex-basis: auto; }
  .footer-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 390px) {
  .hero-points { gap: 10px; flex-wrap: wrap; }
  .hero-points li { border: 0; }
  .channel-cloud { grid-template-columns: repeat(3, 1fr); }
  .contact-phone strong { font-size: 23px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
