/* =============================================
   Premium Homepage — TacShield Defense
   Light corporate theme, military green accent
   ============================================= */

:root {
    --hp-green: #3d5a3d;
    --hp-green-dark: #2d442d;
    --hp-green-light: #4a704a;
    --hp-dark: #2d3436;
    --hp-gray: #636e72;
    --hp-gray-light: #95a5a6;
    --hp-bg: #ffffff;
    --hp-bg-soft: #f7f9f7;
    --hp-border: #e8ece8;
    --hp-whatsapp: #25d366;
    --hp-font: 'Inter', system-ui, sans-serif;
    --hp-heading: 'Oswald', 'Inter', sans-serif;
    --hp-section-pad: clamp(80px, 10vw, 140px);
    --hp-radius: 4px;
    --hp-radius-lg: 8px;
    --hp-shadow: 0 4px 24px rgba(45, 52, 54, 0.06);
    --hp-shadow-lg: 0 12px 48px rgba(45, 52, 54, 0.1);
    --hp-ease: cubic-bezier(0.4, 0, 0.2, 1);
    --hp-section-divider: linear-gradient(90deg, transparent, rgba(61, 90, 61, 0.22) 15%, rgba(74, 112, 74, 0.38) 50%, rgba(61, 90, 61, 0.22) 85%, transparent);
    --hp-texture-camo: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280' viewBox='0 0 280 280'%3E%3Cg fill='%232d442d' opacity='0.14'%3E%3Cellipse cx='55' cy='75' rx='52' ry='36' transform='rotate(-22 55 75)'/%3E%3Cellipse cx='155' cy='45' rx='44' ry='30' transform='rotate(18 155 45)'/%3E%3Cellipse cx='215' cy='145' rx='48' ry='34' transform='rotate(-12 215 145)'/%3E%3Cellipse cx='85' cy='195' rx='40' ry='28' transform='rotate(28 85 195)'/%3E%3C/g%3E%3Cg fill='%233d5a3d' opacity='0.1'%3E%3Cellipse cx='125' cy='125' rx='36' ry='26' transform='rotate(35 125 125)'/%3E%3Cellipse cx='35' cy='210' rx='32' ry='22' transform='rotate(-30 35 210)'/%3E%3C/g%3E%3Cg fill='%231a2218' opacity='0.06'%3E%3Cellipse cx='230' cy='70' rx='38' ry='26' transform='rotate(8 230 70)'/%3E%3C/g%3E%3C/svg%3E");
    --hp-texture-grid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cpath d='M64 0H0V64' fill='none' stroke='%233d5a3d' stroke-width='0.5' opacity='0.14'/%3E%3Cpath d='M0 32h64M32 0v64' fill='none' stroke='%233d5a3d' stroke-width='0.35' opacity='0.08'/%3E%3C/svg%3E");
    --hp-texture-topo: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Cpath d='M0 80 Q100 40 200 80 T400 80' fill='none' stroke='%232d442d' stroke-width='1' opacity='0.07'/%3E%3Cpath d='M0 160 Q120 120 240 160 T400 160' fill='none' stroke='%232d442d' stroke-width='1' opacity='0.06'/%3E%3Cpath d='M0 240 Q80 200 200 240 T400 240' fill='none' stroke='%233d5a3d' stroke-width='1' opacity='0.05'/%3E%3Cpath d='M0 320 Q140 280 280 320 T400 320' fill='none' stroke='%233d5a3d' stroke-width='1' opacity='0.06'/%3E%3C/svg%3E");
}

