@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&family=Lexend:wght@600;700;800&display=swap');

:root {
  --ink: #11213f;
  --muted: #60708c;
  --blue: #0b5ed7;
  --blue-deep: #083f99;
  --blue-soft: #eaf3ff;
  --orange: #ef7f3b;
  --cream: #fffaf3;
  --line: #d9e6f7;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(25, 66, 125, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 90% 8%, rgba(239, 127, 59, 0.13), transparent 24rem),
    linear-gradient(180deg, #f8fbff 0, #fff 38rem);
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(217, 230, 247, 0.9);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}
.header-inner,
.page-shell,
.footer-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { flex: 0 0 auto; }
.brand img { width: 210px; height: auto; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}
.site-nav::-webkit-scrollbar { display: none; }
.site-nav a {
  white-space: nowrap;
  padding: 9px 12px;
  border-radius: 999px;
  color: #43536e;
  font-size: 13px;
  font-weight: 700;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--blue-deep);
  background: var(--blue-soft);
  transform: translateY(-1px);
}

.breadcrumbs {
  padding: 24px 0 4px;
  color: var(--muted);
  font-size: 13px;
}
.breadcrumbs a { color: var(--blue); font-weight: 700; }
.breadcrumbs span { margin: 0 8px; color: #9aabc2; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 28px;
  align-items: stretch;
  padding: 34px 0 44px;
}
.hero-copy,
.hero-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.hero-copy {
  padding: clamp(32px, 5vw, 66px);
  background: linear-gradient(140deg, #ffffff 10%, #eef6ff 100%);
}
.hero-copy::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -75px;
  bottom: -90px;
  border: 28px solid rgba(11, 94, 215, .08);
  border-radius: 50%;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 9px; background: var(--orange); }
h1, h2, h3 { font-family: "Lexend", sans-serif; line-height: 1.18; }
h1 {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0;
  font-size: clamp(34px, 5.6vw, 67px);
  letter-spacing: -.045em;
}
h1 em { color: var(--blue); font-style: normal; }
.hero-copy > p {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 2vw, 18px);
}
.hero-actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--blue);
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(11, 94, 215, .18); }
.button-primary { color: var(--white); background: var(--blue); }
.button-primary:hover { background: var(--blue-deep); }
.button-secondary { color: var(--blue); background: var(--white); }

