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

/* =========================================================
   Base
   ========================================================= */
:root {
    --bg: #eef2f5;
    --bg-soft: #f7f9fb;
    --surface: rgba(255, 255, 255, 0.88);
    --surface-strong: rgba(255, 255, 255, 0.96);
    --surface-dark: rgba(255, 255, 255, 0.08);
    --text: #122231;
    --muted: #5c6e7f;
    --muted-soft: rgba(255, 255, 255, 0.72);
    --line: rgba(18, 34, 49, 0.1);
    --line-strong: rgba(18, 34, 49, 0.14);
    --accent: #143b61;
    --accent-2: #2b6ea4;
    --accent-soft: rgba(20, 59, 97, 0.08);
    --warm: #c7a06b;
    --dark: #09131d;
    --dark-2: #102234;
    --success: #1f5d3c;
    --radius-xl: 34px;
    --radius-lg: 26px;
    --radius-md: 20px;
    --radius-sm: 16px;
    --shadow-xl: 0 36px 90px rgba(13, 27, 39, 0.14);
    --shadow-lg: 0 24px 60px rgba(13, 27, 39, 0.12);
    --shadow-md: 0 16px 36px rgba(13, 27, 39, 0.08);
    --shadow-sm: 0 8px 20px rgba(13, 27, 39, 0.06);
    --container: 1280px;
    --header-h: 98px;
}

* { box-sizing: border-box; }
*::before,
*::after { box-sizing: border-box; }
html {
    scroll-behavior: smooth;
    max-width: 100%;
}

body {
    margin: 0;
    font-family: Inter, Arial, Helvetica, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(199, 160, 107, 0.08), transparent 28%),
        radial-gradient(circle at top right, rgba(43, 110, 164, 0.08), transparent 28%),
        linear-gradient(180deg, #f9fbfc 0%, var(--bg) 100%);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    max-width: 100%;
    overflow-x: hidden;
}

img,
svg,
iframe {
    display: block;
    max-width: 100%;
}

img { width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
summary { outline: none; }

.container {
    width: min(calc(100% - 40px), var(--container));
    margin: 0 auto;
}

.i2m-default-content {
    padding: 48px 0;
}

.i2m-default-content .container {
    max-width: 900px;
}


body :where(
    .site-header__inner,
    .section__head,
    .hero-grid,
    .hero-actions,
    .hero-meta,
    .services-intro,
    .service-card,
    .service-card__points,
    .audience-grid,
    .benefit-grid,
    .benefit-grid__cards,
    .benefit-lead__stats,
    .portfolio-grid,
    .faq-grid,
    .contact-shell,
    .footer__inner,
    .booking-grid,
    .form-grid,
    .contact-actions,
    .booking-external-actions,
    .mobile-bar
) > * {
    min-width: 0;
}

:where(
    .hero__title,
    .section__title,
    .booking__title,
    .service-card__title,
    .audience-card h3,
    .benefit-lead h3,
    .contact-dark h3,
    .contact-light h3,
    .faq-panel h3,
    .portfolio-item__content strong,
    .faq-item summary,
    .hero-media__badge,
    .hero-media__floating strong,
    .hero-media__card strong,
    .btn,
    .booking-badge,
    .eyebrow,
    .hero__areas span,
    .footer__title
) {
    overflow-wrap: anywhere;
}

.btn,
.hero__areas span,
.booking-slot,
.booking-badge {
    max-width: 100%;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* =========================================================
   Header
   ========================================================= */
.site-header {
    position: sticky;
    top: 0;
    z-index: 90;
    background: rgba(247, 250, 252, 0.8);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(18, 34, 49, 0.06);
}

.site-header__inner {
    min-height: var(--header-h);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.logo {
    margin-left: 28px;
    position: relative;
    flex: 0 0 auto;
    width: min(114px, 26vw);
    min-width: 114px;
    display: inline-flex;
    align-items: center;
    color: var(--accent);
}

.logo__frame {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
}

.logo__mark-wrap {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.logo__mark-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter:
            drop-shadow(0 1px 0 rgba(255, 255, 255, 0.5))
            drop-shadow(0 6px 14px rgba(7, 23, 40, 0.16));
    transform: translateZ(0);
}

.logo__text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding-left: 2px;
    margin-top: -2px;
}

.logo__wordmark {
    font-family: Manrope, Inter, Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.42em;
    line-height: 1;
    color: #13263a;
    white-space: nowrap;
    text-shadow: 0 1px 0 rgba(255,255,255,0.55);
}

.logo__tagline {
    font-size: 6.4px;
    font-weight: 800;
    letter-spacing: 0.26em;
    line-height: 1;
    color: #1e74c8;
    white-space: nowrap;
}

.logo__sheen {
    position: absolute;
    top: 0;
    bottom: 6%;
    left: -24%;
    width: 18%;
    transform: skewX(-26deg);
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.4), rgba(255,255,255,0));
    opacity: 0;
    filter: blur(2px);
    mix-blend-mode: screen;
    pointer-events: none;
    animation: i2mLogoSheen 7.2s ease-in-out infinite;
}