/* ---- Sticky Header ---- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid transparent;
    transition: all 0.35s var(--hp-ease);
}

.site-header.hp-header-scrolled {
    border-bottom-color: var(--hp-border);
    box-shadow: 0 2px 20px rgba(45, 52, 54, 0.06);
}

.hp-navbar {
    padding: 18px 0;
    transition: padding 0.35s var(--hp-ease);
}

.site-header.hp-header-scrolled .hp-navbar {
    padding: 12px 0;
}

.hp-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.hp-brand-icon {
    width: 46px;
    height: 46px;
    background: var(--hp-green);
    color: #fff;
    border-radius: var(--hp-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex-shrink: 0;
}

.hp-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.hp-brand-text strong {
    font-family: var(--hp-heading);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--hp-dark);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hp-brand-text small {
    font-size: 0.68rem;
    color: var(--hp-gray);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.hp-nav .nav-link {
    font-weight: 500;
    font-size: 0.92rem;
    color: var(--hp-dark);
    padding: 8px 20px !important;
    position: relative;
    letter-spacing: 0.01em;
}

.hp-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--hp-green);
    transition: width 0.3s var(--hp-ease);
}

.hp-nav .nav-link:hover::after,
.hp-nav .nav-link.active::after {
    width: 24px;
}

.hp-nav .nav-link:hover,
.hp-nav .nav-link.active {
    color: var(--hp-green);
}

.hp-dropdown {
    border: none;
    border-radius: var(--hp-radius-lg);
    box-shadow: var(--hp-shadow-lg);
    padding: 10px;
    margin-top: 8px;
}

.hp-dropdown .dropdown-item {
    border-radius: var(--hp-radius);
    padding: 10px 16px;
    font-size: 0.9rem;
    font-weight: 500;
}

.hp-dropdown .dropdown-item:hover {
    background: var(--hp-bg-soft);
    color: var(--hp-green);
}

.hp-nav-cta .btn-whatsapp {
    background: var(--hp-whatsapp) !important;
    border-color: var(--hp-whatsapp) !important;
    border-radius: var(--hp-radius);
    font-weight: 600;
    padding: 0.5rem 1.25rem;
}

.hp-nav-toggler {
    border: none;
    padding: 4px 8px;
}

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

.hp-nav-cta {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hp-nav-search {
    display: flex;
    align-items: stretch;
    background: var(--hp-bg-soft);
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius);
    overflow: hidden;
    min-width: 220px;
}

.hp-nav-search-compact {
    min-width: 200px;
    max-width: 260px;
}

.hp-nav-search-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0.45rem 0.85rem;
    font-size: 0.88rem;
    min-width: 0;
}

.hp-nav-search-input:focus {
    outline: none;
    box-shadow: none;
}

.hp-nav-search-btn {
    border: none;
    background: var(--hp-green);
    color: #fff;
    padding: 0 0.9rem;
    display: flex;
    align-items: center;
    transition: background 0.2s;
}

.hp-nav-search-btn:hover {
    background: var(--hp-green-dark);
}

.hp-search-page-form {
    min-width: 100%;
    max-width: 100%;
}

.hp-search-page-form .hp-nav-search-input {
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

.hp-search-page-form .hp-nav-search-btn {
    padding: 0 1.25rem;
    font-size: 1.1rem;
}

.hp-nav-search-icon {
    padding: 0.4rem 0.65rem;
    line-height: 1;
}

/* ---- Hero ---- */
.hp-hero-section {
    position: relative;
}

.hp-hero-carousel .carousel-inner,
.hp-hero-carousel .carousel-item {
    min-height: 92vh;
}

.hp-hero-section-compact .hp-hero-carousel .carousel-inner,
.hp-hero-section-compact .hp-hero-carousel .carousel-item,
.hp-hero-section-compact .hp-hero {
    min-height: 52vh;
}

.hp-hero-section-compact .hp-hero-content {
    padding: 60px 0 70px;
}

.hp-hero-carousel-single .carousel-item {
    display: block;
}

.hp-hero-indicators {
    margin-bottom: 2rem;
    z-index: 4;
}

.hp-hero-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
    opacity: 1;
}

.hp-hero-indicators .active {
    background-color: #fff;
}

.hp-hero-control {
    width: 8%;
    z-index: 4;
}

.hp-hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.hp-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        rgba(30, 35, 38, 0.82) 0%,
        rgba(45, 52, 54, 0.65) 45%,
        rgba(61, 90, 61, 0.45) 100%
    );
}

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

.hp-hero-content {
    max-width: 720px;
    padding: 100px 0 120px;
    color: #fff;
}

.hp-hero-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 28px;
    backdrop-filter: blur(8px);
}

.hp-hero-title {
    font-family: var(--hp-heading);
    font-size: clamp(2.4rem, 5.5vw, 4.2rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 24px;
}

.hp-hero-desc {
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 40px;
    max-width: 560px;
}

.hp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hp-btn-primary {
    background: var(--hp-green) !important;
    border-color: var(--hp-green) !important;
    border-radius: var(--hp-radius) !important;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 0.85rem 2rem !important;
    transition: all 0.3s var(--hp-ease);
}

.hp-btn-primary:hover {
    background: var(--hp-green-dark) !important;
    border-color: var(--hp-green-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(61, 90, 61, 0.35);
}

.hp-btn-whatsapp-hero {
    background: var(--hp-whatsapp) !important;
    border-color: var(--hp-whatsapp) !important;
    color: #fff !important;
    border-radius: var(--hp-radius) !important;
    font-weight: 600;
    padding: 0.85rem 2rem !important;
    transition: all 0.3s var(--hp-ease);
}

.hp-btn-whatsapp-hero:hover {
    background: #1fb855 !important;
    border-color: #1fb855 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

.hp-hero-scroll {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    animation: hpBounce 2s ease infinite;
}

.hp-hero-scroll i {
    font-size: 1.2rem;
}

@keyframes hpBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

/* ---- Sections ---- */
.hp-section {
    padding: var(--hp-section-pad) 0;
    background: var(--hp-bg);
}

.hp-section-header {
    max-width: 640px;
    margin: 0 auto 64px;
    text-align: center;
}

.hp-section-label {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--hp-green);
    margin-bottom: 16px;
}

.hp-section-title {
    font-family: var(--hp-heading);
    font-size: clamp(1.8rem, 3.5vw, 2.75rem);
    font-weight: 600;
    color: var(--hp-dark);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.2;
}

.hp-section-subtitle {
    font-size: 1.05rem;
    color: var(--hp-gray);
    line-height: 1.75;
    margin: 0;
}

.hp-btn-outline {
    border-radius: var(--hp-radius) !important;
    border-color: var(--hp-green) !important;
    color: var(--hp-green) !important;
    font-weight: 600;
    padding: 0.85rem 2rem !important;
    letter-spacing: 0.02em;
    transition: all 0.3s var(--hp-ease);
}

.hp-btn-outline:hover {
    background: var(--hp-green) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

/* ---- Homepage page shell (atmosphere & rhythm) ---- */
body:has(.hp-page) {
    background-color: #c5d0c5;
    background-image:
        radial-gradient(ellipse 90% 55% at 12% 8%, rgba(61, 90, 61, 0.28) 0%, transparent 52%),
        radial-gradient(ellipse 75% 45% at 88% 92%, rgba(45, 68, 45, 0.22) 0%, transparent 48%),
        radial-gradient(ellipse 60% 40% at 50% 50%, rgba(26, 34, 24, 0.04) 0%, transparent 70%),
        linear-gradient(168deg, #dce6dc 0%, #cfd9cf 28%, #c2cec2 55%, #b5c4b5 100%);
}

body:has(.hp-page)::before {
    opacity: 1;
    background-image:
        var(--hp-texture-topo),
        var(--hp-texture-grid),
        var(--hp-texture-camo);
    background-size: 400px 400px, 64px 64px, 280px 280px;
    background-position: center top, center center, center center;
}

.hp-page {
    position: relative;
    isolation: isolate;
}

.hp-page::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 80px,
            rgba(45, 68, 45, 0.025) 80px,
            rgba(45, 68, 45, 0.025) 81px
        ),
        linear-gradient(180deg, rgba(26, 34, 24, 0.06) 0%, transparent 12%, transparent 88%, rgba(26, 34, 24, 0.08) 100%);
}

.hp-page::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 100% 80% at 50% 40%, transparent 35%, rgba(26, 34, 24, 0.1) 100%);
}

