/* ============================================================
   Khorram Pakhsh Public Site — Premium Corporate Theme
   Colors: #4c65ad (blue) · #07bf55 (green)
   ============================================================ */

:root {
    --pub-blue: #4c65ad;
    --pub-blue-dark: #364a82;
    --pub-blue-deep: #1a2744;
    --pub-green: #07bf55;
    --pub-green-dark: #06a849;
    --pub-green-glow: rgba(7, 191, 85, 0.35);
    --pub-ink: #152238;
    --pub-muted: #64748b;
    --pub-light: #f0f4fa;
    --pub-white: #ffffff;
    --pub-border: rgba(76, 101, 173, 0.12);
    --pub-shadow-sm: 0 4px 20px rgba(26, 39, 68, 0.06);
    --pub-shadow: 0 20px 60px rgba(26, 39, 68, 0.1);
    --pub-shadow-lg: 0 32px 80px rgba(26, 39, 68, 0.14);
    --pub-radius: 20px;
    --pub-radius-sm: 14px;
    --pub-header-h: 80px;
    --pub-topbar-h: 40px;
    --pub-highlight: #8fb4ff;
    --pub-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    overflow-x: clip;
    max-width: 100%;
}

html, body {
    width: 100%;
}

[id] {
    scroll-margin-top: calc(var(--pub-topbar-h) + var(--pub-header-h) + 1rem);
}

@media (max-width: 575px) {
    [id] {
        scroll-margin-top: calc(var(--pub-header-h) + 0.75rem);
    }
}

body.pub-site {
    margin: 0;
    font-family: 'Yekan', Tahoma, sans-serif;
    color: var(--pub-ink);
    background: var(--pub-white);
    line-height: 1.75;
    overflow-x: clip;
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
}

body.pub-site > main {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

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

.pub-container {
    width: 100%;
    max-width: 1200px;
    padding-inline: 1.25rem;
    margin-inline: auto;
}

/* ── Topbar ── */
.pub-topbar {
    background: var(--pub-blue-deep);
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.82rem;
    height: var(--pub-topbar-h);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1001;
}

.pub-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.pub-topbar__left {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.pub-topbar__item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: rgba(255, 255, 255, 0.88);
    transition: color 0.2s;
}

.pub-topbar__item:hover { color: var(--pub-green); }
.pub-topbar__item--muted { color: rgba(255, 255, 255, 0.55); }

.pub-topbar__social {
    display: flex;
    gap: 0.5rem;
}

.pub-topbar__social a {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    transition: background 0.2s, color 0.2s;
}

.pub-topbar__social a:hover {
    background: var(--pub-green);
    color: #fff;
}

/* ── Header ── */
.pub-header {
    position: fixed;
    top: var(--pub-topbar-h);
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    padding: 0.75rem 1.25rem;
    transition: padding 0.35s;
}

.pub-header.is-scrolled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.pub-header__shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding: 0.65rem 1.25rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(16px);
    transition: background 0.35s, border-color 0.35s, box-shadow 0.35s;
}

.pub-header.is-scrolled .pub-header__shell {
    background: rgba(255, 255, 255, 0.98);
    border-color: var(--pub-border);
    box-shadow: var(--pub-shadow-sm);
}

@media (min-width: 992px) {
    .pub-header__shell {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
    }

    .pub-logo {
        justify-self: start;
    }

    .pub-nav {
        justify-self: center;
    }

    .pub-header__actions {
        justify-self: end;
    }
}

/* Logo */
.pub-logo {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    flex-shrink: 0;
}

.pub-logo__mark {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: var(--pub-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    box-shadow: 0 8px 24px rgba(76, 101, 173, 0.35);
}

.pub-logo__mark--img {
    background: #fff;
    padding: 4px;
    overflow: hidden;
}

.pub-logo__mark--img.pub-logo__mark--no-bg {
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.pub-logo__mark--img.pub-logo__mark--bg-gradient {
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.88) 45%, rgba(255, 255, 255, 0.45) 100%);
    padding: 4px;
    box-shadow: 0 8px 22px rgba(255, 255, 255, 0.18);
}

.pub-logo__mark--sized {
    width: var(--pub-logo-width, 46px);
    height: var(--pub-logo-height, 46px);
    font-size: var(--pub-logo-icon-size, 1.35rem);
    border-radius: 14px;
}

.pub-logo__mark--img.pub-logo__mark--sized {
    border-radius: calc(min(var(--pub-logo-width, 46px), var(--pub-logo-height, 46px)) * 0.22);
}

.pub-logo__mark--img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.pub-logo__mark--img.pub-logo__mark--no-bg img {
    object-fit: contain;
}

.pub-logo__text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
    color: #fff;
    transition: color 0.3s;
}

.pub-logo__text strong {
    font-size: 1.05rem;
    font-weight: 800;
}

.pub-logo__text small {
    font-size: 0.72rem;
    opacity: 0.75;
    font-weight: 500;
}

.pub-header.is-scrolled .pub-logo__text,
.pub-logo--dark .pub-logo__text,
.pub-logo--footer .pub-logo__text {
    color: var(--pub-ink);
}

.pub-logo--footer .pub-logo__text small {
    color: rgba(255, 255, 255, 0.55);
}

/* Nav */
.pub-nav {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.pub-nav__link {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.9);
    transition: background 0.2s, color 0.2s;
}

.pub-nav__link:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.pub-nav__link.is-active {
    background: rgba(76, 101, 173, 0.22);
    color: #fff;
}

.pub-header.is-scrolled .pub-nav__link {
    color: var(--pub-muted);
}

.pub-header.is-scrolled .pub-nav__link:hover {
    background: var(--pub-light);
    color: var(--pub-blue);
}

.pub-header.is-scrolled .pub-nav__link.is-active {
    background: rgba(76, 101, 173, 0.1);
    color: var(--pub-blue);
}

.pub-header__actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Buttons */
.pub-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 46px;
    padding: 0.65rem 1.35rem;
    border-radius: 999px;
    font-weight: 800;
    font-size: 0.88rem;
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: transform 0.25s var(--pub-ease), box-shadow 0.25s var(--pub-ease), background 0.25s ease;
    white-space: nowrap;
}

.pub-btn:active {
    transform: translateY(0) scale(0.98);
}

.pub-btn:hover { transform: translateY(-2px); }

.pub-btn--primary {
    background: var(--pub-blue);
    color: #fff;
    box-shadow: 0 10px 28px rgba(76, 101, 173, 0.32);
}

.pub-btn--primary:hover {
    background: var(--pub-blue-dark);
    box-shadow: 0 14px 36px rgba(76, 101, 173, 0.38);
}

.pub-btn--white {
    background: #fff;
    color: var(--pub-blue);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.pub-btn--glass {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
}

.pub-btn--outline {
    background: transparent;
    color: var(--pub-blue);
    border: 2px solid var(--pub-border);
}

.pub-btn--outline:hover {
    border-color: var(--pub-blue);
    background: rgba(76, 101, 173, 0.05);
}

.pub-btn--lg {
    min-height: 52px;
    padding: 0.75rem 1.65rem;
    font-size: 0.95rem;
}

.pub-btn--block { width: 100%; }

/* Hamburger */
.pub-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    cursor: pointer;
    padding: 10px;
}

.pub-menu-toggle span {
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: background 0.3s;
}