@keyframes i2mLogoSheen {
    0%, 18% { left: -24%; opacity: 0; }
    26% { opacity: 0.34; }
    44% { left: 108%; opacity: 0; }
    100% { left: 108%; opacity: 0; }
}


.nav {
    display: flex;
    align-items: center;
    gap: 22px;
    color: var(--muted);
    font-size: 15px;
    font-weight: 600;
}

.nav a {
    position: relative;
    transition: color 0.24s ease;
}

.nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left center;
    background: linear-gradient(90deg, var(--warm), var(--accent-2));
    transition: transform 0.24s ease;
}

.nav a:hover,
.nav a:focus-visible { color: var(--accent); }
.nav a:hover::after,
.nav a:focus-visible::after { transform: scaleX(1); }

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* =========================================================
   Buttons / fields
   ========================================================= */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: -0.01em;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease, color 0.24s ease;
    white-space: nowrap;
}

.btn:hover { transform: translateY(-1px); }
.btn:focus-visible,
.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible,
.menu-toggle:focus-visible,
.booking-slot:focus-visible,
.booking-calendar__nav:focus-visible,
.booking-calendar__day:focus-visible {
    outline: 2px solid rgba(43, 110, 164, 0.28);
    outline-offset: 2px;
}

.btn--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    box-shadow: 0 18px 34px rgba(20, 59, 97, 0.24);
}

.btn--primary:hover {
    box-shadow: 0 22px 38px rgba(20, 59, 97, 0.28);
}

.btn--secondary {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
}

.btn--ghost {
    color: var(--accent);
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(20, 59, 97, 0.12);
    box-shadow: var(--shadow-sm);
}

.btn--soft {
    color: var(--accent);
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(20, 59, 97, 0.12);
}

.menu-toggle {
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: var(--surface-strong);
    color: var(--accent);
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    font-size: 18px;
}

.field {
    display: grid;
    gap: 8px;
}

.field--full { grid-column: 1 / -1; }

.field label {
    font-size: 14px;
    font-weight: 700;
    color: var(--text);
}

.field input,
.field select,
.field textarea {
    width: 100%;
    min-height: 58px;
    padding: 0 16px;
    border-radius: 18px;
    border: 1px solid rgba(18, 34, 49, 0.1);
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(248,250,252,0.94));
    color: var(--text);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.field textarea {
    min-height: 138px;
    padding: 16px;
    resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    outline: none;
    border-color: rgba(20, 59, 97, 0.28);
    box-shadow: 0 0 0 5px rgba(43, 110, 164, 0.08);
}

/* =========================================================
   Sections / headings
   ========================================================= */
.section {
    position: relative;
    padding: 112px 0;
}

.section--tight { padding: 84px 0; }
.section--soft {
    background: linear-gradient(180deg, rgba(255,255,255,0.26) 0%, rgba(255,255,255,0.06) 100%);
}

.section--dark {
    background:
        radial-gradient(circle at top left, rgba(199, 160, 107, 0.08), transparent 30%),
        radial-gradient(circle at bottom right, rgba(43, 110, 164, 0.16), transparent 34%),
        linear-gradient(180deg, var(--dark) 0%, var(--dark-2) 100%);
    color: #fff;
    overflow: hidden;
}