.hp-page > * {
    position: relative;
    z-index: 1;
}

.hp-page .hp-store-section {
    background: rgba(248, 251, 248, 0.48);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom-color: rgba(61, 90, 61, 0.16);
}

.hp-page .hp-store-section-alt {
    background: rgba(214, 226, 214, 0.52);
}

.hp-page .hp-store-section::before {
    height: 2px;
    opacity: 1;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(45, 68, 45, 0.2) 8%,
        rgba(74, 112, 74, 0.55) 50%,
        rgba(45, 68, 45, 0.2) 92%,
        transparent
    );
}

.hp-page .hp-store-section::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, transparent, rgba(61, 90, 61, 0.35) 30%, rgba(74, 112, 74, 0.45) 50%, rgba(61, 90, 61, 0.35) 70%, transparent);
    opacity: 0.6;
}

.hp-page .hp-cat-grid-section {
    background: linear-gradient(180deg, rgba(240, 246, 240, 0.55) 0%, rgba(228, 236, 228, 0.65) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -20px 40px -24px rgba(45, 68, 45, 0.15);
}

.hp-page .hp-why-section {
    background: linear-gradient(
        165deg,
        rgba(236, 242, 236, 0.58) 0%,
        rgba(220, 232, 220, 0.68) 50%,
        rgba(236, 242, 236, 0.55) 100%
    );
}

.hp-page .hp-section-header-compact {
    margin-bottom: 44px;
}

.hp-page .hp-section-header-compact .hp-section-label {
    background: rgba(61, 90, 61, 0.1);
    border: 1px solid rgba(61, 90, 61, 0.14);
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 18px;
}

.hp-page .hp-section-header-compact .hp-section-title::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    margin: 16px auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--hp-green), var(--hp-green-light));
}

.hp-page .hp-why-card {
    border: 1px solid rgba(61, 90, 61, 0.16);
    box-shadow: 0 4px 24px rgba(26, 34, 24, 0.08);
    background: rgba(255, 255, 255, 0.88);
}

.hp-page .hp-why-icon {
    background: linear-gradient(145deg, #e4ece4 0%, #d4e0d4 100%);
    border: 1px solid rgba(61, 90, 61, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.hp-page .hp-cat-shortcuts-scroll {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(61, 90, 61, 0.22);
    box-shadow:
        0 12px 40px rgba(26, 34, 24, 0.14),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}

.hp-page .hp-cat-block-panel {
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.88) 0%, rgba(240, 246, 240, 0.78) 100%);
    border-color: rgba(61, 90, 61, 0.18);
    box-shadow:
        0 8px 32px rgba(26, 34, 24, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.hp-page .hp-blog-card {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(61, 90, 61, 0.14);
    box-shadow: 0 6px 24px rgba(26, 34, 24, 0.08);
}

.hp-page .hp-store-section .hp-product-card,
.hp-page .hp-cat-block-panel .hp-product-card {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(61, 90, 61, 0.12);
}

/* ---- Store layout (catalog style) ---- */
.hp-store-section {
    padding: clamp(56px, 8vw, 80px) 0;
    background: rgba(255, 255, 255, 0.78);
    border-bottom: 1px solid rgba(61, 90, 61, 0.09);
    position: relative;
}

.hp-store-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(92%, 1200px);
    height: 1px;
    background: var(--hp-section-divider);
}

.hp-store-section-alt {
    background: rgba(243, 247, 243, 0.84);
}

/* ---- Kategori ürün bloğu (modern) ---- */
.hp-cat-block {
    position: relative;
}

.hp-cat-block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.hp-cat-block-header-main {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    min-width: 0;
    flex: 1;
}

.hp-cat-block-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, var(--hp-green-dark) 0%, var(--hp-green) 55%, var(--hp-green-light) 100%);
    color: #fff;
    border-radius: 14px;
    font-size: 1.35rem;
    box-shadow: 0 6px 20px rgba(61, 90, 61, 0.28);
}

