:root {
  --navy: #082b60;
  --navy-2: #0e3f82;
  --navy-3: #071d3f;
  --orange: #f36b0a;
  --orange-2: #ff8b23;
  --sky: #eaf5ff;
  --white: #ffffff;
  --ink: #10233f;
  --muted: #60708a;
  --line: #dce6f1;
  --shadow: 0 24px 70px rgba(8, 43, 96, .14);
  --radius: 26px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; position: relative; overflow: clip; }

.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 9999;
  padding: 10px 14px; border-radius: 10px; background: #fff; color: var(--navy);
  transform: translateY(-150%); transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(8,43,96,.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 92px; display: grid; grid-template-columns: 210px 1fr 120px; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; }
.brand-danantara img { width: 185px; height: auto; }
.brand-pos { justify-content: flex-end; }
.brand-pos img { width: 96px; height: 66px; object-fit: contain; }
.primary-nav { display: flex; justify-content: center; align-items: center; gap: 34px; }
.primary-nav a { position: relative; font-size: 14px; font-weight: 750; color: #344660; padding: 12px 0; }
.primary-nav a::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 100%; height: 3px; border-radius: 99px; background: var(--orange); transform: scaleX(0); transition: transform .25s ease; }
.primary-nav a:hover::after, .primary-nav a.active::after { transform: scaleX(1); }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: var(--navy); margin: 5px; transition: .25s; }