.section--dark::before,
.section--dark::after,
.hero::before,
.hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.42;
    filter: blur(10px);
}

.section--dark::before,
.hero::before {
    width: 360px;
    height: 360px;
    left: -120px;
    top: -80px;
    background: rgba(255, 255, 255, 0.05);
}

.section--dark::after,
.hero::after {
    width: 420px;
    height: 420px;
    right: -140px;
    bottom: -120px;
    background: rgba(199, 160, 107, 0.08);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(20, 59, 97, 0.08);
    color: var(--accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--warm), var(--accent-2));
    box-shadow: 0 0 0 6px rgba(43, 110, 164, 0.08);
}

.hero .eyebrow,
.section--dark .eyebrow {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.hero .eyebrow::before,
.section--dark .eyebrow::before {
    box-shadow: 0 0 0 6px rgba(255,255,255,0.08);
}

.section__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 34px;
    margin-bottom: 50px;
}

.section__head-copy,
.hero-copy { max-width: 760px; }

.hero__title,
.section__title,
.booking__title,
.contact-dark h3,
.contact-light h3,
.benefit-lead h3,
.faq-panel h3 {
    margin: 0;
    font-family: Manrope, Inter, Arial, sans-serif;
    letter-spacing: -0.05em;
    line-height: 0.98;
    font-weight: 800;
}

.hero__title {
    max-width: 760px;
    font-size: clamp(48px, 6vw, 82px);
}

.section__title { font-size: clamp(34px, 4vw, 58px); }
.booking__title { font-size: clamp(34px, 4vw, 54px); max-width: 560px; }

.hero__text,
.section__desc,
.booking__text,
.contact-note,
.services-intro p,
.faq-panel p,
.benefit-lead p {
    margin: 20px 0 0;
    font-size: 18px;
    color: var(--muted);
    max-width: 680px;
}

/* =========================================================
   Hero
   ========================================================= */
.hero {
    position: relative;
    color: #fff;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(8,18,28,0.18), rgba(8,18,28,0.18)),
        linear-gradient(180deg, var(--dark) 0%, var(--dark-2) 100%);
    padding: 0 0 54px;
}

.hero__inner {
    position: relative;
    z-index: 1;
    padding-top: 58px;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 42px;
    align-items: center;
    min-height: calc(100vh - var(--header-h) - 54px);
}

.hero-copy {
    position: relative;
    z-index: 2;
}

.hero__areas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.hero__areas span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.74);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 36px;
}

.hero-meta__item {
    padding: 18px 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.hero-meta__item strong {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.hero-meta__item span {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.72);
}


.hero-meta__item,
.benefit-lead__stats > div {
    position: relative;
    overflow: visible;
}

.hero-meta__item:hover,
.hero-meta__item:focus-within,
.benefit-lead__stats > div:hover,
.benefit-lead__stats > div:focus-within {
    z-index: 5;
}


.hero-media {
    position: relative;
    min-height: 660px;
    padding: 34px 0 24px 54px;
}

.hero-media__frame {
    position: absolute;
    inset: 0 0 80px 54px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-media__frame::before {
    content: "";
    position: absolute;
    inset: 22px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.18);
    pointer-events: none;
}

.hero-media__badge,
.hero-media__floating {
    position: absolute;
    z-index: 2;
    border-radius: 22px;
    backdrop-filter: blur(12px);
}

.hero-media__badge {
    z-index: 3;
    top: 22px;
    right: 22px;
    padding: 12px 16px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.16);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-media__floating {
    right: 26px;
    bottom: 118px;
    width: min(260px, 42%);
    padding: 18px;
    background: rgba(8, 18, 28, 0.42);
    border: 1px solid rgba(255,255,255,0.14);
    color: #fff;
    z-index: 4;
}

.hero-media__floating strong {
    display: block;
    font-size: 16px;
    line-height: 1.25;
}

.hero-media__floating span {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: rgba(255,255,255,0.72);
}

.hero-media__card {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: min(430px, calc(100% - 70px));
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--text);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.2);
}