.hp-cat-block-eyebrow {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--hp-green);
    margin-bottom: 6px;
}

.hp-cat-block-title h2 {
    font-family: var(--hp-heading);
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--hp-dark);
    margin: 0 0 8px;
    line-height: 1.15;
}

.hp-cat-block-title p {
    margin: 0;
    font-size: 0.92rem;
    color: var(--hp-gray);
    max-width: 580px;
    line-height: 1.65;
}

.hp-cat-block-cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--hp-green);
    text-decoration: none;
    white-space: nowrap;
    background: #fff;
    border: 1px solid rgba(61, 90, 61, 0.22);
    border-radius: 50px;
    box-shadow: 0 4px 14px rgba(45, 52, 54, 0.06);
    transition: all 0.3s var(--hp-ease);
}

.hp-cat-block-cta:hover {
    gap: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--hp-green) 0%, var(--hp-green-light) 100%);
    border-color: transparent;
    box-shadow: 0 8px 24px rgba(61, 90, 61, 0.28);
    transform: translateY(-2px);
}

.hp-cat-block-panel {
    background: linear-gradient(165deg, #ffffff 0%, #f9fbf9 100%);
    border: 1px solid rgba(61, 90, 61, 0.1);
    border-radius: 16px;
    padding: clamp(16px, 3vw, 24px);
    box-shadow:
        0 4px 24px rgba(45, 52, 54, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hp-cat-block-banner {
    margin-top: 20px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(45, 52, 54, 0.14);
    border: 1px solid rgba(61, 90, 61, 0.12);
}

.hp-cat-block-banner .hp-cat-banner-wide {
    aspect-ratio: 21/6;
    border-radius: 0;
    box-shadow: none;
}

.hp-cat-block-banner .hp-cat-banner:hover {
    transform: none;
}

.hp-cat-block-banner .hp-cat-banner:hover img {
    transform: scale(1.02);
}

/* Ürün grid — az ürün olduğunda dengeli yerleşim */
.hp-cat-products-grid {
    display: grid;
    gap: clamp(14px, 2vw, 20px);
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}

.hp-cat-products-grid--count-1 {
    grid-template-columns: minmax(0, 280px);
}

@media (max-width: 575.98px) {
    .hp-cat-products-grid--count-1 {
        grid-template-columns: minmax(0, min(100%, 240px));
    }
}

.hp-cat-products-grid--count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hp-cat-products-grid--count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 767.98px) {
    .hp-cat-products-grid--count-2,
    .hp-cat-products-grid--count-3 {
        grid-template-columns: 1fr;
    }
}

/* Store section ürün kartları */
.hp-store-section .hp-product-card {
    position: relative;
    border-radius: 12px;
    border: 1px solid rgba(61, 90, 61, 0.08);
    box-shadow: 0 2px 16px rgba(45, 52, 54, 0.05);
    overflow: hidden;
    background: #fff;
}

.hp-store-section .hp-product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--hp-green), var(--hp-green-light));
    opacity: 0;
    transition: opacity 0.3s var(--hp-ease);
    z-index: 2;
}

.hp-store-section .hp-product-card:hover {
    border-color: rgba(61, 90, 61, 0.18);
    box-shadow: 0 12px 36px rgba(45, 52, 54, 0.1);
}

.hp-store-section .hp-product-card:hover::before {
    opacity: 1;
}

.hp-store-section .hp-product-image {
    background: linear-gradient(180deg, #f8faf8 0%, #f0f4f0 100%);
}

.hp-store-section .hp-product-body {
    padding: 18px 20px 20px;
}

.hp-store-section .hp-product-title {
    font-size: 0.92rem;
}

.hp-store-section .hp-product-desc {
    font-size: 0.82rem;
    line-height: 1.6;
}

.hp-store-section .hp-product-btn {
    padding: 9px 16px;
    background: #eef3ee;
    border-radius: 8px;
    font-size: 0.72rem;
    transition: all 0.25s var(--hp-ease);
}

.hp-store-section .hp-product-btn:hover {
    background: var(--hp-green);
    color: #fff;
    gap: 10px;
}

.hp-cat-grid-section {
    padding-top: 48px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(61, 90, 61, 0.12);
    box-shadow: inset 0 -12px 24px -20px rgba(61, 90, 61, 0.08);
}

/* ---- Kategori kısayolları (hero altı) ---- */
.hp-cat-shortcuts {
    position: relative;
    z-index: 5;
    margin-top: -36px;
    margin-bottom: 4px;
}

.hp-cat-shortcuts-scroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 14px 4px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(61, 90, 61, 0.12);
    border-radius: var(--hp-radius-lg);
    box-shadow: 0 10px 36px rgba(45, 52, 54, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.hp-cat-shortcuts-scroll::-webkit-scrollbar {
    display: none;
}

.hp-cat-shortcut {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 96px;
    text-decoration: none;
    color: inherit;
    scroll-snap-align: start;
    transition: transform 0.25s var(--hp-ease);
}

.hp-cat-shortcut:hover {
    transform: translateY(-3px);
    color: inherit;
}

.hp-cat-shortcut-thumb {
    width: 88px;
    height: 64px;
    border-radius: var(--hp-radius);
    overflow: hidden;
    border: 2px solid rgba(61, 90, 61, 0.12);
    box-shadow: 0 4px 12px rgba(45, 52, 54, 0.08);
    transition: border-color 0.25s var(--hp-ease), box-shadow 0.25s var(--hp-ease);
}

.hp-cat-shortcut:hover .hp-cat-shortcut-thumb {
    border-color: var(--hp-green);
    box-shadow: 0 6px 18px rgba(61, 90, 61, 0.18);
}

.hp-cat-shortcut-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block;
}

.hp-cat-shortcut-thumb-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--hp-green-dark) 0%, var(--hp-green) 100%);
    color: #fff;
    font-size: 1.5rem;
}