.pub-header.is-scrolled .pub-menu-toggle {
    background: var(--pub-light);
}

.pub-header.is-scrolled .pub-menu-toggle span {
    background: var(--pub-blue);
}

/* Drawer */
.pub-drawer {
    position: fixed;
    inset: 0;
    z-index: 2000;
    pointer-events: none;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.35s;
}

.pub-drawer.is-open {
    pointer-events: auto;
    opacity: 1;
}

.pub-drawer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(4px);
}

.pub-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(340px, 90vw);
    height: 100%;
    background: #fff;
    padding: 1.5rem;
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.15);
}

.pub-drawer.is-open .pub-drawer__panel {
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

.pub-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--pub-border);
}

.pub-drawer__close {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 12px;
    background: var(--pub-light);
    color: var(--pub-blue);
    font-size: 1.25rem;
    cursor: pointer;
}

.pub-drawer__nav { flex: 1; }

.pub-drawer__link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 1rem;
    border-radius: var(--pub-radius-sm);
    font-weight: 700;
    color: var(--pub-ink);
    transition: background 0.2s;
}

.pub-drawer__link:hover,
.pub-drawer__link.is-active {
    background: var(--pub-light);
    color: var(--pub-blue);
}

/* ── Hero ── */
.pub-hero {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: calc(100vh - var(--pub-topbar-h));
    color: #fff;
    overflow: hidden;
}

.pub-hero-swiper,
.pub-hero .swiper-wrapper,
.pub-hero .swiper-slide {
    width: 100%;
    max-width: 100%;
}

.pub-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 3;
}

.pub-hero__glow--1 {
    width: 400px;
    height: 400px;
    background: rgba(7, 191, 85, 0.2);
    top: 20%;
    left: -10%;
}

.pub-hero__glow--2 {
    width: 350px;
    height: 350px;
    background: rgba(76, 101, 173, 0.25);
    bottom: 10%;
    right: -5%;
}

.pub-hero .swiper,
.pub-hero .swiper-wrapper,
.pub-hero .swiper-slide {
    height: 100%;
    min-height: calc(100vh - var(--pub-topbar-h));
}

.pub-hero__slide {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.pub-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.08);
    animation: pubKenBurns 14s ease-in-out infinite alternate;
}

@keyframes pubKenBurns {
    from { transform: scale(1.08); }
    to { transform: scale(1.15); }
}

.pub-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(21, 34, 56, 0.92) 0%, rgba(76, 101, 173, 0.78) 50%, rgba(21, 34, 56, 0.88) 100%);
}

.pub-hero__pattern {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
    background-size: 32px 32px;
}

.pub-hero__grid {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
    align-items: center;
    padding: calc(var(--pub-header-h) + var(--pub-topbar-h) + 2rem) 0 5rem;
    min-height: calc(100vh - var(--pub-topbar-h));
}

.pub-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1rem 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    opacity: 0;
    transform: translateY(24px);
}

.pub-hero__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--pub-green);
    box-shadow: 0 0 12px var(--pub-green-glow);
    animation: pubPulse 2s ease infinite;
}

@keyframes pubPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(0.85); }
}

.pub-hero__title {
    font-size: clamp(2rem, 5.5vw, 3.25rem);
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 1.15rem;
    opacity: 0;
    transform: translateY(28px);
}

.pub-gradient-text {
    display: block;
    color: var(--pub-highlight);
}

.pub-hero__subtitle {
    font-size: clamp(0.95rem, 2.2vw, 1.1rem);
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 2rem;
    max-width: 520px;
    line-height: 1.85;
    opacity: 0;
    transform: translateY(28px);
}

.pub-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(28px);
}

.pub-hero__trust {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    opacity: 0;
    animation: pubFadeUp 0.8s ease 0.5s forwards;
}

.pub-hero__avatars {
    display: flex;
}

.pub-hero__avatars span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    margin-right: -10px;
    background: var(--pub-blue);
}

.pub-hero__avatars span:nth-child(2) { opacity: 0.85; }
.pub-hero__avatars span:nth-child(3) { opacity: 0.7; }
.pub-hero__avatars span:nth-child(4) { opacity: 0.55; }

.pub-hero__trust p {
    margin: 0;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.75);
}

.pub-hero__trust strong { color: var(--pub-green); }

/* Hero aside cards */
.pub-hero__aside {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    opacity: 0;
    transform: translateX(30px);
    animation: pubSlideLeft 0.9s ease 0.35s forwards;
}

@keyframes pubSlideLeft {
    to { opacity: 1; transform: translateX(0); }
}

.pub-hero-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
    border-radius: var(--pub-radius);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    transition: transform 0.3s, background 0.3s;
}

.pub-hero-card:hover {
    transform: translateX(-4px);
    background: rgba(255, 255, 255, 0.12);
}

.pub-hero-card--main {
    padding: 1.35rem 1.5rem;
}

.pub-hero-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--pub-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.pub-hero-card strong {
    display: block;
    font-size: 0.95rem;
    margin-bottom: 0.15rem;
}

.pub-hero-card span {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.65);
}

.pub-hero-card__stat {
    margin-right: auto;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--pub-green);
}

.pub-hero-card--sub i {
    font-size: 1.5rem;
    color: var(--pub-green);
    flex-shrink: 0;
}

.pub-hero-card--green {
    border-color: rgba(7, 191, 85, 0.25);
    background: rgba(7, 191, 85, 0.08);
}

.swiper-slide-active .pub-hero__badge { animation: pubFadeUp 0.7s ease forwards; }
.swiper-slide-active .pub-hero__title { animation: pubFadeUp 0.75s ease 0.1s forwards; }
.swiper-slide-active .pub-hero__subtitle { animation: pubFadeUp 0.75s ease 0.22s forwards; }
.swiper-slide-active .pub-hero__actions { animation: pubFadeUp 0.75s ease 0.34s forwards; }

@keyframes pubFadeUp {
    to { opacity: 1; transform: translateY(0); }
}

/* Hero controls */
.pub-hero__controls {
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 max(1.25rem, calc((100% - 1200px) / 2 + 1.25rem));
}

.pub-hero-pagination {
    position: static !important;
    width: auto !important;
}

.pub-hero .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.35);
    opacity: 1;
    transition: width 0.3s, background 0.3s;
}

.pub-hero .swiper-pagination-bullet-active {
    width: 32px;
    border-radius: 999px;
    background: var(--pub-blue);
}

.pub-hero__arrows {
    display: flex;
    gap: 0.5rem;
}

.pub-hero-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1.35rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    transition: background 0.2s, transform 0.2s;
}

.pub-hero-arrow:hover {
    background: rgba(7, 191, 85, 0.25);
    transform: scale(1.05);
}

.pub-hero-scroll {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 28px;
    height: 44px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 8px;
}

.pub-hero-scroll__wheel {
    width: 4px;
    height: 10px;
    background: var(--pub-green);
    border-radius: 999px;
    animation: pubScrollWheel 1.8s ease infinite;
}

@keyframes pubScrollWheel {
    0% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(14px); }
}

/* ── Stats band ── */
.pub-stats-band {
    position: relative;
    z-index: 20;
    margin-top: 0;
    padding-bottom: 2rem;
}