.hero-media__card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(20, 59, 97, 0.08);
    pointer-events: none;
}

.hero-media__card strong {
    display: block;
    font-size: 24px;
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.hero-media__card p {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 15px;
}

.hero-media__card ul {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: grid;
    gap: 8px;
}

.hero-media__card li {
    position: relative;
    padding-left: 18px;
    color: var(--muted);
    font-size: 14px;
}

.hero-media__card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--warm), var(--accent-2));
}

/* =========================================================
   Services
   ========================================================= */
.services-shell {
    display: grid;
    gap: 24px;
}

.services-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
    gap: 20px;
    align-items: center;
    padding: 28px 30px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(246,249,252,0.9));
    border: 1px solid rgba(18, 34, 49, 0.08);
    box-shadow: var(--shadow-md);
}

.services-intro__stat {
    padding: 18px 20px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(20, 59, 97, 0.96), rgba(43, 110, 164, 0.92));
    color: #fff;
    box-shadow: 0 20px 42px rgba(20, 59, 97, 0.18);
}

.services-intro__stat strong {
    display: block;
    font-size: 24px;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.services-intro__stat span {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    color: rgba(255,255,255,0.74);
}

.service-stack { display: grid; gap: 22px; }

.service-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 280px);
    gap: 22px;
    align-items: stretch;
    padding: 32px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(248,250,252,0.9));
    border: 1px solid rgba(18, 34, 49, 0.08);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 52px rgba(13, 27, 39, 0.12);
    border-color: rgba(20, 59, 97, 0.14);
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, var(--warm), var(--accent-2));
}

.service-card--featured {
    background: linear-gradient(160deg, rgba(15,34,52,0.98), rgba(23,57,89,0.94));
    color: #fff;
    box-shadow: 0 28px 58px rgba(15, 34, 52, 0.24);
}

.service-card__top {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}

.service-card__label,
.service-card__index {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.service-card__label {
    background: rgba(20, 59, 97, 0.08);
    color: var(--accent);
}

.service-card__index {
    color: var(--warm);
    background: rgba(199, 160, 107, 0.1);
}

.service-card--featured .service-card__label,
.service-card--featured .service-card__index {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

.service-card__title {
    margin: 0;
    font-family: Manrope, Inter, sans-serif;
    font-size: clamp(30px, 3vw, 38px);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.service-card__text {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 17px;
    max-width: 690px;
}

.service-card--featured .service-card__text,
.service-card--featured .service-card__points li,
.service-card--featured .service-card__price,
.service-card--featured .service-card__side-list li {
    color: rgba(255, 255, 255, 0.82);
}

.service-card__points,
.service-card__side-list,
.check-list,
.contact-list,
.booking-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-card__points {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
}

.service-card__points li,
.check-list li,
.contact-list li,
.booking-points li,
.service-card__side-list li {
    position: relative;
    padding-left: 24px;
    font-size: 15px;
}

.service-card__points li::before,
.check-list li::before,
.contact-list li::before,
.booking-points li::before,
.service-card__side-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--warm), var(--accent-2));
    box-shadow: 0 0 0 5px rgba(43, 110, 164, 0.08);
}

.service-card--featured .service-card__points li::before,
.section--dark .contact-list li::before {
    background: #fff;
    box-shadow: 0 0 0 5px rgba(255,255,255,0.08);
}

.service-card__side {
    display: grid;
    align-content: start;
    gap: 18px;
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(18, 34, 49, 0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
}

.service-card--featured .service-card__side {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.12);
}