.hp-cat-shortcut-name {
    font-size: 0.68rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.25;
    color: var(--hp-dark);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    max-width: 96px;
}

.hp-cat-shortcut-all .hp-cat-shortcut-name {
    color: var(--hp-green);
}

@media (min-width: 992px) {
    .hp-cat-shortcuts-scroll {
        justify-content: center;
        flex-wrap: wrap;
        overflow-x: visible;
    }
}

.hp-cat-banner-designed {
    aspect-ratio: 1 / 1;
    border: 2px solid rgba(61, 90, 61, 0.15);
    box-shadow: 0 6px 28px rgba(45, 52, 54, 0.1);
}

.hp-cat-banner-designed img {
    object-position: left center;
}

.hp-cat-banner-designed:hover {
    border-color: var(--hp-green);
    box-shadow: 0 12px 36px rgba(61, 90, 61, 0.18);
}

.hp-cat-banner {
    display: block;
    position: relative;
    border-radius: var(--hp-radius);
    overflow: hidden;
    aspect-ratio: 4/3;
    text-decoration: none;
    box-shadow: var(--hp-shadow);
    transition: transform 0.3s var(--hp-ease), box-shadow 0.3s var(--hp-ease);
}

.hp-cat-banner-wide {
    aspect-ratio: 21/6;
}

.hp-cat-banner:hover {
    transform: translateY(-3px);
    box-shadow: var(--hp-shadow-lg);
}

.hp-cat-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s var(--hp-ease);
}

.hp-cat-banner:hover img {
    transform: scale(1.04);
}

.hp-cat-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(20, 24, 26, 0.82) 0%, rgba(20, 24, 26, 0.15) 55%, transparent 100%);
    pointer-events: none;
}

.hp-cat-banner-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 16px;
    color: #fff;
    font-family: var(--hp-heading);
    font-size: 0.88rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.3;
    z-index: 1;
}

.hp-cat-block-link {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--hp-green);
    text-decoration: none;
    white-space: nowrap;
    transition: gap 0.25s var(--hp-ease);
}

.hp-cat-block-link:hover {
    gap: 10px;
    color: var(--hp-green-dark);
}

/* ---- Category product slider (4+ ürün, otomatik kaydırma) ---- */
.hp-cat-products-slider {
    overflow: hidden;
    padding: 4px 0 8px;
}

.hp-cat-products-track-auto {
    display: flex;
    gap: 12px;
    width: max-content;
    animation: hpCatProductsScroll var(--hp-cat-scroll-duration, 40s) linear infinite;
}

.hp-cat-products-slider:hover .hp-cat-products-track-auto {
    animation-play-state: paused;
}

@keyframes hpCatProductsScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.hp-cat-products-slide {
    flex: 0 0 auto;
    width: calc(50vw - 28px);
    max-width: 280px;
    min-width: 0;
}

@media (min-width: 768px) {
    .hp-cat-products-track-auto {
        gap: 16px;
    }

    .hp-cat-products-slide {
        width: calc(33.333vw - 32px);
        max-width: 300px;
    }
}

@media (min-width: 1200px) {
    .hp-cat-products-slide {
        width: calc((min(1320px, 100vw) - 80px) / 4);
        max-width: 310px;
    }
}

/* Mobilde otomatik kaydırma yerine parmakla kaydırma */
@media (max-width: 991.98px) {
    .hp-cat-products-slider {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 4px;
        scrollbar-width: thin;
    }

    .hp-cat-products-track-auto {
        animation: none;
        width: max-content;
        padding-bottom: 6px;
    }

    .hp-cat-products-track-auto .hp-cat-products-slide[aria-hidden="true"] {
        display: none;
    }

    .hp-cat-products-slide {
        flex: 0 0 auto;
        width: min(72vw, 260px);
        max-width: none;
        scroll-snap-align: start;
    }
}

