:root {
    --bg: #eef3f1;
    --paper: #fbfbf8;
    --surface: rgba(255, 255, 255, 0.82);
    --surface-strong: #ffffff;
    --ink: #132025;
    --muted: #617076;
    --line: rgba(19, 32, 37, 0.1);
    --accent: #0d7c70;
    --accent-deep: #0a4e48;
    --sand: #efe5d6;
    --shadow: 0 24px 80px rgba(18, 33, 39, 0.08);
    --radius-xl: 36px;
    --radius-lg: 26px;
    --radius-md: 20px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: "Manrope", sans-serif;
    background: linear-gradient(180deg, #edf2ef 0%, #f7f7f3 100%);
}

img {
    display: block;
    width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.site-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 10% 10%, rgba(13, 124, 112, 0.12), transparent 25%),
        radial-gradient(circle at 90% 0%, rgba(239, 229, 214, 0.95), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.page-shell {
    width: min(1440px, 100%);
    margin: 0 auto;
    padding-bottom: 40px;
    position: relative;
}

.site-header,
.hero,
.page-hero,
.section,
.story-block,
.metric-strip,
.cta-banner,
.footer-promo,
.site-footer,
.split-section {
    backdrop-filter: blur(18px);
}

.site-header {
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: rgba(188, 191, 191, 0.38);
    box-shadow: none;
    overflow: visible;
}

.header-utility {
    display: flex;
    justify-content: center;
    gap: 36px;
    padding: 10px 24px;
    color: #11181d;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    text-shadow:
        -1px 0 rgba(255, 255, 255, 0.96),
        0 1px rgba(255, 255, 255, 0.96),
        1px 0 rgba(255, 255, 255, 0.96),
        0 -1px rgba(255, 255, 255, 0.96),
        0 2px 10px rgba(255, 255, 255, 0.22);
}

.header-utility a {
    color: inherit;
}

.header-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 32px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.brand-logo {
    width: 64px;
    height: 64px;
    flex: 0 0 auto;
}

.brand-copy {
    display: grid;
    gap: 4px;
}

.brand-copy strong,
h1,
h2,
h3,
h4 {
    font-family: "Unbounded", sans-serif;
    letter-spacing: -0.04em;
}

.brand-copy strong {
    font-size: 1.35rem;
}

.brand-copy small,
.hero-text,
.section-heading p:last-child,
.service-group-head p,
.service-line p,
.stack-card p,
.story-item p,
.review-card p,
.faq-list p,
.site-footer p,
.header-contact-meta span,
.header-contact-meta a {
    color: var(--muted);
}

.brand-copy small {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.74rem;
}

.header-contacts {
    display: flex;
    align-items: center;
    gap: 18px;
}

.header-contact-meta {
    display: grid;
    gap: 4px;
    text-align: right;
    font-size: 0.92rem;
    color: #11181d;
    text-shadow:
        -1px 0 rgba(255, 255, 255, 0.96),
        0 1px rgba(255, 255, 255, 0.96),
        1px 0 rgba(255, 255, 255, 0.96),
        0 -1px rgba(255, 255, 255, 0.96),
        0 2px 10px rgba(255, 255, 255, 0.22);
}

.header-contact-meta span,
.header-contact-meta a {
    color: #11181d;
}

.header-phone {
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--ink);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-shadow: none;
    font-weight: 800;
}

.top-nav {
    display: flex;
    gap: 18px 28px;
    flex-wrap: wrap;
    justify-content: center;
}

.top-nav a {
    padding: 0;
    border-radius: 0;
    font-weight: 700;
    color: #11181d;
    text-shadow:
        -1px 0 rgba(255, 255, 255, 0.96),
        0 1px rgba(255, 255, 255, 0.96),
        1px 0 rgba(255, 255, 255, 0.96),
        0 -1px rgba(255, 255, 255, 0.96),
        0 2px 10px rgba(255, 255, 255, 0.22);
}

.nav-dropdown-trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    font: inherit;
    font-weight: 700;
    color: #11181d;
    cursor: pointer;
    text-shadow:
        -1px 0 rgba(255, 255, 255, 0.96),
        0 1px rgba(255, 255, 255, 0.96),
        1px 0 rgba(255, 255, 255, 0.96),
        0 -1px rgba(255, 255, 255, 0.96),
        0 2px 10px rgba(255, 255, 255, 0.22);
}

