:root {
    --wa-bg: #f3f8ff;
    --wa-surface: #fff;
    --wa-ink: #0d3154;
    --wa-muted: #496983;
    --wa-brand: #0f68cc;
    --wa-brand-dark: #094d9a;
    --wa-line: #d4e5f7;
    --wa-shadow: 0 18px 42px rgba(17,54,92,.11);
    --wa-radius: 20px;
    --wa-container: 1480px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--wa-ink); background: linear-gradient(180deg,#f8fbff,#eef6ff 48%,#f8fbff); font-family: Manrope, "Segoe UI", system-ui, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, h1, h2, h3, p, a, li, span { overflow-wrap: normal; word-break: normal; hyphens: manual; }
a { color: var(--wa-brand); text-decoration: none; }
button { font: inherit; }
.site-container { width: min(calc(100% - clamp(24px,4vw,64px)), var(--wa-container)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 10px 14px; border-radius: 0 0 10px 10px; background: #fff; color: var(--wa-ink); font-weight: 800; }
.skip-link:focus { top: 0; }

.public-header { position: relative; z-index: 20; min-height: 82px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--wa-line); }
.public-nav-row { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 30px; }
.public-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--wa-ink); }
.public-brand:hover { color: var(--wa-ink); }
.public-brand > span:last-child { display: grid; line-height: 1.12; }
.public-brand strong { font-family: Georgia, serif; font-size: 17px; }
.public-brand small { color: #668099; font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.public-brand-mark { position: relative; display: block; width: 45px; height: 45px; border: 1px solid #b8d3ed; border-radius: 50%; }
.public-brand-mark::before, .public-brand-mark::after { content: ""; position: absolute; background: var(--wa-brand); transform-origin: left center; }
.public-brand-mark::before { left: 9px; top: 25px; width: 27px; height: 2px; transform: rotate(-34deg); }
.public-brand-mark::after { left: 12px; top: 17px; width: 23px; height: 2px; transform: rotate(28deg); }
.public-brand-mark i { position: absolute; left: 18px; top: 19px; width: 2px; height: 15px; background: var(--wa-brand); }
.public-navigation { display: flex; align-items: center; gap: clamp(18px,2.5vw,37px); }
.public-navigation a { color: #1b4369; font-size: 13px; font-weight: 750; }
.public-navigation a:hover { color: var(--wa-brand); }
.public-navigation .public-nav-cta { padding: 10px 16px; border-radius: 999px; background: var(--wa-brand); color: #fff; }
.public-navigation .public-nav-cta:hover { background: var(--wa-brand-dark); color: #fff; }
.public-menu-toggle { display: none; border: 0; background: transparent; color: var(--wa-ink); cursor: pointer; }

.public-hero { position: relative; isolation: isolate; display: grid; min-height: clamp(560px,72vh,780px); overflow: hidden; background: radial-gradient(circle at 10% 15%,#8bbde8 0,transparent 34%), linear-gradient(120deg,#123a61 0,#1764a2 54%,#0b365e 100%); }
.public-hero::before { content: ""; position: absolute; inset: 0; z-index: -3; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, transparent, #000 45%, #000); }
.public-hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg,rgba(5,30,56,.78) 8%,rgba(5,42,76,.34) 66%,rgba(5,28,52,.62)); }
.hero-city { position: absolute; inset: auto 0 0; z-index: -2; display: flex; align-items: end; justify-content: space-around; height: 78%; opacity: .34; filter: blur(.2px); }
.hero-city span { position: relative; width: 12%; height: var(--height); background: linear-gradient(90deg,rgba(2,26,51,.7),rgba(128,187,235,.38)); border-top: 2px solid rgba(255,255,255,.2); box-shadow: inset 12px 0 rgba(255,255,255,.04); }
.hero-city span::before { content: ""; position: absolute; inset: 20px 15%; opacity: .38; background: repeating-linear-gradient(to bottom,rgba(219,239,255,.7) 0 3px,transparent 3px 21px); }
.hero-city span:nth-child(1) { --height: 52%; }
.hero-city span:nth-child(2) { --height: 78%; width: 17%; }
.hero-city span:nth-child(3) { --height: 64%; }
.hero-city span:nth-child(4) { --height: 92%; width: 15%; }
.hero-city span:nth-child(5) { --height: 58%; width: 18%; }
.hero-city span:nth-child(6) { --height: 73%; }
.public-hero-content { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-block: clamp(60px,9vw,120px); color: #fff; text-align: center; }
.public-eyebrow { margin: 0 0 10px; color: var(--wa-brand); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.public-hero .public-eyebrow { color: rgba(255,255,255,.82); }
.public-hero h1 { max-width: 980px; margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(43px,7vw,88px); font-weight: 600; line-height: .99; letter-spacing: -.045em; text-wrap: balance; }
.public-hero-subtitle { max-width: 760px; margin: 25px auto 0; color: rgba(255,255,255,.82); font-size: clamp(16px,1.5vw,20px); }
.public-hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 31px; }
.public-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 11px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .17s ease, background .17s ease; }
.public-button:hover { transform: translateY(-2px); }
.public-button.is-primary { background: #1072df; color: #fff; box-shadow: 0 13px 26px rgba(0,45,99,.25); }
.public-button.is-primary:hover { background: #2383ee; color: #fff; }
.public-button.is-secondary { background: #fff; color: #123d66; }
.public-button.is-secondary:hover { color: #123d66; }

.public-section { padding: clamp(70px,8vw,120px) 0; }
.public-about-grid { display: grid; grid-template-columns: minmax(300px,.82fr) minmax(0,1.18fr); gap: clamp(40px,7vw,110px); align-items: center; }
.public-about-visual { position: relative; min-height: 470px; overflow: hidden; border: 1px solid #c7dff7; border-radius: 28px; background: radial-gradient(circle at 20% 20%,#ddebfa,transparent 36%), linear-gradient(145deg,#b9d5ef,#edf6ff); box-shadow: var(--wa-shadow); }
.visual-building { position: absolute; inset: 16% 8% 0; display: flex; align-items: flex-end; gap: 3%; }
.visual-building i { position: relative; flex: 1; height: var(--height); background: linear-gradient(90deg,rgba(13,71,123,.63),rgba(84,144,196,.45)); border-radius: 5px 5px 0 0; }
.visual-building i::after { content: ""; position: absolute; inset: 13px 18%; opacity: .7; background: repeating-linear-gradient(to bottom,#d8ebfc 0 3px,transparent 3px 18px); }
.visual-building i:nth-child(1) { --height: 48%; }.visual-building i:nth-child(2) { --height: 75%; }.visual-building i:nth-child(3) { --height: 61%; }.visual-building i:nth-child(4) { --height: 89%; }.visual-building i:nth-child(5) { --height: 57%; }.visual-building i:nth-child(6) { --height: 70%; }
.visual-note { position: absolute; left: 22px; bottom: 22px; display: grid; padding: 15px 18px; border: 1px solid rgba(255,255,255,.7); border-radius: 14px; background: rgba(255,255,255,.86); box-shadow: 0 12px 25px rgba(16,63,105,.13); backdrop-filter: blur(10px); }
.visual-note strong { font-family: Georgia,serif; font-size: 18px; }
.visual-note span { color: var(--wa-muted); font-size: 10px; }
.public-about-copy h2, .public-section-heading h2, .public-process h2, .public-contact h2 { margin: 0 0 21px; color: var(--wa-ink); font-family: Georgia,"Times New Roman",serif; font-size: clamp(38px,5vw,67px); font-weight: 600; line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
.public-about-copy > p:not(.public-eyebrow) { max-width: 780px; color: var(--wa-muted); font-size: clamp(16px,1.35vw,19px); }
.public-text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 14px; color: var(--wa-ink); font-weight: 800; }
.public-text-link span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--wa-brand); color: #fff; transition: transform .18s ease; }
.public-text-link:hover span { transform: translateX(3px); }

.public-services { background: #fff; }
.public-section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: end; margin-bottom: 42px; }
.public-section-heading h2 { margin-bottom: 0; max-width: 800px; }
.public-section-heading > p { margin: 0 0 6px; color: var(--wa-muted); font-size: 16px; }
.public-service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.public-service-card { position: relative; min-height: 220px; padding: 27px; overflow: hidden; border: 1px solid var(--wa-line); border-top: 4px solid var(--wa-brand); border-radius: var(--wa-radius); background: linear-gradient(180deg,#fff,#f8fbff); box-shadow: 0 13px 28px rgba(17,62,111,.07); transition: transform .18s ease, box-shadow .18s ease; }
.public-service-card:hover { transform: translateY(-4px); box-shadow: var(--wa-shadow); }
.public-service-card > span { position: absolute; right: 20px; top: 13px; color: #d7e7f7; font-family: Georgia,serif; font-size: 42px; font-weight: 700; }
.public-service-card h3 { position: relative; margin: 55px 0 11px; font-family: Georgia,serif; font-size: 25px; }
.public-service-card p { position: relative; margin: 0; color: var(--wa-muted); }

.public-process { padding: clamp(65px,7vw,100px) 0; background: linear-gradient(120deg,#0a3764,#0d66bd); color: #fff; }
.public-process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(35px,7vw,100px); align-items: center; }
.public-process .public-eyebrow { color: #8fc8ff; }
.public-process h2 { color: #fff; }
.public-process p { color: rgba(255,255,255,.7); }
.public-process ol { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.public-process li { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; padding: 17px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(255,255,255,.06); }
.public-process li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: rgba(255,255,255,.11); font-family: Georgia,serif; font-size: 20px; }
.public-process li div { display: grid; }
.public-process li strong { font-family: Georgia,serif; font-size: 19px; }
.public-process li small { color: rgba(255,255,255,.62); }

.public-contact-card { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; padding: clamp(34px,5vw,72px); overflow: hidden; border: 1px solid var(--wa-line); border-radius: 30px; background: linear-gradient(140deg,#fff,#eaf4ff); box-shadow: var(--wa-shadow); }
.public-contact-card::after { content: ""; position: absolute; right: -100px; top: -130px; width: 330px; height: 330px; border-radius: 50%; background: rgba(77,157,236,.11); }
.public-contact-card > div { position: relative; z-index: 1; }
.public-contact h2 { font-size: clamp(38px,4.8vw,63px); }
.public-contact p { max-width: 700px; color: var(--wa-muted); font-size: 17px; }
.public-contact-actions { display: grid; gap: 12px; }
.public-contact-actions a { display: grid; padding: 18px 20px; border: 1px solid var(--wa-line); border-radius: 15px; background: #fff; color: var(--wa-ink); box-shadow: 0 10px 20px rgba(17,62,111,.06); }
.public-contact-actions a:hover { border-color: #96c2ed; }
.public-contact-actions small { color: var(--wa-muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.public-contact-actions strong { font-size: 16px; }

.public-footer { padding: 55px 0 18px; background: #082f59; color: #e0ebf7; }
.public-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(2,.75fr); gap: 40px; }
.public-brand.is-footer { color: #fff; }
.public-brand.is-footer small { color: rgba(255,255,255,.5); }
.public-footer-grid > div { display: grid; align-content: start; justify-items: start; }
.public-footer-grid p { max-width: 440px; color: rgba(231,240,247,.68); }
.public-footer-grid h2 { margin: 5px 0 13px; color: #fff; font-family: Georgia,serif; font-size: 19px; }
.public-footer-grid a:not(.public-brand) { margin-bottom: 7px; color: rgba(231,240,247,.78); }
.public-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; margin-top: 36px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(231,240,247,.48); font-size: 11px; }
.public-footer-bottom a { color: rgba(231,240,247,.62); }
.public-unpublished { display: grid; min-height: 62vh; padding: 90px 0; place-items: center; background: linear-gradient(145deg,#eef6ff,#f8fbff); }
.public-unpublished-card { max-width: 780px; padding: 64px; border: 1px solid rgba(12,52,83,.08); border-radius: 32px; background: #fff; box-shadow: 0 24px 70px rgba(7,45,83,.1); text-align: center; }
.public-unpublished-card h1 { margin: 12px 0 18px; color: #08345e; font-family: Georgia,serif; font-size: clamp(40px,6vw,72px); line-height: 1.03; }
.public-unpublished-card p { max-width: 620px; margin: 0 auto 28px; color: #52677b; font-size: 18px; line-height: 1.7; }

@media (max-width: 960px) {
    .public-menu-toggle { display: grid; grid-template-columns: 22px auto; align-items: center; gap: 2px 8px; }
    .public-menu-toggle span { grid-column: 1; display: block; width: 22px; height: 2px; background: var(--wa-ink); }
    .public-menu-toggle b { grid-column: 2; grid-row: 1 / 4; font-size: 11px; }
    .public-navigation { position: absolute; inset: 82px 0 auto; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 14px clamp(24px,4vw,64px) 20px; border-bottom: 1px solid var(--wa-line); background: #fff; box-shadow: 0 18px 30px rgba(17,54,92,.11); }
    .public-navigation.is-open { display: flex; }
    .public-navigation a { padding: 11px 0; }
    .public-navigation .public-nav-cta { margin-top: 6px; padding: 11px 15px; text-align: center; }
    .public-about-grid, .public-section-heading, .public-process-grid, .public-contact-card { grid-template-columns: 1fr; }
    .public-about-visual { min-height: 390px; }
    .public-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .public-section-heading { gap: 15px; }
    .public-footer-grid { grid-template-columns: 1fr 1fr; }
    .public-footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
    .public-header, .public-nav-row { min-height: 70px; }
    .public-navigation { inset-block-start: 70px; }
    .public-brand-mark { width: 39px; height: 39px; }
    .public-brand strong { font-size: 15px; }
    .public-hero { min-height: 610px; }
    .public-hero h1 { font-size: clamp(40px,12vw,58px); }
    .public-hero-actions { align-items: stretch; flex-direction: column; width: min(100%,330px); }
    .public-about-visual { min-height: 320px; }
    .public-service-grid { grid-template-columns: 1fr; }
    .public-service-card { min-height: 190px; }
    .public-contact-card { padding: 27px 20px; border-radius: 21px; }
    .public-contact-actions strong { font-size: 13px; }
    .public-footer-grid { grid-template-columns: 1fr; }
    .public-footer-grid > div:first-child { grid-column: auto; }
    .public-footer-bottom { align-items: flex-start; flex-direction: column; }
    .public-unpublished { padding: 48px 0; }
    .public-unpublished-card { padding: 42px 24px; border-radius: 24px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
