/* =============================================================================
 *  Tropix Shipping — public landing (premium v3)
 *  Scoped under .lp-page to override legacy style.css
 * ========================================================================== */

.lp-page {
    --lp-brand: #4fbde5;
    --lp-brand-2: #38a8d1;
    --lp-brand-dark: #063d55;
    --lp-brand-deep: #042a3a;
    --lp-brand-glow: rgb(79 189 229 / 28%);
    --lp-brand-soft: #e8f7fc;
    --lp-orange: #f97316;
    --lp-bg: #f8fafc;
    --lp-surface: #ffffff;
    --lp-text: #0f172a;
    --lp-muted: #64748b;
    --lp-border: #e2e8f0;
    --lp-radius: 16px;
    --lp-radius-lg: 24px;
    --lp-font: "Inter", system-ui, -apple-system, sans-serif;
    --lp-shadow: 0 24px 48px -12px rgb(15 23 42 / 12%);
    --lp-ease: cubic-bezier(0.4, 0, 0.2, 1);

    margin: 0;
    background: var(--lp-bg);
    color: var(--lp-text);
    font-family: var(--lp-font);
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

.lp-page * {
    box-sizing: border-box;
}

/* -- Nav ------------------------------------------------------------------- */
.lp-page .main_header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgb(255 255 255 / 82%);
    backdrop-filter: blur(16px) saturate(180%);
    border-bottom: 1px solid rgb(226 232 240 / 80%);
    box-shadow: 0 1px 0 rgb(255 255 255 / 60%);
}

.lp-page .main_header .navbar {
    padding: 0.875rem 0;
}

.lp-page .main_header .navbar-brand img {
    height: 2rem;
    mix-blend-mode: normal;
}

.lp-page .main_header .nav-link {
    color: var(--lp-muted) !important;
    font-weight: 500 !important;
    font-size: 0.9375rem !important;
    padding: 0.5rem 0.875rem !important;
    border-radius: 999px;
    transition: color 0.2s var(--lp-ease), background 0.2s var(--lp-ease);
}

.lp-page .main_header .nav-link:hover,
.lp-page .main_header .nav-link.active {
    color: var(--lp-brand-dark) !important;
    background: var(--lp-brand-soft);
}

.lp-page .lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.6875rem 1.25rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s var(--lp-ease), box-shadow 0.2s var(--lp-ease), background 0.2s;
    white-space: nowrap;
}

.lp-page .lp-btn--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--lp-brand) 0%, var(--lp-brand-2) 100%);
    box-shadow: 0 10px 24px var(--lp-brand-glow);
}

.lp-page .lp-btn--primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgb(79 189 229 / 38%);
}

.lp-page .lp-btn--ghost {
    color: var(--lp-brand-dark);
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
}

.lp-page .lp-btn--ghost:hover {
    color: var(--lp-brand-dark);
    background: var(--lp-brand-soft);
    border-color: rgb(79 189 229 / 35%);
}

.lp-page .lp-btn--white {
    color: var(--lp-brand-dark);
    background: #fff;
}

.lp-page .lp-btn--white:hover {
    color: var(--lp-brand-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgb(0 0 0 / 15%);
}

.lp-page .lp-btn--lg {
    padding: 0.9375rem 1.625rem;
    font-size: 0.9375rem;
}

/* -- Layout ---------------------------------------------------------------- */
.lp-page .lp-wrap {
    width: min(100% - 2rem, 72rem);
    margin-inline: auto;
}

/* -- Hero ------------------------------------------------------------------ */
.lp-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(3.5rem, 9vw, 6rem) 0 clamp(4.5rem, 11vw, 7rem);
    background:
        radial-gradient(ellipse 90% 55% at 15% -5%, rgb(79 189 229 / 28%), transparent 55%),
        radial-gradient(ellipse 60% 45% at 95% 10%, rgb(6 61 85 / 10%), transparent 50%),
        radial-gradient(ellipse 40% 30% at 80% 85%, rgb(249 115 22 / 6%), transparent),
        linear-gradient(165deg, #fff 0%, #f8fafc 45%, #eef7fc 100%);
}

.lp-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    opacity: 0.55;
}

.lp-hero__glow--1 {
    top: -8rem;
    left: -6rem;
    width: 22rem;
    height: 22rem;
    background: rgb(79 189 229 / 35%);
    animation: lp-hero-glow 12s ease-in-out infinite;
}

.lp-hero__glow--2 {
    right: -4rem;
    bottom: -6rem;
    width: 18rem;
    height: 18rem;
    background: rgb(6 61 85 / 18%);
    animation: lp-hero-glow 14s ease-in-out infinite reverse;
}