.pub-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.pub-stat {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.35rem 1.5rem;
    background: #fff;
    border-radius: var(--pub-radius);
    border: 1px solid var(--pub-border);
    box-shadow: var(--pub-shadow);
    position: relative;
    overflow: hidden;
}

.pub-stat::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: var(--pub-blue);
}

.pub-stat__icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: rgba(76, 101, 173, 0.1);
    color: var(--pub-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.pub-stat__value {
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--pub-blue);
    line-height: 1.2;
}

.pub-stat__label {
    font-size: 0.82rem;
    color: var(--pub-muted);
    margin-top: 0.15rem;
}

/* ── Partners marquee ── */
.pub-partners {
    padding: 2rem 0 2.5rem;
    background: var(--pub-light);
    border-block: 1px solid var(--pub-border);
    overflow: hidden;
}

.pub-partners__label {
    text-align: center;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--pub-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 1.25rem;
}

.pub-partners__track {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.pub-partners__marquee {
    display: flex;
    gap: 1rem;
    animation: pubMarquee 28s linear infinite;
    width: max-content;
}

@keyframes pubMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.pub-partners__item {
    padding: 0.65rem 1.5rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--pub-border);
    font-weight: 800;
    font-size: 0.88rem;
    color: var(--pub-muted);
    white-space: nowrap;
    box-shadow: var(--pub-shadow-sm);
}

/* ── Sections common ── */
.pub-section {
    padding: 5.5rem 0;
    position: relative;
}

.pub-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--pub-blue);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.85rem;
}

.pub-section__eyebrow span {
    width: 32px;
    height: 3px;
    border-radius: 999px;
    background: var(--pub-blue);
}

.pub-section__eyebrow--center {
    justify-content: center;
}

.pub-section__head {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 3rem;
}

.pub-section__title {
    font-size: clamp(1.65rem, 3.8vw, 2.35rem);
    font-weight: 800;
    margin: 0 0 1rem;
    line-height: 1.35;
    color: var(--pub-ink);
    position: relative;
}

.pub-section__head .pub-section__title::after {
    content: '';
    display: block;
    width: 48px;
    height: 4px;
    margin-top: 0.65rem;
    margin-inline: auto;
    border-radius: 999px;
    background: var(--pub-blue);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.6s var(--pub-ease);
}

.pub-reveal.is-visible .pub-section__title::after,
.pub-section__head.is-visible .pub-section__title::after {
    transform: scaleX(1);
}

.pub-section__title--light { color: #fff; }

.pub-section__lead {
    font-size: 1.02rem;
    color: var(--pub-muted);
    margin: 0 0 1.5rem;
    line-height: 1.9;
}

.pub-section__desc {
    margin: 0;
    color: var(--pub-muted);
    font-size: 0.98rem;
    line-height: 1.85;
}

.pub-section__desc--light {
    color: rgba(255, 255, 255, 0.72);
}

/* ── About ── */
.pub-section--about {
    background: #fff;
    overflow: hidden;
}

.pub-section__bg-shape {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(76, 101, 173, 0.06), transparent 70%);
    top: -20%;
    left: -15%;
    pointer-events: none;
}

.pub-about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.pub-about__media {
    position: relative;
}

.pub-about__frame {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--pub-shadow-lg);
    position: relative;
}

.pub-about__frame::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 3px solid rgba(76, 101, 173, 0.35);
    border-radius: 24px;
    pointer-events: none;
}

.pub-about__frame img {
    width: 100%;
    min-height: 380px;
    object-fit: cover;
}

.pub-about__float {
    position: absolute;
    bottom: -1.5rem;
    right: -1.5rem;
    background: var(--pub-blue);
    color: #fff;
    padding: 1.25rem 1.5rem;
    border-radius: var(--pub-radius);
    box-shadow: var(--pub-shadow-lg);
    text-align: center;
}

.pub-about__float-num {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.pub-about__float-text {
    font-size: 0.78rem;
    opacity: 0.9;
    line-height: 1.5;
}

.pub-about__dots {
    position: absolute;
    top: -1rem;
    left: -1rem;
    width: 80px;
    height: 80px;
    background-image: radial-gradient(var(--pub-green) 2px, transparent 2px);
    background-size: 12px 12px;
    opacity: 0.35;
}

.pub-about__list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: grid;
    gap: 0.75rem;
}

.pub-about__list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
    color: var(--pub-muted);
}

.pub-about__check {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(7, 191, 85, 0.12);
    color: var(--pub-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.pub-about__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

/* ── Services ── */
.pub-section--services {
    background: var(--pub-light);
}

.pub-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.pub-service {
    background: #fff;
    border-radius: var(--pub-radius);
    padding: 2rem 1.75rem;
    border: 1px solid var(--pub-border);
    position: relative;
    overflow: hidden;
    transition: transform 0.35s, box-shadow 0.35s;
}

.pub-service::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--pub-blue);
    opacity: 0;
    transition: opacity 0.35s;
}

.pub-service:hover {
    transform: translateY(-8px);
    box-shadow: var(--pub-shadow-lg);
}

.pub-service:hover::before { opacity: 0.03; }

.pub-service > * { position: relative; z-index: 1; }

.pub-service__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.pub-service__num {
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(76, 101, 173, 0.08);
    line-height: 1;
}

.pub-service__icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: var(--pub-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    box-shadow: 0 8px 24px rgba(76, 101, 173, 0.25);
}

.pub-service__title {
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
}

.pub-service__text {
    color: var(--pub-muted);
    font-size: 0.9rem;
    margin: 0 0 1.25rem;
    line-height: 1.8;
}

.pub-service__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 800;
    font-size: 0.88rem;
    color: var(--pub-blue);
    transition: gap 0.2s, color 0.2s;
}

.pub-service:hover .pub-service__link {
    color: var(--pub-blue-dark);
    gap: 0.55rem;
}

/* ── Process ── */
.pub-section--process {
    background: #fff;
}

.pub-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    position: relative;
}

.pub-process::before {
    content: '';
    position: absolute;
    top: 42px;
    right: 12%;
    left: 12%;
    height: 2px;
    background: var(--pub-blue);
    opacity: 0.15;
}

.pub-process__item {
    text-align: center;
    padding: 1.5rem 1rem;
    position: relative;
}

.pub-process__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--pub-border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
    color: var(--pub-blue);
    box-shadow: var(--pub-shadow-sm);
    position: relative;
    z-index: 1;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.pub-process__item:hover .pub-process__icon {
    background: var(--pub-blue);
    color: #fff;
    border-color: transparent;
}

.pub-process__step {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background: var(--pub-green);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.pub-process__item h3 {
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
}

.pub-process__item p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--pub-muted);
    line-height: 1.7;
}

/* ── Why (dark) ── */
.pub-section--why {
    background: var(--pub-blue-deep);
    color: #fff;
    overflow: hidden;
}

.pub-why__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(7, 191, 85, 0.12), transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(76, 101, 173, 0.2), transparent 45%);
    pointer-events: none;
}

.pub-why__layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 3.5rem;
    align-items: start;
    position: relative;
    z-index: 1;
}

.pub-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.pub-why-item {
    padding: 1.5rem;
    border-radius: var(--pub-radius);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    transition: background 0.3s, transform 0.3s;
}

.pub-why-item:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-4px);
}