.hero-panel {
  min-height: 430px;
  padding: 34px;
  color: var(--white);
  background:
    linear-gradient(160deg, rgba(8, 63, 153, .45), transparent 55%),
    var(--blue);
}
.hero-panel::before,
.hero-panel::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.hero-panel::before { width: 260px; height: 260px; right: -80px; top: -70px; border: 45px solid rgba(255,255,255,.08); }
.hero-panel::after { width: 180px; height: 180px; left: -55px; bottom: -75px; background: rgba(239,127,59,.42); }
.panel-label { position: relative; z-index: 1; color: #cfe2ff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.hero-panel h2 { position: relative; z-index: 1; max-width: 300px; margin: 12px 0 26px; font-size: 28px; }
.quick-list { position: relative; z-index: 1; display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.quick-list li { display: flex; gap: 12px; align-items: flex-start; padding: 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.08); }
.quick-list strong { display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 9px; color: var(--blue-deep); background: #fff; font-size: 12px; }

.intro-showcase {
  position: relative;
  overflow: hidden;
  margin: 4px 0 42px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow);
}
.intro-showcase__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 4px 6px 20px;
}
.intro-showcase__heading span {
  display: block;
  margin-bottom: 5px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.intro-showcase__heading strong {
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: clamp(21px, 3vw, 31px);
  line-height: 1.2;
  letter-spacing: -.03em;
}
.intro-showcase__heading a {
  flex: 0 0 auto;
  padding: 10px 15px;
  color: var(--blue);
  border-radius: 12px;
  background: var(--blue-soft);
  font-size: 12px;
  font-weight: 800;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.intro-showcase__heading a:hover { color: #fff; background: var(--blue); transform: translateY(-2px); }
.intro-showcase__media { overflow: hidden; border-radius: 20px; background: #fff; }
.intro-showcase__media img { width: 100%; height: auto; transition: transform .6s ease; }
.intro-showcase:hover .intro-showcase__media img { transform: scale(1.015); }
.intro-showcase figcaption { padding: 14px 6px 0; color: var(--muted); font-size: 12px; }

.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 34px; padding: 18px 0 76px; }
.article { min-width: 0; }
.section { padding: 34px 0; border-bottom: 1px solid var(--line); }
.section:first-child { padding-top: 0; }
.section:last-child { border-bottom: 0; }
.section h2 { margin: 0 0 14px; font-size: clamp(25px, 3vw, 36px); letter-spacing: -.03em; }
.section h3 { margin: 26px 0 10px; font-size: 20px; }
.section p { margin: 0 0 16px; color: #4e5f79; }
.section p strong { color: var(--blue-deep); }
.section-kicker {
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.feature-card { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 14px 35px rgba(29, 70, 130, .07); }
.feature-card b { display: block; margin-bottom: 8px; color: var(--blue-deep); font-family: "Lexend", sans-serif; }
.feature-card p { margin: 0; font-size: 14px; }
.steps { display: grid; gap: 14px; margin: 24px 0 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { counter-increment: steps; position: relative; padding: 20px 20px 20px 68px; border-radius: 18px; background: var(--blue-soft); }
.steps li::before { content: counter(steps); position: absolute; left: 20px; top: 18px; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; color: #fff; background: var(--blue); font-weight: 800; }
.notice { margin-top: 24px; padding: 20px 22px; border-left: 4px solid var(--orange); border-radius: 0 16px 16px 0; color: #67472e; background: var(--cream); }

.trust-banner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 28px;
  padding: 26px;
  color: #fff;
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255,255,255,.16), transparent 12rem),
    linear-gradient(135deg, var(--blue-deep), var(--blue));
  box-shadow: 0 20px 45px rgba(8, 63, 153, .2);
}
.trust-mark {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 22px;
  color: var(--blue-deep);
  background: #fff;
  font-family: "Lexend", sans-serif;
  font-size: 38px;
  font-weight: 800;
  box-shadow: inset 0 0 0 7px rgba(11,94,215,.08);
}
.trust-banner span { display: block; color: #cfe2ff; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.trust-banner strong { display: block; margin-top: 2px; font-family: "Lexend", sans-serif; font-size: 25px; letter-spacing: .04em; }
.trust-banner p { margin: 4px 0 0; color: rgba(255,255,255,.78); font-size: 13px; }

.brand-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.brand-cloud span {
  padding: 12px 17px;
  color: var(--blue-deep);
  border: 1px solid #bdd5f6;
  border-radius: 999px;
  background: #fff;
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(29, 70, 130, .07);
}
.brand-cloud .is-active { color: #fff; border-color: var(--blue); background: var(--blue); }

.statement-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid #f3d5c1;
  border-radius: 26px;
  background: linear-gradient(135deg, #fffaf3, #fff 68%);
}
.statement-card::after {
  content: "“";
  position: absolute;
  right: 24px;
  top: -42px;
  color: rgba(239,127,59,.12);
  font-family: Georgia, serif;
  font-size: 190px;
  line-height: 1;
}
.statement-card > * { position: relative; z-index: 1; }
.statement-card > span { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.statement-card h2 { margin-top: 10px; color: var(--blue-deep); }
.statement-card p { max-width: 720px; margin-bottom: 0; }
.hashtag-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.hashtag-row span { color: var(--blue); font-size: 12px; font-weight: 800; }

.sidebar { align-self: start; position: sticky; top: 100px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 16px 40px rgba(29,70,130,.08); }
.sidebar h2 { margin: 0 0 14px; font-size: 17px; }
.sidebar nav { display: grid; gap: 6px; }
.sidebar a { padding: 10px 12px; border-radius: 11px; color: var(--muted); font-size: 13px; font-weight: 700; }
.sidebar a:hover { color: var(--blue); background: var(--blue-soft); }
.sidebar-cta { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.sidebar-cta .button { width: 100%; }

.site-footer { color: #b9cae3; background: #102343; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 34px 0; }
.footer-inner img { width: 190px; filter: brightness(0) invert(1); opacity: .94; }
.footer-inner p { margin: 10px 0 0; max-width: 650px; font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; font-size: 12px; font-weight: 700; }
.footer-links a:hover { color: #fff; }

@media (max-width: 920px) {
  .header-inner { min-height: 70px; align-items: flex-start; flex-direction: column; padding: 12px 0 10px; gap: 8px; }
  .brand img { width: 178px; }
  .site-nav { width: 100%; }
  .hero { grid-template-columns: 1fr; }
  .hero-panel { min-height: auto; }
  .content-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}

@media (max-width: 640px) {
  .header-inner, .page-shell, .footer-inner { width: min(100% - 22px, 1160px); }
  .breadcrumbs { padding-top: 16px; }
  .hero { gap: 14px; padding: 18px 0 32px; }
  .hero-copy, .hero-panel { border-radius: 20px; }
  .hero-copy { padding: 28px 22px; }
  .hero-panel { padding: 26px 22px; }
  .intro-showcase { margin-bottom: 26px; padding: 12px; border-radius: 20px; }
  .intro-showcase__heading { align-items: flex-start; flex-direction: column; gap: 13px; padding: 6px 4px 14px; }
  .intro-showcase__media { border-radius: 14px; }
  .intro-showcase figcaption { padding-inline: 4px; }
  .feature-grid { grid-template-columns: 1fr; }
  .trust-banner { grid-template-columns: 1fr; }
  .trust-mark { width: 64px; height: 64px; border-radius: 18px; font-size: 31px; }
  .content-layout { padding-bottom: 48px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy, .hero-panel { animation: rise .55s ease both; }
  .hero-panel { animation-delay: .1s; }
  @keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
}
