:root {
  --primary: #1f49d8;
  --primary-dark: #0b1759;
  --secondary: #0aa7d6;
  --accent: #39d7c1;
  --accent-2: #2f63ff;
  --accent-3: #8ae9d8;
  --accent-4: #ffcb38;
  --accent-soft: rgba(255, 203, 56, 0.14);
  --bg: #071042;
  --surface: rgba(255, 255, 255, 0.92);
  --surface-strong: #ffffff;
  --text: #102147;
  --muted: #586887;
  --border: rgba(31, 73, 216, 0.12);
  --shadow: 0 24px 60px rgba(7, 16, 66, 0.16);
  --header-bg: #dcecff;
  --header-border: rgba(31, 73, 216, 0.16);
  --header-text: #143064;
  --header-muted: rgba(20, 48, 100, 0.72);
  --footer-bg: #dcecff;
  --footer-accent: #1f49d8;
  --footer-text: #143064;
  --footer-muted: rgba(20, 48, 100, 0.74);
  --footer-border: rgba(31, 73, 216, 0.14);
  --radius: 24px;
  --radius-sm: 18px;
  --container: 1180px;
}

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

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 12%, rgba(57, 215, 193, 0.16), transparent 20%),
    radial-gradient(circle at 85% 10%, rgba(255, 203, 56, 0.12), transparent 18%),
    radial-gradient(circle at 70% 42%, rgba(47, 99, 255, 0.14), transparent 26%),
    linear-gradient(180deg, #f6f8ff 0%, #edf3ff 48%, #f9fbff 100%);
}

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

button,
input,
textarea {
  font: inherit;
}

img {
  max-width: 100%;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.section {
  padding: 5.5rem 0;
  position: relative;
}

.fingerprint-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 16% 22%, rgba(57, 215, 193, 0.16) 0 2px, transparent 2px 100%),
    radial-gradient(circle at 84% 18%, rgba(255, 203, 56, 0.12) 0 2px, transparent 2px 100%),
    linear-gradient(120deg, rgba(11, 23, 89, 0.05), transparent 46%);
  opacity: 0.8;
  pointer-events: none;
}

.soft-section {
  background:
    linear-gradient(180deg, rgba(219, 233, 255, 0.56), rgba(255, 248, 223, 0.7)),
    radial-gradient(circle at 10% 20%, rgba(255, 203, 56, 0.08), transparent 20%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background:
    radial-gradient(circle at top right, rgba(10, 167, 214, 0.18), transparent 24%),
    linear-gradient(135deg, #edf6ff, var(--header-bg) 55%, #cfe3ff 100%);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--header-border);
  box-shadow: 0 12px 30px rgba(31, 73, 216, 0.12);
}

.nav-bar {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-logo {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 28px rgba(31, 73, 216, 0.12);
}

.brand-text {
  display: grid;
  gap: 0.15rem;
}

.brand-text strong {
  font-size: 1rem;
  color: var(--header-text);
}

.brand-text span {
  color: var(--header-muted);
  font-size: 0.86rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-links a {
  color: var(--header-muted);
  font-weight: 500;
  transition: color 0.25s ease;
}

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

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0.35rem;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--header-text);
  margin: 5px 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.hero-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
}

.hero {
  overflow: hidden;
  padding-top: 6.25rem;
}

.section-tag {
  margin: 0 0 0.8rem;
  color: var(--primary-dark);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-content h1,
.section-heading h2,
.about-content h2,
.contact-copy h2,
.hero-card h2 {
  margin: 0;
  line-height: 1.05;
}

.hero-content h1 {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  max-width: 11ch;
}

.hero-domain {
  margin: -0.6rem 0 0;
  color: var(--primary-dark);
  font-weight: 600;
}

.hero-text,
.section-heading p,
.about-content p,
.contact-copy p,
.info-card p,
.step-card p,
.testimonial-card p,
.hero-card p {
  color: var(--muted);
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 2.2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(7, 16, 66, 0.18);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary), var(--secondary));
}

.btn-secondary {
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(31, 73, 216, 0.18);
}

.hero-highlights,
.card-grid,
.steps-layout,
.testimonial-grid {
  display: grid;
  gap: 1.25rem;
}

.hero-highlights {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.highlight-card,
.info-card,
.step-card,
.testimonial-card,
.feedback-box,
.contact-form,
.hero-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.highlight-card,
.info-card,
.step-card,
.testimonial-card {
  padding: 1.4rem;
}

.highlight-card strong {
  display: block;
  margin-bottom: 0.35rem;
}

.highlight-card span {
  color: var(--muted);
}

.hero-visual {
  position: relative;
}

.hero-card {
  padding: 2rem;
  background:
    linear-gradient(180deg, rgba(11, 23, 89, 0.98), rgba(18, 37, 123, 0.95)),
    #fff;
  color: rgba(255, 255, 255, 0.9);
}

.hero-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.mini-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--accent-4);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-4));
}

.hero-points {
  padding-left: 1.15rem;
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.88);
}