.pub-why-item__ring {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid rgba(7, 191, 85, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: var(--pub-green);
    margin-bottom: 1rem;
}

.pub-why-item h3 {
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
}

.pub-why-item p {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.75;
}

/* ── CTA strip ── */
.pub-cta {
    padding: 4rem 0;
    background: var(--pub-blue);
    position: relative;
    overflow: hidden;
}

.pub-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.pub-cta__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.pub-cta__text h2 {
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.5rem;
}

.pub-cta__text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
}

.pub-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

/* ── Contact ── */
.pub-section--contact {
    background: var(--pub-light);
}

.pub-contact {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 2rem;
    align-items: start;
}

.pub-contact__card {
    padding: 1.5rem;
    border-radius: var(--pub-radius);
    background: var(--pub-blue);
    color: #fff;
    margin-bottom: 0.5rem;
}

.pub-contact__card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.pub-contact__card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
}

.pub-contact__card p {
    margin: 0;
    font-size: 0.88rem;
    opacity: 0.88;
    line-height: 1.75;
}

.pub-contact__info {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.pub-contact__item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.1rem 1.25rem;
    background: #fff;
    border-radius: var(--pub-radius-sm);
    border: 1px solid var(--pub-border);
    transition: box-shadow 0.2s;
}

.pub-contact__item:hover {
    box-shadow: var(--pub-shadow-sm);
}

.pub-contact__item-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(76, 101, 173, 0.08);
    color: var(--pub-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.pub-contact__item strong {
    display: block;
    font-size: 0.78rem;
    color: var(--pub-muted);
    margin-bottom: 0.2rem;
    font-weight: 700;
}

.pub-contact__form {
    background: #fff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: var(--pub-shadow);
    border: 1px solid var(--pub-border);
}

.pub-contact__form-head {
    margin-bottom: 1.5rem;
}

.pub-contact__form-head h3 {
    margin: 0 0 0.35rem;
    font-size: 1.25rem;
    font-weight: 800;
}

.pub-contact__form-head p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--pub-muted);
}

.pub-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.pub-form-group {
    margin-bottom: 1rem;
}

.pub-form-group label {
    display: block;
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 0.45rem;
    color: var(--pub-ink);
}

.pub-form-control {
    width: 100%;
    min-height: 50px;
    padding: 0.7rem 1rem;
    border: 1.5px solid var(--pub-border);
    border-radius: var(--pub-radius-sm);
    font-family: inherit;
    font-size: 16px;
    color: var(--pub-ink);
    background: var(--pub-light);
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.pub-form-control:focus {
    outline: none;
    border-color: var(--pub-blue);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(76, 101, 173, 0.1);
}

textarea.pub-form-control {
    min-height: 130px;
    resize: vertical;
}

.pub-form-note {
    font-size: 0.8rem;
    color: var(--pub-muted);
    margin-top: 0.85rem;
    text-align: center;
}

.pub-form-success {
    display: none;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: var(--pub-radius-sm);
    background: rgba(7, 191, 85, 0.1);
    color: var(--pub-green-dark);
    font-weight: 700;
    font-size: 0.9rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.pub-form-success.is-visible {
    display: flex;
}

/* ── Footer ── */
.pub-footer {
    background: var(--pub-blue-deep);
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    padding-top: 0;
}

.pub-footer__wave {
    color: var(--pub-light);
    line-height: 0;
    margin-bottom: -1px;
}

.pub-footer__wave svg {
    width: 100%;
    height: 60px;
    display: block;
}

.pub-footer__newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 2rem 2.25rem;
    margin-bottom: 3rem;
    border-radius: var(--pub-radius);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.pub-footer__newsletter h3 {
    color: #fff;
    margin: 0 0 0.35rem;
    font-size: 1.15rem;
}

.pub-footer__newsletter p {
    margin: 0;
    font-size: 0.88rem;
}

.pub-footer__newsletter-form {
    display: flex;
    gap: 0.65rem;
    flex: 1;
    min-width: 280px;
    max-width: 420px;
}

.pub-footer__newsletter-form input {
    flex: 1;
    min-height: 48px;
    padding: 0 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-family: inherit;
    font-size: 16px;
}

.pub-footer__newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.pub-footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 2.5rem;
    padding-bottom: 2.5rem;
}

.pub-footer__brand p {
    margin: 1rem 0 0;
    font-size: 0.9rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.55);
}

.pub-footer__title {
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    margin: 0 0 1.15rem;
}

.pub-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pub-footer__links li { margin-bottom: 0.6rem; }

.pub-footer__links a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.88rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    transition: color 0.2s, transform 0.2s;
}

.pub-footer__links a:hover {
    color: var(--pub-green);
    transform: translateX(-3px);
}

.pub-footer__contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pub-footer__contact li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
}

.pub-footer__contact i {
    color: var(--pub-green);
    margin-top: 0.15rem;
}

.pub-footer__social {
    display: flex;
    gap: 0.65rem;
    margin-top: 1.25rem;
}

.pub-footer__social a {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    transition: background 0.2s, transform 0.2s;
}

.pub-footer__social a:hover {
    background: var(--pub-green);
    transform: translateY(-3px);
}

.pub-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 1.25rem 0 1.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.4);
}

/* ── Hero quick cards (ClinicMaster / Conzi style) ── */
.pub-hero-quick {
    position: relative;
    z-index: 25;
    margin-top: -3.5rem;
    padding-bottom: 0.5rem;
}

.pub-hero-quick__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.pub-hero-quick__card {
    display: block;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--pub-radius);
    border: 1px solid var(--pub-border);
    box-shadow: var(--pub-shadow-lg);
    transition: transform 0.35s, box-shadow 0.35s, border-color 0.35s;
    position: relative;
    overflow: hidden;
}

.pub-hero-quick__card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: var(--pub-blue);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s;
}

.pub-hero-quick__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(26, 39, 68, 0.14);
    border-color: rgba(76, 101, 173, 0.2);
}

.pub-hero-quick__card:hover::before {
    transform: scaleX(1);
}

.pub-hero-quick__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(76, 101, 173, 0.1);
    color: var(--pub-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 1.15rem;
    transition: background 0.3s, color 0.3s;
}

.pub-hero-quick__card:hover .pub-hero-quick__icon {
    background: var(--pub-blue);
    color: #fff;
}

.pub-hero-quick__card h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0 0 0.55rem;
    color: var(--pub-ink);
}

.pub-hero-quick__card p {
    margin: 0 0 1rem;
    font-size: 0.88rem;
    color: var(--pub-muted);
    line-height: 1.75;
}

.pub-hero-quick__link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-weight: 800;
    font-size: 0.85rem;
    color: var(--pub-blue);
}

/* ── Keyword ticker (Learna style) ── */
.pub-ticker {
    padding: 1.25rem 0;
    background: var(--pub-blue-deep);
    overflow: hidden;
    border-block: 1px solid rgba(255, 255, 255, 0.06);
}

.pub-ticker__track {
    display: flex;
    gap: 2.5rem;
    width: max-content;
    animation: pubTicker 35s linear infinite;
}

@keyframes pubTicker {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.pub-ticker__item {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.22);
    white-space: nowrap;
    letter-spacing: 0.02em;
}

.pub-ticker__item::after {
    content: '•';
    margin-right: 2.5rem;
    -webkit-text-stroke: 0;
    color: var(--pub-green);
    opacity: 0.6;
}

