:root {
  --iz-navy: #06182b;
  --iz-navy-2: #0a2138;
  --iz-ink: #102033;
  --iz-muted: #607080;
  --iz-ivory: #f7f4ee;
  --iz-white: #fff;
  --iz-gold: #c8973e;
  --iz-gold-light: #e4bf76;
  --iz-line: rgba(15, 34, 54, 0.12);
  --iz-radius: 26px;
  --iz-shadow: 0 22px 60px rgba(3, 21, 38, 0.12);
  --iz-font: "Manrope", "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--iz-ivory); color: var(--iz-ink); font-family: var(--iz-font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--iz-ink); letter-spacing: -0.035em; line-height: 1.08; }
h1 { font-size: clamp(2.8rem, 5.5vw, 5.3rem); font-weight: 700; }
h2 { font-size: clamp(2rem, 3.6vw, 3.8rem); font-weight: 700; }
h3 { font-size: 1.18rem; font-weight: 700; }
p { color: var(--iz-muted); }
svg { display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: clamp(80px, 9vw, 140px) 0; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 24px; z-index: 10000; padding: 12px 18px; border-radius: 10px; background: var(--iz-gold); color: var(--iz-navy); font-weight: 800; }
.skip-link:focus { top: 16px; }

.eyebrow { margin-bottom: 16px; color: #a47120; font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--gold { color: var(--iz-gold-light); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 12px; padding: 0 22px; font-size: .9rem; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease; }
.button svg, .text-link svg { width: 18px; height: 18px; transition: transform .25s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button:hover svg, .text-link:hover svg { transform: translateX(4px); }
.button--gold { background: linear-gradient(135deg, var(--iz-gold-light), var(--iz-gold)); color: var(--iz-navy); box-shadow: 0 12px 30px rgba(200, 151, 62, .22); }
.button--gold:hover { box-shadow: 0 16px 36px rgba(200, 151, 62, .35); }
.button--large { min-height: 58px; padding-inline: 28px; border-radius: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid rgba(200, 151, 62, .6); color: var(--iz-ink); font-size: .9rem; font-weight: 800; }
.text-link--light { color: var(--iz-white); }
.icon-badge { width: 50px; height: 50px; flex: 0 0 50px; display: grid; place-items: center; border-radius: 14px; background: var(--iz-navy); color: var(--iz-gold-light); }
.icon-badge svg { width: 25px; height: 25px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 88px; color: var(--iz-white); transition: height .25s ease, background-color .25s ease, box-shadow .25s ease; }
.site-header::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: rgba(255,255,255,.12); }
.site-header.is-scrolled, body:not(.home) .site-header { height: 76px; background: rgba(6,24,43,.96); box-shadow: 0 12px 36px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
.admin-bar .site-header { top: 32px; }
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; flex-direction: column; color: var(--iz-gold-light); line-height: 1; }
.custom-logo-link { display: block; }
.custom-logo { width: auto; max-width: 220px; max-height: 58px; object-fit: contain; }
.brand__name { font-size: 1.38rem; font-weight: 600; letter-spacing: .08em; }
.brand__tag { margin-top: 6px; color: rgba(255,255,255,.78); font-size: .55rem; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav__list { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); margin: 0; padding: 0; list-style: none; }
.site-nav__list a { position: relative; color: rgba(255,255,255,.82); font-size: .82rem; font-weight: 700; }
.site-nav__list a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--iz-gold); transition: right .25s ease; }
.site-nav__list a:hover { color: var(--iz-white); }
.site-nav__list a:hover::after { right: 0; }
.site-nav__cta { min-height: 44px; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 12px; background: rgba(255,255,255,.08); }
.menu-toggle span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--iz-white); transition: transform .25s ease, opacity .25s ease; }

.hero { min-height: 760px; position: relative; display: flex; align-items: center; isolation: isolate; overflow: hidden; background: var(--iz-navy) var(--hero-image) center/cover no-repeat; color: var(--iz-white); }
.hero__overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,18,33,.95) 0%, rgba(4,20,36,.78) 39%, rgba(4,20,36,.12) 70%), linear-gradient(0deg, rgba(3,18,33,.48), transparent 45%); }
.hero__inner { position: relative; padding-top: 100px; }
.hero__content { max-width: 770px; }
.hero h1 { max-width: 770px; margin-bottom: 24px; color: var(--iz-white); }
.hero__lead { max-width: 560px; margin-bottom: 34px; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.4vw, 1.17rem); }
.hero__actions { display: flex; align-items: center; gap: 30px; }
.hero__trust { position: absolute; right: 0; bottom: -120px; display: flex; align-items: center; gap: 16px; min-width: 220px; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(5,24,43,.82); box-shadow: var(--iz-shadow); backdrop-filter: blur(12px); }
.hero__trust strong, .hero__trust span { display: block; }
.hero__trust strong { color: var(--iz-white); font-size: 1.28rem; }
.hero__trust span { color: rgba(255,255,255,.64); font-size: .72rem; }

