/*
 * Samsun Toybelen — 2026 interface system
 * Direction: industrial editorial / civic utility
 */

:root {
    --ui-ink: #101820;
    --ui-ink-2: #1d2933;
    --ui-ink-3: #33414c;
    --ui-rust: #df3f2d;
    --ui-rust-dark: #b92d20;
    --ui-rust-soft: #fff0eb;
    --ui-paper: #fcfbf8;
    --ui-sand: #f1eee7;
    --ui-steel: #65717c;
    --ui-line: rgba(16, 24, 32, .12);
    --ui-line-strong: rgba(16, 24, 32, .22);
    --ui-white: #fff;
    --ui-success: #12805c;
    --ui-warning: #c86b18;
    --ui-danger: #b92d20;
    --ui-radius-xs: 8px;
    --ui-radius-sm: 12px;
    --ui-radius-md: 18px;
    --ui-radius-lg: 28px;
    --ui-radius-xl: 38px;
    --ui-shadow-sm: 0 10px 28px rgba(16, 24, 32, .07);
    --ui-shadow-md: 0 20px 54px rgba(16, 24, 32, .11);
    --ui-shadow-lg: 0 34px 90px rgba(8, 14, 20, .2);
    --ui-container: 1240px;
    --ui-header-height: 84px;
    --ui-z-dropdown: 40;
    --ui-z-header: 50;
    --ui-z-floating: 70;
    --ui-z-modal: 100;
}

* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--ui-header-height) + 24px);
}

body {
    min-width: 320px;
    margin: 0;
    overflow-x: visible;
    background:
        linear-gradient(rgba(16, 24, 32, .018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 24, 32, .018) 1px, transparent 1px),
        var(--ui-paper);
    background-size: 28px 28px;
    color: var(--ui-ink-2);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.nav-open {
    overflow: hidden;
}

main {
    display: block;
    min-width: 0;
}

main:focus {
    outline: none;
}

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

img {
    height: auto;
}

a,
button,
summary,
input,
select,
textarea {
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(223, 63, 45, .14);
}

a,
button,
summary {
    cursor: pointer;
}

a {
    text-underline-offset: .18em;
}

button,
input,
select,
textarea {
    font: inherit;
}

::selection {
    background: var(--ui-rust);
    color: var(--ui-white);
}

:where(a, button, summary, input, select, textarea):focus-visible {
    outline: 3px solid rgba(223, 63, 45, .48);
    outline-offset: 3px;
}

:where(h1, h2, h3, h4, h5, h6, [id]) {
    scroll-margin-top: calc(var(--ui-header-height) + 24px);
}

h1,
h2,
h3,
h4 {
    color: var(--ui-ink);
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    letter-spacing: -.018em;
    line-height: .98;
    text-wrap: balance;
}

h1 {
    font-size: clamp(3.4rem, 8vw, 6.9rem);
}

h2 {
    font-size: clamp(2.5rem, 5vw, 4.6rem);
}

h3 {
    font-size: clamp(1.6rem, 3vw, 2rem);
}

p {
    text-wrap: pretty;
}

.container {
    width: min(var(--ui-container), calc(100% - 48px));
    margin-inline: auto;
}

.section {
    padding-block: clamp(76px, 9vw, 128px);
}

.soft {
    background: var(--ui-sand);
}

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

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: calc(var(--ui-z-modal) + 10);
    padding: 12px 18px;
    border-radius: var(--ui-radius-sm);
    background: var(--ui-white);
    color: var(--ui-ink);
    font-weight: 800;
    box-shadow: var(--ui-shadow-md);
    transform: translateY(-160%);
    transition: transform .18s ease-out;
}

.skip-link:focus {
    transform: translateY(0);
}

.eyebrow,
.home-hero-kicker,
.analytics-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--ui-rust);
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.eyebrow::before,
.home-hero-kicker::before {
    width: 26px;
    height: 2px;
    background: currentColor;
    content: "";
}

.section-head,
.about-section-head,
.mobile-section-head {
    max-width: 850px;
    margin-bottom: clamp(30px, 4vw, 52px);
    text-align: left;
}

.section-head h2,
.about-section-head h2,
.mobile-section-head h2 {
    margin: 0 0 18px;
}

.section-head p,
.about-section-head p,
.mobile-section-head p,
.page-section-head p {
    max-width: 720px;
    margin: 0;
    color: var(--ui-steel);
    font-size: clamp(1rem, 1.7vw, 1.12rem);
    line-height: 1.75;
}

.btn,
.admin-btn,
.danger-btn {
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.01em;
    transition:
        background-color .2s ease,
        border-color .2s ease,
        color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

.btn-red {
    background: var(--ui-rust);
    color: var(--ui-white);
    box-shadow: 0 12px 24px rgba(223, 63, 45, .22);
}

.btn-red:hover {
    background: var(--ui-rust-dark);
    box-shadow: 0 16px 34px rgba(185, 45, 32, .28);
}

.btn-dark {
    background: var(--ui-ink);
    color: var(--ui-white);
}

.btn-light {
    background: var(--ui-white);
    color: var(--ui-ink);
    box-shadow: 0 10px 30px rgba(16, 24, 32, .1);
}

.btn-outline {
    border-color: var(--ui-line-strong);
    background: transparent;
    color: var(--ui-ink);
}

.btn-outline:hover {
    border-color: var(--ui-rust);
    background: var(--ui-rust);
    color: var(--ui-white);
}

.btn-whatsapp {
    background: var(--ui-success);
    color: var(--ui-white);
}

.btn:active {
    transform: translateY(1px);
}

input,
select,
textarea {
    min-height: 52px;
    border: 1px solid var(--ui-line-strong);
    border-radius: var(--ui-radius-sm);
    background: var(--ui-white);
    color: var(--ui-ink);
    font-size: 16px;
    outline: none;
    transition:
        border-color .18s ease,
        box-shadow .18s ease,
        background-color .18s ease;
}

textarea {
    min-height: 120px;
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    color: #7d8790;
}

input:hover,
select:hover,
textarea:hover {
    border-color: rgba(16, 24, 32, .34);
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--ui-rust);
    box-shadow: 0 0 0 4px rgba(223, 63, 45, .11);
}

/* Header */

.site-header {
    position: sticky;
    top: 0;
    z-index: var(--ui-z-header);
    min-height: var(--ui-header-height);
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background: rgba(16, 24, 32, .96);
    box-shadow: none;
    backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
    background: rgba(16, 24, 32, .985);
    box-shadow: 0 16px 42px rgba(6, 11, 16, .18);
}

.site-header .header-inner {
    min-height: var(--ui-header-height);
    gap: 28px;
}

.site-header .logo,
.footer-logo {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
    padding: 0;
}

.logo-mark {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 10px 10px 10px 2px;
    background: var(--ui-rust);
    color: var(--ui-white);
    box-shadow: 0 10px 24px rgba(223, 63, 45, .22);
}

