:root {
  --bg: #07141b;
  --bg-2: #0a1720;
  --panel: #101b24;
  --panel-2: #1f2228;

  --blue: #2f68dc;
  --blue-deep: #193d91;
  --cyan: #20bfd3;
  --purple: #865fc6;
  --purple-hot: #a642df;
  --violet: #6d55b8;
  --text: #f4f7fb;
  --soft: #cbd2dd;
  --muted: #a68acb;

  --gradient-main: linear-gradient(135deg, #2f68dc 0%, #6d55b8 44%, #a642df 72%, #20bfd3 100%);
  --gradient-purple: linear-gradient(135deg, #2f68dc 0%, #865fc6 50%, #a642df 100%);
  --shadow: 0 26px 70px rgba(0,0,0,.42);
  --glow-blue: 0 0 38px rgba(47,104,220,.36);
  --glow-purple: 0 0 44px rgba(134,95,198,.38);

  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 17px;
  --container: 1160px;
  --header-height: 86px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 5%, rgba(47,104,220,.24), transparent 30rem),
    radial-gradient(circle at 86% 0%, rgba(164,66,223,.20), transparent 32rem),
    linear-gradient(90deg, #07141b 0%, #091620 50%, #07131b 100%);
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}
.purple-word {
  color: #865fc6;
}




img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 200;
  transform: translateY(-150%);
  background: #fff;
  color: #07141b;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-height);
  background: rgba(7,20,27,.77);
  border-bottom: 1px solid rgba(134,95,198,.28);
  backdrop-filter: blur(20px);
  transition: background .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled {
  background: rgba(7,20,27,.94);
  box-shadow: 0 18px 44px rgba(0,0,0,.34);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand {
  display: block;
  text-decoration: none;
  min-width: 0;
}

.brand-logo {
  height: 64px;
  width: min(560px, 48vw);
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 10px rgba(32,191,211,.12));
}

.main-nav {
  display: flex;
  gap: 6px;
  align-items: center;
}

.main-nav a {
  text-decoration: none;
  color: var(--soft);
  padding: 10px 13px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .01em;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  outline: none;
  color: #fff;
  background: rgba(134,95,198,.16);
  box-shadow: inset 0 0 0 1px rgba(32,191,211,.22);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(134,95,198,.45);
  border-radius: 14px;
  background: rgba(31,34,40,.75);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 99px;
  background: #fff;
  transition: transform .2s ease, opacity .2s ease;
}

.section {
  position: relative;
  padding: 94px 0;
  overflow: hidden;
}

.hero {
  min-height: calc(100vh - var(--header-height));
  display: grid;
  align-items: center;
  padding: 96px 0 116px;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .98fr 1.02fr;
  gap: 52px;
  align-items: center;
}

.shape {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.shape-top-left {
  width: 460px;
  height: 300px;
  left: -180px;
  top: -80px;
  border-radius: 0 0 58% 0;
  background: linear-gradient(135deg, rgba(47,104,220,.85), rgba(164,66,223,.85));
  filter: drop-shadow(0 30px 55px rgba(0,0,0,.45));
  transform: rotate(-8deg);
}

.shape-top-right {
  width: 620px;
  height: 420px;
  right: -240px;
  top: -100px;
  border-radius: 0 0 0 78%;
  background: radial-gradient(circle at 50% 0%, rgba(164,66,223,.52), rgba(47,104,220,.22) 45%, transparent 70%);
}

.shape-bottom {
  width: 780px;
  height: 340px;
  right: -220px;
  bottom: -130px;
  border-radius: 60% 0 0 0;
  background: linear-gradient(140deg, rgba(47,104,220,.78), rgba(134,95,198,.78), rgba(164,66,223,.72));
  opacity: .72;
  filter: blur(.2px);
}

.shape-mid {
  width: 550px;
  height: 720px;
  left: -250px;
  top: -80px;
  border-radius: 0 70% 58% 0;
  background: linear-gradient(180deg, rgba(32,191,211,.13), rgba(134,95,198,.16));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--purple);
  font-family: "Saira Condensed", Inter, sans-serif;
  font-size: 1.28rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .025em;
}

.eyebrow::after {
  content: "";
  width: 62px;
  height: 3px;
  border-radius: 99px;
  background: var(--blue);
  box-shadow: var(--glow-blue);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Saira Condensed", Inter, sans-serif;
  letter-spacing: -.015em;
}

h1 {
  color: var(--purple);
  text-shadow:
    0 2px 0 rgba(47,104,220,.55),
    0 0 28px rgba(47,104,220,.25);
  font-size: clamp(4.1rem, 9vw, 7.2rem);
  line-height: .82;
  margin-bottom: 30px;
}

h2 {
  color: var(--blue);
  text-shadow: 0 0 22px rgba(47,104,220,.16);
  font-size: clamp(2.45rem, 5vw, 4.1rem);
  line-height: .9;
  margin-bottom: 24px;
}

h3 {
  color: var(--purple);
  font-size: 1.85rem;
  line-height: 1;
  margin-bottom: 10px;
}

.lead,
.section-head p,
.intro-copy p,
.why-item p,
.care-fund-box p,
.contact-info p,
.service-card p,
.process-card p,
.legal-section p {
  color: var(--soft);
}

.lead {
  max-width: 600px;
  font-size: clamp(1.08rem, 2vw, 1.22rem);
  margin-bottom: 32px;
}

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

.btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 14px 24px;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.btn-primary {
  color: #07141b;
  background: linear-gradient(135deg, #20bfd3 0%, #2f68dc 44%, #865fc6 100%);
  box-shadow: 0 0 34px rgba(32,191,211,.32);
}

.btn-ghost {
  color: #fff;
  background: rgba(31,34,40,.75);
  border: 1px solid rgba(134,95,198,.52);
  box-shadow: inset 0 0 0 1px rgba(47,104,220,.18);
}

.btn-full {
  width: 100%;
}

.signature,
.handwritten {
  font-family: Caveat, cursive;
  color: var(--purple);
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  line-height: 1;
  margin: 0;
  text-shadow: 0 0 20px rgba(134,95,198,.18);
}

.hero-panel {
  position: relative;
  padding: 42px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(31,34,40,.96), rgba(7,20,27,.94)),
    var(--panel);
  border: 1px solid rgba(134,95,198,.45);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(47,104,220,.12);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: var(--gradient-main);
  opacity: .34;
  filter: blur(18px);
}

.hero-panel::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  top: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(164,66,223,.24), transparent 66%);
}