.stats { background: var(--iz-navy); color: var(--iz-white); }
.stats__grid { min-height: 128px; display: grid; grid-template-columns: repeat(3, 1fr); }
.stat { display: grid; grid-template-columns: 46px auto; grid-template-rows: auto auto; align-content: center; column-gap: 18px; position: relative; padding: 24px clamp(18px, 4vw, 58px); }
.stat + .stat::before { content: ""; position: absolute; top: 32px; bottom: 32px; left: 0; width: 1px; background: rgba(255,255,255,.15); }
.stat__icon { grid-row: 1 / 3; align-self: center; color: var(--iz-gold); }
.stat__icon svg { width: 34px; height: 34px; }
.stat strong { color: var(--iz-white); font-size: clamp(1.4rem, 2.2vw, 2rem); line-height: 1; }
.stat > span:last-child { color: rgba(255,255,255,.64); font-size: .77rem; }

.about { background: var(--iz-white); }
.about__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: center; gap: clamp(54px, 8vw, 120px); }
.about__media { margin: 0; overflow: hidden; aspect-ratio: 4/3; border-radius: 100px 28px 100px 28px; box-shadow: var(--iz-shadow); }
.about__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.about__media:hover img { transform: scale(1.025); }
.about__content h2 { max-width: 500px; margin-bottom: 24px; }
.about__content p:not(.eyebrow) { max-width: 520px; margin-bottom: 30px; font-size: 1.05rem; }

.services { padding-top: 110px; background: var(--iz-ivory); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .6fr); align-items: end; gap: 60px; margin-bottom: 48px; }
.section-heading h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(2rem, 3.2vw, 3.4rem); }
.section-heading > p { max-width: 440px; margin-bottom: 6px; }
.services__grid { display: grid; grid-template-columns: 1.12fr .88fr .88fr; gap: 22px; }
.service-card { overflow: hidden; border: 1px solid rgba(15,34,54,.08); border-radius: var(--iz-radius); background: var(--iz-white); box-shadow: 0 14px 40px rgba(3,21,38,.06); transition: transform .35s ease, box-shadow .35s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--iz-shadow); }
.service-card > img { width: 100%; height: 265px; object-fit: cover; }
.service-card--wide > img { height: 265px; }
.service-card__body { min-height: 120px; display: grid; grid-template-columns: 50px 1fr 32px; align-items: center; gap: 16px; padding: 24px; }
.service-card__body h3 { margin: 0 0 7px; }
.service-card__body p { margin: 0; font-size: .82rem; }
.service-card__body > a { color: var(--iz-gold); }
.service-card__body > a svg { width: 22px; height: 22px; }