.nav-dropdown-trigger::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-1px) rotate(45deg);
    transition: transform 0.2s ease;
}

.nav-dropdown.is-open .nav-dropdown-trigger::after {
    transform: translateY(3px) rotate(-135deg);
}

.top-nav-primary {
    padding: 2px 32px 12px;
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown-panel {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    transform: translateX(-50%);
    width: min(480px, 88vw);
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 12px 0;
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
    z-index: 60;
    border: 1px solid rgba(19, 32, 37, 0.08);
}

.nav-dropdown-panel a,
.nav-dropdown-panel .nav-dropdown-parent,
.nav-dropdown-panel .nav-dropdown-children a {
    color: #24323a !important;
    text-shadow: none !important;
    -webkit-text-stroke: 0 !important;
    filter: none !important;
}

.nav-dropdown.is-open .nav-dropdown-panel {
    display: grid;
}

.nav-dropdown-group {
    padding: 0 16px 0 20px;
    position: relative;
}

.nav-dropdown-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    color: #24323a;
    text-shadow: none;
    border-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.nav-dropdown-group:hover .nav-dropdown-parent,
.nav-dropdown-group:focus-within .nav-dropdown-parent,
.nav-dropdown-group.is-default-open .nav-dropdown-parent {
    color: #1592e6 !important;
}

.nav-dropdown-group.has-children .nav-dropdown-parent::after {
    content: "›";
    font-size: 1.7rem;
    line-height: 1;
    color: inherit;
}

.nav-dropdown-children {
    position: absolute;
    top: -14px;
    left: calc(100% - 8px);
    min-width: 440px;
    display: none;
    gap: 0;
    padding: 6px 0;
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(19, 32, 37, 0.08);
}

.nav-dropdown-children a {
    color: #24323a;
    text-shadow: none;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
    padding: 12px 24px;
    transition: color 0.2s ease;
}

.nav-dropdown-children a:hover,
.nav-dropdown-children a:focus-visible {
    color: #1592e6 !important;
}

.nav-dropdown-group.has-children:hover .nav-dropdown-children,
.nav-dropdown-group.has-children:focus-within .nav-dropdown-children,
.nav-dropdown-group.is-default-open .nav-dropdown-children {
    display: grid;
}

.nav-dropdown-panel:hover .nav-dropdown-group.is-default-open:not(:hover):not(:focus-within) .nav-dropdown-parent {
    color: #24323a !important;
}

.nav-dropdown-panel:hover .nav-dropdown-group.is-default-open:not(:hover):not(:focus-within) .nav-dropdown-children {
    display: none;
}

.top-nav-secondary a {
    font-size: 0.94rem;
    color: #11181d;
    text-shadow:
        -1px 0 rgba(255, 255, 255, 0.96),
        0 1px rgba(255, 255, 255, 0.96),
        1px 0 rgba(255, 255, 255, 0.96),
        0 -1px rgba(255, 255, 255, 0.96),
        0 2px 10px rgba(255, 255, 255, 0.22);
}

.top-nav-secondary {
    display: none;
}

.hero,
.page-hero,
.section,
.story-block,
.cta-banner,
.split-section,
.hero,
.page-hero {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.68));
}

.hero {
    margin: -162px 0 26px;
}

.hero-reference {
    position: relative;
    min-height: 840px;
    padding: 0;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    background: #dfe6e8;
}