@keyframes lp-hero-glow {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(1.5rem, 1rem) scale(1.08); }
}

.lp-hero__mesh {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgb(15 23 42 / 2.5%) 1px, transparent 1px),
        linear-gradient(90deg, rgb(15 23 42 / 2.5%) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 75% 65% at 45% 35%, #000 15%, transparent 72%);
    pointer-events: none;
}

.lp-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: clamp(2.5rem, 6vw, 4.5rem);
    align-items: center;
}

.lp-hero__content {
    animation: lp-hero-in 0.7s var(--lp-ease) both;
}

@keyframes lp-hero-in {
    from {
        opacity: 0;
        transform: translateY(1.25rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lp-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    padding: 0.375rem 0.875rem 0.375rem 0.5rem;
    border-radius: 999px;
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    box-shadow: 0 2px 8px rgb(15 23 42 / 4%);
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--lp-brand-dark);
}

.lp-pill__dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgb(34 197 94 / 20%);
}

.lp-hero__title {
    margin: 0 0 1.25rem;
    font-size: clamp(2.375rem, 5.8vw, 3.875rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.04em;
    color: var(--lp-text);
}

.lp-hero__title em {
    display: block;
    margin-top: 0.2em;
    font-style: normal;
    background: linear-gradient(120deg, var(--lp-brand-dark) 0%, var(--lp-brand) 55%, #38bdf8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lp-hero__lead {
    margin: 0 0 1.5rem;
    max-width: 34rem;
    font-size: clamp(1.0625rem, 2.1vw, 1.1875rem);
    line-height: 1.7;
    color: var(--lp-muted);
}

.lp-hero__highlights {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
}

.lp-hero__highlights li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.45;
    color: #475569;
}

.lp-hero__highlights strong {
    font-weight: 700;
    color: var(--lp-brand-dark);
}

.lp-hero__highlight-icon {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 10px;
    background: rgb(255 255 255 / 85%);
    border: 1px solid rgb(79 189 229 / 22%);
    color: var(--lp-brand-dark);
    box-shadow: 0 4px 12px rgb(79 189 229 / 10%);
}

.lp-hero__highlight-icon svg {
    width: 1rem;
    height: 1rem;
}

.lp-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2.25rem;
}