/* ── Video section (ClinicMaster play) ── */
.pub-section--video {
    background: #fff;
    padding-top: 4rem;
}

.pub-video {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3.5rem;
    align-items: center;
}

.pub-video__frame {
    aspect-ratio: 16 / 10;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    box-shadow: var(--pub-shadow-lg);
}

.pub-video__frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26, 39, 68, 0.35), rgba(76, 101, 173, 0.25));
}

.pub-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80px;
    height: 80px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--pub-blue);
    font-size: 2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 4px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s, background 0.3s, color 0.3s;
}

.pub-video__play-ring {
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.45);
    animation: pubPlayRing 2s ease infinite;
}

@keyframes pubPlayRing {
    0% { transform: scale(0.95); opacity: 1; }
    100% { transform: scale(1.25); opacity: 0; }
}

.pub-video__play:hover {
    transform: translate(-50%, -50%) scale(1.08);
    background: var(--pub-blue);
    color: #fff;
}

.pub-video__list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: grid;
    gap: 0.65rem;
}

.pub-video__list li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--pub-muted);
    font-size: 0.92rem;
}

.pub-video__list i {
    color: var(--pub-green);
    font-size: 1.15rem;
}

/* ── Testimonials (Conzi / Learna) ── */
.pub-section--testimonials {
    background: var(--pub-light);
}

.pub-testimonial-swiper {
    padding-bottom: 3rem;
}

.pub-testimonial {
    height: 100%;
    background: #fff;
    border-radius: var(--pub-radius);
    padding: 2rem 1.75rem;
    border: 1px solid var(--pub-border);
    box-shadow: var(--pub-shadow-sm);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s, transform 0.3s;
}

.pub-testimonial:hover {
    box-shadow: var(--pub-shadow);
    transform: translateY(-4px);
}

.pub-testimonial__quote {
    font-size: 2.5rem;
    color: var(--pub-green);
    opacity: 0.35;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.pub-testimonial__text {
    flex: 1;
    margin: 0 0 1.25rem;
    font-size: 0.95rem;
    color: var(--pub-muted);
    line-height: 1.85;
}

.pub-testimonial__stars {
    color: #f59e0b;
    font-size: 1rem;
    margin-bottom: 1.15rem;
    letter-spacing: 2px;
}

.pub-testimonial__author {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding-top: 1rem;
    border-top: 1px solid var(--pub-border);
}

.pub-testimonial__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--pub-blue);
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pub-testimonial__author strong {
    display: block;
    font-size: 0.95rem;
    color: var(--pub-ink);
}

.pub-testimonial__author span {
    font-size: 0.8rem;
    color: var(--pub-muted);
}

.pub-testimonial-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.pub-testimonial-prev,
.pub-testimonial-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--pub-border);
    background: #fff;
    color: var(--pub-blue);
    font-size: 1.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
}

.pub-testimonial-prev:hover,
.pub-testimonial-next:hover {
    background: var(--pub-blue);
    color: #fff;
}

.pub-testimonial-pagination {
    position: static !important;
    width: auto !important;
}

.pub-testimonial .swiper-pagination-bullet-active {
    background: var(--pub-green);
}

/* ── Blog (Conzi) ── */
.pub-section--blog {
    background: #fff;
}

.pub-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.pub-blog-card {
    background: #fff;
    border-radius: var(--pub-radius);
    overflow: hidden;
    border: 1px solid var(--pub-border);
    box-shadow: var(--pub-shadow-sm);
    transition: transform 0.35s, box-shadow 0.35s;
}

.pub-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--pub-shadow);
}

.pub-blog-card__thumb {
    display: block;
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.pub-blog-card__cat {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: var(--pub-blue);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
}

.pub-blog-card__body {
    padding: 1.35rem 1.5rem 1.5rem;
}

.pub-blog-card__date {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    color: var(--pub-muted);
    margin-bottom: 0.65rem;
}

.pub-blog-card__body h3 {
    margin: 0 0 0.65rem;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.5;
}

.pub-blog-card__body h3 a {
    color: var(--pub-ink);
    transition: color 0.2s;
}

.pub-blog-card__body h3 a:hover {
    color: var(--pub-blue);
}

.pub-blog-card__body p {
    margin: 0 0 1rem;
    font-size: 0.88rem;
    color: var(--pub-muted);
    line-height: 1.75;
}

.pub-blog-card__link {
    font-weight: 800;
    font-size: 0.85rem;
    color: var(--pub-blue);
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

/* ── FAQ (Learna accordion) ── */
.pub-section--faq {
    background: var(--pub-light);
}

.pub-faq {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 3rem;
    align-items: start;
}

.pub-faq__list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.pub-faq__item {
    background: #fff;
    border-radius: var(--pub-radius-sm);
    border: 1px solid var(--pub-border);
    overflow: hidden;
    transition: box-shadow 0.25s;
}

.pub-faq__item[open] {
    box-shadow: var(--pub-shadow-sm);
    border-color: rgba(76, 101, 173, 0.2);
}

.pub-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.35rem;
    font-weight: 800;
    font-size: 0.95rem;
    cursor: pointer;
    list-style: none;
    color: var(--pub-ink);
}

.pub-faq__question::-webkit-details-marker {
    display: none;
}

.pub-faq__question i {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: var(--pub-light);
    color: var(--pub-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    transition: transform 0.3s, background 0.3s, color 0.3s;
}

.pub-faq__item[open] .pub-faq__question i {
    transform: rotate(45deg);
    background: var(--pub-blue);
    color: #fff;
}

.pub-faq__answer {
    padding: 0 1.35rem 1.15rem;
}

.pub-faq__answer p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--pub-muted);
    line-height: 1.85;
    padding-top: 0.25rem;
    border-top: 1px dashed var(--pub-border);
}