.logo-mark svg {
    width: 26px;
    height: 26px;
    fill: currentColor;
}

.logo-copy {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.site-header .logo strong {
    color: var(--ui-white);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: .025em;
    line-height: 1;
    text-transform: uppercase;
}

.site-header .logo small {
    color: rgba(255, 255, 255, .62);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.2;
    text-transform: uppercase;
}

.site-header .main-nav {
    display: flex;
    align-items: center;
    gap: 2px;
}

.site-header .main-nav a {
    position: relative;
    min-height: 44px;
    padding: 14px 13px;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
    transition:
        color .18s ease,
        background-color .18s ease;
}

.site-header .main-nav a::after {
    position: absolute;
    right: 13px;
    bottom: 8px;
    left: 13px;
    height: 2px;
    background: var(--ui-rust);
    content: "";
    opacity: 0;
    transform: scaleX(.35);
    transform-origin: left;
    transition:
        opacity .18s ease,
        transform .18s ease;
}

.site-header .main-nav a:hover,
.site-header .main-nav a.active {
    background: transparent;
    color: var(--ui-white);
}

.site-header .main-nav a:hover::after,
.site-header .main-nav a.active::after {
    opacity: 1;
    transform: scaleX(1);
}

.site-header .main-nav .nav-cta {
    min-height: 42px;
    margin-left: 8px;
    padding-inline: 18px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: var(--ui-white);
    color: var(--ui-ink);
}

.site-header .main-nav .nav-cta::after {
    display: none;
}

.site-header .main-nav .nav-cta:hover,
.site-header .main-nav .nav-cta.active {
    border-color: var(--ui-rust);
    background: var(--ui-rust);
    color: var(--ui-white);
}

.site-header .nav-button {
    display: none;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
}

.site-header .nav-button span {
    width: 20px;
    height: 2px;
    background: var(--ui-white);
    transition:
        transform .18s ease,
        opacity .18s ease;
}

body.nav-open .nav-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

body.nav-open .nav-button span:nth-child(2) {
    opacity: 0;
}

body.nav-open .nav-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Home */

.home-mobile-hero {
    position: relative;
    isolation: isolate;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 112px 0 96px;
    background:
        linear-gradient(90deg, rgba(7, 13, 19, .94) 0%, rgba(7, 13, 19, .78) 48%, rgba(7, 13, 19, .34) 100%),
        linear-gradient(0deg, rgba(7, 13, 19, .58), rgba(7, 13, 19, .06)),
        url("../images/samsuntoybelen2.jpg") center / cover no-repeat;
}

.home-mobile-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 64px 64px;
    content: "";
    mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.home-mobile-hero::after {
    position: absolute;
    right: clamp(20px, 7vw, 110px);
    bottom: 0;
    z-index: -1;
    width: clamp(110px, 15vw, 220px);
    height: 44%;
    border-right: 2px solid rgba(223, 63, 45, .8);
    border-left: 12px solid rgba(223, 63, 45, .88);
    content: "";
    opacity: .7;
    transform: skewX(-10deg);
}

.home-hero-inner {
    min-height: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}

.home-hero-inner h1 {
    max-width: 900px;
    margin: 0;
    color: var(--ui-white);
    font-size: clamp(4.3rem, 10vw, 8.8rem);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: .78;
    text-shadow: 0 18px 54px rgba(0, 0, 0, .3);
}

.home-hero-inner p {
    max-width: 690px;
    margin: 28px 0 34px;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(1.08rem, 2vw, 1.34rem);
    line-height: 1.65;
}

.home-hero-kicker {
    align-self: flex-start;
    margin-bottom: 22px;
    color: #ff8a76;
}

.home-hero-search {
    width: min(760px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: var(--ui-radius-md);
    background: rgba(255, 255, 255, .98);
    box-shadow: var(--ui-shadow-lg);
}

.home-hero-search input[type="search"] {
    height: 60px;
    min-width: 0;
    padding-inline: 20px;
    border: 0;
    border-radius: var(--ui-radius-sm);
    background: #f1f3f2;
    color: var(--ui-ink);
    font-weight: 650;
}

.home-hero-search input[type="search"]:focus {
    box-shadow: inset 0 0 0 2px var(--ui-rust);
}

.home-hero-search button {
    min-width: 128px;
    height: 60px;
    border: 0;
    border-radius: var(--ui-radius-sm);
    background: var(--ui-rust);
    color: var(--ui-white);
    font-weight: 800;
    transition:
        background-color .2s ease,
        box-shadow .2s ease;
}

.home-hero-search button:hover {
    background: var(--ui-rust-dark);
    box-shadow: 0 12px 26px rgba(185, 45, 32, .25);
}

.popular-category-section {
    position: relative;
    padding: clamp(70px, 8vw, 110px) 0;
    background:
        radial-gradient(circle at 88% 8%, rgba(223, 63, 45, .09), transparent 24%),
        var(--ui-sand);
}

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

.popular-category-card {
    min-width: 0;
    min-height: 158px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-md);
    background: var(--ui-paper);
    color: var(--ui-ink);
    text-align: left;
    box-shadow: none;
    transition:
        border-color .2s ease,
        background-color .2s ease,
        box-shadow .2s ease;
}

.popular-category-card:hover {
    border-color: rgba(223, 63, 45, .55);
    background: var(--ui-white);
    box-shadow: var(--ui-shadow-sm);
    transform: none;
}

.popular-category-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--ui-rust-soft);
    color: var(--ui-rust);
}

.popular-category-card strong {
    max-width: 100%;
    color: var(--ui-ink);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 19px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.01em;
}

.popular-category-card small {
    color: var(--ui-steel);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.popular-all-card {
    border-color: var(--ui-ink);
    background: var(--ui-ink);
    color: var(--ui-white);
}

.popular-all-card strong,
.popular-all-card small {
    color: var(--ui-white);
}

.popular-all-card .popular-category-icon {
    background: var(--ui-rust);
}

.home-info-card {
    position: relative;
    margin-top: 26px;
    padding: clamp(26px, 4vw, 44px);
    overflow: hidden;
    border: 0;
    border-radius: var(--ui-radius-lg);
    background: var(--ui-ink);
    box-shadow: var(--ui-shadow-md);
    text-align: left;
}

.home-info-card::after {
    position: absolute;
    top: -70px;
    right: -30px;
    width: 220px;
    height: 220px;
    border: 32px solid rgba(223, 63, 45, .35);
    border-radius: 50%;
    content: "";
}

.home-info-card h2 {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 0 26px;
    color: var(--ui-white);
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.home-info-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.home-info-item {
    min-width: 0;
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--ui-radius-md);
    background: rgba(255, 255, 255, .055);
    color: var(--ui-white);
}

.home-info-item span {
    background: rgba(223, 63, 45, .18);
    color: #ff8a76;
}

.home-info-item strong {
    color: var(--ui-white);
    font-size: 13px;
    font-weight: 750;
    text-align: left;
}

.companies-section,
.category-directory-section,
.blog-list-section,
.contact-modern-section,
.about-modern-shell,
.detail-premium-shell {
    background: var(--ui-paper);
}

.companies-section {
    padding-top: clamp(88px, 10vw, 140px);
}

.companies-head {
    position: relative;
    max-width: 820px;
}

.companies-head h2 {
    margin-bottom: 18px;
}

.filter-bar {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 12px;
    align-items: start;
    margin-bottom: 38px;
    padding: 12px;
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-md);
    background: var(--ui-white);
    box-shadow: var(--ui-shadow-sm);
}