.hero-logo {
  width: min(260px, 60vw);
  margin-inline: auto;
  margin-bottom: 24px;
  filter: drop-shadow(0 0 18px rgba(134,95,198,.28));
}

.hero-panel h2 {
  text-align: center;
  margin-bottom: 12px;
}

.hero-panel > p {
  text-align: center;
  color: var(--purple);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 26px;
}

.quick-contact {
  display: grid;
  gap: 13px;
}

.quick-contact a,
.contact-list a {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
  padding: 16px;
  border-radius: var(--radius-md);
  text-decoration: none;
  color: var(--soft);
  background: rgba(7,20,27,.68);
  border: 1px solid rgba(134,95,198,.32);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.quick-contact a:hover,
.quick-contact a:focus-visible,
.contact-list a:hover,
.contact-list a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(32,191,211,.55);
  background: rgba(31,34,40,.9);
  outline: none;
}

.contact-icon,
.contact-list span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: var(--cyan);
  background: linear-gradient(135deg, rgba(47,104,220,.36), rgba(134,95,198,.42));
}

.quick-contact small {
  display: block;
  color: var(--muted);
  font-size: .85rem;
  margin-bottom: 2px;
}

.quick-contact strong,
.contact-list strong {
  display: block;
  color: var(--soft);
  overflow-wrap: anywhere;
}

