:root {
  --hwa-navy: #0b1220;
  --hwa-navy-soft: #111c32;
  --hwa-ink: #172033;
  --hwa-muted: #5b667c;
  --hwa-soft: #f4f8fd;
  --hwa-soft-2: #edf4fb;
  --hwa-line: rgba(19, 36, 69, 0.10);
  --hwa-primary: #2859ff;
  --hwa-primary-dark: #183ccf;
  --hwa-accent: #14c6b7;
  --hwa-accent-soft: #dbfffa;
  --hwa-warm: #f5b938;
  --hwa-white: #ffffff;
  --hwa-shadow: 0 24px 60px rgba(12, 22, 42, 0.08);
  --hwa-shadow-lg: 0 32px 80px rgba(12, 22, 42, 0.14);
  --hwa-radius: 26px;
  --hwa-radius-sm: 18px;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', Arial, sans-serif;
  color: var(--hwa-ink);
  background:
    radial-gradient(circle at top left, rgba(20,198,183,.10), transparent 28%),
    radial-gradient(circle at top right, rgba(40,89,255,.11), transparent 25%),
    linear-gradient(180deg, #f8fbff 0%, #f4f8fd 40%, #eef4fb 100%);
  line-height: 1.7;
}
a {
  color: var(--hwa-primary-dark);
  text-decoration: none;
  transition: color .25s ease;
}
a:hover { color: var(--hwa-primary); }
img { max-width: 100%; display: block; }
main { overflow: clip; }
.section-space { padding: 104px 0; position: relative; }
.section-space-sm { padding: 72px 0; position: relative; }
.bg-white {
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.78));
}
.text-secondary {
  color: var(--hwa-muted) !important;
}
.lead {
  font-size: 1.1rem;
  line-height: 1.8;
}
.display-6,
.hero-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -.04em;
  color: var(--hwa-navy);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .58rem .95rem;
  border-radius: 999px;
  border: 1px solid rgba(40,89,255,.12);
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(40,89,255,.08);
  color: var(--hwa-primary-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hwa-primary), var(--hwa-accent));
  box-shadow: 0 0 0 5px rgba(40,89,255,.08);
}

.navbar {
  padding: 14px 0;
  background: rgba(248, 251, 255, .72);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(19, 36, 69, .06);
}
.navbar .container {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: 0 18px 44px rgba(11, 18, 32, .06);
  border-radius: 22px;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
.navbar-brand {
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--hwa-navy);
  font-size: 1rem;
}
.nav-link {
  color: var(--hwa-muted);
  font-weight: 600;
  padding: .72rem 1rem !important;
  border-radius: 999px;
}
.nav-link:hover,
.nav-link.active {
  color: var(--hwa-primary-dark) !important;
  background: rgba(40,89,255,.08);
}
.navbar-toggler {
  border: 0;
  box-shadow: none !important;
}
.brand-badge {
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #1e48ef 0%, #2dcfcb 100%);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  box-shadow: 0 16px 28px rgba(40,89,255,.22);
}

