:root {
  --accent: #922eef;
  --accent-dark: #7127b7;
  --ink: #14121a;
  --muted: #74717b;
  --line: #e9e7ed;
  --soft: #f7f5fb;
  --white: #fff;
  --container: 1140px;
  --radius: 14px;
  --shadow: 0 18px 50px rgba(54, 31, 79, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--muted);
  background: var(--white);
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 100px 0; }
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
h1, h2, h3 { margin: 0; color: var(--ink); font-family: "Work Sans", sans-serif; line-height: 1.17; letter-spacing: -.035em; }
h1 { max-width: 650px; font-size: clamp(3rem, 5vw, 4.7rem); font-weight: 600; }
h1 span { color: var(--accent); }
h2 { font-size: clamp(2.2rem, 4vw, 3.15rem); font-weight: 600; }
h3 { font-size: 1.2rem; font-weight: 600; letter-spacing: -.02em; }
p { margin: 0; }
.eyebrow { margin-bottom: 18px; color: var(--accent); font-family: "Work Sans", sans-serif; font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { display: inline-block; width: 28px; height: 2px; margin: 0 11px 4px 0; background: currentColor; content: ""; }
.lead { max-width: 590px; margin: 28px 0 34px; font-size: 1.08rem; }
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 13px 26px;
  border: 1px solid var(--accent);
  border-radius: 7px;
  color: var(--white);
  background: var(--accent);
  font-family: "Work Sans", sans-serif;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.button:hover, .button:focus-visible { border-color: var(--accent-dark); background: var(--accent-dark); box-shadow: 0 10px 25px rgba(146, 46, 239, .25); transform: translateY(-2px); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 9px 14px; color: #fff; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(233, 231, 237, .88); background: rgba(255, 255, 255, .92); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex: 0 0 240px; }
.brand img { width: 240px; }
.primary-nav { display: flex; align-items: center; gap: 3px; }
.primary-nav a { position: relative; padding: 28px 10px; color: var(--ink); font-family: "Work Sans", sans-serif; font-size: .91rem; font-weight: 500; }
.primary-nav a::after { position: absolute; right: 10px; bottom: 21px; left: 10px; height: 2px; background: var(--accent); content: ""; transform: scaleX(0); transition: transform .22s ease; }
.primary-nav a:hover, .primary-nav a.active { color: var(--accent); }
.primary-nav a:hover::after, .primary-nav a.active::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 6px 0; border-radius: 2px; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; min-height: calc(100vh - 82px); padding: 80px 0 110px; overflow: hidden; }
.hero::before { position: absolute; top: 13%; left: -95px; width: 200px; height: 200px; border: 1px solid rgba(146, 46, 239, .17); border-radius: 50%; content: ""; }
.hero-layout { min-height: 570px; gap: 70px; }
.hero-art { position: relative; display: grid; place-items: center; }
.hero-art img { position: relative; z-index: 1; width: min(100%, 590px); filter: drop-shadow(0 25px 30px rgba(83, 44, 123, .13)); }
.art-glow { position: absolute; width: 80%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(146, 46, 239, .15), rgba(146, 46, 239, 0) 70%); }