.hero-reference-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.28) 38%, rgba(255, 255, 255, 0.16) 100%),
        linear-gradient(110deg, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0.38) 58%, rgba(255, 255, 255, 0) 63%);
}

.hero-reference-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 440px;
    gap: 40px;
    min-height: 840px;
    padding: 330px 80px 80px;
    align-items: center;
}

.hero-copy,
.story-copy {
    display: grid;
    align-content: start;
    gap: 18px;
}

.hero-copy h1,
.page-hero h1 {
    margin: 0;
    font-size: clamp(2.6rem, 6vw, 5rem);
    line-height: 0.96;
}

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

.hero-copy-reference .hero-text {
    color: #20353d;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.55);
}

.hero-title-ribbon {
    display: inline-block;
    width: fit-content;
    padding: 18px 28px 22px;
    background: #f4c11f;
    margin: 6px 0 8px;
}

.hero-title-ribbon h1 {
    font-weight: 500;
    color: white;
    letter-spacing: -0.05em;
}

.eyebrow {
    margin: 0;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--accent);
}

.hero-text,
.page-hero p,
.story-copy p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 760px;
    color: #324951;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.45);
}

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

.button-light {
    background: white;
    color: #6a8ba2;
    border: 2px solid #4da0df;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 800;
}

.button-primary {
    background: #1f93d7;
    color: white;
}

.button-secondary {
    border: 1px solid rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.86);
}

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

.hero-meta div {
    padding: 18px;
}

.hero-meta span {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 0.9rem;
}

.hero-meta strong {
    font-size: 1rem;
}

.page-hero-media {
    position: relative;
    min-height: clamp(260px, 30vw, 420px);
    overflow: hidden;
}

.page-hero-media img {
    display: block;
    width: 100%;
}

.page-hero-media img,
.service-band-media img,
.folio-feature img {
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
}

.folio-feature-copy span,
.folio-feature-copy span,
.service-line span,
.price-chip {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--sand);
    color: var(--accent-deep);
    font-weight: 800;
    font-size: 0.82rem;
}

.hero-form {
    display: grid;
    gap: 18px;
    padding: 34px 42px 40px;
    border-radius: 28px;
    background: rgba(119, 158, 189, 0.92);
}

.hero-form h2 {
    margin: 0 0 4px;
    text-align: center;
    color: white;
    font-size: 2rem;
}

.hero-form label {
    display: grid;
    gap: 10px;
}

.hero-form span {
    color: white;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 800;
}

.hero-form input {
    width: 100%;
    height: 74px;
    border-radius: 999px;
    border: 0;
    padding: 0 28px;
    font-size: 1.05rem;
}

.hero-form-status {
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.5;
}

.hero-form-status-success {
    color: #1e5f3a;
}

.hero-form-status-error {
    color: #8e2e2e;
}

.hero-form-error {
    color: white;
    text-align: center;
    font-size: 0.88rem;
    font-weight: 600;
}