.projects { overflow: hidden; background: var(--iz-white); }
.projects__heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.projects__heading h2 { margin-bottom: 0; }
.carousel__controls { display: flex; gap: 10px; }
.carousel__controls button { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--iz-line); border-radius: 50%; background: var(--iz-white); color: var(--iz-navy); font-size: 1.65rem; line-height: 1; cursor: pointer; transition: color .2s ease, background-color .2s ease, transform .2s ease; }
.carousel__controls button:hover, .carousel__controls button:focus-visible { background: var(--iz-gold); color: var(--iz-navy); transform: scale(1.04); }
.carousel { overflow: visible; }
.carousel__track { display: flex; gap: 26px; transition: transform .65s cubic-bezier(.22,.61,.36,1); touch-action: pan-y; }
.carousel__slide { flex: 0 0 min(78vw, 920px); }
.carousel__slide h3 { margin: 18px 0 0; font-size: 1rem; }
.comparison { position: relative; overflow: hidden; aspect-ratio: 16/8.8; border-radius: var(--iz-radius); background: #d7d2c9; box-shadow: var(--iz-shadow); user-select: none; }
.comparison img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.comparison__before { position: absolute; inset: 0; }
.comparison__after { position: absolute; inset: 0; clip-path: inset(0 0 0 var(--position)); }
.comparison__label { position: absolute; bottom: 18px; z-index: 3; padding: 8px 12px; border-radius: 8px; background: rgba(6,24,43,.88); color: var(--iz-white); font-size: .66rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(8px); }
.comparison__label--before { left: 18px; }
.comparison__label--after { right: 18px; background: var(--iz-gold); color: var(--iz-navy); }
.comparison__handle { position: absolute; top: 0; bottom: 0; left: var(--position); z-index: 4; width: 3px; transform: translateX(-50%); background: var(--iz-white); pointer-events: none; }
.comparison__handle::after { content: ""; position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; transform: translate(-50%,-50%); border: 3px solid var(--iz-white); border-radius: 50%; background: var(--iz-gold); box-shadow: 0 8px 22px rgba(0,0,0,.22); }
.comparison__handle span { position: absolute; top: 50%; z-index: 2; transform: translateY(-55%); color: var(--iz-navy); font-size: 1.2rem; font-weight: 800; }
.comparison__handle span:first-child { right: 5px; }
.comparison__handle span:last-child { left: 5px; }
.comparison__range { position: absolute; inset: 0; z-index: 5; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.carousel__dots { display: flex; justify-content: center; gap: 8px; margin-top: 34px; }
.carousel__dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #c8ced2; cursor: pointer; transition: width .25s ease, border-radius .25s ease, background-color .25s ease; }
.carousel__dots button.is-active { width: 28px; border-radius: 10px; background: var(--iz-gold); }

.benefits { background: var(--iz-ivory); }
.benefits__title { max-width: 620px; margin-bottom: 58px; }
.benefits__title h2 { margin-bottom: 0; font-size: clamp(2rem, 3.2vw, 3.4rem); }
.benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--iz-line); border-bottom: 1px solid var(--iz-line); }
.benefit { min-height: 190px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 22px; position: relative; padding: 30px clamp(18px, 3vw, 42px); }
.benefit + .benefit::before { content: ""; position: absolute; top: 32px; bottom: 32px; left: 0; width: 1px; background: var(--iz-line); }
.benefit > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: rgba(200,151,62,.12); color: #9a6d1f; }
.benefit svg { width: 27px; height: 27px; }
.benefit h3 { margin: 0; font-size: 1rem; }