/* ── Responsive ── */
@media (max-width: 1100px) {
    .pub-hero__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .pub-hero__aside {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .pub-hero-card {
        flex: 1 1 calc(50% - 0.5rem);
    }

    .pub-hero-card--main {
        flex: 1 1 100%;
    }

    .pub-why__layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .pub-topbar__item--muted { display: none; }

    .pub-nav,
    .pub-header__cta-desktop {
        display: none;
    }

    .pub-menu-toggle {
        display: flex;
    }

    .pub-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .pub-about,
    .pub-contact {
        grid-template-columns: 1fr;
    }

    .pub-about__float {
        right: 1rem;
        bottom: -1rem;
    }

    .pub-services,
    .pub-process {
        grid-template-columns: 1fr;
    }

    .pub-process::before { display: none; }

    .pub-why-grid {
        grid-template-columns: 1fr;
    }

    .pub-footer__grid {
        grid-template-columns: 1fr 1fr;
    }

    .pub-cta__inner {
        flex-direction: column;
        text-align: center;
    }

    .pub-cta__actions {
        justify-content: center;
    }

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

    .pub-hero-quick__grid,
    .pub-video,
    .pub-faq {
        grid-template-columns: unset;
    }

    .pub-hero-quick__grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 1rem;
        margin-inline: -1.25rem;
        padding-inline: 1.25rem;
        scrollbar-width: none;
    }

    .pub-hero-quick__grid::-webkit-scrollbar {
        display: none;
    }

    .pub-hero-quick__card {
        flex: 0 0 min(42%, 320px);
        scroll-snap-align: start;
    }

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

    .pub-hero-quick {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .pub-topbar { display: none; }

    .pub-header {
        top: 0;
        padding-inline: 0.85rem;
    }

    .pub-hero,
    .pub-hero .swiper,
    .pub-hero .swiper-slide {
        min-height: auto;
    }

    .pub-hero__grid {
        min-height: auto;
        padding-bottom: 4.5rem;
    }

    .pub-hero__aside {
        flex-direction: column;
    }

    .pub-hero-card {
        flex: 1 1 100%;
    }

    .pub-hero__actions {
        flex-direction: column;
    }

    .pub-hero__actions .pub-btn {
        width: 100%;
    }

    .pub-hero__controls {
        flex-direction: column-reverse;
        gap: 1rem;
        align-items: center;
    }

    .pub-hero-scroll { display: none; }

    .pub-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .pub-stat {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1rem 0.65rem;
        gap: 0.5rem;
    }

    .pub-stat__icon {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
        border-radius: 12px;
    }

    .pub-stat__value {
        font-size: 1.3rem;
    }

    .pub-stat__label {
        font-size: 0.75rem;
    }

    .pub-blog-grid {
        grid-template-columns: 1fr;
    }

    .pub-stats-band {
        margin-top: 0;
    }

    .pub-section {
        padding: 2.75rem 0;
    }

    .pub-section__head {
        margin-bottom: 1.75rem;
    }

    .pub-section__title {
        font-size: clamp(1.35rem, 5.5vw, 1.75rem);
    }

    .pub-section__lead,
    .pub-section__desc {
        font-size: 0.9rem;
        line-height: 1.75;
    }

    .pub-footer__grid,
    .pub-footer__newsletter {
        grid-template-columns: 1fr;
    }

    .pub-footer__newsletter {
        flex-direction: column;
        text-align: center;
    }

    .pub-footer__newsletter-form {
        max-width: 100%;
        flex-direction: column;
    }

    .pub-footer__bottom {
        flex-direction: column;
        text-align: center;
    }
}

/* ── Animations ── */
.pub-reveal {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.8s var(--pub-ease), transform 0.8s var(--pub-ease);
    will-change: opacity, transform;
}

.pub-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.pub-reveal--left {
    transform: translateX(-36px);
}

.pub-reveal--left.is-visible {
    transform: translateX(0);
}

.pub-reveal--right {
    transform: translateX(36px);
}

.pub-reveal--right.is-visible {
    transform: translateX(0);
}

.pub-hero-card--main {
    animation: pubFloat 6s ease-in-out infinite;
}

.pub-hero-card--sub:nth-child(2) {
    animation: pubFloat 6s ease-in-out 0.8s infinite;
}

.pub-hero-card--sub:nth-child(3) {
    animation: pubFloat 6s ease-in-out 1.6s infinite;
}

@keyframes pubFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.pub-hero-quick__card {
    transition: transform 0.35s var(--pub-ease), box-shadow 0.35s var(--pub-ease);
}

.pub-hero-quick__card:hover {
    transform: translateY(-6px);
    box-shadow: var(--pub-shadow);
}

.pub-stat,
.pub-service {
    transition: transform 0.35s var(--pub-ease), box-shadow 0.35s var(--pub-ease);
}

.pub-faq__answer {
    animation: pubFaqOpen 0.35s var(--pub-ease);
}

@keyframes pubFaqOpen {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pub-form-success.is-visible {
    animation: pubPopIn 0.45s var(--pub-ease);
}

@keyframes pubPopIn {
    from {
        opacity: 0;
        transform: scale(0.96);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

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

    .pub-reveal,
    .pub-reveal--left,
    .pub-reveal--right {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .pub-hero__bg,
    .pub-hero-card--main,
    .pub-hero-card--sub,
    .pub-ticker__track,
    .pub-partners__marquee,
    .pub-hero-scroll__wheel,
    .pub-video__play-ring {
        animation: none !important;
    }

    .pub-btn:hover {
        transform: none;
    }
}

@media (min-width: 992px) {
    .pub-header__cta-desktop { display: inline-flex; }

    .pub-nav {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
    }
}

/* ── Extra responsive polish ── */
@media (max-width: 1199px) {
    .pub-nav__link {
        padding: 0.45rem 0.75rem;
        font-size: 0.82rem;
    }

    .pub-header__shell {
        gap: 1rem;
        padding: 0.55rem 1rem;
    }
}

@media (max-width: 767px) {
    .pub-container {
        padding-inline: 1rem;
    }

    .pub-header {
        padding: 0.5rem 1rem;
    }

    .pub-header__shell {
        border-radius: 16px;
        padding: 0.5rem 0.85rem;
    }

    .pub-logo__mark {
        font-size: calc(var(--pub-logo-icon-size, 1.15rem) * 0.92);
    }

    .pub-logo__text strong {
        font-size: 0.95rem;
    }

    .pub-hero__aside {
        display: none;
    }

    .pub-hero__grid {
        min-height: auto;
        padding-top: calc(var(--pub-header-h) + 0.85rem);
        padding-bottom: 4rem;
    }

    .pub-hero,
    .pub-hero .swiper,
    .pub-hero .swiper-slide {
        min-height: auto;
    }

    .pub-hero-quick {
        margin-top: 0;
    }

    .pub-hero-quick__grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 0.85rem;
        margin-inline: -1rem;
        padding-inline: 1rem;
        scrollbar-width: none;
    }

    .pub-hero-quick__grid::-webkit-scrollbar {
        display: none;
    }

    .pub-hero-quick__card {
        flex: 0 0 min(86%, 280px);
        scroll-snap-align: start;
        padding: 1.15rem 1.1rem;
    }

    .pub-hero-quick__icon {
        width: 44px;
        height: 44px;
        font-size: 1.3rem;
        margin-bottom: 0.75rem;
    }

    .pub-hero-quick__card h3 {
        font-size: 0.98rem;
    }

    .pub-hero-quick__card p {
        font-size: 0.82rem;
        margin-bottom: 0.75rem;
    }

    .pub-stats {
        gap: 0.85rem;
    }

    .pub-stat {
        padding: 1rem;
    }

    .pub-about__float {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 1rem;
        display: inline-block;
    }

    .pub-about__frame img {
        min-height: 240px;
    }

    .pub-video__frame {
        aspect-ratio: 16 / 11;
    }

    .pub-cta__actions {
        width: 100%;
    }

    .pub-cta__actions .pub-btn {
        flex: 1 1 100%;
    }

    .pub-contact__form {
        padding: 1.35rem;
    }

    .pub-drawer__panel {
        width: 100%;
        max-width: 100%;
    }

    .pub-ticker__item {
        font-size: 1.35rem;
    }
}

@media (max-width: 380px) {
    .pub-hero__title {
        font-size: 1.65rem;
    }

    .pub-btn--lg {
        min-height: 48px;
        padding: 0.65rem 1.15rem;
        font-size: 0.88rem;
    }

    .pub-section__title {
        font-size: 1.45rem;
    }
}

/* ── Inner Pages ── */
.pub-page-hero {
    position: relative;
    min-height: 280px;
    display: flex;
    align-items: center;
    padding: calc(var(--pub-topbar-h) + var(--pub-header-h) + 2.5rem) 0 3.5rem;
    background: var(--pub-blue-deep) center / cover no-repeat;
    background-image: linear-gradient(135deg, rgba(26, 39, 68, 0.88), rgba(76, 101, 173, 0.75)), var(--pub-page-hero-bg, none);
    color: #fff;
    text-align: center;
}

.pub-page-hero__title {
    margin: 0 0 1rem;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
}

.pub-page-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.85);
}

.pub-page-hero__breadcrumb a:hover { color: var(--pub-green); }

.pub-page .pub-section__head--center { text-align: center; }

.pub-about-page {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.pub-about-page__media img {
    border-radius: var(--pub-radius);
    box-shadow: var(--pub-shadow);
}

.pub-icon-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.pub-icon-card-grid--4 { grid-template-columns: repeat(4, 1fr); }

.pub-icon-card {
    background: #fff;
    border-radius: var(--pub-radius-sm);
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: var(--pub-shadow-sm);
    border: 1px solid var(--pub-border);
}

.pub-icon-card__value {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--pub-blue);
    margin: 0.5rem 0;
}

.pub-media-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.pub-media-card {
    background: #fff;
    border-radius: var(--pub-radius);
    overflow: hidden;
    box-shadow: var(--pub-shadow-sm);
    border: 1px solid var(--pub-border);
}

.pub-media-card__img { height: 200px; overflow: hidden; }
.pub-media-card__img img { width: 100%; height: 100%; object-fit: cover; }

.pub-media-card__body { padding: 1.5rem; }
.pub-media-card__body > .mdi { font-size: 1.75rem; color: var(--pub-green); }
.pub-media-card__body h3 { margin: 0.75rem 0 0.5rem; font-size: 1.15rem; }
.pub-media-card__body p { margin: 0; color: var(--pub-muted); font-size: 0.92rem; }

.pub-list-check {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    text-align: right;
}

.pub-list-check li {
    padding: 0.35rem 0;
    color: var(--pub-muted);
    font-size: 0.9rem;
}

.pub-list-check li::before {
    content: '✓';
    color: var(--pub-green);
    margin-left: 0.5rem;
}

.pub-brand-logo-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.pub-brand-logo {
    background: #fff;
    border-radius: var(--pub-radius-sm);
    padding: 1.25rem 1rem;
    text-align: center;
    box-shadow: var(--pub-shadow-sm);
    border: 1px solid var(--pub-border);
}

.pub-brand-logo img { max-height: 48px; margin: 0 auto 0.75rem; object-fit: contain; }
.pub-brand-logo h4 { margin: 0 0 0.25rem; font-size: 0.95rem; }
.pub-brand-logo span { font-size: 0.78rem; color: var(--pub-muted); }

.pub-mini-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.pub-mini-stat {
    background: linear-gradient(135deg, var(--pub-blue), var(--pub-blue-dark));
    color: #fff;
    border-radius: var(--pub-radius-sm);
    padding: 1.25rem;
    text-align: center;
}

.pub-mini-stat .mdi { font-size: 1.5rem; color: var(--pub-green); }
.pub-mini-stat strong { display: block; font-size: 1.5rem; margin: 0.35rem 0; }
.pub-mini-stat span { font-size: 0.85rem; opacity: 0.9; }

.pub-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.pub-why-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--pub-radius-sm);
    padding: 1.5rem;
    text-align: center;
    color: #fff;
}