.hero-points li + li {
  margin-top: 0.7rem;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 2.5rem 0;
}

.section-heading h2,
.about-content h2,
.contact-copy h2,
.hero-card h2 {
  font-size: clamp(2rem, 4.5vw, 3.3rem);
}

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

.card-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, rgba(57, 215, 193, 0.18), rgba(255, 203, 56, 0.18));
  color: var(--primary-dark);
  font-weight: 700;
}

.steps-layout {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step-card {
  position: relative;
  overflow: hidden;
}

.step-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--accent), var(--accent-4), var(--secondary));
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-bottom: 1rem;
  background: var(--accent-soft);
  color: var(--primary-dark);
  font-weight: 700;
}

.section-logo {
  width: 96px;
  border-radius: 28px;
  display: block;
  box-shadow: var(--shadow);
}

.about-shell {
  display: grid;
  gap: 1.8rem;
}

.about-intro,
.about-panel,
.about-profile {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-intro {
  padding: 2rem;
}

.about-brand-lockup {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.2rem;
}

.about-brand-lockup .section-tag {
  margin-bottom: 0.45rem;
}

.about-intro h2,
.about-panel h3,
.about-profile h3 {
  margin: 0;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 1.5rem;
}

.about-panel,
.about-profile {
  padding: 2rem;
}

.about-kicker {
  margin: 0 0 0.65rem;
  color: var(--primary);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-points,
.profile-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.about-point,
.profile-item {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(219, 233, 255, 0.74), rgba(255, 248, 223, 0.68));
  border: 1px solid rgba(31, 73, 216, 0.08);
}

.about-point strong,
.profile-item strong {
  display: block;
  margin-bottom: 0.3rem;
}

.about-point span,
.profile-item span {
  color: var(--muted);
}

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

.testimonial-card h3 {
  margin: 1rem 0 0;
  font-size: 1rem;
  color: var(--primary-dark);
}

.feedback-actions {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.feedback-box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 1.8rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(232, 240, 255, 0.9));
}

.feedback-copy h3 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.feedback-copy p {
  color: var(--muted);
}

.feedback-form {
  display: grid;
  gap: 0.8rem;
}

.feedback-form label {
  font-weight: 600;
}

.feedback-form input,
.feedback-form select,
.feedback-form textarea,
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(31, 73, 216, 0.14);
  background: #fff;
  color: var(--text);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form {
  display: grid;
  gap: 0.8rem;
  padding: 1.8rem;
  background: rgba(255, 255, 255, 0.94);
}

.contact-form label {
  font-weight: 600;
}

.feedback-form input:focus,
.feedback-form select:focus,
.feedback-form textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(47, 99, 255, 0.12);
}

.feedback-page-hero {
  min-height: calc(100vh - 84px);
}

.feedback-page-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.feedback-count {
  margin: 0;
  color: var(--muted);
  font-weight: 500;
}

.feedback-page-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer {
  background:
    radial-gradient(circle at top right, rgba(10, 167, 214, 0.18), transparent 24%),
    linear-gradient(135deg, #edf6ff, var(--footer-bg) 55%, #cfe3ff 100%);
  color: var(--footer-text);
  padding-top: 3rem;
}

.footer-wrap,
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-wrap {
  align-items: flex-start;
  padding-bottom: 1.5rem;
}

.footer-wrap p,
.footer-bottom p {
  margin: 0.5rem 0 0;
  color: var(--footer-muted);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-brand strong {
  display: block;
  font-size: 1.1rem;
  color: var(--footer-text);
}

.footer-copy {
  max-width: 340px;
}

.footer-logo {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 28px rgba(31, 73, 216, 0.12);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
}

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

.footer-bottom {
  border-top: 1px solid var(--footer-border);
  padding: 1rem 0 1.5rem;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 120;
  min-height: 54px;
  padding: 0 1.2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(135deg, #18c474, #0c9e5d);
  box-shadow: 0 16px 32px rgba(24, 196, 116, 0.28);
  transition: transform 0.25s ease;
}

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

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 84px;
    left: 1rem;
    right: 1rem;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    background:
      radial-gradient(circle at top right, rgba(10, 167, 214, 0.18), transparent 24%),
      linear-gradient(135deg, #edf6ff, var(--header-bg) 55%, #cfe3ff 100%);
    border: 1px solid var(--header-border);
    border-radius: 20px;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .nav-links.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero-grid,
  .about-story,
  .contact-grid,
  .card-grid,
  .steps-layout,
  .testimonial-grid,
  .feedback-page-grid,
  .feedback-box,
  .hero-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 4.2rem 0;
  }

  .hero-content h1 {
    max-width: none;
  }

  .hero-actions,
  .footer-wrap,
  .footer-bottom,
  .feedback-page-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-brand-lockup,
  .footer-brand {
    align-items: flex-start;
  }

  .hero-card,
  .contact-form,
  .feedback-box {
    padding: 1.4rem;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
  }
}