.about { background: linear-gradient(180deg, #fff 0%, #fcfbfd 100%); }
.about-layout { gap: 90px; }
.image-frame { position: relative; }
.image-frame::before { position: absolute; inset: 12% 6% 3%; border-radius: 35% 12% 35% 15%; background: var(--soft); content: ""; transform: rotate(-4deg); }
.image-frame img { position: relative; }
.about-copy h2 { max-width: 520px; }
.about-copy > p:not(.eyebrow) { margin-top: 25px; }
.about-copy .statement { color: #403b47; font-size: 1.08rem; font-weight: 500; }

.products { background: var(--soft); }
.section-heading { max-width: 680px; margin: 0 auto 58px; text-align: center; }
.section-heading .eyebrow::before { display: none; }
.section-heading > p:last-child { margin-top: 20px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; min-height: 250px; padding: 32px; border: 1px solid transparent; border-radius: var(--radius); background: var(--white); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.service-card:hover { border-color: rgba(146, 46, 239, .2); box-shadow: var(--shadow); transform: translateY(-5px); }
.service-icon { display: grid; width: 58px; height: 58px; margin-bottom: 27px; place-items: center; border: 1px solid rgba(146, 46, 239, .32); border-radius: 50%; color: var(--accent); background: #fbf7ff; }
.service-icon svg { width: 27px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.service-card h3 { min-height: 58px; }
.details { display: inline-flex; align-items: center; gap: 10px; margin-top: 20px; color: var(--ink); font-family: "Work Sans", sans-serif; font-size: .79rem; font-weight: 600; text-transform: uppercase; }
.details span { color: var(--accent); transition: transform .2s ease; }
.service-card:hover .details span { transform: translateX(4px); }

.partners { padding-bottom: 120px; }
.partner-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.partner-logo { display: grid; min-height: 165px; padding: 24px; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.partner-logo img { max-width: 190px; max-height: 105px; object-fit: contain; filter: saturate(.85); transition: filter .25s ease, transform .25s ease; }
.partner-logo:hover img { filter: saturate(1); transform: scale(1.04); }

.contact { padding-top: 50px; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-copy h3 { margin-bottom: 22px; font-size: 1.8rem; }
.response-note { display: flex; align-items: flex-start; gap: 18px; margin-top: 35px; padding-top: 28px; border-top: 1px solid var(--line); }
.response-note > span { display: grid; flex: 0 0 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--accent); background: var(--soft); font-weight: 700; }
.response-note strong { color: var(--ink); font-family: "Work Sans", sans-serif; }
.contact-form { display: grid; gap: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; }
.contact-form label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 7px; outline: 0; color: var(--ink); background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input { height: 56px; padding: 0 17px; }
.contact-form textarea { padding: 15px 17px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(146, 46, 239, .1); }
.submit-button { width: 100%; }
.form-status { min-height: 1.5em; color: var(--accent-dark); font-size: .86rem; }
.office-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 100px; border-top: 1px solid var(--line); }
.office-grid article { position: relative; padding: 45px 45px 0 0; }
.office-grid article:not(:last-child) { margin-right: 44px; border-right: 1px solid var(--line); }
.office-grid h3 { margin-bottom: 16px; }
.office-grid p { font-size: .95rem; }
.office-grid a:hover { color: var(--accent); }
.contact-number { position: absolute; top: -16px; left: 0; padding-right: 12px; color: var(--accent); background: #fff; font-family: "Work Sans", sans-serif; font-size: .78rem; font-weight: 700; }

.site-footer { padding: 30px 0; border-top: 1px solid var(--line); background: #faf9fb; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-wrap img { width: 200px; }
.footer-wrap p { font-size: .86rem; }
.whatsapp { position: fixed; right: 18px; bottom: 22px; z-index: 90; display: flex; align-items: center; gap: 10px; padding: 11px 18px; border-radius: 30px; color: #fff; background: #25d366; box-shadow: 0 12px 28px rgba(37, 211, 102, .28); font-size: .87rem; font-weight: 500; transition: background .2s ease, transform .2s ease; }
.whatsapp:hover { background: #16b954; transform: translateY(-2px); }
.whatsapp svg { width: 22px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .section { padding: 80px 0; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 82px 0 auto; display: grid; max-height: 0; overflow: hidden; border-bottom: 1px solid var(--line); background: #fff; opacity: 0; transition: max-height .35s ease, opacity .25s ease; }
  .primary-nav.open { max-height: calc(100vh - 82px); padding: 14px 24px 24px; opacity: 1; }
  .primary-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .primary-nav a::after { display: none; }
  .hero { min-height: auto; padding: 70px 0 85px; }
  .hero-layout, .about-layout { gap: 45px; }
  h1 { font-size: clamp(2.75rem, 6vw, 4rem); }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .partner-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-layout { gap: 55px; }
  .office-grid article { padding-right: 25px; }
  .office-grid article:not(:last-child) { margin-right: 24px; }
}

@media (max-width: 767px) {
  .container { width: min(100% - 36px, var(--container)); }
  .section { padding: 68px 0; }
  .nav-wrap { min-height: 72px; }
  .brand, .brand img { width: 205px; flex-basis: 205px; }
  .primary-nav { inset-block-start: 72px; }
  .split { grid-template-columns: 1fr; }
  .hero { padding: 55px 0 65px; }
  .hero-layout { min-height: 0; text-align: center; }
  .hero-copy { order: 1; }
  .hero-art { order: 2; margin-top: 25px; }
  .hero-art img { width: min(88%, 450px); }
  .eyebrow::before { display: none; }
  .lead { margin-inline: auto; }
  h1 { font-size: clamp(2.5rem, 12vw, 3.35rem); }
  h2 { font-size: clamp(2rem, 9vw, 2.7rem); }
  .about-layout { gap: 45px; }
  .about-art { order: 2; }
  .about-copy { order: 1; text-align: center; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; text-align: center; }
  .service-icon { margin-inline: auto; }
  .service-card h3 { min-height: 0; }
  .partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .partner-logo { min-height: 125px; padding: 16px; }
  .partners { padding-bottom: 85px; }
  .contact-layout { grid-template-columns: 1fr; gap: 42px; }
  .contact-copy { text-align: center; }
  .response-note { text-align: left; }
  .office-grid { grid-template-columns: 1fr; gap: 45px; margin-top: 75px; border-top: 0; }
  .office-grid article { padding: 30px 0 0; border-top: 1px solid var(--line); text-align: center; }
  .office-grid article:not(:last-child) { margin-right: 0; border-right: 0; }
  .contact-number { left: 50%; padding-inline: 12px; transform: translateX(-50%); }
  .footer-wrap { flex-direction: column; gap: 17px; text-align: center; }
  .whatsapp span { display: none; }
  .whatsapp { width: 52px; height: 52px; justify-content: center; padding: 0; }
}

@media (max-width: 480px) {
  .brand, .brand img { width: 180px; flex-basis: 180px; }
  .field-row { grid-template-columns: 1fr; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-logo { min-height: 135px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