.search-wrap input {
    height: 56px;
    padding-left: 18px;
    border-color: transparent;
    background: #f3f4f2;
}

.search-submit {
    width: 42px;
    height: 42px;
    right: 7px;
    border-radius: 50%;
    background: var(--ui-rust);
}

.clear-search {
    right: 56px;
    width: 32px;
    height: 32px;
    background: var(--ui-ink);
    font-size: 11px;
}

.category-dropdown,
.category-dropdown summary {
    height: 56px;
    min-height: 56px;
    max-height: 56px;
}

.category-dropdown summary {
    border-color: transparent;
    border-radius: var(--ui-radius-sm);
    background: #f3f4f2;
    font-size: 14px;
    font-weight: 750;
}

.category-dropdown[open] summary {
    border-color: var(--ui-rust);
    box-shadow: 0 0 0 4px rgba(223, 63, 45, .1);
}

.category-menu {
    z-index: var(--ui-z-dropdown);
    max-height: min(420px, 60vh);
    padding: 10px;
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-md);
    background: var(--ui-white);
    box-shadow: var(--ui-shadow-md);
    overscroll-behavior: contain;
}

.category-menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
    border-radius: var(--ui-radius-sm);
    font-size: 13px;
}

.category-menu a:hover,
.category-menu a.active {
    background: var(--ui-rust-soft);
    color: var(--ui-rust-dark);
}

/* Cards and lists */

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

.company-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-lg);
    background: var(--ui-white);
    box-shadow: none;
    transition:
        border-color .22s ease,
        box-shadow .22s ease;
}

.company-card::before {
    display: none;
}

.company-card:hover {
    border-color: rgba(223, 63, 45, .44);
    box-shadow: var(--ui-shadow-md);
}

.company-card > .company-image {
    position: relative;
    width: 100%;
    height: 250px;
    min-height: 250px;
    overflow: hidden;
    background: #d9ddde;
    isolation: isolate;
}

.company-card > .company-image::after {
    position: absolute;
    inset: auto 0 0;
    z-index: 3;
    height: 45%;
    background: linear-gradient(transparent, rgba(16, 24, 32, .22));
    content: "";
    pointer-events: none;
}

.company-card > .company-image > .company-image-background {
    position: absolute;
    inset: -18px;
    z-index: 0;
    width: calc(100% + 36px);
    max-width: none;
    height: calc(100% + 36px);
    filter: blur(16px) saturate(.75);
    object-fit: cover;
    opacity: .88;
    transform: scale(1.08);
}

.company-card > .company-image > img:not(.company-image-background) {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform .4s ease;
}

.company-card:hover > .company-image > img:not(.company-image-background) {
    transform: scale(1.025);
}

.company-body {
    min-width: 0;
    padding: 24px;
}

.company-body h3 {
    margin: 0 0 10px;
    color: var(--ui-ink);
    font-size: 27px;
    line-height: 1;
}

.company-body h3 a {
    overflow-wrap: anywhere;
}

.company-body p {
    min-height: 82px;
    margin: 0;
    color: var(--ui-steel);
    font-size: 13px;
    line-height: 1.7;
}

.tags {
    gap: 6px;
    margin-bottom: 16px;
}

.tags a,
.category-count,
.category-count-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border: 1px solid rgba(223, 63, 45, .2);
    border-radius: 999px;
    background: var(--ui-rust-soft);
    color: var(--ui-rust-dark);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .03em;
}

.card-actions {
    padding-top: 20px;
}

.card-actions .btn {
    min-height: 46px;
    font-size: 12px;
}

.inspect-btn {
    border-color: var(--ui-line-strong);
    background: transparent;
    color: var(--ui-ink);
}

.company-card:hover .inspect-btn {
    border-color: var(--ui-ink);
    background: var(--ui-ink);
    color: var(--ui-white);
}

.empty-state {
    padding: clamp(28px, 5vw, 56px);
    border: 1px dashed rgba(223, 63, 45, .45);
    border-radius: var(--ui-radius-lg);
    background: var(--ui-rust-soft);
    color: var(--ui-rust-dark);
    box-shadow: none;
}

.pagination {
    margin-top: 48px;
    gap: 8px;
}

.pagination a,
.pagination span {
    min-width: 44px;
    height: 44px;
    border-color: var(--ui-line);
    border-radius: 50%;
    background: var(--ui-white);
    color: var(--ui-ink);
}

.pagination a:hover,
.pagination a.active {
    border-color: var(--ui-rust);
    background: var(--ui-rust);
    color: var(--ui-white);
}

.seo-text-section {
    padding-block: clamp(72px, 8vw, 108px);
    background: var(--ui-sand);
}

.seo-text-card,
.blog-detail {
    max-width: 1040px;
    padding: clamp(28px, 5vw, 62px);
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-lg);
    background: var(--ui-paper);
    box-shadow: none;
}

.seo-text-card h2 {
    max-width: 760px;
    margin-bottom: 26px;
}

.seo-text-card p,
.blog-detail p {
    max-width: 780px;
    color: var(--ui-steel);
    font-size: 16px;
}

.about-platform-section {
    position: relative;
    overflow: hidden;
    background: var(--ui-ink);
    color: var(--ui-white);
}

.about-platform-section .about-section-head h2,
.about-platform-section .about-section-head p,
.about-platform-section .eyebrow,
.about-platform-grid h3,
.about-platform-grid p {
    color: var(--ui-white);
}

.about-platform-section .about-section-head p,
.about-platform-grid p {
    color: rgba(255, 255, 255, .65);
}

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

.about-platform-grid article {
    min-width: 0;
    min-height: 260px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--ui-radius-md);
    background: rgba(255, 255, 255, .04);
}

.about-platform-grid article > span {
    background: rgba(223, 63, 45, .18);
    color: #ff8a76;
}

.home-owner-cta-section,
.category-cta-section,
.about-final-cta-section {
    padding: clamp(58px, 7vw, 96px) 0;
    background: var(--ui-paper);
}