.section,
.story-block,
.split-section,
.cta-banner {
    padding: 34px;
    margin-bottom: 26px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.section-clean {
    background: transparent;
}

.section-heading {
    display: grid;
    gap: 12px;
    margin-bottom: 24px;
}

.section-heading h2,
.story-copy h2,
.split-section h2 {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.08;
}

.service-band {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: 26px;
    padding: 0;
    margin-top: 22px;
}

.service-band-copy {
    display: grid;
    gap: 18px;
    align-content: start;
    padding: 8px 0;
}

.service-band-media-soft img {
    border-radius: 18px;
}

.service-group-head {
    display: grid;
    gap: 10px;
}

.service-group-description {
    padding-right: 28px;
}

.service-group-head h3,
.service-line h4,
.folio-feature-copy h3,
.folio-feature-copy h2,
.story-item h3,
.review-card h3,
.faq-list h3,
.stack-card h2,
.stack-card h3 {
    margin: 0;
}

.service-group-head p,
.service-line p,
.stack-card p,
.story-item p,
.review-card p,
.faq-list p {
    margin: 0;
    line-height: 1.7;
}

.service-lines,
.story-list,
.stack-list,
.faq-list {
    display: grid;
    gap: 14px;
}

.service-line {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 18px;
    padding: 18px 0;
    border-top: 1px solid var(--line);
    align-items: start;
}

.service-line:last-child {
    border-bottom: 1px solid var(--line);
}

.service-line h4 {
    margin-top: 12px;
    font-size: 1.05rem;
}

.service-line p {
    padding-right: 18px;
}

.story-block {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 30px;
    background: transparent;
    color: var(--ink);
}

.story-block .steps p {
    color: var(--muted);
}

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

.steps article {
    padding: 22px 0;
    background: transparent;
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
}

.steps strong {
    display: inline-block;
    margin-bottom: 10px;
    font-family: "Unbounded", sans-serif;
    font-size: 1.2rem;
}

.section-portfolio {
    background: transparent;
}

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

.folio-feature {
    position: relative;
    min-height: 380px;
    overflow: hidden;
    border-radius: 28px;
}

.folio-feature-copy {
    position: absolute;
    inset: auto 20px 20px 20px;
    padding: 20px;
    border-radius: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.96) 30%);
    border: 0;
}

.folio-feature-copy h3,
.folio-feature-copy h2 {
    margin: 14px 0 10px;
}

.folio-feature-copy p {
    margin: 0 0 14px;
    color: var(--muted);
    line-height: 1.7;
}

.folio-feature-copy a,
.story-item a {
    font-weight: 800;
    color: var(--accent-deep);
}

.faq-section {
    background: transparent;
}

.faq-list-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-list article,
.story-item,
.review-card,
.stack-card {
    padding: 20px 0;
    background: transparent;
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
}

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

.cta-banner {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    background: transparent;
    border-top: 1px solid var(--line);
    padding-top: 28px;
}

.calc-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 16px;
}

.calc-card {
    display: grid;
    align-content: start;
    gap: 18px;
    padding: 30px 32px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(19, 32, 37, 0.08);
}

.calc-card label {
    margin: 0;
    font-size: 1rem;
    line-height: 1.45;
    color: #3e474c;
}

.calc-card select,
.prices-toolbar-block select,
.calc-number {
    width: 100%;
    display: block;
    min-height: 58px;
    border: 1px solid rgba(19, 32, 37, 0.1);
    background: white;
    padding: 0 22px;
    font-size: 1rem;
    color: var(--ink);
}

.calc-select-wrap {
    position: relative;
    width: 100%;
}

.calc-select-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 12px;
    height: 12px;
    border-right: 2px solid rgba(19, 32, 37, 0.8);
    border-bottom: 2px solid rgba(19, 32, 37, 0.8);
    transform: translateY(-60%) rotate(45deg);
    pointer-events: none;
}

.calc-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 58px !important;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
}

.calc-select:focus {
    outline: 0;
    border-color: rgba(76, 159, 224, 0.78);
    box-shadow: 0 0 0 4px rgba(76, 159, 224, 0.12);
}

.calc-range-wrap {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 22px;
    align-items: center;
    padding-top: 0;
}

.calc-range {
    width: 100%;
    accent-color: #4c9fe0;
}

.calc-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(100%, 230px);
    height: 64px;
    border: 0;
    background: #4c9fe0;
    padding: 0 18px 0 22px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.calc-toggle-track {
    position: absolute;
    right: 18px;
    width: 76px;
    height: 40px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.32);
}

.calc-toggle-thumb {
    position: absolute;
    right: 48px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: white;
    transition: transform 0.2s ease, right 0.2s ease;
}

.calc-toggle-label {
    position: relative;
    z-index: 1;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
}

.calc-toggle.is-on .calc-toggle-thumb {
    transform: translateX(28px);
}

