:root {
  --ink: #08171c;
  --deep: #071d25;
  --deep-2: #0b2932;
  --gold: #ffbd17;
  --gold-soft: #ffd45f;
  --aqua: #00b5c8;
  --mist: #eef5f5;
  --line: #d9e3e3;
  --muted: #627176;
  --white: #fff;
  --shell: min(1180px, calc(100% - 48px));
  --radius: 20px;
  --shadow: 0 24px 70px rgba(5, 27, 35, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }

.site-header { position: fixed; z-index: 30; inset: 0 0 auto; transition: background .25s, box-shadow .25s; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(8,23,28,.08); backdrop-filter: blur(16px); }
.site-header.scrolled { background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 1px 0 rgba(8,23,28,.08); backdrop-filter: blur(16px); }
.header-inner { height: 86px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; width: 212px; }
.brand-image { display: block; width: 100%; height: auto; max-height: 64px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { font-size: 13px; font-weight: 600; opacity: .84; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; inset: auto 100% -8px 0; background: var(--gold); transition: right .2s; }
.desktop-nav a:hover::after { right: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 22px; border: 0; border-radius: 7px; font-weight: 700; font-size: 14px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #111; box-shadow: 0 10px 28px rgba(255,189,23,.22); }
.button-gold:hover { background: #ffca3f; box-shadow: 0 14px 34px rgba(255,189,23,.3); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 12px; }
.button-ghost { border: 1px solid rgba(255,255,255,.6); color: #fff; background: rgba(5,20,27,.14); backdrop-filter: blur(6px); }
.button-dark { background: var(--deep); color: #fff; }
.button-wide { width: 100%; }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: 820px; position: relative; display: grid; align-items: center; color: #fff; overflow: hidden; padding: 154px 0 164px; background: var(--deep); }
.hero-photo { position: absolute; inset: 0; background-image: url("https://images.unsplash.com/photo-1514282401047-d79a71a590e8?auto=format&fit=crop&w=2200&q=88"); background-size: cover; background-position: center 44%; transform: scale(1.015); animation: heroIn 1.4s ease both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,20,27,.89) 0%, rgba(4,22,29,.65) 41%, rgba(4,22,29,.1) 76%), linear-gradient(0deg, rgba(4,18,24,.74) 0%, transparent 35%); }
.hero-content { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) 380px; align-items: end; gap: 90px; }
.hero-copy { max-width: 700px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font: 700 11px/1 "Manrope", sans-serif; letter-spacing: 1.55px; }
.eyebrow span { display: inline-block; width: 26px; height: 4px; background: var(--gold); }
.eyebrow.dark { color: #31464d; }
.hero h1 { margin: 24px 0 20px; max-width: 790px; font: 800 clamp(50px, 6.1vw, 86px)/.98 "Manrope", sans-serif; letter-spacing: -4.8px; text-wrap: balance; }
.hero-lead { max-width: 630px; margin: 0; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.55; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-card { padding: 30px; background: rgba(6,30,39,.78); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(15px); border-radius: var(--radius); box-shadow: 0 24px 70px rgba(0,0,0,.18); }
.status { display: flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .7px; text-transform: uppercase; color: #cce4e7; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: #65e7c5; box-shadow: 0 0 0 5px rgba(101,231,197,.12); }
.hero-card h2 { margin: 22px 0 12px; font: 700 29px/1.16 "Manrope", sans-serif; letter-spacing: -1px; }
.hero-card p { margin: 0; color: #bad0d5; font-size: 14px; line-height: 1.65; }
.hero-card-foot { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: #fff; font-size: 11px; }
.hero-card-foot span:last-child { text-align: right; }
.hero-card-foot strong { color: var(--gold); font-size: 18px; }
.hero-proof { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; color: var(--ink); border-radius: 14px 14px 0 0; box-shadow: var(--shadow); }
.hero-proof article { padding: 25px 28px; border-right: 1px solid var(--line); }
.hero-proof article:last-child { border: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font: 700 15px/1.25 "Manrope", sans-serif; }
.hero-proof span { margin-top: 6px; font-size: 12px; color: var(--muted); }

.section { padding-top: 112px; padding-bottom: 112px; }
.section-heading { display: grid; grid-template-columns: 1fr .78fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.section-heading h2 { margin: 14px 0 0; max-width: 610px; font: 750 clamp(36px, 4vw, 55px)/1.03 "Manrope", sans-serif; letter-spacing: -2.7px; }
.section-heading > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.opportunity-layout { display: grid; grid-template-columns: .95fr 1.25fr; gap: 24px; }
.category-list { display: grid; gap: 10px; }
.category { width: 100%; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 18px; text-align: left; padding: 19px 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); cursor: pointer; transition: border .2s, background .2s, transform .2s, box-shadow .2s; }
.category:hover { transform: translateX(4px); border-color: #96aaae; }
.category.active { background: var(--deep); color: #fff; border-color: var(--deep); box-shadow: 0 14px 34px rgba(7,29,37,.16); }
.category-number { color: #829095; font: 700 12px/1 "Manrope", sans-serif; }
.category.active .category-number { color: var(--gold); }
.category strong, .category small { display: block; }
.category strong { font: 700 18px/1.25 "Manrope", sans-serif; }
.category small { margin-top: 5px; color: #728085; font-size: 12px; line-height: 1.45; }
.category.active small { color: #afc2c7; }
.category i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-style: normal; }
.opportunity-detail { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; min-height: 474px; border-radius: var(--radius); background: var(--mist); }
.detail-visual { position: relative; min-height: 360px; overflow: hidden; background: radial-gradient(circle at 65% 26%, rgba(255,255,255,.28), transparent 2%), linear-gradient(145deg, #6de1e3, #078ca4 48%, #043b50); }
.detail-visual::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 16px 16px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.detail-label { position: absolute; z-index: 2; top: 24px; left: 24px; padding: 8px 11px; background: rgba(3,29,39,.7); color: #fff; border-radius: 5px; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }
.atoll { position: absolute; border: 10px solid #d8f0c0; border-radius: 50%; box-shadow: inset 0 0 0 7px rgba(255,255,255,.75), 0 8px 15px rgba(0,49,62,.22); transform: rotate(-18deg); }
.atoll::after { content: ""; position: absolute; inset: -16px; border: 1px solid rgba(255,255,255,.34); border-radius: inherit; }
.atoll-one { width: 142px; height: 62px; right: 40px; top: 105px; }
.atoll-two { width: 92px; height: 42px; left: 43px; top: 215px; transform: rotate(28deg); }
.atoll-three { width: 72px; height: 31px; right: 70px; bottom: 65px; transform: rotate(10deg); }
.map-label { position: absolute; left: 24px; bottom: 24px; color: rgba(255,255,255,.82); font-size: 10px; letter-spacing: 1.4px; }
.map-label b { font-size: 8px; opacity: .6; }
.detail-body { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.kicker { margin: 0 0 10px; color: #738388; font-size: 10px; letter-spacing: 1.2px; font-weight: 700; }
.detail-body h3 { margin: 0; font: 750 34px/1.15 "Manrope", sans-serif; letter-spacing: -1.7px; }
.detail-body > p:not(.kicker) { margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; padding: 22px 0; border-block: 1px solid #cad7d7; }
.detail-grid span, .detail-grid strong { display: block; }
.detail-grid span { color: #718187; font-size: 10px; text-transform: uppercase; letter-spacing: .7px; }
.detail-grid strong { margin-top: 6px; font-size: 13px; }
.text-link { align-self: flex-start; margin-top: 24px; padding: 0; border: 0; background: none; color: var(--ink); font-weight: 700; font-size: 13px; cursor: pointer; border-bottom: 1px solid var(--ink); }
.text-link span { margin-left: 7px; }

.inquiry-section { color: #fff; background: var(--deep); padding: 110px 0 70px; position: relative; overflow: hidden; }
.inquiry-section::before { content: ""; position: absolute; width: 900px; height: 900px; right: -450px; top: 100px; border-radius: 50%; background: radial-gradient(circle, rgba(0,181,200,.12), transparent 68%); pointer-events: none; }
.section-heading.light > p { color: #9eb5bb; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 8px; }
.process-grid article { position: relative; padding: 28px 30px 70px 0; border-top: 1px solid rgba(255,255,255,.22); }
.process-grid article:not(:last-child)::after { content: ""; position: absolute; top: -4px; right: 12px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.process-grid b { color: var(--gold); font: 700 12px/1 "Manrope", sans-serif; }
.process-grid h3 { margin: 22px 0 10px; font: 700 18px/1.25 "Manrope", sans-serif; }
.process-grid p { margin: 0; max-width: 230px; color: #9fb2b8; font-size: 13px; line-height: 1.55; }
.inquiry-panel { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 74px; padding: clamp(30px, 5vw, 62px); color: var(--ink); background: #fff; border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.inquiry-intro h2 { margin: 16px 0; font: 750 clamp(35px, 4vw, 50px)/1.03 "Manrope", sans-serif; letter-spacing: -2.6px; }
.inquiry-intro > p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-points { display: grid; gap: 18px; margin-top: 34px; }
.service-points > div { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; }
.service-points > div > span { width: 28px; height: 28px; display: grid; place-items: center; background: #fff2c6; color: #9a6a00; border-radius: 50%; font-size: 12px; font-weight: 800; }
.service-points p, .service-points strong, .service-points small { display: block; margin: 0; }
.service-points strong { font-size: 13px; }
.service-points small { margin-top: 4px; color: var(--muted); line-height: 1.4; }
.contact-note { margin-top: 34px!important; }
.contact-note a { color: var(--ink); font-weight: 700; border-bottom: 1px solid currentColor; }
.inquiry-form { padding: 34px; background: #f5f8f8; border: 1px solid #e2eaea; border-radius: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.inquiry-form label:not(.consent) { display: grid; gap: 7px; margin-bottom: 14px; color: #30454c; font-size: 11px; font-weight: 700; letter-spacing: .2px; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 1px solid #ccd8d9; border-radius: 7px; background: #fff; color: var(--ink); padding: 13px 14px; font-size: 13px; outline: none; transition: border .2s, box-shadow .2s; }
.inquiry-form input, .inquiry-form select { height: 48px; }
.inquiry-form textarea { resize: vertical; min-height: 108px; line-height: 1.5; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: #499ca5; box-shadow: 0 0 0 3px rgba(0,181,200,.12); }
.consent { display: grid; grid-template-columns: 17px 1fr; gap: 9px; align-items: start; margin: 5px 0 18px; color: #617177; font-size: 10px; line-height: 1.45; }
.consent input { width: 15px; height: 15px; margin: 1px 0 0; accent-color: var(--deep); }
.form-safe { margin: 12px 0 0; text-align: center; color: #75868b; font-size: 10px; }
.form-safe span { color: #2ab893; }

footer { background: #fff; }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 50px; padding-block: 48px 32px; }
.footer-brand { color: var(--ink); }
.footer-brand { width: 238px; }
.footer-main > p { margin: 0; max-width: 420px; color: var(--muted); font-size: 13px; }
.footer-main > a:last-child { font-weight: 700; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 18px 28px; border-top: 1px solid var(--line); color: #7d8a8d; font-size: 10px; }

.request-dialog { width: min(680px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 38px; border: 0; border-radius: 20px; color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.request-dialog::backdrop { background: rgba(4,20,26,.72); backdrop-filter: blur(5px); }
.request-dialog h2 { margin: 15px 0 10px; font: 750 36px/1.1 "Manrope", sans-serif; letter-spacing: -1.8px; }
.request-dialog > p { color: var(--muted); line-height: 1.6; font-size: 13px; }
.request-dialog pre { max-height: 330px; overflow: auto; margin: 22px 0; padding: 18px; white-space: pre-wrap; background: #f4f7f7; border: 1px solid var(--line); border-radius: 10px; font: 12px/1.65 "DM Sans", sans-serif; }
.dialog-close { position: absolute; top: 14px; right: 17px; border: 0; background: none; font-size: 25px; cursor: pointer; }
.dialog-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.copy-status { display: block; min-height: 18px; margin-top: 10px; color: #168066; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }.delay-2 { transition-delay: .16s; }.delay-3 { transition-delay: .24s; }
@keyframes heroIn { from { opacity: .2; transform: scale(1.07); } to { opacity: 1; transform: scale(1.015); } }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 36px, 900px); }
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero { min-height: 850px; }
  .hero-content { grid-template-columns: 1fr .62fr; gap: 30px; }
  .hero h1 { font-size: 61px; }
  .hero-card { padding: 24px; }
  .opportunity-layout { grid-template-columns: .8fr 1.2fr; }
  .opportunity-detail { grid-template-columns: 1fr; }
  .detail-visual { min-height: 230px; }
  .atoll-one { top: 68px; }.atoll-two { top: 142px; }.atoll-three { bottom: 30px; }
  .inquiry-panel { grid-template-columns: 1fr 1.25fr; gap: 35px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 28px); }
  .header-inner { height: 72px; }
  .brand { width: 178px; }
  .brand-image { max-height: 54px; }
  .header-cta { display: none; }
  .menu-toggle { display: grid; gap: 5px; margin-left: auto; width: 42px; height: 42px; place-content: center; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; }
  .menu-toggle span { display: block; width: 17px; height: 1.5px; background: currentColor; }
  .mobile-menu { position: absolute; top: 72px; left: 14px; right: 14px; display: grid; background: #fff; color: var(--ink); padding: 12px; border-radius: 12px; box-shadow: var(--shadow); opacity: 0; transform: translateY(-8px); pointer-events: none; transition: .2s; }
  .mobile-menu.open { opacity: 1; transform: none; pointer-events: auto; }
  .mobile-menu a { padding: 13px 12px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 600; }
  .mobile-menu a:last-child { border: 0; background: var(--gold); border-radius: 7px; margin-top: 5px; }
  .hero { display: block; min-height: auto; padding: 130px 0 0; }
  .hero-photo { background-position: 61% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(4,20,27,.63), rgba(4,20,27,.94) 68%, #071d25); }
  .hero-content { grid-template-columns: 1fr; gap: 34px; }
  .hero h1 { font-size: clamp(43px, 13vw, 62px); letter-spacing: -3.5px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-card { margin-bottom: 28px; }
  .hero-proof { position: relative; left: auto; transform: none; width: 100%; grid-template-columns: 1fr 1fr; border-radius: 0; }
  .hero-proof article { padding: 19px 14px; border-bottom: 1px solid var(--line); }
  .hero-proof article:nth-child(2) { border-right: 0; }
  .section { padding-block: 76px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
  .section-heading h2 { font-size: 40px; letter-spacing: -2.2px; }
  .opportunity-layout { grid-template-columns: 1fr; }
  .category { grid-template-columns: 34px 1fr auto; gap: 10px; }
  .category small { display: none; }
  .opportunity-detail { min-height: 0; }
  .detail-body { padding: 30px 24px; }
  .detail-grid { grid-template-columns: 1fr; }
  .inquiry-section { padding-top: 78px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article { padding: 24px 16px 42px 0; }
  .process-grid article:nth-child(2)::after { display: none; }
  .inquiry-panel { grid-template-columns: 1fr; gap: 35px; padding: 28px 20px; }
  .inquiry-form { padding: 22px 16px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 20px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

@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; }
}
