:root {
  --navy: #252f8f;
  --navy-deep: #10164f;
  --blue: #25a9e0;
  --sky: #eaf8ff;
  --ink: #172036;
  --muted: #637087;
  --line: #dfe7ef;
  --white: #fff;
  --green: #18a558;
  --green-dark: #0d8744;
  --shadow: 0 24px 60px rgba(22, 32, 60, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
svg { display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; background: #fff; padding: 10px 14px; z-index: 1000; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(223, 231, 239, .7); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 230px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .93rem; font-weight: 650; }
.site-nav > a:not(.nav-cta):hover { color: var(--navy); }
.nav-cta { min-height: 45px; padding: 10px 18px; border-radius: 999px; }
.menu-button { display: none; background: none; border: 0; padding: 10px; }
.menu-button span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px; }

.hero { padding: 62px 0 76px; background: linear-gradient(135deg, #f8fbff 0%, #fff 58%, #edf9ff 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 64px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--navy); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; }
.eyebrow > span { width: 28px; height: 2px; background: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
h1 { font-size: clamp(3.4rem, 6.3vw, 6rem); line-height: .95; margin-bottom: 28px; color: var(--navy-deep); }
h1 em, h2 em { font-weight: 400; color: var(--blue); }
.hero-lead { font-size: 1.14rem; color: var(--muted); max-width: 520px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 0; }
.button { min-height: 54px; padding: 13px 23px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 760; border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-secondary { border-color: var(--line); background: #fff; }
.button-secondary:hover { box-shadow: 0 12px 30px rgba(22, 32, 60, .1); }
.whatsapp-button { color: #fff !important; background: linear-gradient(135deg, #20bd68, var(--green-dark)) !important; border-color: transparent !important; box-shadow: 0 12px 28px rgba(13, 135, 68, .24); }
.whatsapp-button:hover { background: linear-gradient(135deg, var(--green), #087139) !important; box-shadow: 0 16px 34px rgba(13, 135, 68, .32); }
.whatsapp-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; width: 240px; height: 240px; border-radius: 50%; background: var(--blue); opacity: .1; right: -60px; top: -55px; }
.hero-visual img { width: 100%; height: 570px; object-fit: cover; border-radius: 42px 42px 120px 42px; box-shadow: var(--shadow); position: relative; }
.hero-card { position: absolute; left: -34px; bottom: 32px; display: flex; gap: 13px; align-items: center; padding: 16px 19px; background: rgba(255, 255, 255, .96); box-shadow: 0 16px 40px rgba(15, 22, 79, .2); border-radius: 16px; }
.hero-card-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: #e9fbf1; color: var(--green-dark); }
.hero-card-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-card strong, .hero-card small { display: block; }
.hero-card small { color: var(--muted); }

.section { padding: 105px 0; scroll-margin-top: 85px; }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.section-heading h2, .about h2, .contact h2, .process h2 { font-size: clamp(2.5rem, 4.6vw, 4.5rem); line-height: 1.02; margin: 0; color: var(--navy-deep); }
.section-heading > p { color: var(--muted); margin: 0 0 7px; font-size: 1.05rem; }

.services { background: #fbfdff; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 240px; padding: 26px; border: 1px solid #e4ebf3; border-radius: 22px; position: relative; overflow: hidden; background: #fff; box-shadow: 0 8px 25px rgba(22, 32, 60, .05); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--navy), var(--blue)); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: #cde8f4; box-shadow: 0 22px 45px rgba(22, 32, 60, .11); }
.service-card:hover::before { transform: scaleX(1); }
.service-card.featured { background: linear-gradient(145deg, #fff, var(--sky)); }
.service-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 17px; background: linear-gradient(145deg, #eef9ff, #dff4ff); color: var(--navy); box-shadow: inset 0 0 0 1px rgba(37, 169, 224, .13); margin-bottom: 42px; }
.service-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-size: 1.08rem; margin-bottom: 6px; padding-right: 25px; }
.service-card p { font-size: .91rem; color: var(--muted); line-height: 1.5; margin: 0; }
.card-arrow { position: absolute; right: 24px; bottom: 22px; color: var(--blue); font-size: 1.15rem; font-weight: 800; }

.partners { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #f7fbff 100%); }
.partners::before { content: ""; position: absolute; width: 460px; height: 460px; left: -270px; top: 70px; border-radius: 50%; background: radial-gradient(circle, rgba(37, 169, 224, .12), rgba(37, 169, 224, 0) 68%); pointer-events: none; }
.partners-shell { text-align: center; }
.partners-heading { margin-bottom: 28px; }
.partners-badge { display: inline-block; padding: 9px 26px; color: var(--navy-deep); border: 2px solid var(--navy-deep); border-radius: 999px; font-size: .84rem; line-height: 1; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.partners-heading h2 { margin: 18px 0 0; color: var(--blue); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(3rem, 5.4vw, 5.2rem); line-height: 1; letter-spacing: -.055em; }
.partner-carousel { position: relative; width: min(970px, 100%); margin: 0 auto; padding: 0 76px 48px; }
.partner-stage { position: relative; min-height: 340px; border: 1px solid #dfeaf4; border-radius: 30px; background: radial-gradient(circle at 50% 35%, #fff 0%, #fff 42%, #f7fbff 100%); box-shadow: 0 24px 60px rgba(22, 32, 60, .09), inset 0 1px 0 #fff; overflow: hidden; }
.partner-stage::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: linear-gradient(180deg, var(--navy), var(--blue)); }
.partner-slide { position: absolute; inset: 0; margin: 0; display: flex; align-items: center; justify-content: center; padding: 30px 62px; opacity: 0; transform: translateX(28px) scale(.975); visibility: hidden; transition: opacity .45s ease, transform .45s ease, visibility .45s; }
.partner-slide.is-active { opacity: 1; transform: translateX(0) scale(1); visibility: visible; }
.partner-slide img { display: block; width: min(720px, 100%); height: auto; max-height: 250px; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(22, 32, 60, .07)); }
.partner-arrow { position: absolute; top: 146px; width: 50px; height: 50px; border: 1px solid #dbe5ee; border-radius: 50%; display: grid; place-items: center; color: var(--navy); background: #fff; box-shadow: 0 10px 25px rgba(22, 32, 60, .08); cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.partner-arrow:hover { color: #fff; background: var(--navy); transform: scale(1.06); }
.partner-arrow:focus-visible { outline: 3px solid rgba(37, 169, 224, .35); outline-offset: 3px; }
.partner-arrow svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.partner-prev { left: 5px; }
.partner-next { right: 5px; }
.partner-dots { position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%); display: flex; justify-content: center; gap: 8px; max-width: calc(100% - 40px); }
.partner-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: #cfd7e0; cursor: pointer; transition: width .25s ease, background .25s ease; }
.partner-dot.is-active { width: 24px; background: var(--blue); }
.partner-dot:focus-visible { outline: 2px solid var(--navy); outline-offset: 3px; }

.process { background: var(--navy-deep); color: #fff; }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.eyebrow.light { color: #9fe1ff; }
.process h2 { color: #fff; }
.process-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 28px; color: #6ed2ff; font-weight: 750; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, .16); }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.steps li > span { font-family: Georgia, serif; color: #6ed2ff; font-size: 1.3rem; }
.steps h3 { font-size: 1.22rem; margin-bottom: 3px; }
.steps p { color: #bfc5dd; margin: 0; }

.about { background: #f8fafc; }
.about-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 110px; align-items: center; }
.about-mark { aspect-ratio: 1; max-width: 390px; border-radius: 50%; background: linear-gradient(145deg, var(--blue), var(--navy)); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 28px 70px rgba(37, 47, 143, .22); transform: rotate(-4deg); }
.about-mark span { font-family: Georgia, serif; font-size: 8rem; line-height: 1; }
.about-mark small { font-weight: 900; line-height: 1.1; letter-spacing: .08em; }
.about-copy > p:not(.eyebrow) { font-size: 1.05rem; color: var(--muted); max-width: 620px; margin: 25px 0; }
.about-points { display: flex; flex-wrap: wrap; gap: 10px; font-weight: 700; color: var(--navy); }
.about-points span { padding: 9px 13px; background: #fff; border: 1px solid var(--line); border-radius: 999px; }

.contact { position: relative; overflow: hidden; background: radial-gradient(circle at 0 0, rgba(37, 169, 224, .22), transparent 34%), linear-gradient(145deg, var(--navy-deep), #242c82); color: #fff; }
.contact::after { content: ""; position: absolute; width: 420px; height: 420px; right: -230px; bottom: -250px; border-radius: 50%; border: 1px solid rgba(126, 219, 255, .15); pointer-events: none; }
.contact-shell { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: start; gap: clamp(60px, 7vw, 100px); }
.contact h2 { color: #fff; letter-spacing: -.035em; }
.contact-copy > p:not(.eyebrow) { margin: 14px 0 0; color: #c7cce1; font-size: 1.05rem; }
.contact-details { margin-top: 38px; display: grid; gap: 0; border-top: 1px solid rgba(255, 255, 255, .14); }
.contact-details a { display: grid; grid-template-columns: 58px minmax(0, 1fr); align-items: center; gap: 18px; padding: 20px 4px; border-bottom: 1px solid rgba(255, 255, 255, .14); transition: transform .2s ease, border-color .2s ease; }
.contact-details a:hover { border-color: rgba(126, 219, 255, .42); transform: translateX(6px); }
.contact-icon { width: 56px; height: 56px; border-radius: 18px; display: grid; place-items: center; color: #9ce4ff; background: linear-gradient(145deg, rgba(37, 169, 224, .24), rgba(37, 169, 224, .1)); box-shadow: inset 0 0 0 1px rgba(156, 228, 255, .18); }
.contact-whatsapp .contact-icon { color: #82f0ad; background: rgba(32, 189, 104, .14); }
.contact-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { margin-bottom: 3px; color: #aeb6d7; font-size: .78rem; text-transform: uppercase; letter-spacing: .09em; }
.contact-details strong { font-size: clamp(1rem, 1.45vw, 1.17rem); line-height: 1.45; overflow-wrap: anywhere; }
.enquiry-form { position: relative; overflow: hidden; background: #fff; color: var(--ink); padding: 40px; border-radius: 26px; box-shadow: var(--shadow); }
.enquiry-form::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--navy), var(--blue)); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.enquiry-form label { display: block; font-size: .84rem; font-weight: 750; margin-bottom: 17px; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { display: block; width: 100%; margin-top: 6px; border: 1px solid var(--line); border-radius: 10px; background: #f8fafc; padding: 13px 14px; min-height: 49px; color: var(--ink); }
.enquiry-form textarea { resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { outline: 3px solid rgba(37, 169, 224, .22); border-color: var(--blue); }
.enquiry-form .button { width: 100%; }
.form-note { font-size: .75rem; color: var(--muted); margin: 12px 0 0; text-align: center; }

.site-footer { padding: 62px 0 25px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr 1.35fr; gap: 55px; padding-bottom: 42px; }
.footer-grid img { width: 235px; margin-bottom: 10px; }
.footer-grid p { color: var(--muted); }
.footer-grid strong, .footer-grid a { display: block; }
.footer-grid strong { margin-bottom: 12px; }
.footer-grid a { color: var(--muted); margin: 6px 0; }
.footer-grid .footer-contact-row { display: flex; align-items: center; gap: 12px; margin: 12px 0; line-height: 1.45; }
.footer-contact-icon { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--navy); background: var(--sky); box-shadow: inset 0 0 0 1px rgba(37, 169, 224, .15); }
.footer-contact-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-contact-row:hover { color: var(--navy); }
.footer-grid .footer-phone-links a { margin: 0; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 20px; display: flex; justify-content: space-between; color: var(--muted); font-size: .82rem; }
.footer-bottom button { background: none; border: 0; color: inherit; cursor: pointer; margin-left: 16px; }
.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: flex; align-items: center; gap: 10px; color: #fff; background: linear-gradient(135deg, #20bd68, var(--green-dark)); padding: 9px 10px 9px 18px; border-radius: 999px; box-shadow: 0 12px 32px rgba(13, 135, 68, .28); font-weight: 750; }
.floating-whatsapp b { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--green-dark); }
.floating-whatsapp b svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
dialog { max-width: 650px; border: 0; border-radius: 22px; padding: 40px; box-shadow: var(--shadow); color: var(--ink); }
dialog::backdrop { background: rgba(10, 15, 45, .7); }
dialog h2 { font-size: 2rem; }
dialog p { color: var(--muted); }
dialog a { color: var(--navy); text-decoration: underline; }
.dialog-close { position: absolute; right: 16px; top: 12px; border: 0; background: none; font-size: 2rem; cursor: pointer; }

@media (max-width: 900px) {
  .site-nav { position: absolute; left: 20px; right: 20px; top: 78px; background: #fff; padding: 20px; display: none; flex-direction: column; align-items: stretch; gap: 8px; border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px; }
  .site-nav .nav-cta { justify-content: center; display: flex; }
  .menu-button { display: block; }
  .hero-grid, .section-heading, .process-grid, .about-grid, .contact-shell { grid-template-columns: 1fr; }
  .hero-grid { gap: 45px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-visual { width: min(680px, 100%); margin: auto; }
  .hero-visual img { height: 470px; }
  .hero-card { left: 18px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-carousel { width: 100%; }
  .section-heading { gap: 18px; }
  .process-grid, .contact-shell { gap: 50px; }
  .about-grid { gap: 55px; }
  .about-mark { margin: auto; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { height: 74px; }
  .brand img { width: 190px; }
  .hero { padding: 40px 0 54px; }
  h1 { font-size: 3.2rem; }
  .hero-visual img { height: 390px; border-radius: 28px 28px 80px 28px; }
  .hero-card { left: 10px; bottom: 15px; text-align: left; padding: 12px; }
  .hero-card small { font-size: .72rem; }
  .section { padding: 72px 0; }
  .section-heading h2, .about h2, .contact h2, .process h2 { font-size: 2.65rem; }
  .service-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { min-height: 205px; }
  .service-icon { margin-bottom: 30px; }
  .partners-heading { margin-bottom: 22px; }
  .partners-badge { font-size: .75rem; padding: 8px 20px; }
  .partners-heading h2 { font-size: 3.25rem; margin-top: 15px; }
  .partner-carousel { padding: 0 0 48px; }
  .partner-stage { min-height: 258px; border-radius: 22px; }
  .partner-stage::before { width: 4px; }
  .partner-slide { padding: 30px 40px; }
  .partner-slide img { width: 100%; max-height: 205px; }
  .partner-arrow { top: 105px; width: 42px; height: 42px; background: rgba(255, 255, 255, .96); }
  .partner-prev { left: 8px; }
  .partner-next { right: 8px; }
  .partner-dots { gap: 6px; }
  .partner-dot { width: 7px; height: 7px; }
  .partner-dot.is-active { width: 18px; }
  .about-mark { max-width: 280px; }
  .about-mark span { font-size: 5.8rem; }
  .about-points, .field-row, .footer-grid { grid-template-columns: 1fr; }
  .about-points { display: grid; }
  .contact-shell { gap: 38px; }
  .enquiry-form { padding: 24px 18px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom button { margin: 0 16px 0 0; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { padding: 8px; }
  .hero-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .service-card, .service-card::before { transition: none; }
}