.calc-toggle:not(.is-on) {
    background: #98a2a8;
}

.calc-toggle:not(.is-on) .calc-toggle-thumb {
    transform: translateX(0);
}

.calc-note {
    color: #434e53;
    font-size: 1rem;
    line-height: 1.8;
}

.calc-note p {
    margin: 0;
}

.calc-result {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(19, 32, 37, 0.1);
}

.calc-result h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.6rem);
}

.calc-result p {
    margin: 10px 0 0;
    color: #526067;
}

.calc-result-inline {
    grid-column: 1 / -1;
    padding-top: 0;
}

.prices-interactive {
    display: grid;
    gap: 24px;
    margin-bottom: 26px;
}

.prices-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 24px;
}

.prices-toolbar-block,
.price-quick-card {
    padding: 34px 40px;
    background: rgba(255, 255, 255, 0.92);
}

.prices-toolbar-block label {
    display: block;
    margin-bottom: 22px;
    font-size: 1.05rem;
}

.prices-range-wrap {
    grid-template-columns: minmax(0, 1fr) 148px;
}

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

.price-quick-card {
    display: grid;
    gap: 12px;
    align-content: start;
}

.price-quick-card h3 {
    margin: 0;
    font-size: clamp(1.5rem, 2vw, 2rem);
}

.price-quick-action {
    margin-top: 8px;
    width: fit-content;
    min-width: 152px;
}

.price-quick-card p:last-child,
.prices-quick-notes p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.prices-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 26px;
}

.price-group {
    border-top: 1px solid var(--line);
    padding-top: 18px;
}

.price-group-head {
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
}

.price-group-head h2,
.price-line strong {
    margin: 0;
}

.price-group-head p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.price-lines {
    display: grid;
}

.price-line {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    padding: 16px 0;
    border-top: 1px solid rgba(19, 32, 37, 0.08);
}

.price-line strong {
    transition: color 0.2s ease;
}

.price-line:hover strong {
    color: var(--accent);
}

.price-line span {
    color: var(--accent-deep);
    font-weight: 800;
}

.contact-feedback {
    display: grid;
    gap: 24px;
}

.feedback-success {
    padding: 18px 22px;
    border-left: 4px solid var(--accent);
    background: rgba(255, 255, 255, 0.72);
    color: var(--ink);
    font-weight: 600;
}

.feedback-status {
    display: grid;
    gap: 8px;
    padding: 18px 22px;
    background: rgba(255, 255, 255, 0.72);
    font-weight: 600;
}

.feedback-status-error {
    border-left: 4px solid #b54242;
    color: #8e2e2e;
}

.feedback-form {
    display: grid;
    gap: 22px;
}

.feedback-form-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
    border: 1px solid rgba(19, 32, 37, 0.1);
}

.feedback-form-main {
    display: grid;
}

.feedback-field {
    position: relative;
    display: grid;
    align-content: start;
    min-height: 128px;
    border-right: 1px solid rgba(19, 32, 37, 0.1);
    border-bottom: 1px solid rgba(19, 32, 37, 0.1);
}

.feedback-form-main .feedback-field:last-child {
    border-bottom: 0;
}

.feedback-field-message {
    min-height: 100%;
    border-bottom: 0;
    border-right: 0;
}

.feedback-field > span {
    position: absolute;
    top: 18px;
    left: 24px;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(19, 32, 37, 0.42);
}

.feedback-field input,
.feedback-field textarea {
    width: 100%;
    height: 100%;
    min-height: 128px;
    padding: 52px 24px 22px;
    border: 0;
    background: white;
    color: var(--ink);
    font: inherit;
    resize: none;
}

.feedback-field textarea {
    min-height: 386px;
}

.feedback-field input:focus,
.feedback-field textarea:focus {
    outline: 0;
    background: rgba(247, 250, 251, 0.95);
}