.service-card__price {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.service-card__price strong {
    display: block;
    margin-top: 6px;
    color: var(--accent);
    font-family: Manrope, Inter, sans-serif;
    font-size: 30px;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.service-card--featured .service-card__price strong { color: #fff; }

.service-card__side-list {
    display: grid;
    gap: 12px;
}

/* =========================================================
   Audience / benefits / portfolio / faq / contact / footer
   ========================================================= */
.audience-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.audience-card {
    position: relative;
    padding: 34px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(247,250,252,0.9));
    border: 1px solid rgba(18, 34, 49, 0.08);
    box-shadow: var(--shadow-md);
    overflow: hidden;
}

.audience-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 5px;
    background: linear-gradient(90deg, var(--warm), var(--accent-2));
}

.audience-card__tag {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(20, 59, 97, 0.08);
    color: var(--accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.audience-card h3 {
    margin: 18px 0 12px;
    font-family: Manrope, Inter, sans-serif;
    font-size: clamp(30px, 3vw, 38px);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.audience-card p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
}

.gallery-masonry {
    column-count: 4;
    column-gap: 18px;
}

.gallery-photo {
    display: block;
    margin: 0 0 18px;
    break-inside: avoid;
    break-inside: avoid-column;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(243,247,251,0.9));
    border: 1px solid rgba(18, 34, 49, 0.08);
    box-shadow: var(--shadow-md);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.gallery-photo:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(16, 32, 47, 0.14);
}

.gallery-photo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #dfe8f2;
    transition: transform 0.45s ease;
}

.gallery-photo:hover img {
    transform: scale(1.035);
}

.gallery-photo:nth-child(3n) img {
    aspect-ratio: 4 / 5;
}

.gallery-photo:nth-child(4n) img {
    aspect-ratio: 1 / 1;
}

.gallery-photo:nth-child(5n) img {
    aspect-ratio: 16 / 10;
}

.section__head--gallery {
    margin-bottom: 34px;
}


.check-list,
.contact-list,
.booking-points {
    margin-top: 24px;
    display: grid;
    gap: 14px;
}

.benefit-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.benefit-lead {
    padding: 38px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.benefit-lead__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.benefit-lead__stats div {
    padding: 16px;
    border-radius: 20px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
}

.benefit-lead__stats strong {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 21px;
    letter-spacing: -0.04em;
    line-height: 1.2;
}

.benefit-lead__stats span {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: rgba(255,255,255,0.68);
}

.benefit-grid__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.benefit-card {
    padding: 24px;
    border-radius: 24px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
}

.benefit-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.15;
}

.benefit-card p {
    margin: 0;
    color: rgba(255,255,255,0.76);
    font-size: 15px;
}

.portfolio-shell {
    padding: 26px;
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(241,245,248,0.88));
    border: 1px solid rgba(18, 34, 49, 0.08);
    box-shadow: var(--shadow-lg);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.portfolio-item {
    position: relative;
    min-height: 340px;
    overflow: hidden;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 42px rgba(16, 32, 47, 0.12);
}

.portfolio-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 18, 28, 0.02), rgba(8, 18, 28, 0.82));
}

.portfolio-item::after {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.12);
    pointer-events: none;
}

.portfolio-item--primary { grid-column: span 7; min-height: 620px; }
.portfolio-item--secondary { grid-column: span 5; min-height: 300px; }
.portfolio-item--half { grid-column: span 6; min-height: 380px; }

.portfolio-item__content {
    position: absolute;
    inset: auto 24px 24px 24px;
    z-index: 1;
    color: #fff;
}

.portfolio-item__tag {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.16);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.portfolio-item__content strong {
    display: block;
    margin: 14px 0 8px;
    font-family: Manrope, Inter, sans-serif;
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.portfolio-item__content p {
    margin: 0;
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    max-width: 440px;
}

.faq-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
    gap: 24px;
    align-items: start;
}

.faq-panel {
    position: sticky;
    top: calc(var(--header-h) + 24px);
    padding: 34px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(244,247,250,0.92));
    border: 1px solid rgba(18, 34, 49, 0.08);
    box-shadow: var(--shadow-md);
}

.faq-highlight {
    margin-top: 24px;
    padding: 20px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(20, 59, 97, 0.98), rgba(43, 110, 164, 0.92));
    color: #fff;
    box-shadow: 0 20px 42px rgba(20, 59, 97, 0.18);
}

.faq-highlight strong {
    display: block;
    font-size: 20px;
    letter-spacing: -0.03em;
}

.faq-highlight span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: rgba(255,255,255,0.76);
}

