/* Layout and responsive safeguards */
html { overflow-x: hidden; }
body { min-width: 320px; }
.container { width: 100%; max-width: 1360px; margin-inline: auto; padding-inline: 28px; }
.hero-grid > * { min-width: 0; }
.hero-copy { width: 100%; max-width: 850px; }
.hero h1 { max-width: 850px; overflow-wrap: break-word; text-wrap: balance; }
.hero-panel { width: 100%; max-width: 450px; justify-self: center; }
.section-heading h2, .team-copy h2, .cta-box h2 { text-wrap: balance; overflow-wrap: break-word; }
.btn { max-width: 100%; }
.hero { flex-direction: column; justify-content: center; }
.hero > .container { flex: 0 0 auto; }

/* Premium visual direction */
:root { --green: #a8ff60; --panel: #0c1421; --panel2: #111b2b; }
body { background: radial-gradient(circle at 78% 8%, rgba(44, 91, 162, .1), transparent 28%), #060a12; }
.header { background: rgba(6, 10, 18, .76); }
.nav { height: 82px; }
.logo { font-size: 14px; letter-spacing: .17em; }
.logo span { width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 0 32px rgba(168, 255, 96, .15); }
.desktop-nav { gap: 42px; }
.desktop-nav a { font-size: 14px; transition: color .2s; }
.desktop-nav a:hover { color: #fff; }
.hero { min-height: 100svh; padding-top: 155px; padding-bottom: 95px; }
.eyebrow, .kicker { font-size: 12px; letter-spacing: .17em; }
.lead { max-width: 700px; font-size: 21px; line-height: 1.65; }
.btn { min-height: 58px; padding: 17px 24px; border-radius: 14px; font-size: 15px; box-shadow: inset 0 1px rgba(255,255,255,.35); }
.hero-actions { margin-top: 38px; }
.micro { margin-top: 19px; font-size: 12px; }
.hero-panel { padding: 28px; border-color: rgba(255,255,255,.13); background: linear-gradient(145deg, rgba(20,31,49,.96), rgba(8,13,23,.96)); box-shadow: 0 40px 110px rgba(0,0,0,.46), inset 0 1px rgba(255,255,255,.04); }
.metric { padding: 44px 0 26px; }
.metric > strong { font-size: 82px; }
.metric b { font-size: 16px; }
.metric span { font-size: 11px; }
.chart { height: 135px; }
.panel-stats { padding-top: 24px; }
.panel-stats strong { font-size: 15px; }
.trustline { margin-top: 64px; font-size: 11px; gap: 14px 30px; }
.section { padding: 145px 0; }
.section-heading { max-width: 860px; margin-bottom: 56px; }
.section-heading h2, .team-copy h2, .investment h2 { font-size: clamp(42px, 4.4vw, 66px); margin: 23px 0; }
.section-heading p, .team-copy p, .investment p { font-size: 16px; line-height: 1.75; }
.cards { gap: 20px; }
.card { min-height: 310px; padding: 32px; border-radius: 21px; background: linear-gradient(145deg, rgba(17,27,44,.94), rgba(10,16,27,.94)); box-shadow: 0 24px 70px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.025); }
.card:hover { border-color: rgba(168,255,96,.48); box-shadow: 0 28px 80px rgba(0,0,0,.3), 0 0 0 1px rgba(168,255,96,.06); }
.icon { width: 54px; height: 54px; margin-bottom: 58px; font-size: 19px; border-radius: 15px; }
.card h3 { font-size: 22px; }
.card p { font-size: 14px; line-height: 1.75; }
.timeline { border-radius: 22px; }
.step { min-height: 91px; padding: 19px 27px; gap: 23px; }
.step span { font-size: 15px; }
.turnkey { margin-top: 20px; padding: 31px; border-radius: 20px; }
.turnkey strong { font-size: 27px; }
.turnkey p { font-size: 14px; }
.budget-card { padding: 38px; border-radius: 24px; box-shadow: 0 35px 90px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.04); }
.budget-card > p, .accent-note { font-size: 14px; }
.error-list > div { padding: 27px 0; }
.error-list h3 { font-size: 19px; }
.error-list p { font-size: 14px; line-height: 1.7; }
.team-facts { border-radius: 22px; }
.team-facts div { padding: 29px; }
.team-facts strong { font-size: 46px; }
.team-facts span { font-size: 13px; }
.feature { padding-top: 35px; padding-bottom: 35px; }
.feature h3 { font-size: 20px; }
.feature p { font-size: 14px; line-height: 1.7; }
.cta-box { border-radius: 30px; padding: 112px 40px; box-shadow: 0 45px 120px rgba(0,0,0,.3), inset 0 1px rgba(255,255,255,.04); }
.cta-box h2 { font-size: clamp(46px, 5.5vw, 76px); }
.cta-box p { max-width: 680px; font-size: 17px; line-height: 1.75; }
.large { min-width: 340px; }

@media (min-width: 720px) and (max-width: 1023px) {
  .hero { min-height: auto; padding-top: 150px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { max-width: 760px; }
  .hero-panel { max-width: 560px; justify-self: start; }
  .trustline { margin-top: 40px; }
  .cards.three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cards.three .card:last-child { grid-column: 1 / -1; min-height: 210px; }
  .features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .hero-grid { grid-template-columns: minmax(0, 1.48fr) minmax(340px, .52fr); gap: clamp(56px, 6vw, 96px); }
  .hero h1 { font-size: clamp(62px, 5.1vw, 80px); line-height: 1.01; }
  .hero-panel { max-width: 410px; justify-self: end; }
}

@media (max-width: 719px) {
  .container { padding-inline: 18px; }
  .nav { height: 68px; }
  .header { background: rgba(7, 11, 20, .9); }
  .hero { min-height: auto; padding-top: 116px; padding-bottom: 78px; align-items: flex-start; }
  .hero-grid { gap: 38px; }
  .hero h1 { font-size: clamp(38px, 11.5vw, 54px); line-height: 1.02; letter-spacing: -.047em; margin: 22px 0; }
  .lead { font-size: 16px; line-height: 1.65; }
  .eyebrow { font-size: 9px; letter-spacing: .1em; line-height: 1.5; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 16px; margin-top: 27px; }
  .hero-actions .btn { width: 100%; }
  .text-link { text-align: center; padding: 5px; }
  .hero-panel { max-width: 100%; padding: 22px; }
  .metric { padding: 28px 0 18px; }
  .metric > strong { font-size: 60px; }
  .trustline { margin-top: 34px; display: grid; grid-template-columns: 1fr; gap: 9px; }
  .trustline i { display: none; }
  .section { padding: 88px 0; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .team-copy h2, .investment h2 { font-size: clamp(34px, 9.5vw, 44px); }
  .section-heading p, .team-copy p, .investment p { font-size: 15px; }
  .card { min-height: 0; padding: 25px; }
  .icon { margin-bottom: 32px; }
  .turnkey { padding: 21px; }
  .budget-card { padding: 23px; }
  .budget-card > strong { font-size: clamp(54px, 18vw, 72px); }
  .error-list > div { grid-template-columns: 32px minmax(0, 1fr); }
  .team-facts { grid-template-columns: 1fr 1fr; }
  .team-facts div { padding: 18px; }
  .team-facts .wide { grid-column: 1 / -1; }
  .cta-box { padding: 66px 22px; }
  .cta-box h2 { font-size: clamp(34px, 10vw, 46px); }
  footer .container { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 379px) {
  .container { padding-inline: 14px; }
  .logo { font-size: 11px; letter-spacing: .1em; }
  .logo span { width: 29px; height: 29px; }
  .lang { gap: 5px; }
  .lang button { font-size: 11px; }
  .hero h1 { font-size: 36px; }
  .hero-panel { padding: 17px; }
  .panel-stats div + div { padding-left: 14px; }
  .team-facts { grid-template-columns: 1fr; }
  .team-facts .wide { grid-column: auto; }
}