.pub-section--why .pub-why-card {
    background: #fff;
    color: var(--pub-ink);
    border-color: var(--pub-border);
    box-shadow: var(--pub-shadow-sm);
}

.pub-why-card .mdi { font-size: 2rem; color: var(--pub-green); }
.pub-why-card h3 { margin: 0.75rem 0 0.5rem; font-size: 1.05rem; }
.pub-why-card p { margin: 0; font-size: 0.88rem; color: var(--pub-muted); }

.pub-shop-filter {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.pub-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.pub-product-card {
    background: #fff;
    border-radius: var(--pub-radius-sm);
    overflow: hidden;
    box-shadow: var(--pub-shadow-sm);
    border: 1px solid var(--pub-border);
}

.pub-product-card__img { position: relative; height: 180px; overflow: hidden; }
.pub-product-card__img img { width: 100%; height: 100%; object-fit: cover; }

.pub-product-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(26, 39, 68, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s var(--pub-ease);
}

.pub-product-card:hover .pub-product-card__overlay { opacity: 1; }

.pub-product-card__body { padding: 1rem; }
.pub-product-card__body h3 { margin: 0 0 0.35rem; font-size: 0.95rem; }
.pub-product-card__brand { margin: 0; font-size: 0.82rem; color: var(--pub-muted); }
.pub-product-card__price { margin: 0.5rem 0; }
.pub-product-card__current { color: var(--pub-green); font-weight: 700; }
.pub-product-card__old { color: var(--pub-muted); text-decoration: line-through; font-size: 0.85rem; margin-right: 0.5rem; }
.pub-product-card__rating { font-size: 0.8rem; color: #f59e0b; }
.pub-product-card__rating span { color: var(--pub-muted); }

.pub-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.pub-pagination__btn {
    min-width: 40px;
    height: 40px;
    border: 1px solid var(--pub-border);
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-family: inherit;
}

.pub-pagination__btn.is-active {
    background: var(--pub-blue);
    color: #fff;
    border-color: var(--pub-blue);
}

.pub-pagination__info { width: 100%; text-align: center; color: var(--pub-muted); font-size: 0.88rem; margin-top: 0.5rem; }

.pub-blog-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 2rem;
    align-items: start;
}

.pub-blog-featured {
    background: #fff;
    border-radius: var(--pub-radius);
    overflow: hidden;
    box-shadow: var(--pub-shadow-sm);
    border: 1px solid var(--pub-border);
    margin-bottom: 2rem;
}

.pub-blog-featured__img { position: relative; height: 320px; }
.pub-blog-featured__img img { width: 100%; height: 100%; object-fit: cover; }

.pub-blog-featured__badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--pub-green);
    color: #fff;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.82rem;
}

.pub-blog-featured__body { padding: 1.5rem; }
.pub-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.82rem;
    color: var(--pub-muted);
    margin-bottom: 0.75rem;
}

.pub-blog-stats {
    display: flex;
    gap: 1.25rem;
    margin: 1rem 0;
    font-size: 0.88rem;
    color: var(--pub-muted);
}

.pub-blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.pub-blog-card {
    background: #fff;
    border-radius: var(--pub-radius-sm);
    overflow: hidden;
    box-shadow: var(--pub-shadow-sm);
    border: 1px solid var(--pub-border);
}

.pub-blog-card__img { height: 180px; }
.pub-blog-card__img img { width: 100%; height: 100%; object-fit: cover; }
.pub-blog-card__body { padding: 1.25rem; }
.pub-blog-card__body h3 { margin: 0.5rem 0; font-size: 1rem; }
.pub-blog-card__link { color: var(--pub-blue); font-size: 0.88rem; font-weight: 600; }

.pub-sidebar-widget {
    background: #fff;
    border-radius: var(--pub-radius-sm);
    padding: 1.25rem;
    margin-bottom: 1rem;
    box-shadow: var(--pub-shadow-sm);
    border: 1px solid var(--pub-border);
}

.pub-sidebar-widget h3 { margin: 0 0 1rem; font-size: 1rem; }