@media (max-width: 575.98px) {
    .hp-cat-products-slide {
        width: min(78vw, 240px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hp-cat-products-slider {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .hp-cat-products-slider::-webkit-scrollbar {
        display: none;
    }

    .hp-cat-products-track-auto {
        animation: none;
        width: 100%;
        overflow-x: auto;
    }

    .hp-cat-products-track-auto .hp-cat-products-slide[aria-hidden="true"] {
        display: none;
    }
}

/* ---- Categories (legacy cards) ---- */
.hp-categories {
    background: var(--hp-bg-soft);
}

.hp-category-card {
    display: block;
    position: relative;
    height: 220px;
    border-radius: var(--hp-radius-lg);
    overflow: hidden;
    text-decoration: none;
    box-shadow: var(--hp-shadow);
    transition: all 0.45s var(--hp-ease);
}

.hp-category-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--hp-shadow-lg);
}

.hp-category-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s var(--hp-ease);
}

.hp-category-card:hover .hp-category-bg {
    transform: scale(1.08);
}

.hp-category-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(30, 35, 38, 0.92) 0%, rgba(30, 35, 38, 0.35) 55%, transparent 100%);
    transition: background 0.4s var(--hp-ease);
}

.hp-category-card:hover .hp-category-overlay {
    background: linear-gradient(to top, rgba(45, 68, 45, 0.92) 0%, rgba(45, 68, 45, 0.4) 55%, transparent 100%);
}

.hp-category-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    z-index: 2;
}

.hp-category-content h3 {
    font-family: var(--hp-heading);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #fff;
    margin-bottom: 6px;
}

.hp-category-content p {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 10px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hp-category-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: gap 0.3s var(--hp-ease);
}

.hp-category-card:hover .hp-category-link {
    gap: 14px;
}

/* ---- Featured Products ---- */
.hp-featured {
    background: var(--hp-bg);
}

/* Product cards: see app.css (.hp-product-card) */

/* ---- Brands ---- */
.hp-brands-section {
    padding-bottom: 48px;
    background: rgba(243, 247, 243, 0.84);
}

.hp-brands {
    background: var(--hp-bg-soft);
    padding-bottom: calc(var(--hp-section-pad) - 20px);
}

.hp-brands-track-wrapper {
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
    padding: 20px 0;
}

.hp-brands-track {
    display: flex;
    gap: 80px;
    width: max-content;
    animation: hpBrandScroll 35s linear infinite;
}

.hp-brands-track:hover {
    animation-play-state: paused;
}

.hp-brand-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 56px;
    opacity: 0.45;
    filter: grayscale(100%);
    transition: all 0.35s var(--hp-ease);
}

.hp-brand-item:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.hp-brand-item img {
    max-height: 44px;
    max-width: 130px;
    object-fit: contain;
}

.hp-brand-item span {
    font-family: var(--hp-heading);
    font-size: 1rem;
    font-weight: 600;
    color: var(--hp-gray);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

@keyframes hpBrandScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ---- Why Choose Us ---- */
.hp-why-section {
    background: rgba(255, 255, 255, 0.82);
}

.hp-why {
    background: var(--hp-bg);
}

.hp-why-card {
    background: #fff;
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius-lg);
    padding: 44px 32px;
    height: 100%;
    text-align: center;
    transition: all 0.4s var(--hp-ease);
}

.hp-why-card:hover {
    border-color: transparent;
    box-shadow: var(--hp-shadow-lg);
    transform: translateY(-6px);
}

.hp-why-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 28px;
    background: var(--hp-bg-soft);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: var(--hp-green);
    transition: all 0.4s var(--hp-ease);
}

.hp-why-card:hover .hp-why-icon {
    background: var(--hp-green);
    color: #fff;
}

.hp-why-card h3 {
    font-family: var(--hp-heading);
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--hp-dark);
    margin-bottom: 14px;
}

.hp-why-card p {
    font-size: 0.9rem;
    color: var(--hp-gray);
    line-height: 1.7;
    margin: 0;
}

/* ---- About ---- */
.hp-about {
    background: var(--hp-bg-soft);
}

.hp-about-visual {
    position: relative;
    padding-right: 40px;
}

.hp-about-img-main {
    width: 100%;
    border-radius: var(--hp-radius-lg);
    box-shadow: var(--hp-shadow-lg);
    display: block;
}

.hp-about-accent {
    position: absolute;
    bottom: -24px;
    right: 0;
    width: 45%;
    height: 45%;
    background: var(--hp-green);
    border-radius: var(--hp-radius-lg);
    z-index: -1;
    opacity: 0.12;
}

.hp-about-text {
    font-size: 1.05rem;
    color: var(--hp-gray);
    line-height: 1.85;
    margin-bottom: 28px;
}

.hp-about-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.hp-about-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--hp-dark);
}

.hp-about-list li i {
    color: var(--hp-green);
    font-size: 1.15rem;
    flex-shrink: 0;
}

.hp-section-header-compact {
    margin-bottom: 40px;
}

/* ---- Blog ---- */
.hp-blog-section {
    position: relative;
}

.hp-blog {
    background: var(--hp-bg);
    padding-top: clamp(64px, 8vw, 100px);
    padding-bottom: clamp(64px, 8vw, 100px);
}

