@charset "UTF-8";
/**
 * TAG Lojistik — Homepage V2 (Complete Theme Prototype)
 * Antigravity High-Scale Industrial Logistics Art Direction
 * Reference: Horoz Quality Benchmark / Cardless Architectural Composition
 */

/* ============================================================
   1. DESIGN SYSTEM VARIABLES
   ============================================================ */
:root {
    --v2-navy-deep: #091820;
    --v2-navy: #10232E;
    --v2-blue: #0F689C;
    --v2-blue-dark: #0A4F78;
    --v2-blue-ice: #E8F2F7;
    --v2-red: #CF1316;

    --v2-text: #17242B;
    --v2-muted: #586B77;
    --v2-soft: #F4F7FA;
    --v2-soft-alt: #EBF1F6;
    --v2-white: #FFFFFF;

    --v2-line: rgba(16, 35, 46, 0.12);
    --v2-line-dark: rgba(255, 255, 255, 0.14);

    --v2-w-wide: 1360px;
    --v2-w-main: 1240px;
    --v2-w-editorial: 1080px;
    --v2-w-reading: 720px;

    --v2-radius: 4px;
}

/* ============================================================
   2. GLOBAL SCOPE & CONTAINER SYSTEM (NO 1170px CLAMP)
   ============================================================ */
.tag-home-v2 {
    background-color: var(--v2-white);
    color: var(--v2-text);
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

.tag-home-v2 *,
.tag-home-v2 *::before,
.tag-home-v2 *::after {
    box-sizing: border-box;
}

.tag-home-v2 .v2-container-wide,
.v2-container-wide {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: var(--v2-w-wide) !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
    width: 100% !important;
}

.tag-home-v2 .v2-container-main,
.v2-container-main {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: var(--v2-w-main) !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
    width: 100% !important;
}

.tag-home-v2 .v2-container-editorial {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: var(--v2-w-editorial) !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
    width: 100% !important;
}

/* Section Spacing */
.tag-home-v2 .v2-section {
    padding-bottom: 140px;
    padding-top: 140px;
    position: relative;
    width: 100%;
}

.tag-home-v2 .v2-section--soft {
    background-color: var(--v2-soft);
}

.tag-home-v2 .v2-section--dark {
    background-color: var(--v2-navy-deep);
    color: #FFFFFF;
}

/* ============================================================
   3. TYPOGRAPHY (AUTHORITATIVE PIXELS)
   ============================================================ */
.tag-home-v2 .v2-eyebrow {
    align-items: center;
    color: var(--v2-blue);
    display: inline-flex;
    font-size: 13px !important;
    font-weight: 700 !important;
    gap: 14px;
    letter-spacing: 0.18em;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.tag-home-v2 .v2-eyebrow::after {
    background: currentColor;
    content: "";
    display: inline-block;
    height: 1.5px;
    width: 32px;
}

.tag-home-v2 .v2-section--dark .v2-eyebrow {
    color: var(--v2-blue-ice);
}

.tag-home-v2 .v2-heading-lg {
    color: var(--v2-text);
    font-size: 52px !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em;
    line-height: 1.12 !important;
    margin: 0 0 24px;
}

.tag-home-v2 .v2-section--dark .v2-heading-lg {
    color: #FFFFFF;
}

.tag-home-v2 .v2-heading-md {
    color: var(--v2-text);
    font-size: 40px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em;
    line-height: 1.20 !important;
    margin: 0 0 20px;
}

.tag-home-v2 .v2-lead {
    color: var(--v2-muted);
    font-size: 18px !important;
    line-height: 1.65 !important;
    margin: 0;
}

.tag-home-v2 .v2-section--dark .v2-lead {
    color: rgba(255, 255, 255, 0.82);
}

/* ============================================================
   4. BUTTONS & EDITORIAL ARROWS
   ============================================================ */
.tag-home-v2 .v2-btn {
    align-items: center;
    border: 1.5px solid transparent;
    border-radius: var(--v2-radius);
    cursor: pointer;
    display: inline-flex;
    font-family: Montserrat, sans-serif;
    font-size: 15px !important;
    font-weight: 700 !important;
    gap: 12px;
    justify-content: center;
    letter-spacing: 0.04em;
    line-height: 1;
    min-height: 54px;
    padding: 16px 36px;
    text-decoration: none !important;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
    white-space: nowrap;
}

.tag-home-v2 .v2-btn--primary {
    background-color: var(--v2-blue);
    border-color: var(--v2-blue);
    color: #FFFFFF !important;
}

.tag-home-v2 .v2-btn--primary:hover {
    background-color: var(--v2-blue-dark);
    border-color: var(--v2-blue-dark);
    transform: translateY(-2px);
}

.tag-home-v2 .v2-btn--secondary {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.85);
    color: #FFFFFF !important;
}

.tag-home-v2 .v2-btn--secondary:hover {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: #FFFFFF;
    transform: translateY(-2px);
}

.tag-home-v2 .v2-btn--outline {
    background-color: transparent;
    border-color: var(--v2-blue);
    color: var(--v2-blue) !important;
}

.tag-home-v2 .v2-btn--outline:hover {
    background-color: var(--v2-blue);
    color: #FFFFFF !important;
    transform: translateY(-2px);
}

.tag-home-v2 .v2-arrow-link {
    align-items: center;
    color: var(--v2-blue);
    display: inline-flex;
    font-size: 16px !important;
    font-weight: 700 !important;
    gap: 10px;
    letter-spacing: 0.02em;
    line-height: 1;
    text-decoration: none !important;
    transition: color 180ms ease, gap 180ms ease;
}

.tag-home-v2 .v2-arrow-link svg {
    flex-shrink: 0;
    transition: transform 180ms ease;
}

.tag-home-v2 .v2-arrow-link:hover {
    color: var(--v2-blue-dark);
    gap: 14px;
}

.tag-home-v2 .v2-arrow-link:hover svg {
    transform: translateX(4px);
}

/* ============================================================
   5. HEADER V2 (90px MINIMAL CORPORATE)
   ============================================================ */
.v2-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid var(--v2-line);
    min-height: 90px;
    position: relative;
    width: 100%;
    z-index: 1000;
}

