/* Auth Pages Modern Redesign */
.auth-shell {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #181c2c;
  overflow: hidden;
}
.auth-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(120deg, #181c2c 60%, #e10600 120%), url('https://images.unsplash.com/photo-1515378791036-0648a3ef77b2?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
  opacity: 0.18;
  pointer-events: none;
}
.auth-card {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 8px 48px 0 rgba(24,28,44,0.18), 0 1.5px 0 #e10600 inset;
  padding: 44px 38px 32px 38px;
  min-width: 340px;
  max-width: 380px;
  width: 96vw;
  margin: 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: fadeInUp 0.7s cubic-bezier(.23,1.01,.32,1) 1;
}
@media (max-width: 500px) {
  .auth-card {
    padding: 28px 8vw 18px 8vw;
    min-width: 0;
    max-width: 98vw;
  }
}
.auth-card h2 {
  font-size: 2.1rem;
  font-weight: 800;
  color: #181c2c;
  margin-bottom: 0.5rem;
  letter-spacing: -1px;
}
.auth-card p.muted {
  color: #6f7485;
  font-size: 1.08rem;
  margin-bottom: 1.2rem;
}
.auth-card form {
  width: 100%;
  margin-bottom: 0.7rem;
}
.auth-card label {
  font-weight: 600;
  color: #181c2c;
  margin-bottom: 0.2rem;
  display: block;
  font-size: 1.04rem;
}
.auth-card input[type="text"],
.auth-card input[type="email"],
.auth-card input[type="password"] {
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1.5px solid #e9eaf3;
  border-radius: 8px;
  font-size: 1.08rem;
  margin-top: 0.18rem;
  margin-bottom: 0.1rem;
  background: #f8f9fb;
  transition: border 0.2s;
}
.auth-card input:focus {
  border: 1.5px solid #e10600;
  outline: none;
}
.auth-card button[type="submit"] {
  background: linear-gradient(90deg, #e10600 60%, #b80000 100%);
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 0.85rem 0;
  font-size: 1.13rem;
  margin-top: 0.7rem;
  box-shadow: 0 2px 12px 0 rgba(225,6,0,0.08);
  cursor: pointer;
  width: 100%;
  transition: background 0.2s;
}
.auth-card button[type="submit"]:hover {
  background: linear-gradient(90deg, #b80000 60%, #e10600 100%);
}
.auth-card a {
  color: #e10600;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}
.auth-card a:hover {
  color: #b80000;
}
.auth-card .errorlist,
.auth-card p[style*="color: #fda4af"] {
  color: #e10600 !important;
  font-size: 0.97rem;
  margin: 0.25rem 0 0.5rem 0;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
/* Testimonials Redesign */
.testimonials-section {
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  position: relative;
  background: #181c2c;
  padding: 0;
  overflow: hidden;
}
.testimonials-bg {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  width: 100vw;
  max-width: 100vw;
  min-height: 520px;
  background: linear-gradient(90deg, #181c2c 60%, rgba(24,28,44,0.92) 100%), url('https://images.unsplash.com/photo-1515378791036-0648a3ef77b2?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
  padding: 0 0 0 0;
}
.testimonials-left {
  flex: 0 0 420px;
  padding: 64px 48px 64px 64px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 320px;
  max-width: 480px;
  position: relative;
}
.testimonials-stripes {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
}
.testimonials-stripes span {
  display: inline-block;
  width: 28px;
  height: 5px;
  background: #e10600;
  border-radius: 3px;
}
.testimonials-left .eyebrow {
  color: #e10600;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.12em;
}
.testimonials-left h2 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 18px;
  line-height: 1.1;
}
.testimonials-left .line {
  width: 64px;
  height: 5px;
  background: #e10600;
  border-radius: 3px;
  margin: 18px 0 0 0;
}
.testimonials-carousel {
  flex: 1 1 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  overflow-x: auto;
  padding: 48px 32px 48px 0;
  scroll-snap-type: x mandatory;
}
.testimonial-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(14,24,55,0.13);
  min-width: 420px;
  max-width: 480px;
  padding: 36px 32px 0 32px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: start;
  border-bottom: 5px solid #e10600;
}
.testimonial-rating {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 12px;
}
.testimonial-rating .stars {
  color: #ffb400;
  font-size: 1.2rem;
  margin-left: 6px;
  letter-spacing: 2px;
}
.testimonial-text {
  font-size: 1.13rem;
  color: #222;
  margin-bottom: 32px;
  min-height: 120px;
}
.testimonial-user {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}
.testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #e9eaf3;
  color: #222;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.testimonial-avatar::after {
  content: '\201D';
  position: absolute;
  right: -12px;
  top: 8px;
  background: #e10600;
  color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 900;
  border: 3px solid #fff;
}
.testimonial-user-name {
  font-weight: 700;
  font-size: 1.18rem;
  color: #222;
}
.testimonial-user-role {
  color: #6f7485;
  font-size: 1.05rem;
}
@media (max-width: 900px) {
  .testimonials-bg {
    flex-direction: column;
    padding: 0;
    min-height: 0;
    background-size: cover;
    background-position: center;
    align-items: stretch;
  }
  .testimonials-left {
    padding: 28px 10px 10px 10px;
    min-width: 0;
    max-width: 100vw;
    width: 100vw;
    align-items: flex-start;
  }
  .testimonials-left h2 {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .testimonials-stripes span {
    width: 18px;
    height: 4px;
  }
  .testimonials-left .line {
    width: 36px;
    height: 4px;
    margin: 10px 0 0 0;
  }
  .testimonials-carousel {
    flex-direction: column;
    display: flex;
    padding: 12px 2vw 18px 2vw;
    gap: 18px;
    overflow-x: visible;
    overflow-y: visible;
    scroll-snap-type: none;
    width: 100vw;
    max-width: 100vw;
  }
  .testimonial-card {
    min-width: 0;
    max-width: 98vw;
    width: 96vw;
    padding: 16px 8px 0 8px;
    font-size: 0.98rem;
    margin: 0 auto 12px auto;
  }
  .testimonial-text {
    font-size: 1rem;
    min-height: 80px;
    margin-bottom: 18px;
  }
  .testimonial-user {
    gap: 10px;
    margin-bottom: 14px;
  }
  .testimonial-avatar {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
  .testimonial-avatar::after {
    width: 16px;
    height: 16px;
    font-size: 0.85rem;
    right: -8px;
    top: 4px;
    border-width: 2px;
  }
  .testimonial-user-name {
    font-size: 1rem;
  }
  .testimonial-user-role {
    font-size: 0.93rem;
  }
}
/* Fullscreen Fun Video Section */
.fun-video-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #000;
  overflow: hidden;
  min-height: 320px;
  max-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.fun-video {
  width: 100vw;
  height: 100%;
  min-height: 320px;
  max-height: 540px;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .fun-video-section, .fun-video {
    min-height: 180px;
    max-height: 260px;
    height: 180px;
  }
}
/* Fullscreen Join Global Video Section */
.join-global-video-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #000;
  overflow: hidden;
  min-height: 320px;
  max-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.join-global-video {
  width: 100vw;
  height: 100%;
  min-height: 320px;
  max-height: 540px;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .join-global-video-section, .join-global-video {
    min-height: 180px;
    max-height: 260px;
    height: 180px;
  }
}
.service-card {
  position: relative;
  background: #fff;
  color: #171f3c;
  transition: background 0.3s, color 0.3s;
  overflow: hidden;
}

.service-stripes {
  display: none;
  position: absolute;
  top: 18px;
  right: 24px;
  z-index: 2;
  height: 18px;
  width: 60px;
  pointer-events: none;
}
.service-stripes span {
  display: inline-block;
  width: 18px;
  height: 4px;
  margin-right: 4px;
  background: #e10600;
  border-radius: 2px;
}
.service-stripes span:last-child {
  margin-right: 0;
}
.service-card:hover .service-stripes {
  display: inline-block;
}

.service-card h3 {
  color: #171f3c;
  font-weight: 700;
  transition: color 0.3s;
}
.service-card:hover h3 {
  color: #e10600;
}
.service-card {
  position: relative;
  background: #fff;
  color: #171f3c;
  transition: background 0.3s, color 0.3s;
  overflow: hidden;
}

.service-card:hover {
  background: #181c2c;
  color: #fff;
  box-shadow: 0 8px 32px rgba(14, 24, 55, 0.22);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  background-image: url("https://i3.wp.com/predictableprofits.com/wp-content/uploads/2020/10/tesla-logo-computer-hd-wallpaper-66066-68310-hd-wallpapers.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.4s;
}

.service-card:hover::before {
  opacity: 0.45;
}

.service-card > * {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}

.service-card:hover h3,
.service-card:hover p,
.service-card:hover .read-more {
  color: #fff !important;
}

.service-card .read-more {
  color: var(--navy);
  font-weight: 700;
  transition: color 0.3s;
}

.service-card:hover .read-more {
  color: #fff;
}
/* --- Mobile Navigation --- */
@media (max-width: 900px) {
  .main-nav-inner {
    flex-direction: row;
    gap: 0;
  }
  .nav-links {
    display: none;
  }
  .menu-btn {
    display: block;
    margin-left: 12px;
    z-index: 1002;
  }
  .nav-icon {
    display: none;
  }
  .mobile-drawer {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100vw;
    width: 80vw;
    max-width: 340px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 24px rgba(14,24,55,0.13);
    padding: 48px 28px 24px 28px;
    z-index: 1001;
    transition: right 0.35s cubic-bezier(.77,0,.18,1);
    overflow-y: auto;
  }
  .mobile-drawer.open {
    right: 0;
  }
  .mobile-drawer a {
    font-size: 1.18rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 22px;
    padding: 10px 0;
    border-bottom: 1px solid #eceef4;
    transition: color 0.2s;
  }
  .mobile-drawer a:last-child {
    border-bottom: none;
  }
  .mobile-drawer a:hover {
    color: var(--red);
  }
  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1000;
    border-bottom: 1px solid var(--line);
  }
  body.mobile-nav-open {
    overflow: hidden;
  }
  .mobile-nav-backdrop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(24,28,44,0.32);
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.3s;
  }
}
/* --- Enhanced UI Improvements --- */
body {
  background: linear-gradient(180deg, #f7f8fb 0%, #f0f2f8 100%);
}

.section {
  padding: 110px 0 90px 0;
  position: relative;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 32px rgba(14, 24, 55, 0.06);
  margin-bottom: 48px;
}

.section.paper {
  background: linear-gradient(120deg, #f7f8fb 60%, #e9eaf3 100%);
  box-shadow: 0 4px 32px rgba(14, 24, 55, 0.10);
}

.section-head {
  margin-bottom: 48px;
}

.section-head h2 {
  font-size: clamp(36px, 6vw, 60px);
  font-weight: 900;
  margin-bottom: 12px;
  letter-spacing: -1.2px;
}

.eyebrow {
  color: var(--red);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 8px;
}

.about-photo {
  min-height: 480px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 32px rgba(14, 24, 55, 0.13);
}

.about-img {
  border-radius: 18px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.about-img:hover {
  transform: scale(1.03) rotate(-1deg);
  box-shadow: 0 12px 40px rgba(14, 24, 55, 0.18);
}

.about-copy {
  padding: 48px 44px;
  font-size: 1.18rem;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 2px 16px rgba(14, 24, 55, 0.07);
}

.services-grid {
  gap: 36px;
}

.service-card {
  padding: 44px 32px;
  min-height: 270px;
  font-size: 1.13rem;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 16px rgba(14, 24, 55, 0.07);
  transition: box-shadow 0.2s, transform 0.2s;
}
.service-card:hover {
  box-shadow: 0 8px 32px rgba(14, 24, 55, 0.16);
  transform: translateY(-4px) scale(1.02);
}

.plan {
  font-size: 1.15rem;
  padding: 38px 28px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 16px rgba(14, 24, 55, 0.07);
  transition: box-shadow 0.2s, transform 0.2s;
}
.plan:hover {
  box-shadow: 0 8px 32px rgba(14, 24, 55, 0.16);
  transform: translateY(-4px) scale(1.02);
}

.plan-badge {
  background: var(--red);
  color: #fff;
  border-radius: 8px;
  padding: 6px 18px;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 0.04em;
}

.muted {
  color: #7a7e8c;
  font-size: 1.13rem;
}

.stats-strip {
  background: linear-gradient(90deg, #e8eaf3 0%, #f7f8fb 100%);
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(14, 24, 55, 0.07);
  margin: 48px 0;
  padding: 32px 0;
}
.stats {
  display: flex;
  justify-content: space-around;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--navy);
}

.test-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(14, 24, 55, 0.07);
  padding: 36px 28px;
  font-size: 1.13rem;
  margin-bottom: 24px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.test-card:hover {
  box-shadow: 0 8px 32px rgba(14, 24, 55, 0.16);
  transform: translateY(-4px) scale(1.02);
}

.cta-band {
  margin: 48px 0 0 0;
  text-align: center;
}
.cta-band h3 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 18px;
}
.cta-band .btn {
  font-size: 1.2rem;
  padding: 18px 44px;
  border-radius: 10px;
}
:root {
  --navy: #171f3c;
  --red: #e10600;
  --text: #1b1b1b;
  --muted: #6f7485;
  --bg: #f7f8fb;
  --line: #e8ebf2;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
}

*:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}

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

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

.topbar {
  background: var(--navy);
  color: #f4f6ff;
  font-size: 13px;
}

.topbar-inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.topbar-left {
  display: flex;
  align-items: center;
  gap: 26px;
}

.cta-top {
  background: var(--red);
  color: #fff;
  font-weight: 700;
  padding: 17px 34px;
}

.main-nav {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 40;
}

.main-nav-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand {
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 23px;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.2em;
}

.nav-mid {
  display: flex;
  align-items: center;
  gap: 22px;
}

.menu-btn {
  display: none;
  border: 0;
  background: var(--navy);
  color: #fff;
  border-radius: 6px;
  height: 38px;
  padding: 0 12px;
  font-weight: 700;
}

.lang {
  border: 1px solid #d8dce7;
  height: 34px;
  padding: 0 10px;
  color: #424758;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 15px;
  font-weight: 600;
}

.nav-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--red);
  display: grid;
  place-items: center;
  font-weight: 700;
}


.hero-media {
  min-height: 100vh;
  width: 100vw;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.hero-bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  filter: brightness(0.7) saturate(1.1) contrast(1.1);
  transition: filter 0.3s;
}

.hero-overlay {
  width: 100vw;
  min-height: 100vh;
  padding: 0;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgba(12, 16, 29, 0.72) 0%, transparent 100%);
  z-index: 1;
}

.hero-content {
  color: #fff;
  max-width: 760px;
  margin: 0 auto;
  padding: 80px 32px 120px 32px;
  background: rgba(24, 28, 44, 0.55);
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  z-index: 2;
  backdrop-filter: blur(2px);
}

.hero-content h1 {
  margin: 8px 0 18px;
  line-height: 1.08;
  font-size: clamp(38px, 7vw, 64px);
  font-weight: 800;
  letter-spacing: -1px;
}

.hero-content p {
  color: #e0e6f7;
  max-width: 62ch;
  font-size: 1.25rem;
  margin-bottom: 24px;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.btn, .btn-red, .btn-light {
  font-size: 1.1rem;
  padding: 16px 36px;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.btn-red {
  background: var(--red);
  color: #fff;
}

.btn-red:hover {
  background: #b80000;
  color: #fff;
  box-shadow: 0 4px 16px rgba(225,6,0,0.12);
}

.btn-light {
  background: #fff;
  color: var(--navy);
}

.btn-light:hover {
  background: #f4f6ff;
  color: var(--red);
}

.hero-trust {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-trust span {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  padding: 10px 18px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* General landing page improvements */
.section {
  padding: 100px 0 80px 0;
  position: relative;
}

.section-head h2 {
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 800;
  margin-bottom: 10px;
}

.card {
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(14, 24, 55, 0.10);
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 32px rgba(14, 24, 55, 0.18);
}

.about-photo {
  min-height: 460px;
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: none;
}

.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 14px;
}

.about-copy {
  padding: 40px 36px;
  font-size: 1.15rem;
}

.muted {
  color: #6f7485;
  font-size: 1.08rem;
}

.services-grid {
  gap: 32px;
}

.service-card {
  padding: 36px 28px;
  min-height: 260px;
  font-size: 1.08rem;
}

.plan {
  font-size: 1.12rem;
  padding: 32px 24px;
  border-radius: 12px;
}

.plan-badge {
  background: var(--red);
  color: #fff;
  border-radius: 6px;
  padding: 4px 14px;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 8px;
  display: inline-block;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  filter: brightness(0.7) saturate(1.1) contrast(1.1);
}

.hero-overlay {
  width: 100%;
  padding: 48px 0;
  background: linear-gradient(180deg, transparent 0%, rgba(12, 16, 29, 0.72) 100%);
}

.hero-content {
  color: #fff;
  max-width: 760px;
}

.hero-content h1 {
  margin: 8px 0 12px;
  line-height: 1.08;
  font-size: clamp(32px, 5vw, 58px);
}

.hero-content p {
  color: #d9deee;
  max-width: 62ch;
}

.hero-actions {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-light {
  background: #fff;
  color: #1f2435;
}

.hero-trust {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-trust span {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  padding: 7px 12px;
  font-size: 13px;
}

.paper {
  background: var(--bg);
  position: relative;
}

.paper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 255, 255, 0.7), transparent 40%),
    radial-gradient(circle at 92% 40%, rgba(255, 255, 255, 0.45), transparent 42%);
  pointer-events: none;
}

.section {
  padding: 80px 0;
  position: relative;
}

.section-head {
  text-align: center;
  margin-bottom: 36px;
}

.eyebrow {
  color: #b04145;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.16em;
  font-weight: 600;
}

.section h2 {
  margin: 10px 0 8px;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.12;
}

.line {
  width: 56px;
  height: 4px;
  margin: 12px auto 0;
  border-radius: 99px;
  background: var(--red);
}

.about-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 36px;
}

.about-photo {
  flex: 1 1 340px;
  min-width: 320px;
  max-width: 520px;
  min-height: 340px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 32px rgba(14, 24, 55, 0.13);
  background: #f7f8fb;
}

.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.about-copy {
  flex: 2 1 420px;
  min-width: 320px;
  align-self: center;
  padding: 48px 44px;
  font-size: 1.18rem;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 2px 16px rgba(14, 24, 55, 0.07);
}

@media (max-width: 900px) {
  .about-grid {
    flex-direction: column;
    gap: 24px;
  }
  .about-photo, .about-copy {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
  .about-photo {
    min-height: 220px;
    height: 220px;
  }
  .about-copy {
    padding: 32px 16px;
  }
}

.about-photo {
  min-height: 460px;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: none;
}

.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 8px;
}

.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card {
  background: #fff;
  border: 1px solid #eceef4;
  box-shadow: 0 8px 24px rgba(14, 24, 55, 0.06);
  border-radius: 6px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(14, 24, 55, 0.12);
}

.about-copy {
  padding: 30px;
}

.muted {
  color: var(--muted);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-card {
  padding: 28px 24px;
  min-height: 250px;
}

.service-card.featured {
  color: #fff;
  border-color: #19264d;
  background:
    linear-gradient(0deg, rgba(7, 11, 23, 0.62), rgba(7, 11, 23, 0.62)),
    linear-gradient(145deg, #222, #555);
}

.read-more {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.dot-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f8f9fb;
  border: 1px solid #eceff5;
  display: grid;
  place-items: center;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.plan {
  padding: 24px;
  text-align: center;
}

.plan h3 {
  margin: 0 0 8px;
  font-size: 30px;
}

.plan ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plan li {
  margin: 8px 0;
  color: var(--muted);
}

.btn {
  border: 0;
  cursor: pointer;
  font-weight: 700;
  border-radius: 4px;
  padding: 10px 18px;
}

.btn-red {
  background: var(--red);
  color: white;
  box-shadow: 0 7px 15px rgba(225, 6, 0, 0.22);
}

.btn-red:hover {
  filter: brightness(0.96);
}

.plan.popular {
  border: 2px solid #f1c5c3;
  position: relative;
}

.plan-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 99px;
  padding: 4px 9px;
}

.banner {
  margin-top: 70px;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
}

.banner-media {
  min-height: 460px;
  background: linear-gradient(135deg, #444a58, #8f96a7);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 16px 0 0 16px;
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px 0 0 16px;
  max-height: 480px;
}

.banner-copy {
  padding: 36px;
  background: #fff;
}

.stats-strip {
  margin-top: 70px;
  padding: 50px 0;
  background:
    linear-gradient(0deg, rgba(18, 25, 49, 0.75), rgba(18, 25, 49, 0.75)),
    linear-gradient(135deg, #3e4558, #242a39);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  color: #fff;
  text-align: center;
}

.stats strong {
  display: block;
  font-size: 56px;
  color: var(--red);
}

.strategy {
  padding: 74px 0 34px;
}

.strategy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.strategy-pill {
  border: 1px solid #eceff5;
  background: #fff;
  padding: 16px;
  border-radius: 4px;
  font-weight: 700;
}

.testimonials {
  padding: 72px 0;
  background:
    linear-gradient(0deg, rgba(23, 31, 60, 0.9), rgba(23, 31, 60, 0.9)),
    linear-gradient(130deg, #3a455f, #272f44);
  color: #fff;
}

.test-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.test-card {
  color: #1c2130;
  background: #fff;
  border-radius: 8px;
  border-bottom: 4px solid #d5131a;
  padding: 24px;
}

.cta-band {
  margin-top: 28px;
  background:
    linear-gradient(0deg, rgba(225, 6, 0, 0.85), rgba(225, 6, 0, 0.85)),
    linear-gradient(130deg, #5d1010, #7e2727);
  color: #fff;
  border-radius: 8px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mobile-drawer {
  display: none;
  border-top: 1px solid var(--line);
  background: #fff;
}

.mobile-drawer.open {
  display: block;
}

.mobile-drawer a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #f0f2f7;
  font-weight: 600;
}

.footer {
  margin-top: 0;
  padding: 58px 0 26px;
  background: #1a2240;
  color: #d8ddef;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 26px;
}

.footer h4 {
  margin: 0 0 14px;
  color: #fff;
}

.footer-bottom {
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 16px;
  color: #b7bfd5;
}

.auth-shell {
  min-height: calc(100vh - 128px);
  display: grid;
  place-items: center;
  padding: 40px 0;
  background: var(--bg);
}

.auth-card {
  width: min(500px, 92%);
  background: #fff;
  border: 1px solid #eceff5;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.07);
  padding: 24px;
}

.auth-card label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

.auth-card input {
  width: 100%;
  height: 42px;
  border: 1px solid #d9dfea;
  border-radius: 4px;
  padding: 0 10px;
}

.dashboard-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 1080px) {
  .nav-links {
    display: none;
  }
  .lang,
  .nav-icon {
    display: none;
  }
  .menu-btn {
    display: inline-block;
  }
  .services-grid,
  .plans-grid,
  .test-grid,
  .dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-grid,
  .banner,
  .footer-grid,
  .strategy-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .services-grid,
  .plans-grid,
  .test-grid,
  .dashboard-grid,
  .stats {
    grid-template-columns: 1fr;
  }
  .topbar-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .cta-top {
    padding: 12px 16px;
  }
}