.contact-cta { padding-top: 0; background: var(--iz-ivory); }
.contact-cta__inner { min-height: 350px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 60px; position: relative; overflow: hidden; padding: clamp(44px, 6vw, 80px); border-radius: 32px; background: var(--iz-navy); color: var(--iz-white); }
.contact-cta__inner::before { content: ""; position: absolute; right: -120px; bottom: -180px; width: 420px; height: 420px; border: 1px solid rgba(200,151,62,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(200,151,62,.04), 0 0 0 140px rgba(200,151,62,.025); }
.contact-cta h2 { position: relative; max-width: 620px; margin-bottom: 18px; color: var(--iz-white); }
.contact-cta p:not(.eyebrow) { max-width: 600px; margin-bottom: 0; color: rgba(255,255,255,.65); }
.contact-cta__actions { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.contact-cta__actions .button svg { width: 20px; height: 20px; }

.site-footer { padding: 74px 0 24px; background: var(--iz-navy); color: rgba(255,255,255,.68); }
.site-footer__grid { display: grid; grid-template-columns: 1.1fr .7fr 1fr; gap: clamp(40px, 8vw, 110px); padding-bottom: 50px; }
.site-footer .brand { margin-bottom: 22px; }
.site-footer p { max-width: 310px; color: rgba(255,255,255,.5); font-size: .85rem; }
.site-footer h2 { margin-bottom: 20px; color: var(--iz-white); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-nav, .contact-list { margin: 0; padding: 0; list-style: none; }
.footer-nav { display: grid; gap: 10px; }
.footer-nav a, .contact-list a { transition: color .2s ease; }
.footer-nav a:hover, .contact-list a:hover { color: var(--iz-gold-light); }
.contact-list { display: grid; gap: 15px; }
.contact-list li { display: flex; align-items: flex-start; gap: 12px; }
.contact-list svg { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 4px; color: var(--iz-gold); }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }

.content-page { min-height: 70vh; padding-top: 150px; padding-bottom: 100px; }
.entry-card { max-width: 900px; margin: 0 auto 30px; padding: clamp(32px, 5vw, 70px); border-radius: var(--iz-radius); background: var(--iz-white); box-shadow: 0 14px 40px rgba(3,21,38,.06); }
.entry-card h1 { font-size: clamp(2rem, 4vw, 3.6rem); }
.entry-content > * { max-width: 760px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 980px) {
  .shell { width: min(100% - 40px, 760px); }
  .site-header, .site-header.is-scrolled { height: 74px; }
  .admin-bar .site-header { top: 46px; }
  .menu-toggle { display: block; color: var(--iz-white); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 74px 0 auto; display: grid; gap: 26px; padding: 34px 24px 44px; background: rgba(6,24,43,.98); box-shadow: 0 20px 40px rgba(0,0,0,.25); opacity: 0; visibility: hidden; transform: translateY(-14px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
  .admin-bar .site-nav { top: 120px; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav__list { display: grid; gap: 6px; }
  .site-nav__list a { display: block; padding: 12px 0; font-size: 1rem; }
  .site-nav__cta { width: 100%; }
  .hero { min-height: 720px; background-position: 62% center; }
  .hero__overlay { background: linear-gradient(90deg, rgba(3,18,33,.94) 0%, rgba(4,20,36,.75) 60%, rgba(4,20,36,.36)); }
  .hero__content { max-width: 610px; }
  .hero__trust { display: none; }
  .about__grid { grid-template-columns: 1fr; gap: 48px; }
  .about__media { max-height: 550px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .services__grid { grid-template-columns: 1fr 1fr; }
  .service-card--wide { grid-column: 1 / -1; }
  .benefits__grid { grid-template-columns: 1fr 1fr; }
  .benefit:nth-child(3)::before { display: none; }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid var(--iz-line); }
  .contact-cta__inner { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body { font-size: 15px; }
  .shell { width: calc(100% - 32px); }
  .section { padding: 76px 0; }
  .admin-bar .site-header { top: 0; }
  .admin-bar .site-nav { top: 74px; }
  .brand__name { font-size: 1.14rem; }
  .brand__tag { font-size: .47rem; }
  .hero { min-height: 680px; align-items: flex-end; padding-bottom: 58px; background-position: 65% center; }
  .hero__inner { padding-top: 130px; }
  .hero h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .hero__lead { max-width: 420px; font-size: .96rem; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero__actions .button { width: 100%; }
  .hero__actions .text-link { align-self: flex-start; }
  .stats__grid { min-height: 0; grid-template-columns: repeat(3, 1fr); }
  .stat { grid-template-columns: 1fr; grid-template-rows: auto auto auto; justify-items: center; gap: 7px; padding: 22px 8px; text-align: center; }
  .stat__icon { grid-row: auto; }
  .stat__icon svg { width: 25px; height: 25px; }
  .stat strong { font-size: 1.05rem; }
  .stat > span:last-child { font-size: .6rem; }
  .stat + .stat::before { top: 22px; bottom: 22px; }
  .about__media { aspect-ratio: 1 / .82; border-radius: 58px 18px 58px 18px; }
  .about__content p:not(.eyebrow) { font-size: 1rem; }
  .services { padding-top: 76px; }
  .services__grid { grid-template-columns: 1fr; }
  .service-card--wide { grid-column: auto; }
  .service-card > img, .service-card--wide > img { height: 220px; }
  .service-card__body { min-height: 108px; grid-template-columns: 44px 1fr 26px; padding: 20px; }
  .service-card__body .icon-badge { width: 44px; height: 44px; flex-basis: 44px; }
  .projects__heading { align-items: center; }
  .carousel__controls button { width: 44px; height: 44px; }
  .carousel__track { gap: 16px; }
  .carousel__slide { flex-basis: calc(100vw - 48px); }
  .comparison { aspect-ratio: 4/3; border-radius: 20px; }
  .comparison__handle::after { width: 44px; height: 44px; }
  .comparison__label { bottom: 12px; padding: 6px 9px; }
  .comparison__label--before { left: 12px; }
  .comparison__label--after { right: 12px; }
  .benefits__grid { grid-template-columns: 1fr 1fr; }
  .benefit { min-height: 145px; align-items: center; padding: 24px 10px; text-align: center; }
  .benefit > span { width: 44px; height: 44px; }
  .benefit h3 { font-size: .78rem; }
  .contact-cta { padding-top: 0; }
  .contact-cta__inner { min-height: 420px; padding: 42px 26px; border-radius: 24px; }
  .contact-cta__actions { align-items: stretch; }
  .contact-cta__actions .button { width: 100%; }
  .contact-cta__actions .text-link { align-self: flex-start; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 40px; }
  .site-footer__brand { grid-column: auto; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 380px) {
  .carousel__controls { display: none; }
  .stats__grid { grid-template-columns: 1fr; }
  .stat { grid-template-columns: 32px auto; grid-template-rows: auto auto; justify-items: start; text-align: left; }
  .stat__icon { grid-row: 1 / 3; }
  .stat + .stat::before { top: 0; right: 10px; bottom: auto; left: 10px; width: auto; height: 1px; }
}