.category-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 34px;
    align-items: center;
    overflow: hidden;
    padding: clamp(34px, 5vw, 58px);
    border: 0;
    border-radius: var(--ui-radius-lg);
    background:
        linear-gradient(115deg, rgba(223, 63, 45, .94), rgba(148, 36, 27, .95) 52%, rgba(16, 24, 32, .98));
    color: var(--ui-white);
    box-shadow: var(--ui-shadow-md);
}

.category-cta::after {
    position: absolute;
    top: -70%;
    right: 8%;
    width: 220px;
    height: 260%;
    border-right: 18px solid rgba(255, 255, 255, .09);
    border-left: 3px solid rgba(255, 255, 255, .12);
    content: "";
    transform: rotate(16deg);
}

.category-cta h2,
.category-cta p,
.category-cta .eyebrow {
    position: relative;
    z-index: 1;
    color: var(--ui-white);
}

.category-cta h2 {
    max-width: 680px;
    margin-bottom: 12px;
    font-size: clamp(2.5rem, 5vw, 4rem);
}

.category-cta p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
}

.category-cta-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

/* Shared page heroes */

.page-hero,
.category-hero,
.category-detail-hero,
.contact-hero-modern,
.about-hero-modern {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 0;
    background:
        radial-gradient(circle at 86% 18%, rgba(223, 63, 45, .28), transparent 24%),
        linear-gradient(120deg, #101820 0%, #1d2933 64%, #101820 100%);
    color: var(--ui-white);
}

.page-hero::before,
.category-hero::before,
.category-detail-hero::before,
.contact-hero-modern::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 56px 56px;
    content: "";
}

.page-hero {
    padding: clamp(90px, 11vw, 154px) 0;
}

.page-hero-premium {
    background:
        radial-gradient(circle at 80% 18%, rgba(223, 63, 45, .26), transparent 26%),
        var(--ui-ink);
}

.page-hero-inner,
.category-hero-inner,
.category-detail-hero-inner,
.contact-hero-inner {
    position: relative;
    z-index: 1;
    max-width: var(--ui-container);
}

.page-hero h1,
.category-hero h1,
.category-detail-hero h1,
.contact-hero-modern h1,
.about-hero-modern h1 {
    max-width: 980px;
    margin: 0 0 24px;
    color: var(--ui-white);
}

.page-hero p,
.category-hero p,
.category-detail-hero p,
.contact-hero-modern p,
.about-hero-modern p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: clamp(1.05rem, 2vw, 1.22rem);
}

.page-hero .eyebrow,
.category-hero .eyebrow,
.category-detail-hero .eyebrow,
.contact-hero-modern .eyebrow,
.about-hero-modern .eyebrow {
    color: #ff8a76;
}

.category-breadcrumb,
.detail-breadcrumb,
.about-breadcrumb,
.contact-breadcrumb {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, .54);
    font-size: 12px;
    font-weight: 750;
}

.category-breadcrumb a,
.detail-breadcrumb a,
.about-breadcrumb a,
.contact-breadcrumb a {
    color: rgba(255, 255, 255, .72);
}

.category-breadcrumb strong,
.detail-breadcrumb strong,
.about-breadcrumb strong,
.contact-breadcrumb strong {
    min-width: 0;
    color: var(--ui-white);
    overflow-wrap: anywhere;
}

/* Categories */

.category-hero {
    padding: clamp(96px, 12vw, 160px) 0;
}

.category-hero-content {
    max-width: 940px;
}

.category-hero-search {
    width: min(650px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    margin-top: 34px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--ui-radius-md);
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--ui-shadow-lg);
}

.category-hero-search input {
    height: 56px;
    border: 0;
    background: #f2f3f1;
}

.category-hero-search button {
    min-width: 112px;
    border: 0;
    border-radius: var(--ui-radius-sm);
    background: var(--ui-rust);
    color: var(--ui-white);
    font-weight: 800;
}

.category-directory-section {
    padding-block: clamp(80px, 10vw, 132px);
}

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

.category-card {
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-lg);
    background: var(--ui-white);
    box-shadow: none;
}

.page-category-card {
    position: relative;
    min-width: 0;
    min-height: 300px;
    padding: 28px;
    overflow: hidden;
    border-top: 1px solid var(--ui-line);
    transition:
        border-color .22s ease,
        box-shadow .22s ease;
}

.page-category-card::before {
    inset: 0 auto auto 0;
    width: 68px;
    height: 6px;
    background: var(--ui-rust);
}

.page-category-card::after {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--ui-ink);
    color: var(--ui-white);
    content: "↗";
    font-size: 18px;
    transition:
        background-color .2s ease,
        color .2s ease;
}

.page-category-card:hover {
    border-color: rgba(223, 63, 45, .42);
    box-shadow: var(--ui-shadow-md);
}

.page-category-card:hover::after {
    background: var(--ui-rust);
}

.page-category-card h2 {
    margin: 24px 0 14px;
    font-size: 32px;
}

.page-category-card p {
    margin: 0;
    padding-right: 24px;
    color: var(--ui-steel);
    font-size: 14px;
    line-height: 1.7;
}

.page-category-card strong {
    margin-top: auto;
    padding-top: 34px;
    color: var(--ui-ink);
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.category-detail-hero {
    padding: clamp(96px, 12vw, 160px) 0;
}

.category-detail-hero-copy {
    max-width: 940px;
}

.category-detail-hero-copy h1 {
    font-size: clamp(3.8rem, 8vw, 7rem);
}

.category-hero-actions {
    margin-top: 32px;
}

.category-count-pill {
    min-height: 48px;
    padding-inline: 16px;
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .08);
    color: var(--ui-white);
}

.category-detail-shell {
    padding: clamp(76px, 9vw, 124px) 0;
    background: var(--ui-paper);
}

.category-detail-stack {
    display: grid;
    gap: clamp(60px, 8vw, 108px);
}

.category-company-section {
    min-width: 0;
}

.category-seo-content-card,
.category-info-card,
.faq-item,
.related-category-card {
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-lg);
    background: var(--ui-white);
    box-shadow: none;
}

.category-seo-content-card {
    max-width: 980px;
    padding: clamp(30px, 5vw, 60px);
}

.seo-content-flow {
    color: var(--ui-steel);
    line-height: 1.8;
}

.seo-content-flow h2,
.seo-content-flow h3 {
    margin-top: 34px;
    color: var(--ui-ink);
}

.seo-content-flow a {
    color: var(--ui-rust-dark);
    font-weight: 750;
    text-decoration: underline;
}

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

.category-info-card {
    min-width: 0;
    padding: 30px;
}

.category-info-card h3 {
    margin-bottom: 18px;
}

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

.faq-item {
    overflow: hidden;
}

.faq-item summary {
    position: relative;
    min-height: 64px;
    display: flex;
    align-items: center;
    padding: 18px 62px 18px 24px;
    color: var(--ui-ink);
    font-weight: 800;
    list-style: none;
}

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

.faq-item summary::after {
    position: absolute;
    right: 22px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--ui-sand);
    color: var(--ui-rust);
    content: "+";
    font-size: 22px;
}

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