.faq-list { display: grid; gap: 14px; }

.faq-item {
    border-radius: 24px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(18, 34, 49, 0.08);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.faq-item summary {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 24px 68px 24px 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 20px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(20, 59, 97, 0.08);
    color: var(--accent);
    font-size: 22px;
    font-weight: 800;
    transition: transform 0.24s ease;
}

.faq-item[open] summary::after { transform: rotate(45deg); }

.faq-item__body {
    padding: 0 24px 24px;
    color: var(--muted);
    font-size: 16px;
}

.contact-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 24px;
}

.contact-dark,
.contact-light {
    padding: 36px;
    border-radius: 34px;
    min-height: 100%;
}

.contact-dark {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
}

.contact-light {
    background: rgba(255,255,255,0.96);
    color: var(--text);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 24px 50px rgba(12, 20, 28, 0.14);
}

.contact-dark h3,
.contact-light h3 {
    font-size: clamp(34px, 4vw, 46px);
}

.section--dark .contact-note,
.section--dark .contact-list li {
    color: rgba(255,255,255,0.78);
}

.section--dark .contact-light .contact-note,
.section--dark .contact-light .contact-list li {
    color: rgb(32 46 61);
}

.section--dark .contact-light .contact-list li::before {
    background: rgb(32 46 61);
    box-shadow: 0 0 0 5px rgba(32, 46, 61, 0.15);
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.footer {
    padding: 32px 0 96px;
    border-top: 1px solid rgba(18, 34, 49, 0.08);
}

.footer__inner {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr 0.95fr;
    gap: 24px;
    color: var(--muted);
    font-size: 14px;
}

.footer__title {
    margin: 0 0 10px;
    font-size: 18px;
    color: var(--text);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}


@media (max-width: 1320px) {
    .site-header__inner { gap: 18px; }
    .logo { width: min(320px, 27vw); }
    .nav { gap: 16px; font-size: 14px; }
    .header-actions .btn { min-height: 52px; padding: 0 18px; }
}

@media (max-width: 1180px) {
    .nav,
    .header-actions .btn--ghost,
    .header-actions .btn--primary { display: none; }

    .menu-toggle {
        display: inline-grid;
        place-items: center;
    }

    .logo { width: min(290px, 46vw); min-width: 0; }

    .nav.is-open {
        position: absolute;
        left: 20px;
        right: 20px;
        top: calc(100% + 10px);
        display: grid;
        gap: 12px;
        padding: 18px;
        background: rgba(255,255,255,0.98);
        border: 1px solid rgba(18, 34, 49, 0.08);
        border-radius: 24px;
        box-shadow: var(--shadow-md);
        color: var(--text);
    }
}

@media (max-width: 900px) {
    .hero-media {
        display: grid;
        gap: 18px;
        min-height: 0;
        padding: 0;
    }

    .hero-media__frame {
        position: relative;
        inset: auto;
        min-height: 0;
        aspect-ratio: 5 / 4;
    }

    .hero-media__floating {
        display: none;
    }

    .hero-media__badge {
        top: 16px;
        right: 16px;
        max-width: calc(100% - 32px);
    }

    .hero-media__card {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
    }
}

@media (max-width: 820px) {
    .hero-actions,
    .contact-actions,
    .booking-external-actions,
    .booking-card__head {
        flex-direction: column;
        align-items: stretch;
    }

    .booking-badge {
        align-self: flex-start;
    }

    .portfolio-item--primary { min-height: 480px; }
    .portfolio-item--secondary,
    .portfolio-item--half,
    .portfolio-item { min-height: 280px; }
}

/* =========================================================
   Mobile actions
   ========================================================= */
.mobile-only { display: none; }

.mobile-bar {
    display: none;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 95;
    padding: 10px;
    border-radius: 24px;
    background: rgba(255,255,255,0.96);
    border: 1px solid rgba(18, 34, 49, 0.08);
    box-shadow: 0 18px 36px rgba(16, 32, 47, 0.16);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.mobile-bar .btn {
    min-height: 48px;
    padding: 0 14px;
    font-size: 14px;
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1180px) {
    .hero-grid,
    .benefit-grid,
    .faq-grid,
    .booking-grid,
    .contact-shell,
    .section__head,
    .footer__inner,
    .services-intro,
    .hero-meta,
    .benefit-lead__stats {
        grid-template-columns: 1fr;
    }

    .section__head {
        display: grid;
        align-items: start;
    }

    .hero-media {
        padding-left: 0;
        min-height: 600px;
    }

    .hero-media__frame { inset: 0 0 82px 0; }
    .hero-media__card { width: min(460px, calc(100% - 20px)); }
    .faq-panel { position: static; }
    .portfolio-item--primary,
    .portfolio-item--secondary,
    .portfolio-item--half { grid-column: span 12; }
}


@media (max-width: 980px) {
    .logo__wordmark { font-size: 13px; letter-spacing: 0.34em; }
    .logo__tagline { font-size: 8px; letter-spacing: 0.22em; }
}

@media (max-width: 640px) {
    .logo__frame { gap: 4px; }
    .logo__wordmark { font-size: 11px; letter-spacing: 0.28em; }
    .logo__tagline { font-size: 7px; letter-spacing: 0.16em; }
}
@media (max-width: 980px) {
    .logo { width: min(130px, 60vw); min-width: 0; }

    .service-card,
    .service-card__points,
    .audience-grid,
    .benefit-grid__cards,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .section { padding: 92px 0; }
    .hero-grid { min-height: auto; }
    .hero { padding-bottom: 40px; }
    .hero-media { min-height: 540px; }
    .service-card__side { min-width: 0; }
    .mobile-bar { display: grid; }
}

@media (max-width: 640px) {
    .container { width: min(calc(100% - 20px), var(--container)); }

    .logo { width: min(130px, 64vw); }

    .section { padding: 78px 0; }

    .site-header__inner { min-height: 86px; gap: 14px; }

    .services-intro,
    .service-card,
    .audience-card,
    .benefit-lead,
    .benefit-card,
    .portfolio-shell,
    .faq-panel,
    .booking-shell,
    .booking-card,
    .contact-dark,
    .contact-light,
    .hero-media__card {
        padding: 22px;
    }

    .hero__inner { padding-top: 30px; }
    .hero-media { min-height: 0; }
    .hero-media__frame {
        inset: auto;
        aspect-ratio: 4 / 5;
    }
    .hero-media__floating {
        display: none;
    }

    .hero-meta__item,
    .benefit-lead__stats div {
        padding: 16px;
    }

    .hero__text,
    .section__desc,
    .booking__text,
    .contact-note,
    .services-intro p,
    .faq-panel p,
    .benefit-lead p {
        font-size: 16px;
    }

    .hero-actions,
    .contact-actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        white-space: normal;
        text-align: center;
        min-height: auto;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .mobile-only { display: inline-flex; }
    .footer { padding-bottom: 136px; }
}


@media (max-width: 1180px) {
    .gallery-masonry {
        column-count: 3;
    }
}

@media (max-width: 820px) {
    .gallery-masonry {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .gallery-photo {
        margin-bottom: 14px;
        border-radius: 20px;
    }
}

@media (max-width: 520px) {
    .gallery-masonry {
        column-count: 1;
    }

    .section--gallery .container {
        width: min(calc(100% - 20px), 1440px);
    }
}


@media (max-width: 560px) {
    .mobile-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mobile-bar .btn:first-child {
        grid-column: 1 / -1;
    }

    .hero-meta__item,
    .benefit-lead__stats div,
    .service-card__side,
    .faq-item summary,
    .faq-item__body {
        padding-left: 18px;
        padding-right: 18px;
    }

    .portfolio-item--primary { min-height: 360px; }
}

@media (max-width: 380px) {
    .mobile-bar {
        grid-template-columns: 1fr;
    }

    .mobile-bar .btn:first-child {
        grid-column: auto;
    }

    .hero__areas span,
    .eyebrow {
        width: 100%;
        justify-content: center;
    }
}


@media (max-width: 900px) {
    .hero-media {
        display: grid;
        gap: 18px;
        min-height: 0;
        padding: 0;
    }

    .hero-media__frame {
        position: relative;
        inset: auto;
        min-height: 0;
        aspect-ratio: 5 / 4;
    }

    .hero-media__card {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
    }
}

/* =========================================================
   Calculator + Warranty Tooltip
   ========================================================= */
.section--soft {
    background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.42));
}

.calc-shell {
    display: grid;
    gap: 20px;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(246,249,252,.92));
    box-shadow: var(--shadow-lg);
}

