
:root{
  --navy:#2B4587;
  --orange:#D67138;
  --red:#C94B2D;
  --bg-dark:#1a2340;
  --bg-gray:#f5f6f9;
  --white:#ffffff;
  --section-pad:80px 0;
  --container:1060px;
}

#page .breadcrumb{
    display: none;
}

#page{
    overflow: hidden;
}
section a{
    text-decoration: none !important;
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 24px;
}
.section-label {
    font-family: 'Oswald', sans-serif;
    font-size: .8rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    margin-bottom: 6px;
    text-align: center;
}
.section-title {
    font-size: clamp(1.4rem, 2.8vw, 1.9rem);
    font-weight: 900;
    line-height: 1.45;
    margin-bottom: 16px;
    text-align: center;
    color: var(--navy);
}
.section-title em {
    font-style: normal;
    color: var(--orange);
}
/* ===== HERO ===== */
.hero {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: center;
    background:url(../img/truck/1.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;

}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .02) 0 1px, transparent 1px 80px), repeating-linear-gradient(0deg, rgba(255, 255, 255, .02) 0 1px, transparent 1px 80px);
}
.hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -10%;
    width: 60%;
    height: 120%;
    background: radial-gradient(ellipse, rgba(214, 113, 56, .08) 0%, transparent 70%);
    pointer-events: none;
}
.hero-inner {
    position: relative;
    z-index: 2;
    max-width: var(--container);
    margin: 0 auto;
    padding: 80px 24px;
    text-align: center;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(214, 113, 56, .12);
    border: 1px solid rgba(214, 113, 56, .3);
    border-radius: 100px;
    padding: 6px 20px;
    font-size: .8rem;
    font-weight: 700;
    color: var(--orange);
    margin-bottom: 24px;
    animation: fadeUp .7s ease;
}
.hero-badge svg {
    width: 16px;
    height: 16px;
    fill: var(--orange);
}
.hero-title {
    font-size: clamp(1.6rem, 4vw, 2.6rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 16px;
    animation: fadeUp .7s ease .1s both;
}
.hero-title .accent {
    color: var(--orange);
}
.hero-sub {
    font-size: clamp(.9rem, 1.5vw, 1.05rem);
    color: rgba(255, 255, 255, .75);
    line-height: 1.9;
    margin-bottom: 36px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeUp .7s ease .2s both;
}
.hero-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeUp .7s ease .3s both;
}
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 5px;
    font-size: .9rem;
    font-weight: 700;
    transition: all .3s;
}
.btn-accent {
    background: var(--orange);
    color: #fff;
    box-shadow: 0 4px 20px rgba(214, 113, 56, .3);
}
.btn-accent:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(214, 113, 56, .4);
}
.btn-ghost {
    border: 1px solid rgba(255, 255, 255, .35);
    color: #fff;
}
.btn-ghost:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .08);
}
.btn svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
/* ===== STAT BANNER ===== */
.stat-banner {
    background: var(--bg-dark);
    color: #fff;
    padding: 18px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.stat-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255, 255, 255, .03) 20px, rgba(255, 255, 255, .03) 40px);
}
.stat-banner p {
    position: relative;
    font-size: clamp(.82rem, 1.6vw, 1rem);
    font-weight: 700;
}
.stat-banner strong {
    color: var(--orange);
    font-size: 1.15em;
}
/* ===== TARGET ===== */
.target {
    padding: var(--section-pad);
    background: #fff;
}
.target-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.target-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .06);
    border: 1px solid #e0e3ea;
    transition: all .3s;
}
/* .target-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .08);
    border-color: var(--navy);
} */
.target-photo {
    width: 100%;
    height: 180px;
    background: var(--bg-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
.challenge .target-photo{
    border-radius: 6px;
    margin-bottom: 18px;
}
.target-photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(43, 69, 135, .06), rgba(43, 69, 135, .02));
}
.photo-placeholder {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background-size: cover;
    color: #aab3c0;
}
.photo-placeholder svg {
    width: 36px;
    height: 36px;
    stroke: #bfc7d3;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.photo-placeholder span {
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .05em;
}
.target-body {
    padding: 24px;
}
.target-body h3 {
    font-size: 1rem;
    font-weight: 900;
    color: var(--navy);
    margin-bottom: 8px;
    line-height: 1.4;
}
.target-body p {
    font-size: .85rem;
    color: #555;
    line-height: 1.75;
}
/* ===== PROBLEMS ===== */
.problems {
    padding: var(--section-pad);
    background: var(--bg-gray);
}
.problem-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.problem-card {
    background: #fff;
    border-radius: 10px;
    padding: 28px 24px;
    border-left: 4px solid var(--red);
    position: relative;
    transition: all .3s;
}
/* .problem-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .06);
} */
.problem-card .card-num {
    font-family: 'Oswald', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: rgba(201, 75, 45, .08);
    position: absolute;
    top: 10px;
    right: 14px;
}
.problem-card .p-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 14px;
    color: var(--red);
}
.problem-card h3 {
    font-size: .95rem;
    font-weight: 900;
    color: var(--red);
    margin-bottom: 10px;
    line-height: 1.5;
}
.problem-card p {
    font-size: .85rem;
    color: #555;
    line-height: 1.8;
}
/* ===== CHALLENGE ===== */
.challenge {
    padding: var(--section-pad);
    background: #fff;
}
.challenge-body {
    max-width: 820px;
    margin: 32px auto 0;
}
.challenge-text {
    font-size: .92rem;
    color: #555;
    line-height: 2;
    margin-bottom: 40px;
}
.challenge-text p+p {
    margin-top: 16px;
}
.challenge-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.c-stat {
    background: var(--bg-gray);
    border-radius: 10px;
    padding: 15px 15px;
    border-top: 3px solid var(--navy);
    text-align: center;
}
.c-stat .cs-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 14px;
    color: var(--navy);
}
.c-stat h4 {
    font-size: .9rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 8px;
    line-height: 1.5;
}
.c-stat p {
    font-size: .82rem;
    color: #555;
    line-height: 1.7;
    text-align: left;
}
/* ===== BEFORE AFTER ===== */
.effects {
    padding: var(--section-pad);
    background: var(--bg-gray);
}
.effects-grid {
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    gap: 0;
    align-items: stretch;
    margin-top: 40px;
}
.effect-block {
    border-radius: 12px;
    padding: 36px 30px;
    background: #fff;
    margin-top: 60px;
}
.effect-block.before {
    border: 1px solid rgba(201, 75, 45, .15);
}
.effect-block.after {
    border: 1px solid rgba(43, 69, 135, .15);
}
.effect-label {
    font-family: 'Oswald', sans-serif;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 3px 12px;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 18px;
}
.before .effect-label {
    background: rgba(201, 75, 45, .08);
    color: var(--red);
}
.after .effect-label {
    background: rgba(43, 69, 135, .08);
    color: var(--navy);
}
.effect-block h3 {
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: 18px;
}
.before h3 {
    color: var(--red);
}
.after h3 {
    color: var(--navy);
}
.e-list {
    list-style: none;
}
.e-list li {
    font-size: 1.1rem;
    line-height: 1.8;
    padding: 9px 0 9px 26px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
    color: #444;
}
.e-list li:last-child {
    border-bottom: none;
}
.before .e-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23C94B2D' d='M12.2 4.8L11.1 3.7 8 6.9 4.9 3.7 3.8 4.8 6.9 8l-3.1 3.2 1.1 1.1L8 9.1l3.1 3.2 1.1-1.1L9.1 8z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.after .e-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='6' fill='none' stroke='%232B4587' stroke-width='1.5'/%3E%3Cpath fill='%232B4587' d='M6.8 10.8l-2.3-2.3 1-1L6.8 8.8l3.7-3.7 1 1z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.arrow-col {
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow-col svg {
    width: 32px;
    height: 32px;
    color: var(--orange);
}
/* ===== FEATURES ===== */
.features {
    padding: var(--section-pad);
    background: #fff;
}
.feat-blocks {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}
.feat-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
}
.feat-block.reverse {
    direction: rtl;
}
.feat-block.reverse>* {
    direction: ltr;
}
.feat-photo {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 12px;
    overflow: hidden;
    background: var(--bg-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center;
}
.feat-photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(43, 69, 135, .05), rgba(43, 69, 135, .02));
}
.feat-content h3 {
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--navy);
    margin-bottom: 6px;
}
.feat-content .feat-sub {
    font-size: .85rem;
    color: var(--orange);
    font-weight: 700;
    margin-bottom: 12px;
}
.feat-content p {
    font-size: .9rem;
    color: #555;
    line-height: 1.8;
    padding-bottom: 20px;
}
/* ===== SOLUTIONS ===== */
.solutions {
    padding: var(--section-pad);
    background: var(--bg-gray);
}
.sol-intro {
    text-align: center;
    font-size: .95rem;
    color: #555;
    margin-top: 8px;
    margin-bottom: 48px;
}
.sol-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.sol-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 12px rgba(0, 0, 0, .06);
    transition: all .3s;
    border: 1px solid #e0e3ea;
}
/* .sol-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .08);
    border-color: var(--navy);
} */
.sol-photo {
    width: 100%;
    height: 200px;
    background: var(--bg-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border-bottom: 3px solid var(--navy);
}
.sol-card:nth-child(3) .sol-photo {
    border-bottom-color: var(--orange);
}
.sol-photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(43, 69, 135, .05), rgba(43, 69, 135, .01));
}
.sol-body {
    padding: 24px;
}
.sol-body h3 {
    font-size: 1.05rem;
    font-weight: 900;
    color: var(--navy);
    margin-bottom: 6px;
}
.sol-tag {
    display: inline-block;
    font-size: .7rem;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 100px;
    margin-bottom: 14px;
    background: rgba(43, 69, 135, .08);
    color: var(--navy);
}
.sol-card:nth-child(3) .sol-tag {
    background: rgba(214, 113, 56, .08);
    color: var(--orange);
}
.sol-features {
    list-style: none;
}
.sol-features li {
    font-size: .85rem;
    color: #555;
    padding: 5px 0 5px 22px;
    position: relative;
    line-height: 1.7;
}
.sol-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%232B4587' d='M6.5 12.5l-4-4 1.4-1.4L6.5 9.7l5.6-5.6 1.4 1.4z'/%3E%3C/svg%3E") no-repeat center/contain;
}
/* ===== CASES ===== */
.cases {
    padding: var(--section-pad);
    background: #fff;
}
.case-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 40px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .07);
    border: 1px solid #e0e3ea;
}
.orenge{
    background-color:var(--red) !important;
}
.case-hero-photo {
    width: 100%;
    min-height: 380px;
    background: var(--bg-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center;
}
.case-hero-photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(43, 69, 135, .05), rgba(43, 69, 135, .01));
}
.case-hero-body {
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.case-company-label {
    display: inline-block;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--orange);
    background: rgba(214, 113, 56, .08);
    padding: 3px 12px;
    border-radius: 100px;
    margin-bottom: 14px;
    width: fit-content;
}
.case-hero-body h3 {
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--navy);
    line-height: 1.5;
    margin-bottom: 20px;
}
.case-divisions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 24px;
}
.case-div {
    padding: 12px 14px;
    background: var(--bg-gray);
    border-radius: 8px;
    border-left: 3px solid var(--navy);
}
.case-div h4 {
    font-size: .78rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 3px;
}
.case-div p {
    font-size: .75rem;
    color: #555;
    line-height: 1.6;
}
.case-hero-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--navy);
    font-size: .88rem;
    font-weight: 700;
    padding: 10px 22px;
    border: 1px solid var(--navy);
    border-radius: 5px;
    transition: all .3s;
}
.case-hero-links a svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.case-hero-links a:hover {
    background: var(--navy);
    color: #fff;
}
.case-main.reverse-case {
    margin-top: 28px;
}
.case-main.reverse-case .case-hero-photo {
    order: 2;
}
.case-main.reverse-case .case-hero-body {
    order: 1;
}
.case-info-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}
.case-info-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
}
.case-info-label {
    flex-shrink: 0;
    font-size: .72rem;
    font-weight: 700;
    color: #fff;
    background: var(--navy);
    padding: 2px 10px;
    border-radius: 4px;
}
.case-info-val {
    font-size: .88rem;
    color: #444;
    line-height: 1.6;
}
.case-link-ext {
    background: transparent !important;
    color: var(--navy) !important;
    border-color: var(--navy) !important;
    margin-left: 8px;
}
/* ===== PROCESS ===== */
.process {
    padding: var(--section-pad);
    background: var(--bg-dark);
    position: relative;
    overflow: hidden;
}
.process::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .015) 0 1px, transparent 1px 100px), repeating-linear-gradient(0deg, rgba(255, 255, 255, .015) 0 1px, transparent 1px 100px);
}
.process .section-label {
    color: rgba(255, 255, 255, .4);
}
.process .section-title {
    color: #fff;
}
.steps {
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: relative;
    max-width: 980px;
    margin: 48px auto 0;
    gap: 20px;
}
.step {
    flex: 1;
    text-align: center;
    position: relative;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    padding: 28px 14px 24px;
    transition: all .3s;
}
/* .step:hover {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(214, 113, 56, .3);
} */
.step-arrow {
    display: none;
    position: absolute;
    top: 50%;
    right: -24px;
    z-index: 3;
    width: 24px;
    height: 24px;
    color: var(--orange);
}
.step:not(:last-child) .step-arrow {
    display: block;
}
.step-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
    background: rgba(214, 113, 56, .12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: var(--orange);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--orange);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: .7rem;
    font-weight: 700;
    margin: 0 auto 8px;
    position: relative;
    z-index: 2;
}
.step-title {
    font-size: .85rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
}
/* ===== COMPLIANCE ===== */
.compliance {
    padding: var(--section-pad);
    background: var(--bg-gray);
}
.compliance-body {
    max-width: 840px;
    margin: 32px auto 0;
}
.compliance-text {
    font-size: .9rem;
    color: #555;
    line-height: 2;
    margin-bottom: 28px;
}
.compliance-text p+p {
    margin-top: 14px;
}
.c-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.c-link {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 20px;
    background: #fff;
    border-radius: 8px;
    border-left: 3px solid var(--navy);
    transition: all .3s;
}
.c-link:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
}
.cl-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: rgba(43, 69, 135, .08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
.cl-icon svg {
    width: 16px;
    height: 16px;
    fill: var(--navy);
}
.cl-text {
    font-size: .84rem;
    color: #444;
    line-height: 1.6;
}
.cl-url {
    font-size: .76rem;
    color: var(--navy);
    word-break: break-all;
    display: block;
    margin-top: 4px;
}
/* ===== CTA ===== */
.cta {
    padding: 72px 0;
    background: var(--orange);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(-45deg, transparent, transparent 28px, rgba(255, 255, 255, .04) 28px, rgba(255, 255, 255, .04) 56px);
}
.cta-inner {
    position: relative;
    z-index: 2;
}
.cta-badge {
    display: inline-block;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    padding: 6px 22px;
    border-radius: 100px;
    font-size: .85rem;
    font-weight: 700;
    margin-bottom: 18px;
}
.cta-title {
    font-size: clamp(1.2rem, 2.6vw, 1.6rem);
    font-weight: 900;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.6;
}
.cta-text {
    font-size: .92rem;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 30px;
    line-height: 1.8;
}
.cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.cta-btn {
    padding: 15px 36px;
    border-radius: 5px;
    font-size: .95rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all .3s;
}
.cta-btn svg {
    width: 16px;
    height: 16px;
}
.cta-btn-w {
    background: #fff;
    color: var(--orange);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
}
.cta-btn-w svg {
    fill: var(--orange);
}
.cta-btn-w:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .2);
}
.cta-btn-o {
    border: 2px solid rgba(255, 255, 255, .45);
    color: #fff;
}
.cta-btn-o svg {
    fill: none;
    stroke: #fff;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.cta-btn-o:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .1);
}
/* ===== FLOAT ===== */
.float-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}
.float-cta a {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--orange);
    color: #fff;
    padding: 13px 22px;
    border-radius: 100px;
    font-size: .82rem;
    font-weight: 700;
    box-shadow: 0 6px 22px rgba(214, 113, 56, .35);
    transition: all .3s;
}
.float-cta a svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.float-cta a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(214, 113, 56, .5);
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media(max-width:900px) {
    :root {
        --section-pad: 56px 0;
    }
    .container{
        box-sizing: border-box;
        padding: 0;
    }
    .section-title {
        font-size: 1.3rem;
    }
    .hero {
        min-height: auto;
    }
    .hero-inner {
        padding: 60px 20px;
    }
    .hero-title {
        font-size: 1.5rem;
    }
    .hero-actions {
        flex-direction: column;
        align-items: center;
    }
    .btn {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }
    .target-cards, .problem-cards, .challenge-stats, .sol-cards {
        grid-template-columns: 1fr;
    }
    .target-photo {
        height: 160px;
    }
    .effects-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .arrow-col {
        transform: rotate(90deg);
        padding: 8px 0;
    }
    .effect-block {
        padding: 28px 22px;
    }
    .feat-blocks {
        gap: 28px;
    }
    .feat-block, .feat-block.reverse {
        grid-template-columns: 1fr;
        direction: ltr;
    }
    .feat-block.reverse>* {
        direction: ltr;
    }
    .feat-photo {
        aspect-ratio: 16/9;
    }
    .sol-photo {
        height: 160px;
    }
    .case-main, .case-main.reverse-case {
        grid-template-columns: 1fr;
    }
    .case-main.reverse-case .case-hero-photo {
        order: 0;
    }
    .case-main.reverse-case .case-hero-body {
        order: 0;
    }
    .case-hero-photo {
        min-height: 220px;
    }
    .case-hero-body {
        padding: 28px 22px;
    }
    .case-hero-body h3 {
        font-size: 1.05rem;
    }
    .case-divisions {
        grid-template-columns: 1fr;
    }
    .case-hero-links {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .case-hero-links a, .case-link-ext {
        margin-left: 0 !important;
        text-align: center;
        justify-content: center;
    }
    .case-info-row {
        flex-direction: column;
        gap: 4px;
    }
    .steps {
        flex-direction: column;
        gap: 0;
        padding: 0;
    }
    .step {
        border-radius: 0;
        border-bottom: none;
        padding: 18px 18px 18px 68px;
        text-align: left;
        position: relative;
    }
    .step:first-child {
        border-radius: 12px 12px 0 0;
    }
    .step:last-child {
        border-radius: 0 0 12px 12px;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }
    .step-icon {
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        width: 38px;
        height: 38px;
    }
    .step-icon svg {
        width: 18px;
        height: 18px;
    }
    .step-num {
        display: inline-flex;
        margin: 0 8px 0 0;
        vertical-align: middle;
    }
    .step-title {
        display: inline;
        font-size: .88rem;
        vertical-align: middle;
    }
    .step-arrow {
        display: none !important;
    }
    .cta-title {
        font-size: 1.1rem;
    }
    .cta-btns {
        flex-direction: column;
        align-items: center;
    }
    .cta-btn {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }
    .compliance-body {
        margin-top: 24px;
    }
  }