.feedback-consent {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 1rem;
    line-height: 1.6;
    color: #3c484e;
}

.feedback-consent input {
    width: 22px;
    height: 22px;
    margin: 0;
}

.feedback-actions {
    display: flex;
    justify-content: flex-end;
}

.feedback-submit {
    min-width: 280px;
    min-height: 64px;
    padding: 0 34px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #58a2df 0%, #2f81c8 100%);
    box-shadow:
        0 20px 38px rgba(47, 129, 200, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    color: white;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.feedback-submit:hover,
.feedback-submit:focus-visible {
    transform: translateY(-1px);
    filter: saturate(1.04);
    box-shadow:
        0 24px 42px rgba(47, 129, 200, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.feedback-submit:focus-visible {
    outline: 3px solid rgba(88, 162, 223, 0.22);
    outline-offset: 4px;
}

.feedback-error {
    padding: 0 24px 18px;
    color: #b54242;
    font-size: 0.92rem;
}

.feedback-error-consent {
    padding: 0;
}

.service-rich-hero {
    grid-template-columns: minmax(0, 700px) minmax(360px, 500px);
    justify-content: space-between;
    gap: clamp(56px, 6vw, 112px);
    align-items: center;
}

.service-rich-hero-copy {
    min-width: 0;
    max-width: 700px;
    padding-right: clamp(28px, 3vw, 56px);
}

.service-rich-hero h1 {
    max-width: 8.4ch;
    font-size: clamp(2.5rem, 4.6vw, 4.45rem);
    overflow-wrap: anywhere;
    word-break: break-word;
    text-wrap: balance;
}

.service-rich-hero .page-hero-media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 5 / 4;
    max-width: 500px;
    margin-left: auto;
    justify-self: end;
    border-radius: 28px;
}

.service-rich-hero .page-hero-media img {
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.service-local-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 34px 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid var(--line);
}

.service-local-nav a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(19, 32, 37, 0.1);
    background: rgba(255, 255, 255, 0.82);
    color: var(--ink);
    font-weight: 700;
}

.service-rich-intro,
.service-rich-copy {
    display: grid;
    gap: 18px;
}

.service-rich-intro p,
.service-rich-copy p,
.service-rich-text p,
.service-accordion-body p,
.service-price-row span {
    margin: 0;
    color: #34444b;
    line-height: 1.8;
}

.service-rich-duo {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-bottom: 26px;
}

.service-rich-column {
    padding: 34px;
    border-top: 1px solid var(--line);
}

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

.service-accordion-item {
    border-top: 1px solid rgba(19, 32, 37, 0.1);
    padding-top: 16px;
}

.service-accordion-item summary {
    cursor: pointer;
    list-style: none;
    font-family: "Unbounded", sans-serif;
    font-size: 1.08rem;
    line-height: 1.35;
}

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

.service-accordion-item summary::after {
    content: "+";
    float: right;
    color: var(--accent);
}

.service-accordion-item[open] summary::after {
    content: "−";
}

.service-accordion-body {
    padding-top: 14px;
}

.service-price-table {
    display: grid;
    border-top: 1px solid rgba(19, 32, 37, 0.08);
}

.service-price-row {
    display: grid;
    gap: 8px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(19, 32, 37, 0.08);
}

.service-price-row strong {
    font-size: 1rem;
}

.service-bullet-list,
.service-check-list {
    margin: 0;
    padding-left: 20px;
    display: grid;
    gap: 10px;
    color: #34444b;
    line-height: 1.75;
}

.service-rich-copy article {
    padding-top: 10px;
    border-top: 1px solid var(--line);
}

.service-rich-copy h2 {
    margin: 0 0 18px;
}

.page-hero {
    padding: 34px;
    margin-bottom: 26px;
}

.page-hero-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
    gap: 28px;
    align-items: center;
}

.price-chip {
    margin-top: 18px;
}

.split-section {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 22px;
}

.split-section-clean {
    background: rgba(250, 250, 246, 0.95);
}

.check-list article {
    padding: 18px 20px;
    border-left: 4px solid var(--accent);
}

.check-list article p {
    margin: 10px 0 0;
    color: var(--muted);
    line-height: 1.7;
    padding-right: 14px;
}

.service-lines-wide {
    gap: 0;
}

.stack-list-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stack-card-line {
    border-left: 4px solid var(--accent);
    padding-left: 18px !important;
}

.story-item span {
    margin-bottom: 12px;
}

.footer-promo {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(13, 124, 112, 0.18), transparent 30%),
        linear-gradient(135deg, #273136 0%, #1d262b 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 34px 34px 0 0;
    box-shadow: 0 26px 80px rgba(12, 19, 23, 0.18);
}

.footer-promo-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    min-height: 168px;
    padding: 34px 36px;
    color: rgba(255, 255, 255, 0.88);
    transition: background 0.2s ease, transform 0.2s ease;
}