.hero { min-height: 760px; display: grid; align-items: center; padding-top: 80px; background: linear-gradient(135deg, #f8fcff 0%, #eef7ff 50%, #fff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 78px; position: relative; z-index: 2; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 440px; height: 440px; right: -170px; top: 80px; background: radial-gradient(circle, rgba(50,149,255,.22), transparent 68%); }
.hero-orb-two { width: 320px; height: 320px; left: -160px; bottom: -80px; background: radial-gradient(circle, rgba(243,107,10,.13), transparent 67%); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--navy-2); font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow span { width: 30px; height: 4px; border-radius: 99px; background: var(--orange); }
.eyebrow.light { color: #d7e7ff; }
.hero h1 { margin: 0; max-width: 720px; color: var(--navy); font-size: clamp(45px, 6vw, 78px); line-height: 1.03; letter-spacing: -.052em; }
.hero h1 em { display: block; color: var(--orange); font-style: normal; }
.hero-lead { max-width: 660px; margin: 26px 0 30px; color: var(--muted); font-size: 18px; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { min-height: 54px; padding: 0 22px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 20px; height: 20px; fill: currentColor; }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-2)); box-shadow: 0 14px 30px rgba(243,107,10,.25); }
.btn-primary:hover { box-shadow: 0 18px 36px rgba(243,107,10,.33); }
.btn-secondary { color: var(--navy); background: #fff; border: 1px solid #d8e3ef; box-shadow: 0 10px 25px rgba(8,43,96,.07); }
.hero-stats { display: flex; gap: 30px; margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-stats div { min-width: 106px; }
.hero-stats strong { display: block; color: var(--navy); font-size: 27px; line-height: 1; }
.hero-stats span { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; font-weight: 700; }
.visual-frame { position: relative; max-width: 510px; margin-left: auto; border-radius: 36px; overflow: visible; box-shadow: var(--shadow); }
.visual-frame > img { width: 100%; height: 610px; object-fit: cover; object-position: center; border-radius: 36px; }
.visual-gradient { position: absolute; inset: 0; border-radius: 36px; background: linear-gradient(180deg, transparent 58%, rgba(7,29,63,.35)); pointer-events: none; }
.floating-badge { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; min-width: 208px; padding: 14px 16px; color: var(--navy); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.8); border-radius: 16px; box-shadow: 0 16px 40px rgba(8,43,96,.16); backdrop-filter: blur(12px); }
.floating-badge small, .floating-badge strong { display: block; }
.floating-badge small { color: var(--muted); font-size: 11px; }
.floating-badge strong { font-size: 13px; }
.badge-icon { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; color: #fff; background: var(--orange); border-radius: 12px; font-weight: 900; }
.badge-top { top: 50px; left: -46px; }
.badge-bottom { right: -36px; bottom: 55px; }

.trust-strip { background: var(--navy); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { position: relative; min-height: 122px; display: grid; grid-template-columns: 46px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 12px; padding: 22px 28px; }
.trust-grid > div:not(:last-child)::after { content: ""; position: absolute; top: 28px; bottom: 28px; right: 0; width: 1px; background: rgba(255,255,255,.15); }
.trust-grid span { grid-row: 1 / 3; align-self: center; display: grid; place-items: center; width: 44px; height: 44px; background: rgba(255,255,255,.1); border-radius: 14px; font-size: 22px; }
.trust-grid strong { align-self: end; font-size: 16px; }
.trust-grid small { color: #b9cce7; font-size: 11px; line-height: 1.4; }

.section-heading { max-width: 680px; margin-bottom: 52px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .advantages h2, .contact h2 { margin: 0 0 18px; color: var(--navy); font-size: clamp(34px, 4vw, 50px); line-height: 1.12; letter-spacing: -.035em; }
.section-heading p { color: var(--muted); margin: 0; }
.services { background: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { position: relative; min-height: 360px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 18px 55px rgba(8,43,96,.07); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; overflow: hidden; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(243,107,10,.45); box-shadow: 0 28px 70px rgba(8,43,96,.13); }
.service-card::before { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; bottom: -90px; border-radius: 50%; background: radial-gradient(circle, rgba(243,107,10,.13), transparent 70%); }
.service-card.featured { color: #fff; background: linear-gradient(145deg, var(--navy) 0%, #12488d 100%); border-color: transparent; transform: translateY(-12px); }
.service-card.featured:hover { transform: translateY(-19px); }
.service-card.featured h3, .service-card.featured a { color: #fff; }
.service-card.featured p { color: #c8d9f0; }
.service-card.featured .service-number { color: rgba(255,255,255,.12); }
.service-card.featured .service-icon { background: var(--orange); color: #fff; }
.popular-label { position: absolute; top: 24px; right: 24px; padding: 7px 10px; border-radius: 99px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.16); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.service-icon { width: 66px; height: 66px; display: grid; place-items: center; color: var(--orange); background: #fff3e9; border-radius: 20px; }
.service-icon svg { width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.service-number { position: absolute; right: 26px; bottom: 12px; color: rgba(8,43,96,.07); font-size: 76px; line-height: 1; font-weight: 900; }
.service-card h3 { margin: 26px 0 12px; color: var(--navy); font-size: 24px; }
.service-card p { margin: 0 0 24px; color: var(--muted); }
.service-card a { position: relative; z-index: 2; color: var(--navy); font-size: 13px; font-weight: 850; }
.service-card a span, .text-link span { color: var(--orange); margin-left: 4px; }

.advantages { color: #fff; background: linear-gradient(130deg, #061c3c 0%, var(--navy) 55%, #12498f 100%); }
.advantages::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(90deg, transparent, #000 65%); }
.advantages-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.advantages h2 { color: #fff; }
.advantages-copy p { color: #bfd0e8; }
.text-link { display: inline-block; margin-top: 24px; color: #fff; font-weight: 850; }
.advantage-list { display: grid; gap: 14px; }
.advantage-item { display: grid; grid-template-columns: 62px 1fr; gap: 22px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.advantage-no { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; color: #fff; background: var(--orange); font-weight: 900; }
.advantage-item h3 { margin: 0 0 5px; font-size: 18px; }
.advantage-item p { margin: 0; color: #bfd0e8; font-size: 14px; }

.process { background: #f7fbff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: process; }
.process-card { position: relative; min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 16px 45px rgba(8,43,96,.06); }
.process-card:not(:last-child)::after { content: "→"; position: absolute; top: 56px; right: -17px; z-index: 2; color: var(--orange); font-size: 24px; font-weight: 900; }
.process-card > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; color: #fff; background: var(--navy); font-weight: 900; }
.process-card h3 { margin: 24px 0 8px; color: var(--navy); font-size: 19px; }
.process-card p { margin: 0; color: var(--muted); font-size: 14px; }

.contact { background: #fff; }
.contact-shell { display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; padding: 58px; border-radius: 34px; color: #fff; background: linear-gradient(140deg, var(--navy-3), var(--navy) 58%, #14549e); box-shadow: var(--shadow); }
.contact h2 { color: #fff; max-width: 650px; }
.contact-copy > p { max-width: 620px; color: #c6d6eb; }
.pic-card { display: inline-grid; grid-template-columns: 70px auto; align-items: center; gap: 18px; margin: 26px 0; padding: 18px 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.08); }
.pic-avatar { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 19px; color: #fff; background: var(--orange); }
.pic-avatar svg { width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 3; }
.pic-details span, .pic-details strong, .pic-details a { display: block; }
.pic-details span { color: #bcd0e8; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.pic-details strong { font-size: 21px; }
.pic-details a { color: #ffad68; font-size: 18px; font-weight: 900; }
.btn-light { color: var(--navy); background: #fff; }
.btn-outline-light { color: #fff; border: 1px solid rgba(255,255,255,.35); }
.qr-card { align-self: stretch; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 26px; text-align: center; border-radius: 26px; background: #fff; color: var(--navy); }
.qr-image-wrap { width: min(100%, 285px); aspect-ratio: 1; display: grid; place-items: center; padding: 12px; margin-bottom: 18px; border-radius: 20px; background: #fff; border: 1px solid var(--line); }
.qr-image-wrap img { width: 100%; height: 100%; object-fit: contain; }
.qr-card strong { font-size: 18px; }
.qr-card p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: inline-flex; align-items: center; gap: 9px; padding: 13px 17px; border-radius: 999px; color: #fff; background: #16a34a; box-shadow: 0 14px 36px rgba(22,163,74,.32); font-size: 13px; font-weight: 850; transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp svg { width: 21px; height: 21px; fill: currentColor; }

.site-footer { padding: 70px 0 24px; color: #c4d3e7; background: #05172f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 48px; }
.footer-brand img { width: 100px; margin-bottom: 16px; background: #fff; border-radius: 12px; }
.footer-brand p { max-width: 320px; margin: 0; }
.site-footer h3 { margin: 0 0 16px; color: #fff; font-size: 15px; }
.site-footer a { display: block; margin: 9px 0; font-size: 13px; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .nav-wrap { grid-template-columns: 1fr auto auto; min-height: 80px; }
  .brand-danantara img { width: 155px; }
  .brand-pos img { width: 78px; }
  .menu-toggle { display: block; order: 2; }
  .brand-pos { order: 3; }
  .primary-nav { position: fixed; left: 20px; right: 20px; top: 84px; display: grid; gap: 4px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .25s; }
  .primary-nav.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .primary-nav a { padding: 12px 14px; border-radius: 10px; }
  .primary-nav a:hover { background: var(--sky); }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-stats { justify-content: center; }
  .visual-frame { margin-inline: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2)::after { display: none; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .services-grid { grid-template-columns: 1fr; }
  .service-card.featured { transform: none; }
  .service-card.featured:hover { transform: translateY(-8px); }
  .advantages-grid, .contact-shell { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-card:nth-child(2)::after { display: none; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 26px), var(--container)); }
  .section { padding: 78px 0; }
  .nav-wrap { grid-template-columns: 1fr auto auto; gap: 8px; }
  .brand-danantara img { width: 128px; }
  .brand-pos img { width: 66px; height: 50px; }
  .hero { padding-top: 54px; }
  .hero h1 { font-size: 45px; }
  .hero-lead { font-size: 16px; }
  .hero-actions .btn { width: 100%; }
  .hero-stats { gap: 14px; }
  .hero-stats div { min-width: 0; flex: 1; }
  .hero-stats strong { font-size: 22px; }
  .visual-frame > img { height: 510px; }
  .floating-badge { min-width: 176px; padding: 11px 12px; }
  .badge-top { left: 10px; top: 20px; }
  .badge-bottom { right: 10px; bottom: 20px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 98px; }
  .trust-grid > div:not(:last-child)::after { left: 24px; right: 24px; top: auto; bottom: 0; width: auto; height: 1px; }
  .trust-grid > div:nth-child(2)::after { display: block; }
  .service-card { min-height: auto; padding: 28px; }
  .advantages-grid { gap: 45px; }
  .advantage-item { grid-template-columns: 52px 1fr; gap: 16px; padding: 20px; }
  .advantage-no { width: 48px; height: 48px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card:not(:last-child)::after { content: "↓"; top: auto; bottom: -20px; right: 50%; transform: translateX(50%); }
  .contact-shell { padding: 30px 20px; border-radius: 26px; }
  .pic-card { display: grid; grid-template-columns: 58px 1fr; width: 100%; padding: 15px; }
  .pic-avatar { width: 54px; height: 54px; }
  .contact-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 52px; height: 52px; padding: 0; justify-content: center; }
}

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