.lp-hero__stores {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.lp-hero__stores span {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--lp-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.lp-store-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 0.625rem;
    border-radius: 10px;
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.lp-store-badge:hover {
    transform: translateY(-2px);
    border-color: rgb(79 189 229 / 35%);
    box-shadow: 0 8px 20px rgb(15 23 42 / 8%);
}

.lp-hero__stores img,
.lp-store-badge img {
    display: block;
    height: 2.25rem;
    width: auto;
    max-width: 8.5rem;
    object-fit: contain;
}

/* Hero visual column */
.lp-hero__visual {
    position: relative;
    padding-bottom: 2.5rem;
    animation: lp-hero-in 0.85s var(--lp-ease) 0.12s both;
}

.lp-hero__route {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.625rem 1rem;
    border-radius: 999px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    background: rgb(255 255 255 / 75%);
    border: 1px solid rgb(79 189 229 / 25%);
    box-shadow: 0 8px 24px rgb(15 23 42 / 6%);
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: var(--lp-brand-dark);
}

.lp-hero__route-dot {
    display: grid;
    place-items: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    font-size: 0.5625rem;
}

.lp-hero__route-dot--from {
    background: var(--lp-brand-soft);
    border: 1px solid rgb(79 189 229 / 35%);
}

.lp-hero__route-dot--to {
    background: #dcfce7;
    border: 1px solid rgb(34 197 94 / 30%);
    color: #15803d;
}

.lp-hero__route-line {
    flex: 1;
    min-width: 2.5rem;
    height: 2px;
    background: linear-gradient(90deg, var(--lp-brand), #22c55e);
    border-radius: 2px;
    opacity: 0.65;
}

.lp-hero__route-plane {
    display: grid;
    place-items: center;
    width: 1.5rem;
    height: 1.5rem;
    color: var(--lp-brand);
}

.lp-hero__route-plane svg {
    width: 1rem;
    height: 1rem;
}

.lp-hero__float {
    position: absolute;
    z-index: 2;
    border-radius: 14px;
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    box-shadow: 0 16px 40px rgb(15 23 42 / 12%);
}

.lp-hero__float--notify {
    left: 0.5rem;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    max-width: 14rem;
    animation: lp-float 5s ease-in-out infinite;
}

.lp-hero__float--notify strong {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--lp-text);
}

.lp-hero__float--notify span {
    font-size: 0.6875rem;
    color: var(--lp-muted);
}

.lp-hero__float-icon {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 10px;
    background: var(--lp-brand-soft);
    color: var(--lp-brand-dark);
}

.lp-hero__float-icon svg {
    width: 1.125rem;
    height: 1.125rem;
}

/* Dashboard mockup */
.lp-mock {
    position: relative;
    border-radius: var(--lp-radius-lg);
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    box-shadow: var(--lp-shadow);
    overflow: hidden;
}

.lp-mock--hero {
    border-color: rgb(79 189 229 / 22%);
    box-shadow:
        0 32px 64px -16px rgb(6 61 85 / 18%),
        0 0 0 1px rgb(255 255 255 / 60%) inset;
    transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
    transform-origin: center right;
}

.lp-mock__bar {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.875rem 1rem;
    background: linear-gradient(180deg, #f8fafc, #f1f5f9);
    border-bottom: 1px solid var(--lp-border);
}

.lp-mock__bar-title {
    flex: 1;
    margin-left: 0.5rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #94a3b8;
}

.lp-mock__live {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    flex-shrink: 0;
    padding: 0.25rem 0.625rem;
    border-radius: 999px;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #15803d;
    background: #dcfce7;
    border: 1px solid rgb(34 197 94 / 28%);
}

.lp-mock__live-dot {
    width: 0.4375rem;
    height: 0.4375rem;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 3px rgb(34 197 94 / 25%);
    animation: lp-pulse 2s ease-in-out infinite;
}

@keyframes lp-pulse {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.45; }
}

.lp-mock__dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: #cbd5e1;
}

.lp-mock__dot:nth-child(1) { background: #f87171; }
.lp-mock__dot:nth-child(2) { background: #fbbf24; }
.lp-mock__dot:nth-child(3) { background: #4ade80; }

.lp-mock__body {
    padding: 1.25rem;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.lp-mock__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
    margin-bottom: 1rem;
}

.lp-mock__stat {
    padding: 0.75rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--lp-border);
}

.lp-mock__stat strong {
    display: block;
    font-size: 1.125rem;
    font-weight: 800;
    color: var(--lp-brand-dark);
}

.lp-mock__stat span {
    font-size: 0.6875rem;
    color: var(--lp-muted);
    font-weight: 500;
}

.lp-mock__stat--accent {
    background: linear-gradient(145deg, var(--lp-brand-soft), #fff);
    border-color: rgb(79 189 229 / 30%);
}

.lp-mock__list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.lp-mock__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--lp-border);
}

.lp-mock__row strong {
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
}

.lp-mock__row small {
    font-size: 0.6875rem;
    color: var(--lp-muted);
}

.lp-mock__row--active {
    flex-direction: column;
    align-items: stretch;
    gap: 0.625rem;
    border-color: rgb(79 189 229 / 28%);
    background: linear-gradient(180deg, #fff, #f8fdff);
}

.lp-mock__row-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.lp-mock__progress {
    height: 0.375rem;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
}

.lp-mock__progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--lp-brand), #22c55e);
}

.lp-mock__badge {
    flex-shrink: 0;
    padding: 0.25rem 0.625rem;
    border-radius: 999px;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.lp-mock__badge--cyan {
    background: var(--lp-brand-soft);
    color: var(--lp-brand-dark);
}

.lp-mock__badge--green {
    background: #dcfce7;
    color: #15803d;
}

.lp-mock__badge--amber {
    background: #ffedd5;
    color: #c2410c;
}

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

/* -- Logo strip ------------------------------------------------------------ */
.lp-logos {
    padding: 2rem 0 3rem;
    border-bottom: 1px solid var(--lp-border);
}

.lp-logos__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem 3rem;
    color: var(--lp-muted);
    font-size: 0.875rem;
    font-weight: 600;
}

.lp-logos__item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.lp-logos__item svg {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--lp-brand);
}

/* -- Section head ---------------------------------------------------------- */
.lp-head {
    max-width: 40rem;
    margin: 0 auto 3rem;
    text-align: center;
}

.lp-head__tag {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--lp-brand);
}

.lp-head__title {
    margin: 0 0 0.875rem;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.lp-head__desc {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--lp-muted);
}

/* -- Services -------------------------------------------------------------- */
.lp-services {
    padding: 5rem 0;
}

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

.lp-svc {
    position: relative;
    padding: 1.75rem;
    border-radius: var(--lp-radius);
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    transition: transform 0.25s var(--lp-ease), box-shadow 0.25s, border-color 0.25s;
}

.lp-svc:hover {
    transform: translateY(-6px);
    border-color: rgb(79 189 229 / 40%);
    box-shadow: var(--lp-shadow);
}