.intro-band {
  padding: 54px 0;
  background:
    linear-gradient(90deg, rgba(47,104,220,.16), rgba(134,95,198,.22), rgba(32,191,211,.10)),
    rgba(31,34,40,.62);
  border-top: 1px solid rgba(134,95,198,.28);
  border-bottom: 1px solid rgba(47,104,220,.24);
}

.intro-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 38px;
  align-items: center;
}

.mini-line {
  display: block;
  width: 64px;
  height: 4px;
  border-radius: 99px;
  margin-bottom: 18px;
  background: var(--purple);
}

.intro-card h2 {
  margin-bottom: 0;
}

.intro-copy p {
  margin: 0;
  font-size: 1.14rem;
  max-width: 720px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 44px;
}

.services-section {
  background:
    radial-gradient(circle at 85% 90%, rgba(134,95,198,.18), transparent 28rem),
    var(--bg);
}

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

.service-card,
.process-card,
.promise-box,
.care-fund-box,
.contact-form,
.legal-section article {
  background:
    linear-gradient(180deg, rgba(31,34,40,.9), rgba(7,20,27,.9)),
    var(--panel);
  border: 1px solid rgba(134,95,198,.34);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 54px rgba(0,0,0,.28);
}

.service-card {
  min-height: 276px;
  padding: 24px 20px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(32,191,211,.46);
  box-shadow: 0 26px 60px rgba(0,0,0,.33), var(--glow-purple);
}

.service-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  font-size: 2rem;
  background: var(--gradient-purple);
  border: 2px solid rgba(134,95,198,.7);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.06), 0 0 28px rgba(134,95,198,.24);
}

.service-card p {
  margin: 0;
  font-size: .98rem;
}

.handwritten {
  margin-top: 34px;
}

.why-section {
  background:
    linear-gradient(90deg, #07141b, #0a1720 48%, #07141b);
}

.why-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 56px;
  align-items: center;
}

.photo-card {
  position: relative;
  padding: 12px;
  border-radius: 44px;
  background: var(--gradient-main);
  box-shadow: var(--shadow), var(--glow-purple);
}

.photo-card::before {
  content: "";
  position: absolute;
  inset: 26px -18px -18px 26px;
  z-index: -1;
  border-radius: 44px;
  background: rgba(32,191,211,.14);
  border: 1px solid rgba(32,191,211,.25);
}

.photo-card img {
  width: 100%;
  aspect-ratio: 1 / 1.06;
  object-fit: cover;
  border-radius: 34px;
  filter: saturate(.9) contrast(1.03);
}

.why-list {
  display: grid;
  gap: 18px;
}

.why-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.why-item span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  border: 2px solid var(--purple);
  box-shadow: 0 0 18px rgba(134,95,198,.32);
}

.why-item h3 {
  margin-bottom: 5px;
}

.why-item p {
  margin: 0;
}

.promise-box {
  margin-top: 28px;
  padding: 28px;
  text-align: center;
}

.promise-box strong {
  display: block;
  color: var(--muted);
  font-size: 1.25rem;
  line-height: 1.3;
}

.promise-box span {
  display: block;
  margin-top: 18px;
  font-size: 2.4rem;
}

.process-section {
  background:
    linear-gradient(180deg, rgba(31,34,40,.52), rgba(7,20,27,.9)),
    var(--bg);
}

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

.process-card {
  padding: 26px;
}

.process-card span {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
  border-radius: 16px;
  color: #07141b;
  font-weight: 900;
  background: linear-gradient(135deg, var(--cyan), var(--blue), var(--purple));
  box-shadow: var(--glow-blue);
}

.process-card p {
  margin: 0;
}

.care-fund-section {
  padding: 56px 0;
}

.care-fund-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  overflow: hidden;
}

.care-fund-box::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -110px;
  width: 360px;
  height: 220px;
  border-radius: 60% 0 0 0;
  background: linear-gradient(135deg, rgba(47,104,220,.45), rgba(164,66,223,.56));
}