.faq-item .seo-content-flow {
    padding: 0 24px 24px;
}

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

.related-category-card {
    min-width: 0;
    min-height: 124px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    transition:
        border-color .2s ease,
        background-color .2s ease;
}

.related-category-card:hover {
    border-color: var(--ui-rust);
    background: var(--ui-rust-soft);
}

.related-category-card strong {
    color: var(--ui-ink);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 25px;
    line-height: 1;
}

.related-category-card span {
    color: var(--ui-rust-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

/* Company detail */

.detail-cover {
    position: relative;
    isolation: isolate;
    min-height: 650px;
    display: flex;
    align-items: flex-end;
    padding: 118px 0 70px;
    background-position: center;
}

.detail-cover::after {
    background:
        linear-gradient(90deg, rgba(7, 13, 19, .94) 0%, rgba(7, 13, 19, .7) 48%, rgba(7, 13, 19, .2)),
        linear-gradient(0deg, rgba(7, 13, 19, .72), rgba(7, 13, 19, .04) 62%);
}

.detail-overlay-card {
    max-width: 880px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.detail-overlay-card h1 {
    margin-bottom: 22px;
    color: var(--ui-white);
    font-size: clamp(4rem, 9vw, 8rem);
}

.detail-overlay-card p {
    max-width: 700px;
    color: rgba(255, 255, 255, .72);
    font-size: clamp(1rem, 2vw, 1.18rem);
}

.detail-actions {
    margin-top: 30px;
}

.detail-premium-shell {
    padding: clamp(70px, 8vw, 110px) 0;
}

.detail-page-stack {
    display: grid;
    gap: 26px;
}

.detail-intro-band {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 18px;
}

.detail-action-column {
    display: grid;
    gap: 14px;
}

.detail-contact-box,
.hours-status-card,
.compact-map-card,
.premium-info-block,
.premium-mini-block,
.services-card,
.premium-slider-band {
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-lg);
    background: var(--ui-white);
    box-shadow: none;
}

.detail-contact-box {
    padding: clamp(24px, 4vw, 36px);
}

.detail-contact-box > strong {
    color: var(--ui-ink);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 29px;
}

.detail-icon-actions {
    gap: 10px;
    margin-top: 20px;
}

.icon-action {
    width: 48px;
    height: 48px;
    border: 1px solid var(--ui-line);
    border-radius: 50%;
    background: var(--ui-paper);
    color: var(--ui-ink);
    transition:
        border-color .18s ease,
        background-color .18s ease,
        color .18s ease;
}

.icon-action:hover {
    border-color: var(--ui-rust);
    background: var(--ui-rust);
    color: var(--ui-white);
}

.action-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.hours-status-card {
    min-height: 112px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 24px;
}

.hours-status-card.is-open {
    border-color: rgba(18, 128, 92, .26);
    background: #f0fbf7;
}

.hours-status-card.is-closed {
    border-color: rgba(185, 45, 32, .23);
    background: var(--ui-rust-soft);
}

.status-dot {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    border-radius: 50%;
}

.hours-status-card.is-open .status-dot {
    background: var(--ui-success);
    box-shadow: 0 0 0 7px rgba(18, 128, 92, .11);
}

.hours-status-card.is-closed .status-dot {
    background: var(--ui-danger);
    box-shadow: 0 0 0 7px rgba(185, 45, 32, .1);
}

.compact-map-card {
    min-width: 0;
    overflow: hidden;
    padding: 10px;
}

.premium-map-container,
.compact-map-container {
    min-height: 100%;
    border-radius: calc(var(--ui-radius-lg) - 8px);
    overflow: hidden;
}

.premium-map-container iframe,
.compact-map-container iframe {
    width: 100%;
    height: 100%;
    min-height: 330px;
    border: 0;
}

.trust-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 10px;
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-md);
    background: var(--ui-sand);
}

.trust-pill {
    min-width: 0;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 12px;
    border-radius: var(--ui-radius-sm);
    background: var(--ui-paper);
    color: var(--ui-ink);
    font-size: 12px;
    font-weight: 750;
}

.trust-pill span {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    place-items: center;
    border-radius: 50%;
    background: var(--ui-rust-soft);
    color: var(--ui-rust);
    font-size: 12px;
}

.trust-pill span svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.detail-content-flow {
    display: grid;
    gap: 18px;
}

.premium-info-block {
    padding: clamp(28px, 4vw, 48px);
}

.premium-info-block p {
    max-width: 940px;
    margin: 0;
    color: var(--ui-steel);
}

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

.services-card {
    padding: clamp(26px, 4vw, 42px);
}

.services-grid {
    gap: 14px 32px;
}

.service-item {
    min-height: 44px;
    color: var(--ui-ink-3);
}

.premium-mini-block {
    min-width: 0;
    padding: 28px;
}

.premium-mini-block p {
    margin: 0;
    color: var(--ui-steel);
    overflow-wrap: anywhere;
}

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

.person-card {
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-md);
    background: var(--ui-paper);
}

.person-card strong {
    color: var(--ui-ink);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 24px;
}

.premium-slider-band {
    min-width: 0;
    padding: clamp(26px, 4vw, 42px);
    overflow: hidden;
}

.section-kicker h2 {
    margin-bottom: 24px;
}

.gallery-slider,
.reviews-slider {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-color: var(--ui-rust) var(--ui-sand);
    scrollbar-width: thin;
}

.gallery-track,
.reviews-track,
.gallery-track.is-animated,
.reviews-track.is-animated {
    width: max-content;
    display: flex;
    gap: 14px;
    animation: none;
}

.gallery-item {
    width: min(360px, 78vw);
    flex: 0 0 auto;
    overflow: hidden;
    border: 0;
    border-radius: var(--ui-radius-md);
    background: var(--ui-sand);
    scroll-snap-align: start;
}

.gallery-item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.review-card {
    width: min(400px, 82vw);
    flex: 0 0 auto;
    padding: 26px;
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-md);
    background: var(--ui-paper);
    scroll-snap-align: start;
}

.review-card p {
    color: var(--ui-steel);
}

.gallery-modal {
    z-index: var(--ui-z-modal);
    padding: 22px;
    background: rgba(6, 10, 14, .92);
    backdrop-filter: blur(16px);
    overscroll-behavior: contain;
}

.gallery-modal-frame {
    max-width: min(1100px, calc(100vw - 140px));
    max-height: calc(100vh - 80px);
    overflow: hidden;
    border-radius: var(--ui-radius-md);
    background: #05080a;
}

.gallery-close,
.gallery-prev,
.gallery-next {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    color: var(--ui-white);
}

.gallery-close svg,
.gallery-prev svg,
.gallery-next svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.floating-whatsapp,
.back-to-top {
    z-index: var(--ui-z-floating);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    box-shadow: 0 16px 36px rgba(16, 24, 32, .2);
}