.footer-promo-item + .footer-promo-item {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-promo-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

.footer-promo-item.is-static:hover {
    background: transparent;
    transform: none;
}

.footer-promo-icon {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border-radius: 24px;
    color: #5fd1c2;
    background: rgba(13, 124, 112, 0.14);
    box-shadow: inset 0 0 0 1px rgba(95, 209, 194, 0.22);
}

.footer-promo-icon svg {
    width: 40px;
    height: 40px;
}

.footer-promo-copy {
    display: grid;
    gap: 10px;
}

.footer-promo-copy small {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.footer-promo-copy strong {
    color: #ffffff;
    font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    line-height: 1.1;
}

.site-footer {
    display: grid;
    grid-template-columns: 1.2fr 0.95fr 0.95fr;
    gap: 30px;
    padding: 34px 36px 26px;
    background:
        linear-gradient(180deg, rgba(24, 32, 36, 0.98) 0%, rgba(18, 26, 30, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 0;
    border-radius: 0 0 34px 34px;
    box-shadow: 0 26px 80px rgba(12, 19, 23, 0.18);
    color: rgba(255, 255, 255, 0.72);
}

.footer-brand {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
    align-content: start;
}

.footer-brand .brand-logo {
    width: 76px;
    height: 76px;
    padding: 10px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
}

.footer-brand-copy,
.footer-block {
    display: grid;
    align-content: start;
    gap: 10px;
}

.footer-brand-copy p,
.footer-block span {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    line-height: 1.72;
}

.site-footer h3,
.site-footer h4 {
    margin: 0;
    color: #ffffff;
}

.site-footer h3 {
    font-size: 1.5rem;
}

.site-footer h4 {
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.54);
}

.site-footer a {
    color: rgba(255, 255, 255, 0.88);
}

.site-footer a:hover {
    color: #ffffff;
}

.footer-main-link {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #ffffff !important;
}

.footer-note {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-top: 6px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.95rem;
}

.footer-note span {
    line-height: 1.6;
}

.footer-note a {
    white-space: nowrap;
}

@media (max-width: 1080px) {
    .hero,
    .page-hero-split,
    .service-band,
    .story-block,
    .split-section,
    .footer-promo,
    .site-footer,
    .prices-toolbar {
        grid-template-columns: 1fr;
    }

    .portfolio-grid,
    .reviews-row,
    .faq-list-wide,
    .stack-list-wide,
    .metric-strip,
    .prices-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .header-topline {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-contacts {
        width: 100%;
        justify-content: space-between;
    }

    .service-rich-hero .page-hero-media {
        width: 100%;
        max-width: none;
    }

    .footer-promo-item + .footer-promo-item {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        border-left: 0;
    }
}

@media (max-width: 780px) {
    .page-shell {
        width: min(100% - 18px, 100%);
    }

    .site-header,
    .hero,
    .page-hero,
    .section,
    .story-block,
    .split-section,
    .cta-banner,
    .footer-promo,
    .site-footer {
        padding: 22px;
        border-radius: 24px;
    }

    .footer-promo,
    .site-footer {
        padding: 0;
    }

    .footer-promo {
        border-radius: 24px 24px 0 0;
    }

    .site-footer {
        border-radius: 0 0 24px 24px;
    }

    .hero-copy h1,
    .page-hero h1 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .header-utility,
    .hero-reference-inner {
        padding-left: 22px;
        padding-right: 22px;
    }

    .hero-reference-inner {
        grid-template-columns: 1fr;
        padding-top: 360px;
        padding-bottom: 48px;
        min-height: auto;
    }

    .hero-reference {
        min-height: auto;
    }

    .hero {
        margin-top: -270px;
    }

    .hero-meta,
    .metric-strip,
    .portfolio-grid,
    .faq-list-wide,
    .reviews-row,
    .stack-list-wide,
    .steps,
    .service-line {
        grid-template-columns: 1fr;
    }

    .cta-banner,
    .header-contacts {
        align-items: flex-start;
    }

    .header-contacts {
        flex-direction: column;
    }

    .header-contact-meta {
        text-align: left;
    }

    .header-utility {
        display: none;
    }

    .top-nav-primary {
        padding: 0 22px 20px;
        justify-content: flex-start;
    }

    .nav-dropdown-panel,
    .calc-layout,
    .prices-grid {
        grid-template-columns: 1fr;
        width: min(100vw - 44px, 420px);
    }

    .nav-dropdown {
        width: 100%;
    }

    .nav-dropdown-panel {
        position: static;
        transform: none;
        margin-top: 14px;
        width: 100%;
    }

    .nav-dropdown-children {
        position: static;
        top: auto;
        left: auto;
        min-width: 0;
        display: none;
        margin-top: 0;
        padding: 0 0 12px 16px;
        background: transparent;
        box-shadow: none;
        border: 0;
    }

    .nav-dropdown-children a {
        padding: 10px 0;
        font-size: 0.98rem;
    }

    .nav-dropdown-group.has-children:hover .nav-dropdown-children,
    .nav-dropdown-group.has-children:focus-within .nav-dropdown-children {
        display: grid;
    }

    .calc-range-wrap,
    .calc-result {
        grid-template-columns: 1fr;
        display: grid;
    }

    .prices-toolbar,
    .prices-quick-grid {
        grid-template-columns: 1fr;
    }

    .feedback-form-grid {
        grid-template-columns: 1fr;
    }

    .service-rich-duo {
        grid-template-columns: 1fr;
    }

    .service-local-nav {
        padding-left: 22px;
        padding-right: 22px;
    }

    .service-rich-column {
        padding: 22px;
    }

    .feedback-field,
    .feedback-field-message {
        border-right: 0;
    }

    .feedback-field-message {
        border-top: 1px solid rgba(19, 32, 37, 0.1);
        min-height: 300px;
    }

    .feedback-field textarea {
        min-height: 300px;
    }

    .feedback-actions {
        justify-content: center;
    }

    .feedback-submit {
        width: 100%;
        max-width: 340px;
    }

    .footer-promo-item {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 16px;
        min-height: auto;
        padding: 22px;
    }

    .footer-promo-icon {
        width: 56px;
        height: 56px;
        border-radius: 18px;
    }

    .footer-promo-icon svg {
        width: 30px;
        height: 30px;
    }

    .footer-promo-copy strong,
    .footer-main-link {
        font-size: 1.3rem;
    }

    .site-footer {
        gap: 22px;
        padding: 26px 22px 22px;
    }

    .footer-brand {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .footer-brand .brand-logo {
        width: 64px;
        height: 64px;
        border-radius: 20px;
    }

    .footer-note {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-note a {
        white-space: normal;
    }
}