.hp-blog-card {
    background: #fff;
    border: 1px solid rgba(61, 90, 61, 0.1);
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    transition: all 0.35s var(--hp-ease);
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(45, 52, 54, 0.05);
}

.hp-blog-card:hover {
    border-color: rgba(61, 90, 61, 0.2);
    box-shadow: 0 14px 40px rgba(45, 52, 54, 0.1);
    transform: translateY(-5px);
}

.hp-blog-image {
    display: block;
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(145deg, #1a2218 0%, #2d3d2d 100%);
}

.hp-blog-image-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 35%, rgba(20, 24, 22, 0.55) 100%);
    transition: opacity 0.35s var(--hp-ease);
}

.hp-blog-card:hover .hp-blog-image-overlay {
    opacity: 0.85;
}

.hp-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s var(--hp-ease);
}

.hp-blog-card:hover .hp-blog-image img {
    transform: scale(1.06);
}

.hp-blog-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: rgba(61, 90, 61, 0.92);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 5px 12px;
    border-radius: 50px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hp-blog-body {
    padding: 18px 20px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.hp-blog-body time {
    font-size: 0.75rem;
    color: var(--hp-gray);
    font-weight: 500;
    letter-spacing: 0.02em;
}

.hp-blog-body h3 {
    font-family: var(--hp-heading);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 8px 0 10px;
}

.hp-blog-body h3 a {
    color: var(--hp-dark);
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s;
}

.hp-blog-body h3 a:hover {
    color: var(--hp-green);
}

.hp-blog-body p {
    font-size: 0.84rem;
    color: var(--hp-gray);
    line-height: 1.65;
    margin-bottom: 16px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hp-blog-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--hp-green);
    text-decoration: none;
    padding: 8px 14px;
    background: #eef3ee;
    border-radius: 8px;
    align-self: flex-start;
    margin-top: auto;
    transition: all 0.25s var(--hp-ease);
}

.hp-blog-link:hover {
    gap: 10px;
    background: var(--hp-green);
    color: #fff;
}

/* ---- Bedelli Askerlik Promo ---- */
.hp-bedelli {
    position: relative;
    padding: clamp(80px, 10vw, 120px) 0;
    background-size: cover;
    background-position: center;
}

.hp-bedelli-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        rgba(30, 35, 38, 0.9) 0%,
        rgba(45, 68, 45, 0.78) 55%,
        rgba(61, 90, 61, 0.65) 100%
    );
}

.hp-bedelli .container {
    position: relative;
    z-index: 2;
}

.hp-bedelli-content {
    max-width: 720px;
    color: #fff;
}

.hp-bedelli-label {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 8px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.hp-bedelli-title {
    font-family: var(--hp-heading);
    font-size: clamp(1.8rem, 3.5vw, 2.75rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    line-height: 1.15;
}

.hp-bedelli-desc {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
    max-width: 600px;
}

.hp-bedelli-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

/* ---- WhatsApp CTA ---- */
.hp-cta {
    position: relative;
    padding: clamp(100px, 12vw, 160px) 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hp-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(30, 35, 38, 0.88) 0%, rgba(45, 68, 45, 0.82) 100%);
}

.hp-cta .container {
    position: relative;
    z-index: 2;
}

.hp-cta-content {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.hp-cta-label {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 20px;
}

.hp-cta-content h2 {
    font-family: var(--hp-heading);
    font-size: clamp(1.8rem, 3.5vw, 2.75rem);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hp-cta-content p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.75;
    margin-bottom: 36px;
}

.hp-cta-whatsapp {
    background: var(--hp-whatsapp) !important;
    border-color: var(--hp-whatsapp) !important;
    color: #fff !important;
    border-radius: var(--hp-radius) !important;
    font-weight: 600;
    font-size: 1.05rem !important;
    padding: 1rem 2.5rem !important;
    transition: all 0.3s var(--hp-ease);
}

.hp-cta-whatsapp:hover {
    background: #1fb855 !important;
    border-color: #1fb855 !important;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.4);
}

/* ---- Footer ---- */
.hp-footer {
    background: var(--hp-dark);
    color: rgba(255, 255, 255, 0.7);
}

.hp-footer-main {
    padding: 44px 0 32px;
}

.hp-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-bottom: 12px;
}

.hp-footer-brand .hp-brand-icon {
    width: 34px;
    height: 34px;
    font-size: 1rem;
}

.hp-footer-brand strong {
    font-family: var(--hp-heading);
    font-size: 0.95rem;
    color: #fff;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.hp-footer-desc {
    font-size: 0.82rem;
    line-height: 1.55;
    margin-bottom: 14px;
    max-width: 320px;
}

.hp-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    margin-right: 6px;
    font-size: 0.9rem;
    transition: all 0.3s var(--hp-ease);
    text-decoration: none;
}

.hp-footer-social a:hover {
    background: var(--hp-green);
    color: #fff;
    transform: translateY(-2px);
}

.hp-footer-title {
    font-family: var(--hp-heading);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    margin-bottom: 12px;
}

.hp-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hp-footer-links li {
    margin-bottom: 5px;
}

.hp-footer-links-cols {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
}