.back-to-top {
    right: 24px;
    bottom: 24px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: var(--ui-ink);
    color: var(--ui-white);
}

.back-to-top svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* About */

.about-hero-modern {
    min-height: 650px;
    display: flex;
    align-items: flex-end;
    padding: 118px 0 80px;
    background-position: center;
}

.about-hero-modern::before {
    background:
        linear-gradient(90deg, rgba(7, 13, 19, .94), rgba(7, 13, 19, .66) 56%, rgba(7, 13, 19, .2)),
        linear-gradient(0deg, rgba(7, 13, 19, .68), rgba(7, 13, 19, .02));
}

.about-hero-modern::after {
    background:
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 64px 64px;
}

.about-hero-copy {
    max-width: 900px;
}

.about-hero-actions {
    margin-top: 30px;
}

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

.about-feature-card {
    min-width: 0;
    min-height: 300px;
    padding: 28px;
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-lg);
    background: var(--ui-white);
    box-shadow: none;
    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.about-feature-card:hover {
    border-color: rgba(223, 63, 45, .42);
    box-shadow: var(--ui-shadow-sm);
}

.about-feature-card.wide {
    grid-column: 1 / -1;
    min-height: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 22px;
    align-items: start;
}

.about-feature-card.wide .about-card-icon {
    grid-row: 1 / 3;
}

.about-card-icon,
.contact-channel-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 50%;
    background: var(--ui-rust-soft);
    color: var(--ui-rust);
}

.about-feature-card h3 {
    margin: 26px 0 14px;
}

.about-feature-card.wide h3 {
    margin-top: 0;
}

.about-feature-card p {
    margin: 0;
    color: var(--ui-steel);
}

.about-story-section {
    background: var(--ui-sand);
}

.about-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
    gap: clamp(44px, 7vw, 90px);
    align-items: start;
}

.about-story-copy h2 {
    margin-bottom: 26px;
}

.about-story-copy p {
    color: var(--ui-steel);
}

.about-highlight-stack {
    display: grid;
    gap: 12px;
}

.about-highlight-stack article {
    padding: 24px;
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-md);
    background: var(--ui-paper);
}

.about-highlight-stack strong {
    display: block;
    margin-bottom: 8px;
    color: var(--ui-ink);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 24px;
}

.about-highlight-stack span {
    color: var(--ui-steel);
}

.about-stats-section {
    padding-block: 0;
    background: var(--ui-sand);
}

.about-mini-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border-radius: var(--ui-radius-lg);
    background: var(--ui-ink);
    box-shadow: var(--ui-shadow-md);
}

.about-mini-stats > div {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.about-mini-stats > div:last-child {
    border-right: 0;
}

.about-mini-stats strong {
    color: var(--ui-white);
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(3rem, 6vw, 5rem);
    line-height: .8;
    font-variant-numeric: tabular-nums;
}

.about-mini-stats span {
    margin-top: 16px;
    color: rgba(255, 255, 255, .56);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.about-why-section {
    background: var(--ui-sand);
}

.about-why-panel {
    padding: clamp(36px, 6vw, 72px);
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-lg);
    background: var(--ui-paper);
}

.about-why-panel h2 {
    max-width: 920px;
}

.about-why-panel p {
    max-width: 920px;
    color: var(--ui-steel);
}

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

.about-timeline article {
    min-width: 0;
    min-height: 270px;
    padding: 26px;
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-md);
    background: var(--ui-white);
}

.about-timeline article > span {
    display: block;
    margin-bottom: 46px;
    color: var(--ui-rust);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
}

.about-timeline strong {
    color: var(--ui-ink);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 26px;
}

.about-timeline p {
    color: var(--ui-steel);
    font-size: 14px;
}

.about-map-section {
    background: var(--ui-ink);
    color: var(--ui-white);
}

.about-map-grid {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: clamp(36px, 6vw, 80px);
    align-items: center;
}

.about-map-grid h2,
.about-map-grid .eyebrow {
    color: var(--ui-white);
}

.about-map-grid p {
    color: rgba(255, 255, 255, .64);
}

.location-map-card {
    overflow: hidden;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--ui-radius-lg);
    background: rgba(255, 255, 255, .06);
}

.location-map-card iframe {
    width: 100%;
    min-height: 420px;
    border: 0;
    border-radius: calc(var(--ui-radius-lg) - 8px);
}

/* Contact */

.contact-hero-modern {
    padding: clamp(96px, 12vw, 156px) 0;
}

.contact-modern-section {
    padding-block: clamp(76px, 9vw, 124px);
}

.contact-request-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.contact-request-grid a,
.contact-request-grid div {
    min-width: 0;
    min-height: 136px;
    padding: 24px;
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-md);
    background: var(--ui-white);
    box-shadow: none;
    transition:
        border-color .2s ease,
        background-color .2s ease,
        box-shadow .2s ease;
}

.contact-request-grid a::before,
.contact-request-grid div::before {
    width: 52px;
    height: 5px;
    background: var(--ui-rust);
}

.contact-request-grid a:hover {
    border-color: rgba(223, 63, 45, .42);
    background: var(--ui-rust-soft);
    box-shadow: var(--ui-shadow-sm);
    transform: none;
}

.contact-request-grid span {
    color: var(--ui-ink);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 25px;
}

.contact-request-grid small {
    color: var(--ui-rust-dark);
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.contact-channel-grid,
.contact-info-grid-modern {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: clamp(36px, 5vw, 66px);
}

.contact-channel-card,
.contact-info-grid-modern .contact-channel-card {
    min-width: 0;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 26px;
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-lg);
    background: var(--ui-white);
    box-shadow: none;
    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

a.contact-channel-card:hover {
    border-color: rgba(223, 63, 45, .42);
    box-shadow: var(--ui-shadow-sm);
}

.contact-channel-card small {
    margin-top: 30px;
    color: var(--ui-rust-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact-channel-card strong,
.contact-info-grid-modern .contact-channel-card strong {
    margin-top: 8px;
    color: var(--ui-ink);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 23px;
    line-height: 1;
    overflow-wrap: anywhere;
}

.contact-channel-card em {
    margin-top: auto;
    padding-top: 24px;
    color: var(--ui-steel);
    font-size: 12px;
    font-style: normal;
}

.contact-layout-modern {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: clamp(28px, 6vw, 80px);
    align-items: start;
}

.contact-copy-panel {
    position: sticky;
    top: calc(var(--ui-header-height) + 36px);
}

.contact-copy-panel h2 {
    margin-bottom: 24px;
}

.contact-copy-panel p {
    color: var(--ui-steel);
}

.contact-form-card {
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-lg);
    background: var(--ui-white);
    box-shadow: var(--ui-shadow-sm);
}

.contact-form-card h2 {
    margin-bottom: 30px;
}

.contact-form-card label {
    display: grid;
    gap: 8px;
    margin: 0 0 8px;
    color: var(--ui-ink);
    font-size: 13px;
    font-weight: 800;
}

.contact-form-card > input,
.contact-form-card > select,
.contact-form-card > textarea {
    margin-bottom: 18px;
}

.contact-form-card .alert ul {
    margin: 10px 0 0;
    padding-left: 20px;
}

.alert {
    border-radius: var(--ui-radius-sm);
}

.alert.success {
    background: #edf9f4;
    color: #0d6a4c;
}

.alert.error {
    background: var(--ui-rust-soft);
    color: var(--ui-rust-dark);
}

/* Blog */

.blog-hero-enhanced {
    background:
        radial-gradient(circle at 86% 18%, rgba(223, 63, 45, .28), transparent 24%),
        var(--ui-ink);
}

.blog-hero-enhanced h1 {
    max-width: 980px;
}

.blog-info-pills {
    margin-top: 28px;
}

.blog-info-pills time,
.blog-info-pills a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    color: var(--ui-white);
    font-size: 11px;
    font-weight: 800;
}

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

.blog-card {
    min-width: 0;
    min-height: 480px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-lg);
    background: var(--ui-white);
    box-shadow: none;
    transition:
        border-color .22s ease,
        box-shadow .22s ease;
}

