:root {
  --bg: #081120;
  --bg-soft: #101a2d;
  --bg-alt: rgba(255,255,255,0.03);
  --card: rgba(255,255,255,0.05);
  --border: rgba(255,255,255,0.10);
  --text: #eef4ff;
  --muted: #a8b5cf;
  --primary: #69a7ff;
  --accent: #7be7c4;
  --shadow: 0 18px 40px rgba(0,0,0,0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(105,167,255,0.18), transparent 26%),
    radial-gradient(circle at left, rgba(123,231,196,0.10), transparent 20%),
    linear-gradient(180deg, #081120 0%, #0d1730 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(12px);
  background: rgba(8, 17, 32, 0.78);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 100px;
  width: auto;
}

.logo-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg,#4ea1ff,#5de1c4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  color: #061020;
}

.logo-text {
  color: #ffffff;
}

.main-nav {
  display: flex;
  gap: 24px;
}

.main-nav a {
  color: var(--muted);
  font-weight: 600;
  transition: color 0.2s ease;
}

.main-nav a:hover {
  color: var(--text);
}

.hero {
  padding: 88px 0 72px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 42px;
  align-items: start;
}
.hero-side {
  display: grid;
  gap: 24px;
  align-self: center;
}

.hero-visual {
  position: relative;
}

.hero-visual img {
  width: 100%;
  max-width: 560px;
  display: block;
  margin-left: auto;
  border-radius: 22px;
}
.badge,
.mini-kicker,
.section-kicker {
  display: inline-block;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.82rem;
  font-weight: 700;
}

.badge {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.05);
  margin-bottom: 18px;
}

.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 1.03;
  max-width: 760px;
}

.subtitle {
  color: var(--muted);
  font-size: 1.12rem;
  max-width: 720px;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-points li {
  color: var(--muted);
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.hero-points li::before {
  content: "•";
  color: var(--accent);
  position: absolute;
  left: 0;
  top: 0;
}

.hero-card {
  padding: 30px;
  border-radius: 24px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 40px rgba(0,0,0,0.24);
}
.card,
.benefit,
.step,
.faq-item,
.contact-box,
.cta-banner {
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 30px;
  border-radius: 24px;
}

.hero-card h2 {
  margin-top: 10px;
  margin-bottom: 14px;
  font-size: 1.65rem;
  line-height: 1.15;
}

.hero-card p {
  color: var(--muted);
}

.btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #07111e;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: var(--shadow);
}

.btn-secondary {
  color: var(--text);
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.03);
}

.btn-full {
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

.trust-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(255,255,255,0.02);
}

.trust-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  padding: 18px 0;
}

.trust-item {
  text-align: center;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.4px;
}

.section {
  padding: 78px 0;
}

.section-alt {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading h2 {
  margin: 8px 0 12px;
  font-size: clamp(1.9rem, 3vw, 2.9rem);
  line-height: 1.12;
}

.section-intro {
  color: var(--muted);
  max-width: 820px;
}

.cards,
.benefits-grid,
.steps,
.faq-list {
  display: grid;
  gap: 24px;
}

.cards {
  grid-template-columns: repeat(3, 1fr);
}

.benefits-grid {
  grid-template-columns: repeat(2, 1fr);
}

.card,
.benefit,
.faq-item {
  padding: 28px;
  border-radius: 22px;
}

.card h3,
.benefit h3,
.faq-item h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.card p,
.benefit p,
.faq-item p {
  margin: 0;
  color: var(--muted);
}

.steps {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.step {
  position: relative;
  padding: 36px 25px 25px;
  border-radius: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.step:hover {
  transform: translateY(-6px);
}

.step-number {
  position: absolute;
  top: -18px;
  left: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #07111e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.05rem;
}

.step h3 {
  margin-top: 8px;
  margin-bottom: 10px;
}

.step p {
  margin: 0;
  color: var(--muted);
}

.cta-banner {
  padding: 32px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.cta-banner h2 {
  margin: 8px 0 12px;
}

.cta-banner p {
  margin: 0;
  color: var(--muted);
  max-width: 780px;
}

.cta-side {
  flex-shrink: 0;
}

.contact-box {
  padding: 34px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.contact-box h2 {
  margin-top: 8px;
  margin-bottom: 12px;
}

.contact-box p {
  color: var(--muted);
  margin: 0;
}

.contact-note {
  margin-top: 12px !important;
  font-size: 0.95rem;
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 26px 0;
  background: rgba(0,0,0,0.14);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--muted);
}

.footer-links a:hover {
  color: var(--text);
}

@media (max-width: 980px) {
  .hero-grid,
  .cards,
  .benefits-grid,
  .steps,
  .trust-items,
  .contact-box,
  .cta-banner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .cta-side {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .header-inner,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .main-nav {
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero {
    padding: 62px 0 52px;
  }

  .section {
    padding: 58px 0;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .contact-box,
  .cta-banner,
  .hero-card,
  .card,
  .benefit,
  .faq-item,
  .step {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.site-header {
  backdrop-filter: blur(14px);
  background: rgba(8,17,32,0.85);
}
.main-nav a {
  position: relative;
}

.main-nav a::after {
  content:"";
  position:absolute;
  left:0;
  bottom:-4px;
  width:0;
  height:2px;
  background:#5de1c4;
  transition:0.3s;
}

.main-nav a:hover::after {
  width:100%;
}

.hero-grid{
display:grid;
grid-template-columns:1.2fr 1fr;
align-items:center;
gap:40px;
}

.hero-visual img{
width:100%;
max-width:520px;
display:block;
margin-left:auto;
}
.hero-visual{
position:relative;
}

.hero-visual::before{
content:"";
position:absolute;
width:500px;
height:500px;
background:radial-gradient(circle,#4ea1ff33,transparent 70%);
filter:blur(40px);
z-index:-1;
top:20%;
left:30%;
}
@media (max-width:900px){

.hero-grid{
grid-template-columns:1fr;
}

.hero-visual{
margin-top:40px;
text-align:center;
}

.hero-visual img{
margin:auto;
max-width:420px;
}

}