.btn {
  font-weight: 700;
  letter-spacing: -.01em;
  padding-top: .9rem;
  padding-bottom: .9rem;
  border-width: 1px;
}
.btn-primary {
  background: linear-gradient(135deg, var(--hwa-primary) 0%, #4972ff 45%, #20c6d4 100%);
  border: none;
  box-shadow: 0 18px 36px rgba(40,89,255,.24);
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, #183ccf 0%, #3560ff 48%, #18bfb4 100%);
  transform: translateY(-1px);
}
.btn-outline-primary {
  border-color: rgba(40,89,255,.18);
  color: var(--hwa-primary-dark);
  background: rgba(255,255,255,.72);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  border-color: var(--hwa-primary);
  background: rgba(40,89,255,.08);
  color: var(--hwa-primary-dark);
}

.hero-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 56px;
  background:
    radial-gradient(circle at 0% 0%, rgba(20,198,183,.14), transparent 24%),
    radial-gradient(circle at 100% 8%, rgba(40,89,255,.16), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%);
}
.hero-wrap::before,
.hero-wrap::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  z-index: 0;
}
.hero-wrap::before {
  width: 280px;
  height: 280px;
  left: -80px;
  top: 110px;
  background: rgba(20,198,183,.08);
}
.hero-wrap::after {
  width: 420px;
  height: 420px;
  right: -140px;
  top: -40px;
  background: rgba(40,89,255,.08);
}
.hero-wrap > .container { position: relative; z-index: 1; }
.hero-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(248,251,255,.97) 58%, rgba(239,248,255,.95) 100%);
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 34px;
  box-shadow: var(--hwa-shadow-lg);
}
.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(40,89,255,.08), transparent 22%),
    radial-gradient(circle at 18% 82%, rgba(20,198,183,.08), transparent 20%);
  pointer-events: none;
}
.hero-title {
  font-size: clamp(2.9rem, 5vw, 5.4rem);
  line-height: .92;
  font-weight: 800;
  max-width: 12ch;
}
.hero-side-card,
.soft-card,
.info-card,
.pricing-card,
.contact-box,
.legal-card,
.visual-card {
  position: relative;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.85);
  border-radius: var(--hwa-radius);
  box-shadow: var(--hwa-shadow);
}
.hero-side-card::after,
.soft-card::after,
.info-card::after,
.pricing-card::after,
.contact-box::after,
.legal-card::after,
.visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(40,89,255,.10), rgba(20,198,183,.10), rgba(255,255,255,0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.hero-side-card {
  padding: 1rem;
}
.hero-side-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 18px 38px rgba(18, 31, 57, .10);
}
.soft-card,
.info-card,
.contact-box,
.legal-card {
  padding: 1.8rem;
}
.info-card,
.metric-card,
.contact-box,
.pricing-card,
.visual-card,
.soft-card,
.hero-side-card {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.info-card:hover,
.metric-card:hover,
.contact-box:hover,
.pricing-card:hover,
.visual-card:hover,
.soft-card:hover,
.hero-side-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 62px rgba(12, 22, 42, .12);
}
.metric-card {
  height: 100%;
  padding: 1.7rem;
  border-radius: 24px;
  background:
    linear-gradient(145deg, #081224 0%, #102241 45%, #17396c 100%);
  color: #fff;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 24px 48px rgba(11,18,32,.18);
}
.metric-card small {
  color: rgba(255,255,255,.66);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700;
}
.metric-value {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 800;
  margin: .65rem 0 .95rem;
  color: white;
}
.info-card h3,
.soft-card h3,
.pricing-card h3,
.contact-box h3,
.legal-card h2 {
  color: var(--hwa-navy);
  font-weight: 750;
}
.check-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.check-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  color: var(--hwa-ink);
}
.check-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: .02rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(20,198,183,.12);
  color: #0fa99b;
  font-weight: 800;
  font-size: .8rem;
}
.band-dark {
  background:
    radial-gradient(circle at top right, rgba(32,198,212,.14), transparent 26%),
    linear-gradient(135deg, #091120 0%, #0f1d36 55%, #142a52 100%);
  color: rgba(255,255,255,.92);
}
.band-dark h1,
.band-dark h2,
.band-dark h3,
.band-dark h4,
.band-dark h5,
.band-dark h6,
.band-dark .display-6 { color: white; }
.band-dark .text-secondary,
.band-dark p,
.band-dark li { color: rgba(255,255,255,.72) !important; }
.band-dark .eyebrow {
  background: rgba(255,255,255,.08);
  color: #d9e8ff;
  border-color: rgba(255,255,255,.10);
  box-shadow: none;
}
.band-dark .eyebrow::before { box-shadow: none; }
.band-dark .pricing-card,
.band-dark .soft-card,
.band-dark .contact-box {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: none;
  backdrop-filter: blur(14px);
}
.band-dark .pricing-card h3,
.band-dark .soft-card h3,
.band-dark .contact-box h3 {
  color: white;
}
.band-dark .check-list li::before {
  background: rgba(20,198,183,.16);
  color: #7af0e6;
}
.cta-strip {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  padding: 2.4rem;
  background:
    radial-gradient(circle at right top, rgba(20,198,183,.20), transparent 28%),
    linear-gradient(135deg, rgba(40,89,255,.11), rgba(20,198,183,.11));
  border: 1px solid rgba(40,89,255,.14);
  box-shadow: var(--hwa-shadow);
}
.cta-strip::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -50px;
  bottom: -70px;
  border-radius: 50%;
  background: rgba(40,89,255,.10);
}
.contact-list-item {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(19, 36, 69, .08);
}
.contact-list-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.form-label {
  font-weight: 700;
  font-size: .96rem;
  color: var(--hwa-navy-soft);
}
.form-control,
.form-select {
  border-radius: 16px;
  padding: .95rem 1rem;
  border: 1px solid rgba(19, 36, 69, .10);
  background: rgba(248,251,255,.85);
  color: var(--hwa-ink);
}
.form-control::placeholder,
.form-select::placeholder {
  color: #96a1b5;
}
.form-control:focus,
.form-select:focus {
  border-color: rgba(40,89,255,.34);
  background: white;
  box-shadow: 0 0 0 .25rem rgba(40,89,255,.12);
}
.accordion {
  --bs-accordion-border-color: transparent;
  --bs-accordion-bg: rgba(255,255,255,.84);
  --bs-accordion-btn-bg: rgba(255,255,255,.92);
  --bs-accordion-active-bg: rgba(40,89,255,.06);
  --bs-accordion-active-color: var(--hwa-navy);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .2rem rgba(40,89,255,.10);
}
.accordion-item {
  border-radius: 22px !important;
  box-shadow: 0 14px 34px rgba(12,22,42,.06);
  margin-bottom: 1rem;
}
.accordion-button {
  font-weight: 700;
  padding: 1.2rem 1.35rem;
}
.visual-card {
  overflow: hidden;
}
.visual-frame {
  padding: 1.1rem;
  background: linear-gradient(180deg, rgba(40,89,255,.05), rgba(20,198,183,.05));
}
.visual-frame img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  border-radius: 22px;
  background: #f5f8fd;
  box-shadow: inset 0 0 0 1px rgba(19,36,69,.06);
}
.visual-copy {
  padding: 1.6rem 1.7rem 1.9rem;
}
.pricing-card {
  padding: 1.9rem !important;
}
.pricing-card.border-info {
  border-color: rgba(20,198,183,.42) !important;
  box-shadow: 0 28px 64px rgba(20,198,183,.14);
}
.site-footer {
  background:
    radial-gradient(circle at top right, rgba(20,198,183,.10), transparent 22%),
    linear-gradient(135deg, #08101d 0%, #0d1528 52%, #101e38 100%);
  color: rgba(255,255,255,.78);
}
.site-footer a { color: rgba(255,255,255,.88); }
.site-footer a:hover { color: white; }
.site-footer .brand-copy { color: rgba(255,255,255,.62); }
.site-footer .border-top { border-color: rgba(255,255,255,.10) !important; }
.legal-card {
  backdrop-filter: blur(8px);
}
.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1080;
  background: rgba(9,17,32,.92);
  color: white;
  border-radius: 20px;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 24px 44px rgba(0,0,0,.25);
  backdrop-filter: blur(12px);
}
.cookie-banner.is-hidden { display: none; }
.cookie-banner a { color: #7dd3fc; }

.hero-panel .row,
.cta-strip .row { position: relative; z-index: 1; }
.soft-card small.text-uppercase,
.metric-card small,
.text-uppercase.fw-semibold {
  font-weight: 800 !important;
  letter-spacing: .12em !important;
}

@media (max-width: 1199.98px) {
  .hero-title { max-width: 14ch; }
}

@media (max-width: 991.98px) {
  .section-space { padding: 82px 0; }
  .section-space-sm { padding: 60px 0; }
  .navbar { padding: 10px 0; }
  .navbar .container { border-radius: 18px; }
  .hero-wrap { padding-top: 34px; }
  .hero-title {
    font-size: clamp(2.4rem, 8vw, 4.1rem);
    max-width: 100%;
  }
  .hero-side-card img { height: 300px; }
  .visual-frame img { min-height: 260px; }
  .cta-strip { padding: 1.8rem; }
}

@media (max-width: 767.98px) {
  .brand-badge {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .9rem;
  }
  .navbar-brand { font-size: .95rem; }
  .hero-panel,
  .cta-strip,
  .info-card,
  .soft-card,
  .contact-box,
  .legal-card,
  .pricing-card,
  .visual-card { border-radius: 22px; }
  .hero-side-card img {
    height: 240px;
    border-radius: 18px;
  }
  .metric-value { font-size: 2.1rem; }
  .cookie-banner {
    left: .75rem;
    right: .75rem;
    bottom: .75rem;
  }
}


.image-feature-card {
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 32px;
  box-shadow: var(--hwa-shadow-lg);
}
.image-feature-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}
.image-feature-copy {
  padding: 2rem;
}
.image-feature-copy p:last-child { margin-bottom: 0; }
.image-stack {
  display: grid;
  gap: 1rem;
}
.image-chip {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .8rem 1rem;
  background: rgba(40,89,255,.08);
  border: 1px solid rgba(40,89,255,.10);
  border-radius: 999px;
  font-weight: 700;
  color: var(--hwa-primary-dark);
}
.image-chip::before {
  content: "";
  width: .65rem;
  height: .65rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hwa-primary), var(--hwa-accent));
}
@media (max-width: 991.98px) {
  .image-feature-copy { padding: 1.5rem; }
  .image-feature-card img { min-height: 280px; }
}
