@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800&display=swap');

:root {
  --brand: #4682b4;
  --brand-dark: #2f668f;
  --ink: #031628;
  --text: #474545;
  --muted: #6f7b85;
  --paper: #ffffff;
  --soft: #f4f7fa;
  --line: #dbe4eb;
  --footer: #36454f;
  --container: 1180px;
  --shadow: 0 24px 70px rgba(3, 22, 40, 0.12);
}


img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }


.section--soft { background: var(--soft); }
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brand);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 16px;
    
}
.section-label::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.section-title { color: var(--ink);  line-height: 1.08; letter-spacing: -.035em; }
.section-copy { color: var(--muted); font-size: 1.08rem; max-width: 660px; margin-top: 20px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 26px;
  background: var(--brand);
  border: 1px solid var(--brand);
  color: #fff;
  font-weight: 600;
  transition: .25s ease;
}
.btn:hover { background: var(--brand-dark); border-color: var(--brand-dark); transform: translateY(-2px); }
.btn--light { background: #fff; border-color: #fff; color: var(--ink); }
.btn--light:hover { background: #edf4f8; border-color: #edf4f8; }
.btn--outline { background: transparent; border-color: rgba(255,255,255,.55); color: #fff; }
.btn--outline:hover { background: #fff; border-color: #fff; color: var(--ink); }
.arrow { font-size: 1.12rem; transition: transform .25s ease; }
.btn:hover .arrow, .text-link:hover .arrow { transform: translateX(4px); }

/* Header */
.topbar { background: var(--brand); color: #fff; font-size: .88rem; }
.topbar__inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar a { display: inline-flex; align-items: center; gap: 9px; }
.topbar__note { opacity: .92; }
.site-header { position: relative; z-index: 50; background: #fff; box-shadow: 0 1px 0 rgba(3,22,40,.08); }
.site-header__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.logo img { width: 226px; max-height: 60px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 33px; margin-left: auto; }
.nav > a, .nav-location__toggle { color: #1a1a1a; font-weight: 500; background: none; border: 0; cursor: pointer; padding: 30px 0; }
.nav > a:hover, .nav-location__toggle:hover { color: var(--brand); }
.nav-location { position: relative; }
.nav-location__toggle { display: inline-flex; align-items: center; gap: 8px; list-style: none; }
.nav-location__toggle::-webkit-details-marker { display: none; }
.nav-location__toggle::after { content: "⌄"; font-size: 14px; transform: translateY(-2px); }
.nav-location__menu {
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translate(-50%, 12px);
  width: 270px;
  background: #fff;
  padding: 10px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transition: .22s ease;
}
.nav-location:hover .nav-location__menu, .nav-location:focus-within .nav-location__menu, .nav-location[open] .nav-location__menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-location__menu a { display: flex; align-items: center; gap: 12px; padding: 10px 12px; color: var(--ink); font-weight: 500; }
.nav-location__menu a:hover { background: var(--soft); color: var(--brand); }
.nav-location__menu img { width: 24px; height: 16px; object-fit: cover; }
.header-cta { min-height: 48px; padding-inline: 20px; }
.menu-checkbox { position: absolute; opacity: 0; pointer-events: none; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: var(--brand); color: #fff; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; transition: .2s ease; }

/* Country hero */
.country-hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; isolation: isolate; }
.country-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -3; }
.country-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,22,40,.94) 0%, rgba(3,22,40,.77) 45%, rgba(3,22,40,.16) 82%); }
.country-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(3,22,40,.48), transparent 45%); }
.country-hero__content { max-width: 770px; padding: 112px 0 105px; color: #fff; }
.country-hero__tag { display: inline-flex; align-items: center; gap: 12px; font-size: .9rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.country-hero__tag img { width: 30px; height: 20px; object-fit: cover; box-shadow: 0 0 0 4px rgba(255,255,255,.12); }
.country-hero h1 { max-width: 760px; margin-top: 26px; color: #fff; font-size: clamp(3rem, 6.5vw, 5.6rem); line-height: .98; letter-spacing: -.05em; }
.country-hero h1 strong { color: #fff; font-weight: 300; }
.country-hero__lead { max-width: 625px; color: rgba(255,255,255,.83); font-size: 1.18rem; line-height: 1.65; margin-top: 25px; }
.country-hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.country-hero__code { position: absolute; right: -10px; bottom: -86px; color: rgba(255,255,255,.065); font-size: clamp(11rem, 25vw, 25rem); font-weight: 800; line-height: 1; letter-spacing: -.08em; pointer-events: none; }

/* Country navigation */
.country-bar { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; }
.country-bar__inner { display: grid; grid-template-columns: repeat(5, 1fr); }
.country-pill { min-height: 78px; display: flex; align-items: center; justify-content: center; gap: 11px; color: var(--muted); font-weight: 600; border-right: 1px solid var(--line); position: relative; transition: .2s ease; }
.country-pill:first-child { border-left: 1px solid var(--line); }
.country-pill img { width: 25px; height: 17px; object-fit: cover; }
.country-pill:hover { color: var(--brand); background: var(--soft); }
.country-pill.is-active { color: var(--ink); }
.country-pill.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 4px; background: var(--brand); }

/* Overview page */
.hub-hero { min-height: 720px; position: relative; display: grid; align-items: center; isolation: isolate; overflow: hidden; color: #fff; }
.hub-hero__backgrounds, .hub-hero__backgrounds span { position: absolute; inset: 0; z-index: -3; }
.hub-hero__backgrounds span { opacity: 0; background: center / cover no-repeat; transform: scale(1.035); animation: hubFade 25s infinite; }
.hub-hero__backgrounds span:nth-child(2) { animation-delay: 5s; }
.hub-hero__backgrounds span:nth-child(3) { animation-delay: 10s; }
.hub-hero__backgrounds span:nth-child(4) { animation-delay: 15s; }
.hub-hero__backgrounds span:nth-child(5) { animation-delay: 20s; }
@keyframes hubFade { 0%, 16% { opacity: 1; transform: scale(1); } 20%, 96% { opacity: 0; transform: scale(1.035); } 100% { opacity: 1; transform: scale(1); } }
.hub-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,22,40,.96), rgba(3,22,40,.69) 55%, rgba(3,22,40,.32)); }
.hub-hero__content { padding: 96px 0 70px; }
.hub-hero h1 { color: #fff; font-size: clamp(3.2rem, 7vw, 6rem); line-height: .98; letter-spacing: -.055em; max-width: 900px; }
.hub-hero h1 span { font-weight: 300; }
.hub-hero__lead { color: rgba(255,255,255,.84); font-size: 1.15rem; max-width: 650px; margin-top: 24px; }
.hub-locations { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 50px; }
.hub-location { min-height: 148px; padding: 21px 18px; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.09); backdrop-filter: blur(14px); transition: .28s ease; }
.hub-location:hover { transform: translateY(-7px); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.16); }
.hub-location__top { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.hub-location img { width: 29px; height: 19px; object-fit: cover; }
.hub-location h2 { color: #fff; font-size: 1rem; letter-spacing: .06em; text-transform: uppercase; }
.hub-location p { margin-top: 15px; color: rgba(255,255,255,.75); font-size: .78rem; line-height: 1.45; }
.hub-location .arrow { color: rgba(255,255,255,.7); }

/* Content sections */
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.blueprint-panel { position: relative; min-height: 500px; padding: 48px; color: #fff; background-color: var(--brand); background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 34px 34px; overflow: hidden; }
.blueprint-panel::after { content: attr(data-code); position: absolute; right: -16px; bottom: -65px; color: rgba(255,255,255,.09); font-size: 13rem; font-weight: 800; letter-spacing: -.08em; line-height: 1; }
.blueprint-panel__eyebrow { font-size: .82rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.blueprint-panel h3 { max-width: 390px; color: #fff; font-size: 2.25rem; line-height: 1.15; margin-top: 22px; }
.focus-list { list-style: none; margin-top: 48px; position: relative; z-index: 1; }
.focus-list li { display: flex; align-items: center; gap: 13px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.26); color: rgba(255,255,255,.92); }
.focus-list li::before { content: "✓"; display: grid; place-items: center; width: 24px; height: 24px; flex: 0 0 24px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 12px; }
.intro-content .section-copy { font-size: 1.12rem; }
.outcome-list { margin-top: 35px; border-top: 1px solid var(--line); }
.outcome { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.outcome__icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--brand); background: #e9f1f7; }
.outcome__icon svg { width: 22px; height: 22px; }
.outcome h4 { color: var(--ink); font-size: 1.06rem; }
.outcome p { color: var(--muted); font-size: .95rem; margin-top: 3px; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 45px; margin-bottom: 50px; }
.section-head .section-copy { margin-bottom: 5px; }
.sector-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sector-grid--five { grid-template-columns: repeat(5, 1fr); }
.sector-card { min-height: 280px; padding: 30px; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .25s ease; }
.sector-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; position: relative; z-index: 2; }
.sector-card__number { color: var(--brand); font-size: .83rem; font-weight: 700; letter-spacing: .12em; }
.sector-card h3 { color: var(--ink); font-size: 1.45rem; line-height: 1.25; margin-top: 68px; }
.sector-card p { color: var(--muted); font-size: .94rem; margin-top: 12px; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 260px; padding: 32px; background: #fff; border: 1px solid var(--line); transition: .25s ease; }
.service-card:hover { border-color: var(--brand); box-shadow: 0 18px 45px rgba(70,130,180,.12); }
.service-card__icon { width: 54px; height: 54px; display: grid; place-items: center; background: var(--brand); color: #fff; }
.service-card__icon svg { width: 25px; height: 25px; }
.service-card h3 { color: var(--ink); font-size: 1.25rem; line-height: 1.3; margin-top: 27px; }
.service-card p { color: var(--muted); font-size: .94rem; margin-top: 12px; }

.process { background: var(--ink); color: #fff; overflow: hidden; position: relative; }
.process::after { content: ""; position: absolute; width: 470px; height: 470px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; right: -160px; top: -240px; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.process .section-label { color: #8fbee4; }
.process .section-title { color: #fff; max-width: 720px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; position: relative; z-index: 1; }
.process-step { position: relative; padding: 34px 38px 20px 0; border-top: 1px solid rgba(255,255,255,.22); }
.process-step:not(:last-child)::after { content: ""; position: absolute; top: -4px; right: 28px; width: 7px; height: 7px; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg); }
.process-step__number { color: #8fbee4; font-size: .82rem; font-weight: 700; letter-spacing: .13em; }
.process-step h3 { color: #fff; font-size: 1.28rem; margin-top: 27px; }
.process-step p { color: rgba(255,255,255,.62); font-size: .93rem; margin-top: 9px; max-width: 230px; }

.office-card { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 420px; background: var(--brand); color: #fff; overflow: hidden; }
.office-card__flag { display: grid; place-items: center; background: var(--brand-dark); position: relative; overflow: hidden; }
.office-card__flag::before { content: attr(data-code); color: rgba(255,255,255,.09); font-size: 12rem; font-weight: 800; line-height: 1; position: absolute; }
.office-card__flag img { width: 86px; height: auto; position: relative; z-index: 1; box-shadow: 0 14px 30px rgba(0,0,0,.2); }
.office-card__content { padding: 65px; display: flex; flex-direction: column; justify-content: center; }
.office-card__content .section-label { color: #fff; }
.office-card h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.08; }
.office-card address { font-style: normal; color: rgba(255,255,255,.8); font-size: 1.05rem; margin-top: 20px; max-width: 520px; }
.office-card__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

/* Footer */
.footer { background: var(--footer); color: #fff; }
.footer__main { padding: 70px 0 55px; display: grid; grid-template-columns: 1.05fr .7fr 1.25fr 1fr; gap: 52px; }
.footer__logo { width: 190px; max-height: 105px; object-fit: contain; object-position: left center; }
.footer__intro { color: rgba(255,255,255,.66); font-size: .92rem; margin-top: 18px; max-width: 250px; }
.footer h3 { color: #fff; font-size: 1.2rem; margin-bottom: 20px; }
.footer ul { list-style: none; }
.footer li + li { margin-top: 8px; }
.footer a { color: rgba(255,255,255,.75); font-size: .93rem; }
.footer a:hover { color: #fff; }
.footer address { color: rgba(255,255,255,.74); font-style: normal; font-size: .93rem; }
.footer__bottom { min-height: 70px; border-top: 1px solid rgba(255,255,255,.17); display: flex; justify-content: space-between; align-items: center; gap: 25px; font-size: .84rem; color: rgba(255,255,255,.66); }
.footer__bottom-links { display: flex; gap: 18px; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .nav { gap: 22px; }
  .header-cta { display: none; }
  .hub-locations { grid-template-columns: repeat(3, 1fr); }
  .intro-grid { gap: 50px; }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .sector-grid--five { grid-template-columns: repeat(2, 1fr); }
  .footer__main { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 840px) {
  .topbar__note { display: none; }
  .topbar__inner { justify-content: flex-end; }
  .site-header__inner { min-height: 76px; }
  .logo img { width: 190px; }
  .menu-toggle { display: block; }
  .nav { position: fixed; inset: 112px 0 0; background: #fff; padding: 22px 28px 40px; display: block; transform: translateX(100%); transition: .28s ease; overflow-y: auto; }
  .menu-checkbox:checked ~ .nav { transform: translateX(0); }
  .nav > a, .nav-location__toggle { width: 100%; display: flex; padding: 14px 0; border-bottom: 1px solid var(--line); text-align: left; }
  .nav-location__menu { position: static; width: 100%; padding: 7px 0 8px 16px; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-location:hover .nav-location__menu, .nav-location:focus-within .nav-location__menu, .nav-location[open] .nav-location__menu { transform: none; }
  .country-hero { min-height: 625px; }
  .country-hero__content { padding: 90px 0; }
  .country-bar { position: static; overflow-x: auto; }
  .country-bar__inner { width: 780px; }
  .country-pill { min-height: 68px; }
  .hub-hero { min-height: auto; }
  .hub-locations { grid-template-columns: repeat(2, 1fr); }
  .intro-grid { grid-template-columns: 1fr; }
  .blueprint-panel { min-height: 430px; order: 2; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .office-card { grid-template-columns: 1fr; }
  .office-card__flag { min-height: 220px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .topbar { display: none; }
  .nav { inset: 76px 0 0; }
  .country-hero { min-height: 650px; }
  .country-hero::before { background: linear-gradient(90deg, rgba(3,22,40,.95), rgba(3,22,40,.58)); }
  .country-hero h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .country-hero__lead { font-size: 1.03rem; }
  .country-hero__actions, .office-card__actions { flex-direction: column; align-items: stretch; }
  .hub-hero__content { padding: 76px 0 50px; }
  .hub-hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hub-locations { grid-template-columns: 1fr; margin-top: 40px; }
  .hub-location { min-height: 130px; }
  .blueprint-panel { padding: 34px 28px; }
  .blueprint-panel h3 { font-size: 1.8rem; }
  .section-head { display: block; }
  .sector-grid, .sector-grid--five, .services-grid, .process-grid { grid-template-columns: 1fr; }
  .sector-card { min-height: 235px; }
  .sector-card h3 { margin-top: 45px; }
  .process-step:not(:last-child)::after { display: none; }
  .office-card__content { padding: 42px 28px; }
  .footer__main { grid-template-columns: 1fr; gap: 35px; }
  .footer__bottom { padding: 22px 0; display: block; }
  .footer__bottom-links { margin-top: 10px; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .hub-hero__backgrounds span { animation: none; }
  .hub-hero__backgrounds span:first-child { opacity: 1; }
}

/* =========================================================
   PREMIUM UAE ONE-PAGE SAMPLE — PURE HTML/CSS
========================================================= */
.premium-hero {
  min-height: 760px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
padding: 40px;
}
.premium-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -3; }
.premium-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,22,40,.97) 0%, rgba(3,22,40,.9) 37%, rgba(3,22,40,.44) 72%, rgba(3,22,40,.22) 100%); }
.premium-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(3,22,40,.58), transparent 45%); }
.premium-hero__content { width: min(760px, 68%); padding: 120px 0 105px; }
.premium-kicker { display: inline-flex; align-items: center; gap: 13px; color: #fff; font-size: .86rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.premium-kicker img { width: 32px; height: 21px; object-fit: cover; }
.premium-hero h1 { margin-top: 28px; color: #fff; font-size: clamp(3.7rem, 7vw, 6.7rem); line-height: .92; letter-spacing: -.055em; max-width: 820px; }
.premium-hero h1 span { display: block; color: #9cc9ed; font-weight: 300; }
.premium-hero__lead { max-width: 650px; margin-top: 30px; color: rgba(255,255,255,.8); font-size: 1.17rem; line-height: 1.7; }
.premium-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.premium-hero__note { position: absolute; right: max(20px, calc((100vw - var(--container))/2)); bottom: 0; width: 350px; padding: 29px 32px; background: var(--brand); color: #fff; }
.premium-hero__note span { display: block; font-size: .76rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; opacity: .8; }
.premium-hero__note strong { display: block; margin-top: 7px; font-size: 1.22rem; line-height: 1.35; }

.premium-strip { background: #fff; border-bottom: 1px solid var(--line); }
.premium-strip__inner { min-height: 104px; display: grid; grid-template-columns: 1.1fr repeat(4, 1fr); align-items: center; }
.premium-strip__title { color: var(--ink); font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.premium-strip__item { height: 100%; display: flex; align-items: center; justify-content: center; gap: 11px; color: var(--ink); font-weight: 600; border-left: 1px solid var(--line); }
.premium-strip__item i { width: 8px; height: 8px; border: 2px solid var(--brand); border-radius: 50%; }

.premium-about { display: grid; grid-template-columns: 1fr 1fr; gap: 86px; align-items: center; }
.premium-about__visual { position: relative; padding: 0 42px 42px 0; }
.premium-about__visual::before { content: ""; position: absolute; right: 0; bottom: 0; width: 74%; height: 74%; background: #eaf2f8; z-index: -1; }
.premium-about__visual img { width: 100%; height: 610px; object-fit: cover; box-shadow: var(--shadow); }
.premium-about__badge { position: absolute; left: -32px; bottom: 0; width: 225px; padding: 27px; background: var(--brand); color: #fff; }
.premium-about__badge small { display: block; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .78; }
.premium-about__badge strong { display: block; margin-top: 8px; font-size: 1.35rem; line-height: 1.25; }
.premium-about__copy .section-title { max-width: 580px; }
.premium-about__copy > p { color: var(--muted); font-size: 1.06rem; margin-top: 21px; }
.premium-action-space { margin-top: 35px; }
.premium-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; margin-top: 33px; }
.premium-check { display: flex; align-items: flex-start; gap: 11px; color: var(--ink); font-weight: 600; }
.premium-check::before { content: "✓"; display: grid; place-items: center; width: 23px; height: 23px; flex: 0 0 23px; margin-top: 2px; background: var(--brand); color: #fff; font-size: 11px; border-radius: 50%; }

.premium-services { background: var(--soft); }
.premium-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.premium-service { position: relative; min-height: 315px; padding: 36px 33px; background: #fff; border: 1px solid var(--line); overflow: hidden; transition: .25s ease; }
.premium-service::after { content: attr(data-number); position: absolute; right: -8px; bottom: -35px; color: rgba(70,130,180,.075); font-size: 8rem; font-weight: 800; line-height: 1; }
.premium-service:hover { transform: translateY(-7px); border-color: transparent; box-shadow: var(--shadow); }
.premium-service__icon { width: 58px; height: 58px; display: grid; place-items: center; background: #e8f1f8; color: var(--brand); }
.premium-service__icon svg { width: 27px; height: 27px; }
.premium-service h3 { color: var(--ink); font-size: 1.3rem; line-height: 1.3; margin-top: 29px; max-width: 250px; }
.premium-service p { position: relative; z-index: 1; color: var(--muted); font-size: .94rem; margin-top: 13px; max-width: 290px; }
.premium-service__link { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; color: var(--brand); font-weight: 700; font-size: .88rem; }

.premium-visuals { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.premium-visual { min-height: 565px; position: relative; overflow: hidden; display: flex; align-items: flex-end; color: #fff; }
.premium-visual--small { min-height: 565px; }
.premium-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.premium-visual:hover img { transform: scale(1.035); }
.premium-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,22,40,.92), rgba(3,22,40,.06) 70%); }
.premium-visual__content { position: relative; z-index: 1; padding: 38px; }
.premium-visual__content span { font-size: .76rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: #9cc9ed; }
.premium-visual__content h3 { color: #fff; font-size: 2rem; line-height: 1.15; margin-top: 10px; }
.premium-visual__content p { max-width: 560px; color: rgba(255,255,255,.72); margin-top: 11px; }

.premium-framework { background-color: var(--ink); background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 40px 40px; color: #fff; }
.premium-framework .section-label { color: #9cc9ed; }
.premium-framework .section-title { color: #fff; max-width: 760px; }
.premium-framework__head { display: flex; align-items: end; justify-content: space-between; gap: 45px; }
.premium-framework__head p { max-width: 490px; color: rgba(255,255,255,.62); }
.premium-timeline { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 65px; }
.premium-step { padding: 0 26px 0 0; position: relative; }
.premium-step::before { content: ""; position: absolute; left: 0; right: 0; top: 14px; height: 1px; background: rgba(255,255,255,.24); }
.premium-step:not(:last-child)::after { content: ""; position: absolute; right: 24px; top: 10px; width: 8px; height: 8px; border-top: 1px solid #9cc9ed; border-right: 1px solid #9cc9ed; transform: rotate(45deg); }
.premium-step__dot { position: relative; z-index: 1; width: 29px; height: 29px; display: grid; place-items: center; background: var(--brand); border: 6px solid var(--ink); box-shadow: 0 0 0 1px rgba(255,255,255,.32); border-radius: 50%; }
.premium-step small { display: block; margin-top: 28px; color: #9cc9ed; font-size: .75rem; font-weight: 700; letter-spacing: .12em; }
.premium-step h3 { color: #fff; font-size: 1.2rem; margin-top: 8px; }
.premium-step p { color: rgba(255,255,255,.58); font-size: .9rem; margin-top: 8px; }

.premium-delivery { display: grid; grid-template-columns: .92fr 1.08fr; gap: 85px; align-items: center; }
.premium-delivery__image { position: relative; }
.premium-delivery__image img { width: 100%; height: 570px; object-fit: cover; }
.premium-delivery__image::before { content: ""; position: absolute; left: -24px; top: -24px; width: 120px; height: 120px; border-top: 8px solid var(--brand); border-left: 8px solid var(--brand); }
.premium-deliverables { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; margin-top: 32px; }
.premium-deliverables div { padding: 15px 0; border-top: 1px solid var(--line); color: var(--ink); font-weight: 600; }
.premium-deliverables div::before { content: "↗"; color: var(--brand); margin-right: 11px; }
.premium-delivery .premium-action-space { margin-top: 34px; }

.premium-handover { background: var(--soft); }
.premium-handover__card { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 585px; background: #fff; box-shadow: var(--shadow); }
.premium-handover__image { min-height: 585px; width: 100%; height: 100%; object-fit: cover; }
.premium-handover__content { padding: 65px; display: flex; flex-direction: column; justify-content: center; }
.premium-handover__content blockquote { margin-top: 27px; padding-left: 24px; border-left: 3px solid var(--brand); color: var(--ink); font-size: 1.22rem; font-weight: 600; line-height: 1.55; }
.premium-handover__content p { color: var(--muted); margin-top: 24px; }

.premium-sectors { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 50px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.premium-sector { min-height: 245px; padding: 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.premium-sector span { color: var(--brand); font-size: .8rem; font-weight: 700; letter-spacing: .12em; }
.premium-sector h3 { margin-top: 54px; color: var(--ink); font-size: 1.35rem; }
.premium-sector p { margin-top: 10px; color: var(--muted); font-size: .92rem; }

.premium-contact { padding-top: 0; }
.premium-contact__wrap { display: grid; grid-template-columns: 1.22fr .78fr; background: var(--brand); color: #fff; }
.premium-contact__content { padding: 72px; }
.premium-contact__content .section-label { color: #fff; }
.premium-contact__content h2 { color: #fff; font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: 1; letter-spacing: -.045em; max-width: 660px; }
.premium-contact__content p { max-width: 610px; margin-top: 23px; color: rgba(255,255,255,.75); font-size: 1.05rem; }
.premium-contact__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.premium-contact__office { display: flex; flex-direction: column; justify-content: center; padding: 58px; background: var(--brand-dark); }
.premium-contact__office img { width: 54px; height: auto; }
.premium-contact__office small { margin-top: 25px; font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .75; }
.premium-contact__office h3 { color: #fff; font-size: 1.75rem; margin-top: 7px; }
.premium-contact__office address { margin-top: 17px; color: rgba(255,255,255,.74); font-style: normal; }

@media (max-width: 1080px) {
  .premium-about, .premium-delivery { gap: 50px; }
  .premium-service-grid { grid-template-columns: repeat(2, 1fr); }
  .premium-timeline { grid-template-columns: repeat(3, 1fr); gap: 42px 10px; }
  .premium-sectors { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 840px) {
  .premium-hero__content { width: 86%; }
  .premium-hero__note { display: none; }
  .premium-strip__inner { grid-template-columns: repeat(2, 1fr); padding: 20px 0; }
  .premium-strip__title { grid-column: 1 / -1; padding-bottom: 15px; }
  .premium-strip__item { min-height: 48px; justify-content: flex-start; padding-left: 18px; }
  .premium-about, .premium-delivery { grid-template-columns: 1fr; }
  .premium-about__visual img { height: 500px; }
  .premium-visuals { grid-template-columns: 1fr; }
  .premium-visual, .premium-visual--small { min-height: 480px; }
  .premium-framework__head { display: block; }
  .premium-framework__head p { margin-top: 24px; }
  .premium-handover__card { grid-template-columns: 1fr; }
  .premium-handover__image { min-height: 470px; }
  .premium-contact__wrap { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .premium-hero { min-height: 690px; }
  .premium-hero::before { background: linear-gradient(90deg, rgba(3,22,40,.96), rgba(3,22,40,.63)); }
  .premium-hero__content { width: 100%; padding: 90px 0; }
  .premium-hero h1 { font-size: clamp(3.25rem, 16vw, 5rem); }
  .premium-hero__actions { flex-direction: column; }
  .premium-strip__inner { grid-template-columns: 1fr; }
  .premium-strip__title { grid-column: auto; }
  .premium-strip__item { border-left: 0; border-top: 1px solid var(--line); }
  .premium-about__visual { padding: 0 20px 28px 0; }
  .premium-about__visual img { height: 410px; }
  .premium-about__badge { left: 0; width: 195px; }
  .premium-checks, .premium-service-grid, .premium-deliverables, .premium-sectors { grid-template-columns: 1fr; }
  .premium-visual, .premium-visual--small { min-height: 420px; }
  .premium-visual__content { padding: 28px; }
  .premium-visual__content h3 { font-size: 1.55rem; }
  .premium-timeline { grid-template-columns: 1fr; gap: 38px; }
  .premium-step::before, .premium-step::after { display: none; }
  .premium-step__dot { border-color: var(--ink); }
  .premium-step small { margin-top: 14px; }
  .premium-delivery__image img { height: 420px; }
  .premium-handover__image { min-height: 390px; }
  .premium-handover__content, .premium-contact__content, .premium-contact__office { padding: 40px 28px; }
}