.v2-header__topbar {
    background-color: var(--v2-navy-deep);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px !important;
    padding: 8px 0;
}

.v2-header__topbar-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--v2-w-wide);
    padding-left: 28px;
    padding-right: 28px;
}

.v2-header__topbar-link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none !important;
    transition: color 180ms ease;
}

.v2-header__topbar-link:hover {
    color: #FFFFFF;
}

.v2-header__main {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--v2-w-wide);
    min-height: 90px;
    padding-left: 28px;
    padding-right: 28px;
}

.v2-header__logo img {
    display: block;
    height: auto;
    max-height: 56px !important;
    width: auto !important;
}

.v2-header__nav {
    display: flex;
    gap: 36px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.v2-header__nav a {
    color: var(--v2-text);
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    transition: color 180ms ease;
}

.v2-header__nav a:hover {
    color: var(--v2-blue);
}

/* ============================================================
   6. HERO V2 (CINEMATIC VIDEO BACKGROUND + PROFESSIONAL SLIDER)
   ============================================================ */
@keyframes v2PulseDot {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.35;
        transform: scale(0.8);
    }
}

.tag-home-v2 .v2-hero {
    background-color: var(--v2-navy-deep);
    height: 820px;
    max-height: 820px;
    min-height: 820px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.tag-home-v2 .v2-hero__bg-wrap {
    height: 100%;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.tag-home-v2 .v2-hero__video {
    height: 100%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    z-index: 1;
}

.tag-home-v2 .v2-hero__video.is-active {
    opacity: 1;
    z-index: 2;
}

.tag-home-v2 .v2-hero__bg-img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.tag-home-v2 .v2-hero__overlay {
    background: linear-gradient(98deg, rgba(9, 24, 32, 0.95) 0%, rgba(9, 24, 32, 0.82) 48%, rgba(9, 24, 32, 0.32) 100%),
                linear-gradient(to top, rgba(9, 24, 32, 0.92) 0%, transparent 28%);
    height: 100%;
    inset: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.tag-home-v2 .v2-hero__grid-overlay {
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 28px 28px;
    height: 100%;
    inset: 0;
    opacity: 0.55;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 2;
}

/* Video Status Badge */
.tag-home-v2 .v2-hero__video-badge {
    align-items: center;
    background: rgba(9, 24, 32, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    display: inline-flex;
    gap: 10px;
    padding: 6px 14px 6px 12px;
    position: absolute;
    right: 32px;
    top: 32px;
    z-index: 10;
}

.tag-home-v2 .v2-hero__video-badge-dot {
    animation: v2PulseDot 1.8s infinite ease-in-out;
    background-color: #22C55E;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.7);
    display: inline-block;
    height: 8px;
    width: 8px;
}

.tag-home-v2 .v2-hero__video-badge-text {
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--tag-font-sans);
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tag-home-v2 .v2-hero__video-toggle {
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 50%;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    padding: 0;
    transition: background-color 0.18s ease;
    width: 24px;
}

.tag-home-v2 .v2-hero__video-toggle:hover {
    background: rgba(255, 255, 255, 0.3);
}

.tag-home-v2 .v2-hero__content-wrap {
    align-items: center;
    display: flex;
    inset: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--v2-w-wide);
    min-height: 820px;
    padding: 50px 28px 40px;
    position: relative;
    width: 100%;
    z-index: 3;
}

.tag-home-v2 .v2-hero__inner {
    display: flex;
    flex-direction: column;
    max-width: 840px;
    width: 100%;
}

/* Slides System */
.tag-home-v2 .v2-hero__slides {
    min-height: 330px;
    position: relative;
    width: 100%;
}

.tag-home-v2 .v2-hero__slide {
    display: none;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.42s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
}

.tag-home-v2 .v2-hero__slide.is-active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.tag-home-v2 .v2-hero__badge {
    align-items: center;
    background: rgba(15, 104, 156, 0.28);
    border: 1px solid rgba(15, 104, 156, 0.55);
    border-radius: 20px;
    color: #93C5FD;
    display: inline-flex;
    font-family: var(--tag-font-sans);
    font-size: 11.5px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
    padding: 5px 14px;
    text-transform: uppercase;
}

.tag-home-v2 .v2-hero__badge-pulse {
    animation: v2PulseDot 1.6s infinite ease-in-out;
    background-color: #60A5FA;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(96, 165, 250, 0.8);
    display: inline-block;
    height: 6px;
    width: 6px;
}

.tag-home-v2 .v2-hero__title {
    color: #FFFFFF;
    font-size: 54px !important;
    font-weight: 800 !important;
    letter-spacing: -0.025em;
    line-height: 1.08 !important;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.tag-home-v2 .v2-hero__lead {
    color: rgba(255, 255, 255, 0.90);
    font-size: 17.5px !important;
    line-height: 1.58 !important;
    margin: 0 0 30px;
    max-width: 720px;
}

.tag-home-v2 .v2-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 28px;
}

/* Segmented Slider Tabs */
.tag-home-v2 .v2-hero__slider-nav {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}

.tag-home-v2 .v2-hero__slider-tab {
    background: rgba(9, 24, 32, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    padding: 13px 16px;
    position: relative;
    text-align: left;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.18s ease;
    width: 100%;
}

.tag-home-v2 .v2-hero__slider-tab:hover {
    background: rgba(9, 24, 32, 0.88);
    border-color: rgba(255, 255, 255, 0.28);
    transform: translateY(-2px);
}

.tag-home-v2 .v2-hero__slider-tab.is-active {
    background: rgba(15, 104, 156, 0.28);
    border-color: rgba(15, 104, 156, 0.75);
}

.tag-home-v2 .v2-hero__slider-tab-bar {
    background: rgba(255, 255, 255, 0.14);
    border-radius: 2px;
    display: block;
    height: 3px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.tag-home-v2 .v2-hero__slider-tab-fill {
    background: var(--v2-blue);
    display: block;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: none;
    width: 100%;
}

.tag-home-v2 .v2-hero__slider-tab.is-active .v2-hero__slider-tab-fill {
    background: #38BDF8;
    transform: scaleX(1);
    transition: transform 6s linear;
}

.tag-home-v2 .v2-hero__slider-tab-meta {
    align-items: center;
    display: flex;
    gap: 12px;
}

.tag-home-v2 .v2-hero__slider-tab-num {
    color: rgba(255, 255, 255, 0.45);
    font-family: var(--tag-font-sans);
    font-size: 15px;
    font-weight: 700;
}

.tag-home-v2 .v2-hero__slider-tab.is-active .v2-hero__slider-tab-num {
    color: #38BDF8;
}

.tag-home-v2 .v2-hero__slider-tab-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.tag-home-v2 .v2-hero__slider-tab-title {
    color: #FFFFFF;
    font-family: var(--tag-font-sans);
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.tag-home-v2 .v2-hero__slider-tab-sub {
    color: rgba(255, 255, 255, 0.62);
    font-size: 11px;
    font-weight: 500;
}

/* ============================================================
   6.1 OPERATIONAL KPI BAR (4-PILLAR STATS STRIP)
   ============================================================ */
.tag-home-v2 .v2-kpi-bar {
    background-color: #07131A;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 28px;
    padding-top: 28px;
    position: relative;
    width: 100%;
    z-index: 5;
}

.tag-home-v2 .v2-kpi-bar__grid {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.tag-home-v2 .v2-kpi-bar__item {
    align-items: center;
    display: flex;
    gap: 14px;
}

.tag-home-v2 .v2-kpi-bar__value {
    color: #FFFFFF;
    font-family: var(--tag-font-sans);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
}

.tag-home-v2 .v2-kpi-bar__label {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    max-width: 160px;
}

.tag-home-v2 .v2-kpi-bar__divider {
    background: rgba(255, 255, 255, 0.12);
    height: 32px;
    width: 1px;
}

/* ============================================================
   7. CORPORATE STORY (EDITORIAL ASYMMETRIC STORY)
   ============================================================ */
.tag-home-v2 .v2-about {
    background-color: #FFFFFF;
    padding: 100px 0;
}

.tag-home-v2 .v2-about__grid {
    align-items: center;
    display: grid;
    gap: 64px;
    grid-template-columns: 1fr 1.08fr;
}

.tag-home-v2 .v2-about__media-col {
    position: relative;
}

.tag-home-v2 .v2-about__media {
    background: var(--v2-soft);
    border: 1px solid var(--v2-line);
    border-radius: var(--v2-radius);
    box-shadow: 0 20px 48px -12px rgba(9, 24, 32, 0.14);
    display: block;
    margin: 0;
    min-height: 560px;
    overflow: hidden;
    position: relative;
}

.tag-home-v2 .v2-about__media img {
    display: block;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
}

.tag-home-v2 .v2-about__media:hover img {
    transform: scale(1.03);
}

/* Floating Experience Badge over Image */
.tag-home-v2 .v2-about__badge {
    align-items: center;
    background: rgba(9, 24, 32, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    bottom: 24px;
    box-shadow: 0 16px 36px -4px rgba(9, 24, 32, 0.40);
    display: inline-flex;
    gap: 14px;
    left: 24px;
    padding: 14px 22px;
    position: absolute;
    z-index: 3;
}

.tag-home-v2 .v2-about__badge-dot {
    background-color: #38BDF8;
    border-radius: 50%;
    box-shadow: 0 0 10px #38BDF8;
    flex-shrink: 0;
    height: 10px;
    width: 10px;
}

.tag-home-v2 .v2-about__badge-content {
    display: flex;
    flex-direction: column;
}

.tag-home-v2 .v2-about__badge-num {
    color: #FFFFFF;
    font-family: var(--tag-font-sans);
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.tag-home-v2 .v2-about__badge-label {
    color: #94A3B8;
    font-family: var(--tag-font-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-top: 3px;
    text-transform: uppercase;
}

/* Content Column */
.tag-home-v2 .v2-about__content {
    padding: 10px 0;
}

.tag-home-v2 .v2-about__eyebrow {
    align-items: center;
    background: rgba(15, 104, 156, 0.08);
    border: 1px solid rgba(15, 104, 156, 0.22);
    border-radius: 20px;
    color: var(--v2-accent);
    display: inline-flex;
    font-family: var(--tag-font-sans);
    font-size: 11px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
    padding: 6px 14px;
    text-transform: uppercase;
}

.tag-home-v2 .v2-about__eyebrow-dot {
    background-color: var(--v2-accent);
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.tag-home-v2 .v2-about .v2-heading-lg {
    color: var(--v2-navy);
    font-size: 34px !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em;
    line-height: 1.22 !important;
    margin: 0 0 20px;
}

.tag-home-v2 .v2-about__text {
    color: var(--v2-muted);
    font-size: 16px !important;
    line-height: 1.72 !important;
    margin: 0 0 28px;
}

/* 3 Strategic Pillars */
.tag-home-v2 .v2-about__pillars {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    margin: 0 0 36px;
    padding: 0;
}

.tag-home-v2 .v2-about__pillar-item {
    align-items: flex-start;
    display: flex;
    gap: 16px;
}

.tag-home-v2 .v2-about__pillar-icon {
    align-items: center;
    background: rgba(15, 104, 156, 0.10);
    border: 1px solid rgba(15, 104, 156, 0.25);
    border-radius: 10px;
    color: var(--v2-accent);
    display: flex;
    flex-shrink: 0;
    height: 34px;
    justify-content: center;
    margin-top: 2px;
    width: 34px;
}

.tag-home-v2 .v2-about__pillar-body {
    display: flex;
    flex-direction: column;
}

.tag-home-v2 .v2-about__pillar-title {
    color: var(--v2-navy);
    font-family: var(--tag-font-sans);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 3px;
}

.tag-home-v2 .v2-about__pillar-desc {
    color: var(--v2-muted);
    font-family: var(--tag-font-sans);
    font-size: 13.5px;
    line-height: 1.55;
}

/* Actions Row */
.tag-home-v2 .v2-about__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

/* ============================================================
   8. SERVICES SHOWCASE (3 LARGE EDITORIAL CHAPTERS - NO CARDS)
   ============================================================ */
.tag-home-v2 .v2-services {
    background-color: var(--v2-soft);
}

.tag-home-v2 .v2-services__header {
    margin-bottom: 80px;
}

.tag-home-v2 .v2-services__list {
    display: flex;
    flex-direction: column;
    gap: 96px;
}

.tag-home-v2 .v2-service-chapter {
    align-items: center;
    background: #FFFFFF;
    border-bottom: 1px solid var(--v2-line);
    border-top: 1px solid var(--v2-line);
    display: grid;
    gap: 0;
    grid-template-columns: 1.3fr 0.8fr;
    min-height: 540px;
}

.tag-home-v2 .v2-service-chapter--reverse {
    grid-template-columns: 0.8fr 1.3fr;
}

.tag-home-v2 .v2-service-chapter__media {
    background: var(--v2-soft-alt);
    display: block;
    height: 100%;
    min-height: 540px;
    overflow: hidden;
    position: relative;
}

.tag-home-v2 .v2-service-chapter__media img {
    display: block;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
    transition: transform 450ms ease;
    width: 100%;
}

.tag-home-v2 .v2-service-chapter:hover .v2-service-chapter__media img {
    transform: scale(1.02);
}

.tag-home-v2 .v2-service-chapter__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px 72px;
}

.tag-home-v2 .v2-service-chapter__index {
    color: var(--v2-red);
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em;
    margin-bottom: 16px;
}

.tag-home-v2 .v2-service-chapter__title {
    color: var(--v2-text);
    font-size: 38px !important;
    font-weight: 800 !important;
    letter-spacing: -0.025em;
    line-height: 1.20 !important;
    margin: 0 0 20px;
}

.tag-home-v2 .v2-service-chapter__title a {
    color: inherit;
    text-decoration: none !important;
    transition: color 180ms ease;
}

.tag-home-v2 .v2-service-chapter__title a:hover {
    color: var(--v2-blue);
}

.tag-home-v2 .v2-service-chapter__text {
    color: var(--v2-muted);
    font-size: 17px !important;
    line-height: 1.72 !important;
    margin: 0 0 32px;
}

/* Service Placeholder */
.tag-home-v2 .v2-placeholder {
    align-items: center;
    background: linear-gradient(135deg, var(--v2-soft) 0%, var(--v2-blue-ice) 100%);
    color: var(--v2-blue);
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
    justify-content: center;
    min-height: 540px;
    padding: 40px;
    width: 100%;
}

.tag-home-v2 .v2-placeholder svg {
    opacity: 0.55;
}

.tag-home-v2 .v2-placeholder span {
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em;
}

/* ============================================================
   9. WHY TAG (DARK FEATURE CHAPTER / 740px)
   ============================================================ */
.tag-home-v2 .v2-why {
    background-color: var(--v2-navy-deep);
    border-bottom: 1px solid var(--v2-line-dark);
    border-top: 1px solid var(--v2-line-dark);
    min-height: 740px;
    padding-bottom: 150px;
    padding-top: 150px;
    position: relative;
}

.tag-home-v2 .v2-why__split {
    align-items: flex-start;
    display: grid;
    gap: 80px;
    grid-template-columns: 0.9fr 1.1fr;
}

.tag-home-v2 .v2-why__list {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.tag-home-v2 .v2-why__item {
    border-bottom: 1px solid var(--v2-line-dark);
    padding-bottom: 32px;
}

.tag-home-v2 .v2-why__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.tag-home-v2 .v2-why__item-index {
    color: var(--v2-red);
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em;
    margin-bottom: 10px;
}

.tag-home-v2 .v2-why__item-title {
    color: #FFFFFF;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.28 !important;
    margin: 0 0 12px;
}

.tag-home-v2 .v2-why__item-text {
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px !important;
    line-height: 1.68 !important;
    margin: 0;
}

/* ============================================================
   10. PROCESS (600px TYPOGRAPHIC ROUTE)
   ============================================================ */
.tag-home-v2 .v2-process {
    background-color: #FFFFFF;
    min-height: 600px;
}

.tag-home-v2 .v2-process__timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none !important;
    margin: 80px 0 0;
    padding: 0;
    position: relative;
}

.tag-home-v2 .v2-process__timeline::before {
    background: var(--v2-line);
    content: "";
    height: 2px;
    left: 40px;
    position: absolute;
    right: 40px;
    top: 48px;
    z-index: 1;
}

.tag-home-v2 .v2-process__step {
    padding: 0 28px;
    position: relative;
    z-index: 2;
}

.tag-home-v2 .v2-process__huge-num {
    color: rgba(16, 35, 46, 0.12);
    font-size: 96px !important;
    font-weight: 800 !important;
    letter-spacing: -0.04em;
    line-height: 0.85 !important;
    margin-bottom: 24px;
}

.tag-home-v2 .v2-process__title {
    color: var(--v2-text);
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.30 !important;
    margin: 0 0 12px;
}

.tag-home-v2 .v2-process__text {
    color: var(--v2-muted);
    font-size: 15px !important;
    line-height: 1.65 !important;
    margin: 0;
}

/* ============================================================
   11. REAL TAG OPERATIONS (BALANCED 4-CARD OPERATIONAL SHOWCASE)
   ============================================================ */
.tag-home-v2 .v2-gallery {
    background-color: var(--v2-soft);
    padding-bottom: 84px !important;
    padding-top: 84px !important;
}

.tag-home-v2 .v2-gallery__header {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
    width: 100%;
}

.tag-home-v2 .v2-gallery__header-text {
    max-width: 680px;
}

.tag-home-v2 .v2-gallery__header-action .v2-btn {
    min-height: 46px;
    padding: 12px 28px;
}

.tag-home-v2 .v2-gallery__grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

.tag-home-v2 .v2-gallery__card {
    background: var(--v2-navy-deep);
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(9, 24, 32, 0.08);
    display: block;
    height: 270px;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
    transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.tag-home-v2 .v2-gallery__card:hover {
    box-shadow: 0 12px 28px rgba(9, 24, 32, 0.18);
    transform: translateY(-4px);
}

.tag-home-v2 .v2-gallery__card-media {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.tag-home-v2 .v2-gallery__card-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
    width: 100%;
}

.tag-home-v2 .v2-gallery__card:hover .v2-gallery__card-media img {
    transform: scale(1.06);
}

.tag-home-v2 .v2-gallery__card-overlay {
    background: linear-gradient(180deg, rgba(9, 24, 32, 0.04) 0%, rgba(9, 24, 32, 0.35) 45%, rgba(9, 24, 32, 0.94) 100%);
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    padding: 22px 18px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.tag-home-v2 .v2-gallery__card-tag {
    color: #38BDF8;
    display: block;
    font-family: var(--tag-font-sans);
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.tag-home-v2 .v2-gallery__card-title {
    color: #FFFFFF;
    font-family: var(--tag-font-sans);
    font-size: 15.5px !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
    line-height: 1.30 !important;
    margin: 0;
    transition: color 0.2s ease;
}

.tag-home-v2 .v2-gallery__card:hover .v2-gallery__card-title {
    color: #E0F2FE;
}

/* ============================================================
   12. INSIGHTS / LOJİSTİK REHBERİ (MAGAZINE INDEX - NO CARDS)
   ============================================================ */
.tag-home-v2 .v2-blog {
    background-color: #FFFFFF;
}

.tag-home-v2 .v2-blog__grid {
    display: grid;
    gap: 64px;
    grid-template-columns: 1fr 1fr;
}

.tag-home-v2 .v2-blog-item {
    border-bottom: 1px solid var(--v2-line);
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

.tag-home-v2 .v2-blog-item__media {
    background: var(--v2-soft);
    border-radius: var(--v2-radius);
    display: block;
    height: 340px;
    margin-bottom: 28px;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
}

.tag-home-v2 .v2-blog-item__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 380ms ease;
    width: 100%;
}

.tag-home-v2 .v2-blog-item:hover .v2-blog-item__media img {
    transform: scale(1.03);
}

.tag-home-v2 .v2-blog-item__meta {
    color: var(--v2-blue);
    font-size: 13.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.tag-home-v2 .v2-blog-item__title {
    color: var(--v2-text);
    font-size: 26px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em;
    line-height: 1.30 !important;
    margin: 0 0 16px;
}

.tag-home-v2 .v2-blog-item__title a {
    color: inherit;
    text-decoration: none !important;
    transition: color 180ms ease;
}

.tag-home-v2 .v2-blog-item__title a:hover {
    color: var(--v2-blue);
}

.tag-home-v2 .v2-blog-item__excerpt {
    color: var(--v2-muted);
    font-size: 16px !important;
    line-height: 1.70 !important;
    margin: 0 0 24px;
}

/* ============================================================
   13. CLOSING CTA (520px BRAND STATEMENT)
   ============================================================ */
.tag-home-v2 .v2-cta {
    background-color: var(--v2-navy-deep);
    color: #FFFFFF;
    min-height: 520px;
    padding-bottom: 140px;
    padding-top: 140px;
    position: relative;
    text-align: center;
}

.tag-home-v2 .v2-cta__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 920px;
}

.tag-home-v2 .v2-cta__title {
    color: #FFFFFF;
    font-size: 52px !important;
    font-weight: 800 !important;
    letter-spacing: -0.025em;
    line-height: 1.14 !important;
    margin: 0 0 24px;
}

.tag-home-v2 .v2-cta__text {
    color: rgba(255, 255, 255, 0.86);
    font-size: 19px !important;
    line-height: 1.65 !important;
    margin: 0 0 48px;
}

.tag-home-v2 .v2-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

/* ============================================================
   14. FOOTER V2 (COMPACT & POWERFUL 420px MATRİX)
   ============================================================ */
.v2-footer {
    background-color: #061016;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.75);
    font-family: Montserrat, sans-serif;
    padding-bottom: 0;
    padding-top: 80px;
    position: relative;
}

.v2-footer__grid {
    display: grid;
    gap: 56px;
    grid-template-columns: 1.4fr 0.8fr 1fr 1.3fr;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--v2-w-wide);
    padding-left: 28px;
    padding-right: 28px;
}

.v2-footer__logo img {
    display: block;
    height: auto;
    margin-bottom: 22px;
    max-width: 190px;
}

.v2-footer__brand-text {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14.5px !important;
    line-height: 1.8 !important;
    margin: 0 0 24px;
}

.v2-footer__social {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.v2-footer__social li a {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--v2-radius);
    color: #FFFFFF;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    text-decoration: none !important;
    transition: background-color 180ms ease, border-color 180ms ease;
    width: 38px;
}

.v2-footer__social li a:hover {
    background: var(--v2-blue);
    border-color: var(--v2-blue);
}

.v2-footer__col-title {
    color: #FFFFFF;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    margin: 0 0 20px;
    position: relative;
    text-transform: uppercase;
}

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

.v2-footer__links li {
    margin-bottom: 10px;
}

.v2-footer__links li a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14.5px !important;
    text-decoration: none !important;
    transition: color 180ms ease, padding-left 180ms ease;
}

.v2-footer__links li a:hover {
    color: #FFFFFF;
    padding-left: 4px;
}

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

.v2-footer__contact li {
    align-items: flex-start;
    display: flex;
    font-size: 14.5px !important;
    gap: 12px;
    line-height: 1.6;
    margin-bottom: 14px;
}

.v2-footer__contact li i {
    align-self: flex-start;
    color: var(--v2-blue);
    flex-shrink: 0;
    font-size: 15px !important;
    margin-top: 4px;
}

.v2-footer__contact li a {
    color: inherit;
    text-decoration: none !important;
    transition: color 180ms ease;
}

.v2-footer__contact li a:hover {
    color: #FFFFFF;
}

.v2-footer__bottom {
    background-color: #040B0F;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13.5px !important;
    margin-top: 60px;
    padding-bottom: 28px;
    padding-top: 28px;
    text-align: center;
}

.v2-footer__bottom p {
    color: rgba(255, 255, 255, 0.50);
    margin: 0;
}

.v2-footer__bottom a {
    color: rgba(255, 255, 255, 0.70);
    text-decoration: none !important;
}

/* ============================================================
   15. RESPONSIVE BREAKPOINTS (1024, 768, 390)
   ============================================================ */
@media (max-width: 1024px) {
    .tag-home-v2 .v2-section {
        padding-bottom: 90px;
        padding-top: 90px;
    }

    .tag-home-v2 .v2-about__grid {
        gap: 48px;
        grid-template-columns: 1fr;
    }

    .tag-home-v2 .v2-service-chapter,
    .tag-home-v2 .v2-service-chapter--reverse {
        grid-template-columns: 1fr;
    }

    .tag-home-v2 .v2-service-chapter__body {
        padding: 48px 40px;
    }

    .tag-home-v2 .v2-why__split {
        gap: 48px;
        grid-template-columns: 1fr;
    }

    .tag-home-v2 .v2-process__timeline {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 48px;
    }

    .tag-home-v2 .v2-process__timeline::before {
        display: none;
    }

    .tag-home-v2 .v2-gallery__grid {
        gap: 18px;
        grid-template-columns: repeat(2, 1fr);
    }

    .v2-footer__grid {
        gap: 40px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .tag-home-v2 .v2-section {
        padding-bottom: 70px;
        padding-top: 70px;
    }

    .tag-home-v2 .v2-hero {
        height: auto;
        max-height: none;
        min-height: 700px;
    }

    .tag-home-v2 .v2-hero__content-wrap {
        height: auto;
        min-height: 700px;
        padding-bottom: 36px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 60px;
    }

    .tag-home-v2 .v2-hero__title {
        font-size: 38px !important;
        line-height: 1.12 !important;
        margin-bottom: 18px;
    }

    .tag-home-v2 .v2-hero__lead {
        font-size: 15.5px !important;
        line-height: 1.55 !important;
        margin-bottom: 28px;
    }

    .tag-home-v2 .v2-hero__video-badge {
        font-size: 10px;
        padding: 4px 10px 4px 8px;
        right: 16px;
        top: 16px;
    }

    .tag-home-v2 .v2-hero__video-badge-text {
        font-size: 10px;
    }

    .tag-home-v2 .v2-hero__slider-nav {
        gap: 8px;
        grid-template-columns: 1fr;
        margin-bottom: 20px;
        margin-top: 14px;
    }

    .tag-home-v2 .v2-hero__slider-tab {
        padding: 10px 14px;
    }

    .tag-home-v2 .v2-hero__slider-tab-title {
        font-size: 12.5px;
    }

    .tag-home-v2 .v2-kpi-bar {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .tag-home-v2 .v2-kpi-bar__grid {
        display: grid;
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }

    .tag-home-v2 .v2-kpi-bar__divider {
        display: none;
    }

    .tag-home-v2 .v2-kpi-bar__value {
        font-size: 22px;
    }

    .tag-home-v2 .v2-kpi-bar__label {
        font-size: 11.5px;
    }

    .tag-home-v2 .v2-hero__actions {
        flex-direction: column;
        width: 100%;
    }

    .tag-home-v2 .v2-hero__actions .v2-btn {
        width: 100%;
    }

    .tag-home-v2 .v2-about__media {
        min-height: 320px;
    }

    .tag-home-v2 .v2-about__media img {
        min-height: 320px;
    }

    .tag-home-v2 .v2-service-chapter {
        display: flex;
        flex-direction: column;
    }

    .tag-home-v2 .v2-service-chapter--reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .tag-home-v2 .v2-service-chapter__media {
        height: 280px;
        min-height: 280px;
        width: 100%;
    }

    .tag-home-v2 .v2-service-chapter__media img {
        height: 280px;
        min-height: 280px;
        width: 100%;
    }

    .tag-home-v2 .v2-service-chapter__body {
        padding: 36px 24px;
        width: 100%;
    }

    .tag-home-v2 .v2-process__timeline {
        grid-template-columns: 1fr;
        row-gap: 36px;
    }

    .tag-home-v2 .v2-gallery {
        padding-bottom: 56px !important;
        padding-top: 56px !important;
    }

    .tag-home-v2 .v2-gallery__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 24px;
    }

    .tag-home-v2 .v2-gallery__grid {
        gap: 14px;
        grid-template-columns: 1fr;
    }

    .tag-home-v2 .v2-gallery__card {
        height: 220px;
    }

    .tag-home-v2 .v2-blog__grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 390px) {
    .tag-home-v2 .v2-hero__title {
        font-size: 38px !important;
    }

    .tag-home-v2 .v2-heading-lg {
        font-size: 34px !important;
    }

    .tag-home-v2 .v2-heading-md {
        font-size: 28px !important;
    }

    .tag-home-v2 .v2-service-chapter__title {
        font-size: 26px !important;
    }

    .tag-home-v2 .v2-btn {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
}

/* ==========================================================================
   03.5 B2B CONTAINER & CBM CALCULATOR
   ========================================================================== */
.tag-home-v2 .v2-calculator {
    background: #061016;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
}

.tag-home-v2 .v2-calculator .v2-heading-lg {
    color: #FFFFFF !important;
}

.tag-home-v2 .v2-calculator .v2-lead {
    color: rgba(255, 255, 255, 0.82) !important;
}

.tag-home-v2 .v2-calculator__header {
    margin-bottom: 40px;
    max-width: 780px;
}

.tag-home-v2 .v2-calc-card {
    background: #091820;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.5);
    display: grid;
    gap: 0;
    grid-template-columns: 1.15fr 0.85fr;
    overflow: hidden;
}

.tag-home-v2 .v2-calc-card__form-col {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    padding: 36px;
}

.tag-home-v2 .v2-calc-card__res-col {
    background: linear-gradient(180deg, rgba(15, 104, 156, 0.12) 0%, rgba(6, 16, 22, 0.4) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px;
}

.tag-home-v2 .v2-calc-presets {
    margin-bottom: 24px;
}

.tag-home-v2 .v2-calc-presets__label {
    color: #94a3b8;
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.tag-home-v2 .v2-calc-presets__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-home-v2 .v2-calc-preset-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    color: #cbd5e1;
    cursor: pointer;
    font-family: inherit;
    font-size: 12.5px;
    font-weight: 600;
    padding: 7px 12px;
    transition: all 0.2s ease;
}

.tag-home-v2 .v2-calc-preset-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.tag-home-v2 .v2-calc-preset-btn.is-active {
    background: #0F689C;
    border-color: #38bdf8;
    box-shadow: 0 0 12px rgba(15, 104, 156, 0.5);
    color: #ffffff;
}

.tag-home-v2 .v2-calc-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
}

.tag-home-v2 .v2-calc-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tag-home-v2 .v2-calc-field--full {
    grid-column: 1 / -1;
}

.tag-home-v2 .v2-calc-field label {
    align-items: center;
    color: #e2e8f0;
    display: flex;
    font-size: 13.5px;
    font-weight: 600;
    justify-content: space-between;
}

.tag-home-v2 .v2-calc-unit {
    color: #64748b;
    font-size: 11.5px;
    font-weight: 500;
}

.tag-home-v2 .v2-calc-field input {
    background: rgba(6, 16, 22, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tag-home-v2 .v2-calc-field input:focus {
    border-color: #38bdf8;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2);
    outline: none;
}

.tag-home-v2 .v2-calc-res {
    display: flex;
    flex-direction: column;
    gap: 22px;
    height: 100%;
}

.tag-home-v2 .v2-calc-res__metric-row {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 1fr;
}

.tag-home-v2 .v2-calc-res__metric {
    background: rgba(6, 16, 22, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 14px 16px;
}

.tag-home-v2 .v2-calc-res__metric-label {
    color: #94a3b8;
    display: block;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.tag-home-v2 .v2-calc-res__metric-val {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.tag-home-v2 .v2-calc-res__metric-val small {
    color: #38bdf8;
    font-size: 12px;
    font-weight: 600;
}

.tag-home-v2 .v2-calc-res__box {
    background: rgba(9, 24, 32, 0.9);
    border: 1px solid rgba(15, 104, 156, 0.35);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    padding: 20px;
}

.tag-home-v2 .v2-calc-res__badge {
    background: rgba(15, 104, 156, 0.2);
    border: 1px solid rgba(56, 189, 248, 0.3);
    border-radius: 4px;
    color: #38bdf8;
    display: inline-block;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    padding: 3px 8px;
    text-transform: uppercase;
}

.tag-home-v2 .v2-calc-res__type {
    color: #ffffff;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 8px;
}

.tag-home-v2 .v2-calc-res__note {
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 16px;
}

.tag-home-v2 .v2-calc-meter__labels {
    align-items: center;
    color: #cbd5e1;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    margin-bottom: 6px;
}

.tag-home-v2 .v2-calc-meter__labels strong {
    color: #38bdf8;
    font-size: 13px;
}

.tag-home-v2 .v2-calc-meter__bar {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    height: 8px;
    overflow: hidden;
    width: 100%;
}

.tag-home-v2 .v2-calc-meter__fill {
    background: #0ea5e9;
    border-radius: 6px;
    height: 100%;
    transition: width 0.3s ease, background-color 0.3s ease;
}

.tag-home-v2 .v2-calc-res__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}

.tag-home-v2 .v2-btn--whatsapp {
    background: #15803d;
    border-color: #22c55e;
    color: #ffffff;
}

.tag-home-v2 .v2-btn--whatsapp:hover {
    background: #16a34a;
    border-color: #4ade80;
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.35);
    color: #ffffff;
}

.tag-home-v2 .v2-btn--full {
    justify-content: center;
    text-align: center;
    width: 100%;
}

@media (max-width: 900px) {
    .tag-home-v2 .v2-calc-card {
        grid-template-columns: 1fr;
    }

    .tag-home-v2 .v2-calc-card__form-col {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        border-right: none;
        padding: 24px;
    }

    .tag-home-v2 .v2-calc-card__res-col {
        padding: 24px;
    }
}

@media (max-width: 540px) {
    .tag-home-v2 .v2-calc-grid {
        grid-template-columns: 1fr;
    }

    .tag-home-v2 .v2-calc-res__metric-row {
        grid-template-columns: 1fr;
    }
}