.calc-head,
.calc-row {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.05fr) minmax(86px, .6fr) minmax(120px, .8fr) minmax(140px, .9fr) 56px;
    gap: 12px;
    align-items: stretch;
}

.calc-head {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 0 8px;
}

.calc-rows {
    display: grid;
    gap: 12px;
}

.calc-row {
    padding: 12px;
    border-radius: 22px;
    background: rgba(20, 59, 97, 0.04);
    border: 1px solid rgba(20, 59, 97, 0.08);
}

.calc-field,
.calc-output {
    min-width: 0;
}

.calc-field input {
    width: 100%;
    min-width: 0;
    height: 56px;
    padding: 0 16px;
    border-radius: 16px;
    border: 1px solid var(--line-strong);
    background: #fff;
    color: var(--text);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.calc-field input:focus {
    outline: none;
    border-color: rgba(43, 110, 164, 0.5);
    box-shadow: 0 0 0 4px rgba(43, 110, 164, 0.12);
}

.calc-output {
    display: grid;
    align-content: center;
    gap: 4px;
    min-height: 56px;
    padding: 10px 14px;
    border-radius: 16px;
    background: rgba(9, 19, 29, 0.04);
    border: 1px solid rgba(9, 19, 29, 0.08);
}

.calc-output strong {
    font-size: 16px;
    line-height: 1.2;
}

.calc-row__actions {
    display: grid;
    place-items: center;
}

.calc-remove {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgba(18, 34, 49, 0.08);
    color: var(--text);
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
}

.calc-remove:hover {
    background: rgba(18, 34, 49, 0.14);
}

.calc-actions,
.calc-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.calc-summary {
    gap: 16px;
}

.calc-summary__item {
    flex: 1 1 200px;
    min-width: 0;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(20, 59, 97, 0.05);
    border: 1px solid rgba(20, 59, 97, 0.08);
    display: grid;
    gap: 4px;
}

.calc-summary__item span,
.calc-note,
.calc-mobile-label {
    color: var(--muted);
}

.calc-summary__item strong {
    font-size: clamp(20px, 3vw, 28px);
    line-height: 1.1;
}

.calc-summary__item--accent {
    background: linear-gradient(135deg, #102234, #1b4d7b);
    color: #fff;
    border-color: rgba(255,255,255,.08);
}

.calc-summary__item--accent span {
    color: rgba(255,255,255,.72);
}

.calc-note {
    margin: 0;
    font-size: 14px;
}

.calc-mobile-label {
    display: none;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.warranty-info {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: 0!important;
    flex: 0 0 auto;
}

.warranty-info__icon {
    margin-top: 0!important;
    cursor: pointer;
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    background: rgba(43, 110, 164, 0.16);
    color: var(--accent-2);
    border: 1px solid rgba(43, 110, 164, 0.28);
}

.warranty-info__tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%) translateY(6px);
    width: min(280px, calc(100vw - 32px));
    padding: 12px 14px;
    border-radius: 14px;
    background: #0f1d2c;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    box-shadow: 0 18px 30px rgba(9,19,29,.24);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    z-index: 999;
}

.warranty-info:hover .warranty-info__tooltip,
.warranty-info:focus-within .warranty-info__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}


@media (max-width: 980px) {
    .calc-head {
        display: none;
    }

    .calc-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .calc-row__actions {
        grid-column: 2;
        justify-self: end;
    }

    .calc-mobile-label {
        display: inline-block;
    }
}

@media (max-width: 640px) {
    .calc-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .calc-row__actions {
        grid-column: auto;
        justify-self: start;
    }

    .calc-actions .btn {
        width: 100%;
    }
}