.pub-sidebar-search { display: flex; gap: 0.5rem; }
.pub-sidebar-search button {
    border: none;
    background: var(--pub-blue);
    color: #fff;
    border-radius: 10px;
    width: 44px;
    cursor: pointer;
}

.pub-sidebar-list { list-style: none; padding: 0; margin: 0; }
.pub-sidebar-list a {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--pub-border);
    font-size: 0.9rem;
}

.pub-recent-posts { display: grid; gap: 0.75rem; }
.pub-recent-post {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.pub-recent-post img { width: 64px; height: 64px; object-fit: cover; border-radius: 10px; }
.pub-recent-post h4 { margin: 0; font-size: 0.85rem; }
.pub-recent-post span { font-size: 0.78rem; color: var(--pub-muted); }

.pub-tag-cloud { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.pub-tag-cloud a {
    background: var(--pub-light);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.8rem;
}

.pub-info-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 2.5rem;
}

.pub-info-card {
    background: #fff;
    border-radius: var(--pub-radius);
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: var(--pub-shadow-sm);
    border: 1px solid var(--pub-border);
}

.pub-info-card__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--pub-green), var(--pub-blue));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
}

.pub-info-card h3 { margin: 0 0 0.75rem; }
.pub-info-card p { margin: 0.25rem 0; color: var(--pub-muted); font-size: 0.9rem; }
.pub-info-card a { color: var(--pub-blue); }

.pub-contact-layout {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 1.5rem;
    align-items: start;
}

.pub-contact-form-wrap {
    background: #fff;
    border-radius: var(--pub-radius);
    padding: 2rem;
    box-shadow: var(--pub-shadow-sm);
    border: 1px solid var(--pub-border);
}

.pub-contact-form-wrap h3 { margin: 0 0 0.5rem; }

.pub-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.pub-form__group { margin-bottom: 1rem; }
.pub-form__label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.88rem;
    font-weight: 600;
}

.pub-form__input {
    width: 100%;
    border: 1px solid var(--pub-border);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-family: inherit;
    font-size: 0.92rem;
    background: var(--pub-light);
}

.pub-form__textarea { min-height: 130px; resize: vertical; }
.pub-form__note { margin-top: 0.75rem; font-size: 0.85rem; color: var(--pub-muted); }
.pub-form__success { margin-top: 1rem; padding: 0.75rem 1rem; background: rgba(7, 191, 85, 0.12); color: var(--pub-green-dark); border-radius: 10px; }

.pub-hours-list { list-style: none; padding: 0; margin: 0; }
.pub-hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 0.55rem 0;
    border-bottom: 1px solid var(--pub-border);
    font-size: 0.9rem;
}

.pub-quick-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--pub-light);
    padding: 0.55rem 1rem;
    border-radius: 999px;
    margin: 0.35rem 0;
    font-weight: 600;
    color: var(--pub-blue);
}

.pub-social-links a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid var(--pub-border);
    font-size: 0.9rem;
}

.pub-map-section iframe { display: block; width: 100%; }

.pub-drawer__link.is-active {
    color: var(--pub-green);
}

@media (max-width: 991px) {
    .pub-about-page,
    .pub-blog-layout,
    .pub-contact-layout { grid-template-columns: 1fr; }

    .pub-icon-card-grid,
    .pub-icon-card-grid--4,
    .pub-media-card-grid,
    .pub-product-grid,
    .pub-brand-logo-grid,
    .pub-mini-stats,
    .pub-why-grid,
    .pub-info-card-grid { grid-template-columns: repeat(2, 1fr); }

    .pub-blog-grid { grid-template-columns: 1fr; }
    .pub-shop-filter { grid-template-columns: 1fr; }
}

@media (max-width: 575px) {
    .pub-icon-card-grid,
    .pub-icon-card-grid--4,
    .pub-media-card-grid,
    .pub-product-grid,
    .pub-brand-logo-grid,
    .pub-mini-stats,
    .pub-why-grid,
    .pub-info-card-grid { grid-template-columns: 1fr; }

    .pub-form__row { grid-template-columns: 1fr; }
    .pub-page-hero { min-height: 220px; padding-bottom: 2.5rem; }
}

/* ── Mobile layout polish ── */
@media (max-width: 991px) {
    .pub-about {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .pub-about__content { order: 1; }
    .pub-about__media { order: 2; }

    .pub-video {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .pub-video__content { order: 1; }
    .pub-video__media { order: 2; }

    .pub-why__layout {
        gap: 2rem;
    }
}

@media (max-width: 767px) {
    :root {
        --pub-header-h: 64px;
    }

    .pub-about__frame img {
        min-height: 200px;
    }

    .pub-about__actions {
        flex-direction: column;
    }

    .pub-about__actions .pub-btn {
        width: 100%;
        justify-content: center;
    }

    .pub-about__list li {
        font-size: 0.88rem;
    }

    .pub-service {
        padding: 1.25rem 1.15rem;
    }

    .pub-service__title {
        font-size: 1.02rem;
    }

    .pub-service__text {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }

    .pub-process__item {
        padding: 1.15rem 0.85rem;
    }

    .pub-process__icon {
        width: 56px;
        height: 56px;
        font-size: 1.35rem;
    }

    .pub-section--why .pub-why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .pub-why-item {
        padding: 1rem 0.85rem;
    }

    .pub-why-item__ring {
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
        margin-bottom: 0.65rem;
    }

    .pub-why-item h3 {
        font-size: 0.88rem;
    }

    .pub-why-item p {
        font-size: 0.78rem;
    }

    .pub-blog-card__thumb {
        height: 160px;
    }

    .pub-blog-card__body {
        padding: 1.1rem 1.15rem 1.25rem;
    }

    .pub-blog-card__body h3 {
        font-size: 0.95rem;
    }

    .pub-testimonial {
        padding: 1.35rem 1.2rem;
    }

    .pub-cta {
        padding: 2.5rem 0;
    }

    .pub-cta__text h2 {
        font-size: 1.35rem;
    }

    .pub-contact__form {
        padding: 1.15rem;
    }

    .pub-footer__grid {
        gap: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .pub-footer__newsletter {
        padding: 1.5rem 1.25rem;
    }

    .pub-footer__wave svg {
        height: 40px;
    }

    .pub-partners {
        padding: 1.25rem 0 1.5rem;
    }

    .pub-ticker {
        padding: 0.85rem 0;
    }

    .pub-ticker__item {
        font-size: 1.15rem;
    }

    .pub-stats-band {
        padding-bottom: 1.25rem;
    }

    .pub-stats-band--home {
        padding-top: 0.75rem;
    }

    .pub-section--video {
        padding-top: 2.5rem;
    }

    .pub-video__play {
        width: 64px;
        height: 64px;
        font-size: 1.6rem;
    }

    .pub-faq {
        gap: 2rem;
    }

    .pub-faq__question {
        font-size: 0.88rem;
        padding: 1rem 1.1rem;
    }

    .pub-hero-quick__card {
        flex-basis: min(86%, 280px);
    }
}

@media (max-width: 575px) {
    .pub-section--why .pub-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pub-blog-grid {
        grid-template-columns: 1fr;
    }

    .pub-footer {
        padding-bottom: 1.25rem;
    }

    .pub-footer__newsletter {
        flex-direction: column;
        text-align: start;
        align-items: stretch;
    }
}