.blog-card:hover {
    border-color: rgba(223, 63, 45, .42);
    box-shadow: var(--ui-shadow-md);
}

.blog-card-image {
    margin: -24px -24px 24px;
    aspect-ratio: 16 / 10;
    background: var(--ui-sand);
}

.blog-card h2 {
    margin-bottom: 16px;
    font-size: 34px;
    line-height: .98;
}

.blog-card p {
    color: var(--ui-steel);
    font-size: 14px;
}

.blog-card-meta {
    color: var(--ui-steel);
    font-size: 11px;
}

.blog-card-meta a {
    color: var(--ui-rust-dark);
}

.blog-detail-section {
    background: var(--ui-sand);
}

.blog-detail-enhanced {
    display: grid;
    gap: 48px;
}

.blog-featured-image {
    margin: 0;
    overflow: hidden;
    border-radius: var(--ui-radius-lg);
    background: var(--ui-sand);
}

.blog-featured-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.blog-content-flow {
    max-width: 820px;
    color: var(--ui-ink-3);
    font-size: 17px;
    line-height: 1.85;
}

.blog-content-flow h2,
.blog-content-flow h3 {
    margin-top: 42px;
}

.blog-content-flow a {
    color: var(--ui-rust-dark);
    font-weight: 750;
    text-decoration: underline;
}

.blog-category-links,
.related-services,
.blog-company-section {
    padding: clamp(26px, 4vw, 42px);
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-lg);
    background: var(--ui-white);
}

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

.related-service-grid a {
    min-width: 0;
    padding: 16px;
    border-radius: var(--ui-radius-sm);
    background: var(--ui-sand);
    color: var(--ui-ink);
    font-weight: 750;
}

/* Smart search */

.smart-search-fab {
    right: 24px;
    bottom: 88px;
    z-index: var(--ui-z-floating);
    min-height: 54px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: var(--ui-ink);
    box-shadow: 0 18px 44px rgba(16, 24, 32, .24);
}

.smart-search-fab:hover,
.smart-search-fab[aria-expanded="true"] {
    background: var(--ui-rust);
    transform: none;
}

.smart-search-section {
    right: 24px;
    bottom: 154px;
    z-index: calc(var(--ui-z-floating) + 1);
    width: min(640px, calc(100vw - 48px));
    max-height: min(760px, calc(100vh - 180px));
    overscroll-behavior: contain;
}

.smart-search-card {
    padding: 28px;
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-lg);
    background: var(--ui-paper);
    box-shadow: var(--ui-shadow-lg);
}

.smart-search-close {
    width: 42px;
    height: 42px;
    border-color: var(--ui-line);
    background: var(--ui-white);
    color: var(--ui-ink);
}

.smart-search-close svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.smart-search-copy h2 {
    font-size: 42px;
}

.smart-search-form label {
    color: var(--ui-ink);
}

.smart-search-control textarea {
    min-height: 110px;
}

.smart-chat-message {
    border-color: rgba(223, 63, 45, .18);
    background: var(--ui-rust-soft);
}

.smart-chat-message.is-user {
    background: var(--ui-ink);
}

.smart-chat-avatar {
    background: var(--ui-rust);
}

.smart-company-card {
    border-radius: var(--ui-radius-md);
}

/* Footer */

.site-footer {
    position: relative;
    padding-top: clamp(68px, 8vw, 100px);
    overflow: hidden;
    border-top: 6px solid var(--ui-rust);
    background: #0a1015;
    color: var(--ui-white);
}

.site-footer::before {
    position: absolute;
    top: 0;
    right: 0;
    width: min(440px, 45vw);
    height: 100%;
    background:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 48px 48px;
    content: "";
    mask-image: linear-gradient(90deg, transparent, #000);
}

.footer-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.55fr .8fr 1fr 1.2fr;
    gap: clamp(28px, 5vw, 72px);
    padding-bottom: 66px;
}

.footer-brand {
    max-width: 370px;
}