@media (min-width: 576px) {
    .hp-footer-links-cols {
        grid-template-columns: 1fr 1fr;
        gap: 2px 10px;
    }
}

.hp-footer-links a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 0.8rem;
    line-height: 1.35;
    transition: color 0.2s;
}

.hp-footer-links a:hover {
    color: #fff;
}

.hp-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hp-footer-contact li {
    display: flex;
    gap: 10px;
    margin-bottom: 9px;
    font-size: 0.8rem;
    line-height: 1.4;
}

.hp-footer-contact i {
    color: var(--hp-green-light);
    margin-top: 2px;
    flex-shrink: 0;
    font-size: 0.85rem;
}

.hp-footer-contact a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

.hp-footer-contact a:hover {
    color: #fff;
}

.hp-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 14px 0;
    font-size: 0.78rem;
}

.hp-footer-tagline {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.75rem;
}

/* ---- Responsive ---- */
@media (max-width: 991.98px) {
    .hp-hero {
        min-height: 80vh;
    }

    .hp-hero-content {
        padding: 80px 0 100px;
    }

    .hp-hero-section-compact .hp-hero-content {
        padding: 40px 0 48px;
    }

    .hp-hero-section-compact .hp-hero,
    .hp-hero-section-compact .hp-hero-carousel .carousel-inner,
    .hp-hero-section-compact .hp-hero-carousel .carousel-item {
        min-height: min(62vh, 540px);
    }

    .hp-category-card {
        height: 200px;
    }

    .hp-about-visual {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .hp-cta {
        background-attachment: scroll;
    }
}

@media (max-width: 767.98px) {
    .hp-hero-actions {
        flex-direction: column;
    }

    .hp-hero-actions .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
        min-height: 48px;
    }

    .hp-hero-control {
        width: 48px;
        min-width: 48px;
        opacity: 0.9;
    }

    .hp-hero-section-compact .hp-hero-content {
        padding: 32px 0 40px;
    }

    .hp-hero-title {
        font-size: clamp(1.65rem, 7vw, 2.2rem);
        margin-bottom: 16px;
    }

    .hp-hero-desc {
        font-size: 0.95rem;
        margin-bottom: 24px;
    }

    .hp-hero-label {
        margin-bottom: 16px;
        padding: 6px 14px;
        font-size: 0.68rem;
    }

    .hp-bedelli-actions {
        flex-direction: column;
    }

    .hp-bedelli-actions .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

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

    .hp-section-header {
        margin-bottom: 48px;
    }

    .hp-cat-block-header {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        margin-bottom: 20px;
    }

    .hp-cat-block-header-main {
        gap: 14px;
    }

    .hp-cat-block-icon {
        width: 44px;
        height: 44px;
        font-size: 1.15rem;
        border-radius: 12px;
    }

    .hp-cat-block-cta {
        width: 100%;
        justify-content: center;
    }

    .hp-cat-block-panel {
        border-radius: 12px;
        padding: 14px;
    }

    .hp-cat-block-banner {
        border-radius: 12px;
        margin-top: 16px;
    }

    .hp-cat-shortcuts {
        margin-top: 0;
        margin-bottom: 0;
    }

    .hp-cat-shortcuts-scroll {
        border-radius: var(--hp-radius);
        padding: 12px;
    }

    .hp-cat-shortcut {
        width: 92px;
    }

    .hp-cat-shortcut-thumb {
        width: 84px;
        height: 60px;
    }

    .hp-cat-shortcut-name {
        font-size: 0.62rem;
    }

    .hp-cat-banner-wide {
        aspect-ratio: 12/5;
    }

    .hp-hero-section-compact .hp-hero,
    .hp-hero-section-compact .hp-hero-carousel .carousel-inner,
    .hp-hero-section-compact .hp-hero-carousel .carousel-item {
        min-height: auto;
        min-height: min(58vh, 520px);
    }

    .hp-category-card {
        height: 180px;
    }

    .hp-category-content {
        padding: 16px;
    }

    .hp-product-body,
    .hp-blog-body {
        padding: 14px 16px 16px;
    }

    .hp-why-card {
        padding: 32px 24px;
    }

    .hp-footer-main {
        padding: 32px 0 24px;
    }

    .hp-footer-title {
        margin-bottom: 8px;
    }

    .hp-footer-links li {
        margin-bottom: 4px;
    }

    .hp-footer-contact li {
        margin-bottom: 8px;
    }

    .hp-footer-bottom {
        padding: 12px 0;
        text-align: center;
    }

    .hp-footer-bottom .d-flex {
        gap: 6px !important;
    }

    .hp-footer-tagline {
        display: none;
    }

    .hp-cta {
        padding: 72px 0;
        background-attachment: scroll;
    }

    .hp-cta-content p {
        font-size: 0.95rem;
        margin-bottom: 28px;
    }

    .hp-cta-whatsapp {
        width: 100%;
        max-width: 360px;
        justify-content: center;
        min-height: 52px;
    }

    .hp-page .hp-store-section::after {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .hp-brand-text small {
        display: none;
    }

    .hp-cat-grid-section .col-12 {
        max-width: 100%;
    }
}