.care-fund-box > * {
  position: relative;
  z-index: 1;
}

.care-fund-box h2 {
  max-width: 760px;
}

.care-fund-box p {
  max-width: 820px;
  margin-bottom: 0;
}

.contact-section {
  background:
    radial-gradient(circle at 0% 0%, rgba(134,95,198,.18), transparent 28rem),
    radial-gradient(circle at 100% 70%, rgba(47,104,220,.15), transparent 30rem),
    var(--bg-2);
}

.contact-grid,
.legal-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 50px;
  align-items: start;
}

.contact-logo {
  width: min(620px, 100%);
  margin-bottom: 28px;
}

.contact-list {
  display: grid;
  gap: 13px;
  margin-top: 30px;
}

.contact-form {
  padding: 32px;
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  color: var(--text);
  background: rgba(7,20,27,.88);
  border: 1px solid rgba(134,95,198,.34);
  border-radius: 16px;
  padding: 14px 15px;
  outline: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(32,191,211,.72);
  box-shadow: 0 0 0 4px rgba(32,191,211,.08);
}

.contact-form textarea {
  resize: vertical;
}

.form-hint {
  color: var(--muted);
  margin: 0;
  font-size: .88rem;
}

.legal-section {
  padding: 58px 0;
  background: #040b10;
  border-top: 1px solid rgba(134,95,198,.25);
}

.legal-grid {
  align-items: stretch;
  gap: 22px;
}

.legal-section article {
  padding: 28px;
}

.legal-section h2 {
  color: var(--purple);
  font-size: 2rem;
}

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

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 52px;
  padding-inline: 20px;
  border-radius: 999px;
  color: #07141b;
  background: #04d41c;
  background: linear-gradient(0deg,rgba(4, 212, 28, 1) 0%, rgba(166, 255, 167, 1) 100%);
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 0 36px rgba(32,191,211,.34);
}

.site-footer {
  background: #03070a;
  padding: 26px 0;
  color: var(--muted);
}

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

.footer-inner p {
  margin: 0;
}

.footer-inner div {
  display: flex;
  gap: 18px;
}

.footer-inner a {
  color: var(--muted);
  text-decoration: none;
}

.footer-inner a:hover {
  color: #fff;
}

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

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .btn,
  .service-card,
  .quick-contact a,
  .contact-list a {
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .brand-logo {
    height: 58px;
    width: min(560px, 68vw);
  }

  .nav-toggle {
    display: block;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    top: calc(var(--header-height) + 12px);
    left: 14px;
    right: 14px;
    display: grid;
    gap: 8px;
    padding: 16px;
    border-radius: 22px;
    background: rgba(7,20,27,.96);
    border: 1px solid rgba(134,95,198,.45);
    box-shadow: var(--shadow);
    transform: translateY(-14px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }

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

  .main-nav a {
    padding: 14px 15px;
  }

  .hero-grid,
  .intro-grid,
  .why-grid,
  .contact-grid,
  .legal-grid,
  .care-fund-box {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

  .photo-card {
    max-width: 560px;
  }

  .care-fund-box .btn {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  :root {
    --header-height: 76px;
  }

  .section {
    padding: 72px 0;
  }

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

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-panel,
  .contact-form,
  .care-fund-box {
    padding: 24px;
    border-radius: 24px;
  }

  .services-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .shape-top-left {
    width: 320px;
    height: 210px;
  }

  .shape-bottom {
    width: 500px;
    height: 220px;
  }

  .footer-inner,
  .footer-inner div {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    height: 48px;
    min-width: 104px;
  }
}

@media (max-width: 440px) {
  .brand-logo {
    width: 70vw;
    height: 48px;
  }

  h1 {
    font-size: clamp(3.3rem, 18vw, 5rem);
  }

  .quick-contact a,
  .contact-list a {
    align-items: flex-start;
  }
}