.lp-svc__icon {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.25rem;
    border-radius: 12px;
    background: linear-gradient(145deg, var(--lp-brand-dark), #0a7aa8);
    border: 1px solid rgb(79 189 229 / 25%);
    box-shadow: 0 8px 20px rgb(79 189 229 / 18%);
    color: #fff;
}

.lp-svc__icon svg {
    width: 1.375rem;
    height: 1.375rem;
    stroke: currentColor;
}

.lp-svc__title {
    margin: 0 0 0.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.lp-svc__text {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--lp-muted);
}

/* -- How it works ---------------------------------------------------------- */
.lp-steps {
    padding: 5rem 0;
    background: var(--lp-bg);
    border-block: 1px solid var(--lp-border);
}

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

.lp-step {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.75rem;
    border-radius: var(--lp-radius);
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    box-shadow: 0 1px 2px rgb(15 23 42 / 4%);
    transition: transform 0.25s var(--lp-ease), box-shadow 0.25s, border-color 0.25s;
}

.lp-step:hover {
    transform: translateY(-4px);
    border-color: rgb(79 189 229 / 35%);
    box-shadow: 0 16px 32px -12px rgb(15 23 42 / 10%);
}

.lp-step__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.lp-step__icon {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 14px;
    background: linear-gradient(145deg, var(--lp-brand-dark), #0a7aa8);
    border: 1px solid rgb(79 189 229 / 20%);
    box-shadow: 0 8px 20px rgb(79 189 229 / 22%);
    color: #fff;
}

.lp-step__icon svg {
    width: 1.375rem;
    height: 1.375rem;
    stroke: currentColor;
}

.lp-step__num {
    flex-shrink: 0;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--lp-brand-dark);
    padding: 0.375rem 0.625rem;
    border-radius: 999px;
    background: var(--lp-brand-soft);
    border: 1px solid rgb(79 189 229 / 28%);
}

.lp-step__title {
    margin: 0 0 0.625rem;
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.35;
}

.lp-step__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--lp-muted);
}

@media (min-width: 992px) {
    .lp-step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 2.65rem;
        right: -0.875rem;
        width: 0.5rem;
        height: 0.5rem;
        border-top: 2px solid rgb(79 189 229 / 45%);
        border-right: 2px solid rgb(79 189 229 / 45%);
        transform: rotate(45deg);
        z-index: 1;
    }
}

/* -- Bento highlight ------------------------------------------------------- */
.lp-bento {
    padding: 5rem 0;
}

.lp-bento__grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: auto auto;
    gap: 1.25rem;
}

.lp-bento__card {
    border-radius: var(--lp-radius-lg);
    padding: 2rem;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.lp-bento__card--main {
    grid-row: span 2;
    background: linear-gradient(145deg, var(--lp-brand-deep) 0%, var(--lp-brand-dark) 50%, #0a6d94 100%);
    min-height: 22rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.lp-bento__card--main::before {
    content: "";
    position: absolute;
    top: -20%;
    right: -10%;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    background: rgb(79 189 229 / 20%);
}

.lp-bento__card--orange {
    background: linear-gradient(135deg, #c2410c, var(--lp-orange));
}

.lp-bento__card--light {
    background: var(--lp-surface);
    color: var(--lp-text);
    border: 1px solid var(--lp-border);
}

.lp-bento__icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 1rem;
    border-radius: 12px;
    background: rgb(255 255 255 / 14%);
    border: 1px solid rgb(255 255 255 / 20%);
    color: #fff;
}

.lp-bento__icon svg {
    width: 1.25rem;
    height: 1.25rem;
}

.lp-bento__icon--dark {
    background: var(--lp-brand-soft);
    border-color: rgb(79 189 229 / 25%);
    color: var(--lp-brand-dark);
}

.lp-bento__tag {
    position: relative;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 0.75rem;
}

.lp-bento__title {
    position: relative;
    margin: 0 0 0.75rem;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.lp-bento__text {
    position: relative;
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    opacity: 0.92;
}

.lp-bento__card--light .lp-bento__text {
    color: var(--lp-muted);
    opacity: 1;
}

/* -- Contact CTA ----------------------------------------------------------- */
.lp-cta {
    padding: 0 0 5rem;
}

.lp-cta__box {
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--lp-radius-lg) + 4px);
    padding: clamp(2.5rem, 6vw, 4rem);
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, var(--lp-brand-deep), #0a7aa8 50%, var(--lp-brand));
}

.lp-cta__box::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 0%, rgb(255 255 255 / 12%), transparent 45%),
        radial-gradient(circle at 80% 100%, rgb(0 0 0 / 15%), transparent 50%);
}