.footer-logo {
    color: var(--ui-white);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 27px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.footer-brand p {
    max-width: 340px;
    margin: 24px 0 18px;
    color: rgba(255, 255, 255, .56);
    font-size: 14px;
    line-height: 1.75;
}

.footer-location-link {
    display: inline-flex;
    color: #ff8a76;
    font-size: 12px;
    font-weight: 800;
}

.site-footer .footer-column h2 {
    margin: 0 0 22px;
    color: var(--ui-white);
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.site-footer .footer-column a,
.site-footer .footer-column p {
    display: block;
    margin: 0 0 10px;
    color: rgba(255, 255, 255, .58);
    font-size: 13px;
    font-weight: 550;
    overflow-wrap: anywhere;
    transition: color .18s ease;
}

.site-footer .footer-column a:hover {
    color: var(--ui-white);
}

.footer-bottom {
    position: relative;
    z-index: 1;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .4);
    font-size: 11px;
}

/* Responsive */

@media (max-width: 1180px) {
    .popular-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

    .about-work-grid,
    .contact-request-grid,
    .contact-channel-grid,
    .contact-info-grid-modern {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 1100px) {
    :root {
        --ui-header-height: 76px;
    }

    .site-header .header-inner {
        position: relative;
        min-height: var(--ui-header-height);
    }

    .site-header .nav-button {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
    }

    .site-header .main-nav {
        position: fixed;
        top: calc(var(--ui-header-height) + 10px);
        right: 18px;
        left: 18px;
        z-index: var(--ui-z-dropdown);
        display: grid;
        gap: 4px;
        max-height: calc(100vh - var(--ui-header-height) - 30px);
        padding: 12px;
        overflow-y: auto;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: var(--ui-radius-md);
        background: rgba(16, 24, 32, .99);
        box-shadow: var(--ui-shadow-lg);
        opacity: 0;
        overscroll-behavior: contain;
        pointer-events: none;
        transform: translateY(-12px);
        transition:
            opacity .18s ease,
            transform .18s ease,
            visibility .18s ease;
        visibility: hidden;
    }

    body.nav-open .site-header .main-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    .site-header .main-nav a {
        min-height: 48px;
        display: flex;
        align-items: center;
        padding: 14px 16px;
        border-radius: var(--ui-radius-sm);
        background: rgba(255, 255, 255, .035);
    }

    .site-header .main-nav a::after {
        display: none;
    }

    .site-header .main-nav a:hover,
    .site-header .main-nav a.active {
        background: rgba(255, 255, 255, .08);
    }

    .site-header .main-nav .nav-cta {
        margin: 6px 0 0;
        justify-content: center;
    }

    .detail-intro-band,
    .about-story-grid,
    .about-map-grid,
    .contact-layout-modern {
        grid-template-columns: 1fr;
    }

    .contact-copy-panel {
        position: static;
    }

    .trust-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

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

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

    .filter-bar {
        grid-template-columns: 1fr;
    }

    .about-mini-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-mini-stats > div:nth-child(2) {
        border-right: 0;
    }

    .about-mini-stats > div:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .footer-grid {
        grid-template-columns: 1.4fr 1fr;
    }
}

@media (max-width: 700px) {
    body {
        background-size: 22px 22px;
    }

    .container {
        width: min(var(--ui-container), calc(100% - 24px));
    }

    .section {
        padding-block: 72px;
    }

    .site-header .logo strong {
        font-size: 18px;
    }

    .logo-mark {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .home-mobile-hero {
        min-height: 640px;
        padding: 82px 0 70px;
        background-position: 58% center;
    }

    .home-mobile-hero::after {
        display: none;
    }

    .home-hero-inner h1 {
        font-size: clamp(4.1rem, 22vw, 6rem);
        line-height: .8;
    }

    .home-hero-search,
    .category-hero-search {
        grid-template-columns: 1fr;
    }

    .home-hero-search button,
    .category-hero-search button {
        width: 100%;
    }

    .popular-category-section {
        padding-block: 66px;
    }

    .popular-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .popular-category-card {
        min-height: 142px;
        padding: 16px;
    }

    .popular-category-card strong {
        font-size: 17px;
    }

    .home-info-card {
        padding: 24px 18px;
    }

    .home-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .home-info-item {
        min-height: 92px;
        align-items: flex-start;
        flex-direction: column;
    }

    .home-info-item strong {
        font-size: 12px;
    }

    .company-grid,
    .blog-grid,
    .category-grid,
    .category-info-grid,
    .related-category-grid,
    .people-list,
    .premium-info-grid,
    .about-work-grid,
    .about-platform-grid,
    .contact-request-grid,
    .contact-channel-grid,
    .contact-info-grid-modern,
    .related-service-grid {
        grid-template-columns: 1fr;
    }

    .company-card > .company-image {
        height: 240px;
        min-height: 240px;
    }

    .company-body {
        padding: 22px;
    }

    .company-body p {
        min-height: 0;
    }

    .category-cta {
        grid-template-columns: 1fr;
        padding: 30px 24px;
    }

    .category-cta-actions {
        justify-content: flex-start;
    }

    .category-cta-actions .btn {
        width: 100%;
    }

    .category-hero,
    .category-detail-hero,
    .contact-hero-modern,
    .page-hero {
        padding: 86px 0;
    }

    .page-hero h1,
    .category-hero h1,
    .category-detail-hero h1,
    .contact-hero-modern h1,
    .about-hero-modern h1 {
        font-size: clamp(3.4rem, 18vw, 5rem);
    }

    .page-category-card {
        min-height: 250px;
    }

    .detail-cover,
    .about-hero-modern {
        min-height: 590px;
        padding: 92px 0 54px;
    }

    .detail-overlay-card h1 {
        font-size: clamp(3.7rem, 19vw, 5.6rem);
    }

    .action-button-row .btn {
        width: 100%;
    }

    .trust-strip {
        display: flex;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x proximity;
    }

    .trust-pill {
        min-width: 210px;
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .services-card {
        padding: 24px;
    }

    .gallery-modal-frame {
        max-width: calc(100vw - 24px);
    }

    .gallery-prev,
    .gallery-next {
        position: absolute;
        bottom: 18px;
    }

    .gallery-prev {
        left: calc(50% - 58px);
    }

    .gallery-next {
        right: calc(50% - 58px);
    }

    .about-feature-card.wide {
        display: block;
    }

    .about-feature-card.wide h3 {
        margin-top: 26px;
    }

    .about-timeline {
        grid-template-columns: 1fr;
    }

    .about-timeline article {
        min-height: 0;
    }

    .about-mini-stats {
        grid-template-columns: 1fr;
    }

    .about-mini-stats > div {
        min-height: 140px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .about-mini-stats > div:last-child {
        border-bottom: 0;
    }

    .contact-channel-card,
    .contact-info-grid-modern .contact-channel-card {
        min-height: 220px;
    }

    .blog-card {
        min-height: 0;
    }

    .smart-search-fab {
        right: 12px;
        bottom: calc(72px + env(safe-area-inset-bottom));
        max-width: calc(100vw - 24px);
    }

    .smart-search-section {
        right: 12px;
        bottom: calc(132px + env(safe-area-inset-bottom));
        width: calc(100vw - 24px);
        max-height: calc(100vh - 156px - env(safe-area-inset-bottom));
    }

    .smart-search-card {
        padding: 22px;
    }

    .smart-search-copy h2 {
        font-size: 34px;
    }

    .back-to-top {
        right: 12px;
        bottom: calc(12px + env(safe-area-inset-bottom));
    }

    .floating-whatsapp {
        bottom: calc(12px + env(safe-area-inset-bottom));
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding-block: 18px;
    }
}

@media (max-width: 420px) {
    .home-hero-inner h1 {
        font-size: 4.2rem;
    }

    .home-hero-inner p {
        font-size: 1rem;
    }

    .popular-category-card {
        min-height: 132px;
        padding: 14px;
    }

    .popular-category-icon {
        width: 40px;
        height: 40px;
    }

    .home-info-item {
        padding: 13px;
    }

    .filter-bar {
        padding: 8px;
    }

    .company-card > .company-image {
        height: 220px;
        min-height: 220px;
    }

    .contact-form-card,
    .seo-text-card,
    .blog-detail {
        padding: 24px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto;
        animation-duration: .01ms;
        animation-iteration-count: 1;
        transition-duration: .01ms;
    }

    .company-card:hover > .company-image > img:not(.company-image-background) {
        transform: none;
    }
}