.lp-cta__inner {
    position: relative;
}

.lp-cta__title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.lp-cta__text {
    margin: 0 auto 1.75rem;
    max-width: 36rem;
    font-size: 1.0625rem;
    line-height: 1.65;
    opacity: 0.92;
}

.lp-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.lp-cta__contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem 2.5rem;
    font-size: 0.875rem;
    opacity: 0.9;
}

.lp-cta__contact a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.lp-cta__contact a:hover {
    text-decoration: underline;
}

/* -- Inner pages (FAQ, etc.) ----------------------------------------------- */
.lp-page-hero {
    padding: clamp(2.5rem, 6vw, 4rem) 0 2rem;
    background:
        radial-gradient(ellipse 70% 50% at 50% 0%, rgb(79 189 229 / 16%), transparent),
        linear-gradient(180deg, #fff 0%, var(--lp-bg) 100%);
    border-bottom: 1px solid var(--lp-border);
}

.lp-page-hero__inner {
    max-width: 40rem;
}

.lp-page-hero__title {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.lp-page-hero__lead {
    margin: 0 0 1.5rem;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--lp-muted);
}

.lp-page-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.lp-faq {
    padding: 3rem 0 5rem;
}

.lp-faq__wrap {
    display: grid;
    grid-template-columns: 16rem minmax(0, 1fr);
    gap: 2.5rem;
    align-items: start;
}

.lp-faq__sidebar {
    position: sticky;
    top: 6rem;
}

.lp-faq__sidebar-title {
    margin: 0 0 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lp-muted);
}

.lp-faq__nav {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 2rem;
}

.lp-faq__nav a {
    display: block;
    padding: 0.625rem 0.875rem;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--lp-muted);
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.lp-faq__nav a:hover,
.lp-faq__nav a.is-active {
    color: var(--lp-brand-dark);
    background: var(--lp-brand-soft);
}

.lp-faq__help {
    padding: 1.25rem;
    border-radius: var(--lp-radius);
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
}

.lp-faq__help strong {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9375rem;
}

.lp-faq__help p {
    margin: 0 0 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: var(--lp-muted);
}

.lp-faq__help a {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0a7aa8;
    text-decoration: none;
}

.lp-faq__help a:hover {
    text-decoration: underline;
}

.lp-faq__item {
    margin-bottom: 0.75rem;
    border: 1px solid var(--lp-border) !important;
    border-radius: var(--lp-radius) !important;
    overflow: hidden;
    background: var(--lp-surface);
}

.lp-faq__trigger {
    padding: 1.125rem 1.25rem !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--lp-text) !important;
    background: var(--lp-surface) !important;
    box-shadow: none !important;
}

.lp-faq__trigger:not(.collapsed) {
    background: var(--lp-brand-soft) !important;
    color: var(--lp-brand-dark) !important;
}

.lp-faq__trigger::after {
    filter: none;
    opacity: 0.5;
}

.lp-faq__q {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    text-align: left;
    padding-right: 1rem;
}

.lp-faq__cat {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lp-brand);
}

.lp-faq__answer {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: var(--lp-muted);
}

.lp-faq__answer a {
    color: #0a7aa8;
    font-weight: 600;
    text-decoration: none;
}

.lp-faq__answer a:hover {
    text-decoration: underline;
}

.lp-faq__answer strong {
    color: var(--lp-text);
}

/* -- Responsive ------------------------------------------------------------ */
@media (max-width: 1024px) {
    .lp-faq__wrap {
        grid-template-columns: 1fr;
    }

    .lp-faq__sidebar {
        position: static;
    }

    .lp-faq__nav {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .lp-hero__grid,
    .lp-bento__grid {
        grid-template-columns: 1fr;
    }

    .lp-bento__card--main {
        grid-row: auto;
        min-height: 16rem;
    }

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

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

    .lp-hero__float--notify {
        display: none;
    }

    .lp-mock--hero {
        transform: none;
    }
}

@media (max-width: 640px) {
    .lp-services__grid,
    .lp-steps__grid,
    .lp-mock__stats {
        grid-template-columns: 1fr;
    }

    .lp-hero__cta {
        flex-direction: column;
    }

    .lp-page .lp-btn {
        width: 100%;
    }

    .lp-hero__highlights {
        gap: 0.625rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lp-hero__content,
    .lp-hero__visual,
    .lp-hero__glow,
    .lp-hero__float--notify,
    .lp-mock__live-dot {
        animation: none;
    }

    .lp-mock--hero {
        transform: none;
    }
}
