
.vpw-page {
    --vpw-navy: #071f3d;
    --vpw-blue: #075fcb;
    --vpw-cyan: #20b8ff;
    --vpw-sky: #eaf6ff;
    --vpw-text: #12233f;
    --vpw-muted: #61708a;
    --vpw-line: #dce7f3;
    --vpw-white: #ffffff;
    --vpw-radius: 22px;
    position: relative;
    overflow: hidden;
    background: #fff;
    color: var(--vpw-text);
    font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.65;
}

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


/* =========================================================
   FONT RESET: chống lỗi dấu tiếng Việt và xung đột Flatsome
   ========================================================= */
.vpw-page,
.vpw-page h1,
.vpw-page h2,
.vpw-page h3,
.vpw-page h4,
.vpw-page h5,
.vpw-page h6,
.vpw-page p,
.vpw-page span,
.vpw-page small,
.vpw-page strong,
.vpw-page em,
.vpw-page b,
.vpw-page a,
.vpw-page li,
.vpw-page label,
.vpw-page button,
.vpw-page input,
.vpw-page select,
.vpw-page textarea,
.vpw-page summary,
.vpw-page blockquote {
    font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif !important;
    text-shadow: none !important;
    -webkit-text-stroke: 0 transparent !important;
    font-variant-ligatures: none;
    font-feature-settings: "liga" 0, "clig" 0;
    font-synthesis: none;
}

.vpw-page {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.vpw-popular,
.vpw-price,
.vpw-price *,
.vpw-price-top,
.vpw-price-top *,
.vpw-proof,
.vpw-proof *,
.vpw-case-stats,
.vpw-case-stats * {
    font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif !important;
    text-transform: none;
    text-shadow: none !important;
    -webkit-text-stroke: 0 transparent !important;
    font-variant-ligatures: none !important;
    font-feature-settings: "liga" 0, "clig" 0 !important;
}

.vpw-popular {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .055em;
    line-height: 1.25;
}

.vpw-price small {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
}

.vpw-price strong {
    display: block;
    font-size: 31px;
    font-weight: 700 !important;
    letter-spacing: -.02em;
    line-height: 1.2;
    white-space: nowrap;
}

.vpw-price-top > span {
    font-weight: 700;
    letter-spacing: .09em;
}


.vpw-page a {
    text-decoration: none;
}

.vpw-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.vpw-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(12px);
    pointer-events: none;
    z-index: 0;
}

.vpw-orb-one {
    width: 420px;
    height: 420px;
    right: -180px;
    top: 60px;
    background: rgba(32, 184, 255, .15);
}

.vpw-orb-two {
    width: 360px;
    height: 360px;
    left: -180px;
    top: 720px;
    background: rgba(7, 95, 203, .08);
}

.vpw-hero {
    padding: 92px 0 70px;
    background:
        radial-gradient(circle at 88% 25%, rgba(32,184,255,.18), transparent 33%),
        linear-gradient(135deg, #f7fbff 0%, #eef7ff 48%, #ffffff 100%);
    position: relative;
}

.vpw-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(7,31,61,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7,31,61,.035) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.vpw-hero-grid {
    display: grid;
    grid-template-columns: 1.03fr .97fr;
    gap: 70px;
    align-items: center;
}

.vpw-eyebrow,
.vpw-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--vpw-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.vpw-eyebrow span {
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, var(--vpw-blue), var(--vpw-cyan));
    border-radius: 999px;
}

.vpw-hero h1 {
    margin: 18px 0 22px;
    color: var(--vpw-navy);
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -.045em;
    font-weight: 800;
}

.vpw-hero h1 strong {
    display: block;
    margin-top: 8px;
    background: linear-gradient(90deg, var(--vpw-blue), #1d8eff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.vpw-lead {
    max-width: 660px;
    margin: 0;
    color: var(--vpw-muted);
    font-size: 18px;
    line-height: 1.75;
}

.vpw-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.vpw-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 13px;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 800;
    transition: .25s ease;
    border: 1px solid transparent;
}

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

.vpw-btn-primary {
    background: linear-gradient(135deg, var(--vpw-blue), #137fe5);
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(7,95,203,.25);
}

.vpw-btn-primary:hover {
    box-shadow: 0 18px 36px rgba(7,95,203,.34);
}

.vpw-btn-ghost,
.vpw-btn-line {
    border-color: rgba(7,31,61,.15);
    background: rgba(255,255,255,.75);
    color: var(--vpw-navy) !important;
}

.vpw-btn-ghost:hover,
.vpw-btn-line:hover {
    border-color: var(--vpw-blue);
    color: var(--vpw-blue) !important;
}

.vpw-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px;
    margin-top: 44px;
    padding-top: 28px;
    border-top: 1px solid rgba(7,31,61,.1);
}

.vpw-proof div {
    min-width: 0;
}

.vpw-proof strong,
.vpw-proof span {
    color: var(--vpw-navy);
    font-size: 26px;
    line-height: 1;
    font-weight: 800;
}

.vpw-proof small {
    display: block;
    margin-top: 8px;
    color: var(--vpw-muted);
    font-size: 12px;
    line-height: 1.4;
}

.vpw-hero-visual {
    position: relative;
    padding: 45px 0 38px;
}

.vpw-browser {
    border: 1px solid rgba(7,31,61,.11);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 35px 85px rgba(7,31,61,.18);
    transform: perspective(1100px) rotateY(-4deg) rotateX(2deg);
}

.vpw-browser-top {
    min-height: 42px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 7px;
    background: #f1f5f9;
    border-bottom: 1px solid #e1e8ef;
}

.vpw-browser-top > span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #c4ced9;
}

.vpw-browser-top > span:first-child { background: #ff6b6b; }
.vpw-browser-top > span:nth-child(2) { background: #ffc857; }
.vpw-browser-top > span:nth-child(3) { background: #4bc57b; }

.vpw-address {
    width: 55%;
    margin-left: 10px;
    background: #fff;
    border-radius: 6px;
    color: #90a0b2;
    font-size: 10px;
    padding: 5px 10px;
}

.vpw-browser-body {
    padding: 20px;
    background: linear-gradient(145deg, #fff 0%, #f6fbff 100%);
}

.vpw-mini-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--vpw-navy);
    font-size: 12px;
}

.vpw-mini-nav div {
    display: flex;
    gap: 8px;
}

.vpw-mini-nav i {
    display: block;
    width: 28px;
    height: 5px;
    border-radius: 20px;
    background: #d9e5f0;
}

.vpw-mini-hero {
    min-height: 265px;
    margin-top: 18px;
    padding: 32px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 25px;
    align-items: center;
    background:
        radial-gradient(circle at 86% 18%, rgba(32,184,255,.25), transparent 35%),
        linear-gradient(135deg, #071f3d, #0a3f76);
    border-radius: 14px;
}

.vpw-mini-copy span {
    display: block;
    width: 72px;
    height: 7px;
    border-radius: 10px;
    background: #28bfff;
    margin-bottom: 16px;
}

.vpw-mini-copy h3 {
    width: 94%;
    height: 34px;
    border-radius: 8px;
    background: rgba(255,255,255,.96);
    margin: 0 0 12px;
}

.vpw-mini-copy p {
    width: 78%;
    height: 8px;
    border-radius: 8px;
    background: rgba(255,255,255,.35);
    box-shadow: 0 14px 0 rgba(255,255,255,.25);
    margin: 0 0 38px;
}

.vpw-mini-copy button {
    width: 96px;
    height: 30px;
    border: 0;
    border-radius: 8px;
    background: #20b8ff;
}

.vpw-mini-art {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vpw-chart-card {
    width: 158px;
    padding: 12px 12px 11px;
    border-radius: 14px;
    color: var(--vpw-navy);
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(247,251,255,.96) 100%);
    border: 1px solid rgba(7,95,203,.08);
    box-shadow: 0 18px 32px rgba(0,0,0,.14);
}

.vpw-chart-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 5px;
}

.vpw-chart-label {
    color: var(--vpw-muted);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .02em;
}

.vpw-chart-top em {
    padding: 2px 5px;
    border-radius: 999px;
    background: #eef6ff;
    color: var(--vpw-blue);
    font-style: normal;
    font-size: 7px;
    font-weight: 800;
    line-height: 1;
}

.vpw-chart-card strong {
    display: block;
    margin: 0 0 3px;
    color: var(--vpw-navy);
    font-size: 24px;
    line-height: 1.05;
    letter-spacing: -.03em;
}

.vpw-chart-sub {
    color: #7f90a7;
    font-size: 7px;
    font-weight: 600;
    margin-bottom: 9px;
}

.vpw-chart-area {
    position: relative;
    height: 68px;
    padding: 8px 7px 7px;
    border-radius: 11px;
    overflow: hidden;
    background: linear-gradient(180deg, #fbfdff 0%, #f1f7ff 100%);
    border: 1px solid #e4eef8;
}

.vpw-chart-grid {
    position: absolute;
    inset: 8px 7px 7px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
}

.vpw-chart-grid i {
    display: block;
    border-top: 1px dashed rgba(7,95,203,.14);
}

.vpw-chart-bars {
    position: absolute;
    left: 9px;
    right: 9px;
    bottom: 7px;
    height: 46px;
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.vpw-chart-bars i {
    flex: 1;
    display: block;
    border-radius: 6px 6px 2px 2px;
    background: linear-gradient(180deg, #5fd1ff 0%, #1aa4f1 45%, #0c6fd7 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
    opacity: .95;
}
.vpw-chart-bars i:nth-child(1){height:18%}
.vpw-chart-bars i:nth-child(2){height:28%}
.vpw-chart-bars i:nth-child(3){height:44%}
.vpw-chart-bars i:nth-child(4){height:61%}
.vpw-chart-bars i:nth-child(5){height:79%}

.vpw-chart-line {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 12px;
    bottom: 14px;
    pointer-events: none;
}

.vpw-chart-line i {
    position: absolute;
    width: 7px;
    height: 7px;
    margin-left: -3.5px;
    margin-top: -3.5px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #0a7ee4;
    box-shadow: 0 0 0 2px rgba(10,126,228,.10);
}
.vpw-chart-line i:nth-child(1){left:0%; top:78%}
.vpw-chart-line i:nth-child(2){left:24%; top:68%}
.vpw-chart-line i:nth-child(3){left:49%; top:51%}
.vpw-chart-line i:nth-child(4){left:73%; top:35%}
.vpw-chart-line i:nth-child(5){left:100%; top:14%}

.vpw-chart-line:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0 20%, rgba(10,126,228,.10) 20% 100%);
    clip-path: polygon(0 78%, 24% 68%, 49% 51%, 73% 35%, 100% 14%, 100% 100%, 0 100%);
    border-radius: 0 0 10px 10px;
}

.vpw-chart-line:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #1eb2ff 0%, #0b79e1 100%);
    clip-path: polygon(0 78%, 24% 68%, 49% 51%, 73% 35%, 100% 14%, 100% 17%, 73% 38%, 49% 54%, 24% 71%, 0 81%);
    filter: drop-shadow(0 2px 4px rgba(10,126,228,.16));
}


.vpw-mini-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 13px;
}

.vpw-mini-cards div {
    height: 66px;
    border-radius: 10px;
    background: #edf4fa;
}

.vpw-floating-card {
    position: absolute;
    min-width: 190px;
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 13px 15px;
    border: 1px solid rgba(7,31,61,.08);
    border-radius: 14px;
    background: rgba(255,255,255,.93);
    box-shadow: 0 18px 38px rgba(7,31,61,.16);
    backdrop-filter: blur(10px);
}

.vpw-floating-card strong,
.vpw-floating-card small {
    display: block;
}

.vpw-floating-card strong {
    color: var(--vpw-navy);
    font-size: 14px;
}

.vpw-floating-card small {
    color: var(--vpw-muted);
    font-size: 10px;
}

.vpw-float-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: var(--vpw-sky);
    color: var(--vpw-blue);
}

.vpw-speed-card {
    top: 12px;
    right: -18px;
}

.vpw-seo-card {
    bottom: 3px;
    left: -28px;
}


.vpw-trust {
    position: relative;
    padding: 76px 0 82px;
    overflow: hidden;
    border-top: 1px solid #eaf1f7;
    border-bottom: 1px solid #e6eef6;
    background:
        radial-gradient(circle at 8% 0%, rgba(32, 184, 255, .09), transparent 28%),
        radial-gradient(circle at 95% 100%, rgba(7, 95, 203, .08), transparent 27%),
        linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
}

.vpw-trust:before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    top: -170px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(7, 95, 203, .08);
    border-radius: 50%;
    box-shadow:
        0 0 0 52px rgba(7, 95, 203, .022),
        0 0 0 104px rgba(7, 95, 203, .014);
    pointer-events: none;
}

.vpw-trust-head {
    max-width: 790px;
    margin: 0 auto 40px;
    text-align: center;
}

.vpw-trust-head .vpw-kicker {
    padding: 7px 13px;
    border: 1px solid rgba(7, 95, 203, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 6px 18px rgba(7, 31, 61, .04);
}

.vpw-trust-head h2 {
    margin: 14px 0 13px;
    color: var(--vpw-navy);
    font-size: clamp(30px, 3.5vw, 43px);
    line-height: 1.16;
    letter-spacing: -.035em;
}

.vpw-trust-head p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--vpw-muted);
    font-size: 15px;
    line-height: 1.75;
}

.vpw-trust-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 15px;
}

.vpw-trust-item {
    position: relative;
    min-width: 0;
    min-height: 224px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 21px 21px;
    overflow: hidden;
    border: 1px solid #dbe7f2;
    border-radius: 19px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 32px rgba(7, 31, 61, .055);
    transition:
        transform .28s ease,
        border-color .28s ease,
        box-shadow .28s ease,
        background .28s ease;
}

.vpw-trust-item:before {
    content: "";
    position: absolute;
    width: 88px;
    height: 88px;
    right: -44px;
    top: -44px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(32, 184, 255, .13), rgba(7, 95, 203, .025));
    transition: transform .35s ease;
}

.vpw-trust-item:after {
    content: "";
    position: absolute;
    left: 21px;
    right: 21px;
    bottom: 0;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, var(--vpw-blue), var(--vpw-cyan));
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .28s ease;
}

.vpw-trust-item:hover {
    transform: translateY(-7px);
    border-color: rgba(7, 95, 203, .28);
    background: #ffffff;
    box-shadow: 0 22px 48px rgba(7, 31, 61, .12);
}

.vpw-trust-item:hover:before {
    transform: scale(1.22);
}

.vpw-trust-item:hover:after {
    transform: scaleX(1);
}

.vpw-trust-icon {
    position: relative;
    z-index: 1;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    border: 1px solid rgba(7, 95, 203, .11);
    border-radius: 15px;
    background: linear-gradient(145deg, #f0f8ff 0%, #dff1ff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95);
    color: var(--vpw-blue);
    transition: transform .28s ease, background .28s ease, color .28s ease;
}

.vpw-trust-item:hover .vpw-trust-icon {
    transform: translateY(-2px) rotate(-2deg);
    background: linear-gradient(135deg, var(--vpw-blue), #168ce8);
    color: #ffffff;
}

.vpw-trust-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vpw-trust-content {
    position: relative;
    z-index: 1;
}

.vpw-trust-content h3 {
    margin: 0 0 9px;
    color: var(--vpw-navy);
    font-size: 17px;
    line-height: 1.35;
    letter-spacing: -.015em;
}

.vpw-trust-content p {
    margin: 0;
    color: var(--vpw-muted);
    font-size: 12.5px;
    line-height: 1.65;
}

.vpw-trust-arrow {
    position: absolute;
    right: 18px;
    bottom: 16px;
    z-index: 1;
    color: #aec0d2;
    font-size: 16px;
    line-height: 1;
    opacity: 0;
    transform: translate(-5px, 5px);
    transition: opacity .25s ease, transform .25s ease, color .25s ease;
}

.vpw-trust-item:hover .vpw-trust-arrow {
    color: var(--vpw-blue);
    opacity: 1;
    transform: translate(0, 0);
}

.vpw-section {
    padding: 100px 0;
    position: relative;
}

.vpw-section-head {
    max-width: 780px;
    margin: 0 auto 48px;
    text-align: center;
}

.vpw-section-head h2,
.vpw-faq-intro h2,
.vpw-contact-copy h2 {
    margin: 12px 0 16px;
    color: var(--vpw-navy);
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.15;
    letter-spacing: -.035em;
}

.vpw-section-head h2 em {
    color: var(--vpw-blue);
    font-style: normal;
}

.vpw-section-head p,
.vpw-faq-intro p,
.vpw-contact-copy p {
    margin: 0;
    color: var(--vpw-muted);
    font-size: 16px;
}

.vpw-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.vpw-feature-card {
    position: relative;
    min-height: 270px;
    padding: 30px;
    border: 1px solid var(--vpw-line);
    border-radius: var(--vpw-radius);
    background: #fff;
    transition: .28s ease;
}

.vpw-feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(7,95,203,.35);
    box-shadow: 0 24px 55px rgba(7,31,61,.1);
}

.vpw-feature-no {
    position: absolute;
    top: 22px;
    right: 24px;
    color: #cfdae7;
    font-size: 13px;
    font-weight: 800;
}

.vpw-icon-box {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--vpw-sky), #d8eeff);
    color: var(--vpw-blue);
    font-size: 25px;
    font-weight: 800;
}

.vpw-feature-card h3 {
    margin: 0 0 12px;
    color: var(--vpw-navy);
    font-size: 20px;
}

.vpw-feature-card p {
    margin: 0;
    color: var(--vpw-muted);
    font-size: 14px;
}

.vpw-section-dark {
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 0, rgba(32,184,255,.18), transparent 30%),
        linear-gradient(135deg, #061a33 0%, #092d55 100%);
}

.vpw-section-dark:before {
    content: "";
    position: absolute;
    width: 440px;
    height: 440px;
    left: -210px;
    bottom: -240px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.018);
}

.vpw-section-head-light h2,
.vpw-section-head-light p {
    color: #fff;
}

.vpw-section-head-light p {
    opacity: .72;
}

.vpw-section-head-light .vpw-kicker {
    color: #62cdff;
}

.vpw-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.vpw-process-grid article {
    min-height: 210px;
    padding: 26px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(255,255,255,.055);
    color: #fff;
    transition: .25s ease;
}

.vpw-process-grid article:hover {
    background: rgba(255,255,255,.09);
    transform: translateY(-4px);
}

.vpw-process-grid span {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    margin-bottom: 20px;
    border: 1px solid rgba(98,205,255,.35);
    border-radius: 50%;
    color: #62cdff;
    font-size: 12px;
    font-weight: 800;
}

.vpw-process-grid h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 18px;
}

.vpw-process-grid p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 13px;
}

.vpw-price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: stretch;
}

.vpw-price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 32px;
    border: 1px solid var(--vpw-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 42px rgba(7,31,61,.055);
}

.vpw-price-featured {
    border: 2px solid var(--vpw-blue);
    box-shadow: 0 24px 60px rgba(7,95,203,.14);
    transform: translateY(-10px);
}

.vpw-popular {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--vpw-blue);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
}

.vpw-price-top > span {
    color: var(--vpw-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
}

.vpw-price-top h3 {
    margin: 8px 0 8px;
    color: var(--vpw-navy);
    font-size: 24px;
}

.vpw-price-top p {
    min-height: 72px;
    margin: 0;
    color: var(--vpw-muted);
    font-size: 13px;
}

.vpw-price {
    margin: 23px 0;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--vpw-line);
}

.vpw-price small {
    display: block;
    color: var(--vpw-muted);
    font-size: 12px;
}

.vpw-price strong {
    color: var(--vpw-navy);
    font-size: 31px;
    letter-spacing: -.03em;
}

.vpw-price-card ul {
    flex: 1;
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.vpw-price-card li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 25px;
    color: #44546c;
    font-size: 13px;
}

.vpw-price-card li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--vpw-blue);
    font-weight: 900;
}

.vpw-price-note {
    max-width: 900px;
    margin: 25px auto 0;
    color: var(--vpw-muted);
    text-align: center;
    font-size: 12px;
}

.vpw-case-section {
    background: #f7fbff;
}

.vpw-case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.vpw-case-card {
    overflow: hidden;
    border: 1px solid var(--vpw-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 15px 42px rgba(7,31,61,.07);
    transition: .25s ease;
}

.vpw-case-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 55px rgba(7,31,61,.12);
}

.vpw-case-cover {
    position: relative;
    height: 250px;
    padding: 20px;
    overflow: hidden;
}

.vpw-case-cover:before,
.vpw-case-cover:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.13);
}

.vpw-case-cover:before {
    width: 190px;
    height: 190px;
    right: -70px;
    top: -70px;
}

.vpw-case-cover:after {
    width: 120px;
    height: 120px;
    left: -50px;
    bottom: -50px;
}

.vpw-case-cover-one {
    background: linear-gradient(135deg, #0b3e74, #20a4e8);
}
.vpw-case-cover-two {
    background: linear-gradient(135deg, #4d2458, #b95f8b);
}
.vpw-case-cover-three {
    background: linear-gradient(135deg, #0b4d47, #1fb08f);
}

.vpw-case-cover > span {
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,.8);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
}

.vpw-mock-screen {
    position: absolute;
    width: 78%;
    height: 155px;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    padding: 20px;
    border: 7px solid rgba(255,255,255,.28);
    border-bottom: 0;
    border-radius: 14px 14px 0 0;
    background: rgba(255,255,255,.95);
    box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

.vpw-mock-screen b {
    display: block;
    color: var(--vpw-navy);
    font-size: 12px;
    margin-bottom: 22px;
}

.vpw-mock-screen i {
    display: block;
    height: 8px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #d9e7f3;
}
.vpw-mock-screen i:nth-child(2){width:82%}
.vpw-mock-screen i:nth-child(3){width:62%}
.vpw-mock-screen i:nth-child(4){
    width:38%;
    height:25px;
    margin-top:20px;
    background:#0b79d0;
}

.vpw-case-body {
    padding: 28px;
}

.vpw-case-tag {
    color: var(--vpw-blue);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.vpw-case-body h3 {
    margin: 6px 0 10px;
    color: var(--vpw-navy);
    font-size: 22px;
}

.vpw-case-body > p {
    min-height: 88px;
    margin: 0;
    color: var(--vpw-muted);
    font-size: 13px;
}

.vpw-case-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--vpw-line);
}

.vpw-case-stats strong,
.vpw-case-stats span {
    display: block;
}

.vpw-case-stats strong {
    color: var(--vpw-navy);
    font-size: 20px;
}

.vpw-case-stats span {
    color: var(--vpw-muted);
    font-size: 10px;
}

.vpw-testimonial-section {
    background:
        radial-gradient(circle at 15% 12%, rgba(32,184,255,.17), transparent 25%),
        linear-gradient(135deg, #061a33 0%, #0b315b 100%);
}

.vpw-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.vpw-quote-card {
    min-height: 330px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 20px;
    background: rgba(255,255,255,.065);
    color: #fff;
}

.vpw-stars {
    color: #ffd76b;
    font-size: 13px;
    letter-spacing: .18em;
}

.vpw-quote-card blockquote {
    flex: 1;
    margin: 20px 0 26px;
    padding: 0;
    border: 0;
    color: rgba(255,255,255,.86);
    font-size: 15px;
    line-height: 1.75;
}

.vpw-person {
    display: flex;
    align-items: center;
    gap: 13px;
}

.vpw-person > span {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--vpw-cyan), var(--vpw-blue));
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.vpw-person strong,
.vpw-person small {
    display: block;
}

.vpw-person strong {
    color: #fff;
    font-size: 14px;
}

.vpw-person small {
    color: rgba(255,255,255,.55);
    font-size: 10px;
}

.vpw-faq-section {
    background: #fff;
}

.vpw-faq-layout {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 70px;
    align-items: start;
}

.vpw-faq-intro {
    position: sticky;
    top: 30px;
}

.vpw-faq-intro h2 {
    font-size: 42px;
}

.vpw-text-link {
    display: inline-block;
    margin-top: 25px;
    color: var(--vpw-blue);
    font-weight: 800;
}

.vpw-faq-list {
    border-top: 1px solid var(--vpw-line);
}

.vpw-faq-list details {
    border-bottom: 1px solid var(--vpw-line);
}

.vpw-faq-list summary {
    position: relative;
    padding: 24px 44px 24px 0;
    color: var(--vpw-navy);
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.vpw-faq-list summary::-webkit-details-marker {
    display: none;
}

.vpw-faq-list summary:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 22px;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--vpw-sky);
    color: var(--vpw-blue);
}

.vpw-faq-list details[open] summary:after {
    content: "−";
}

.vpw-faq-list details p {
    margin: -6px 0 24px;
    color: var(--vpw-muted);
    font-size: 14px;
}

.vpw-contact-section {
    position: relative;
    overflow: hidden;
    padding: 95px 0;
    background:
        radial-gradient(circle at 92% 20%, rgba(32,184,255,.25), transparent 30%),
        linear-gradient(135deg, #eaf6ff 0%, #f7fbff 62%, #fff 100%);
}

.vpw-contact-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(7,31,61,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7,31,61,.03) 1px, transparent 1px);
    background-size: 30px 30px;
}

.vpw-contact-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.vpw-contact-copy h2 {
    font-size: 46px;
}

.vpw-contact-points {
    display: grid;
    gap: 13px;
    margin-top: 28px;
    color: var(--vpw-navy);
    font-weight: 700;
    font-size: 14px;
}

.vpw-contact-points span {
    display: inline-grid;
    width: 24px;
    height: 24px;
    place-items: center;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--vpw-blue);
    color: #fff;
    font-size: 12px;
}

.vpw-form-card {
    padding: 34px;
    border: 1px solid rgba(7,31,61,.09);
    border-radius: 24px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 28px 70px rgba(7,31,61,.14);
}

.vpw-form-head {
    margin-bottom: 24px;
}

.vpw-form-head > span {
    color: var(--vpw-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
}

.vpw-form-head h3 {
    margin: 7px 0 6px;
    color: var(--vpw-navy);
    font-size: 28px;
}

.vpw-form-head p {
    margin: 0;
    color: var(--vpw-muted);
    font-size: 13px;
}

.vpw-cf7-wrap .wpcf7-form {
    margin: 0;
}

.vpw-cf7-wrap p {
    margin: 0 0 14px;
}

.vpw-cf7-wrap label {
    display: block;
    color: var(--vpw-navy);
    font-size: 12px;
    font-weight: 750;
}

.vpw-cf7-wrap input:not([type="submit"]),
.vpw-cf7-wrap select,
.vpw-cf7-wrap textarea {
    width: 100%;
    min-height: 50px;
    margin-top: 7px;
    padding: 12px 14px;
    border: 1px solid #d7e1ec;
    border-radius: 11px;
    background: #fbfdff;
    color: var(--vpw-text);
    outline: none;
    box-shadow: none;
}

.vpw-cf7-wrap textarea {
    min-height: 110px;
    resize: vertical;
}

.vpw-cf7-wrap input:not([type="submit"]):focus,
.vpw-cf7-wrap select:focus,
.vpw-cf7-wrap textarea:focus {
    border-color: var(--vpw-blue);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(7,95,203,.09);
}

.vpw-cf7-wrap input[type="submit"],
.vpw-cf7-wrap .wpcf7-submit {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--vpw-blue), #1386e8);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(7,95,203,.22);
}

.vpw-cf7-wrap .wpcf7-spinner {
    display: block;
    margin: 10px auto 0;
}

.vpw-cf7-wrap .wpcf7-response-output {
    margin: 16px 0 0 !important;
    border-radius: 10px;
    font-size: 12px;
}

.vpw-cf7-missing {
    padding: 18px;
    border: 1px dashed #9db7d1;
    border-radius: 12px;
    background: #f7fbff;
    color: var(--vpw-muted);
    font-size: 13px;
}

.vpw-back-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 30;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--vpw-navy);
    color: #fff !important;
    box-shadow: 0 10px 25px rgba(7,31,61,.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .22s ease;
}

.vpw-back-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .vpw-hero-grid,
    .vpw-contact-grid {
        grid-template-columns: 1fr;
    }

    .vpw-hero-copy {
        text-align: center;
    }

    .vpw-eyebrow {
        justify-content: center;
    }

    .vpw-lead {
        margin-inline: auto;
    }

    .vpw-hero-actions {
        justify-content: center;
    }

    .vpw-proof {
        max-width: 660px;
        margin-inline: auto;
    }

    .vpw-hero-visual {
        max-width: 720px;
        margin: 0 auto;
    }

    .vpw-feature-grid,
    .vpw-process-grid,
    .vpw-price-grid,
    .vpw-case-grid,
    .vpw-testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vpw-price-featured {
        transform: none;
    }

    .vpw-faq-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .vpw-faq-intro {
        position: static;
    }
}


@media (max-width: 1180px) {
    .vpw-trust-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vpw-trust-item {
        min-height: 205px;
    }
}

@media (max-width: 860px) {
    .vpw-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {

    .vpw-trust {
        padding: 60px 0 64px;
    }

    .vpw-trust-head {
        margin-bottom: 28px;
    }

    .vpw-trust-head h2 {
        font-size: 32px;
    }

    .vpw-trust-head p {
        font-size: 14px;
    }

    .vpw-trust-grid {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .vpw-trust-item {
        min-height: 0;
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);
        column-gap: 15px;
        align-items: center;
        padding: 18px 42px 18px 17px;
    }

    .vpw-trust-icon {
        width: 48px;
        height: 48px;
        margin: 0;
    }

    .vpw-trust-content h3 {
        margin-bottom: 4px;
        font-size: 16px;
    }

    .vpw-trust-content p {
        font-size: 12px;
        line-height: 1.55;
    }

    .vpw-trust-arrow {
        top: 50%;
        right: 17px;
        bottom: auto;
        opacity: 1;
        transform: translateY(-50%);
    }

    .vpw-price strong {
        font-size: 28px;
        white-space: normal;
    }


    .vpw-container {
        width: min(100% - 28px, 1180px);
    }

    .vpw-hero {
        padding: 65px 0 52px;
    }

    .vpw-hero-grid {
        gap: 38px;
    }

    .vpw-hero h1 {
        font-size: 42px;
    }

    .vpw-lead {
        font-size: 15px;
    }

    .vpw-hero-actions .vpw-btn {
        width: 100%;
    }

    .vpw-proof {
        gap: 10px;
    }

    .vpw-proof strong,
    .vpw-proof span {
        font-size: 21px;
    }

    .vpw-proof small {
        font-size: 10px;
    }

    .vpw-browser {
        transform: none;
    }

    .vpw-mini-hero {
        min-height: 220px;
        padding: 22px;
    }

    .vpw-floating-card {
        display: none;
    }
.vpw-section {
        padding: 72px 0;
    }

    .vpw-section-head {
        margin-bottom: 35px;
    }

    .vpw-section-head h2,
    .vpw-faq-intro h2,
    .vpw-contact-copy h2 {
        font-size: 34px;
    }

    .vpw-feature-grid,
    .vpw-process-grid,
    .vpw-price-grid,
    .vpw-case-grid,
    .vpw-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .vpw-feature-card {
        min-height: 0;
    }

    .vpw-price-top p,
    .vpw-case-body > p {
        min-height: 0;
    }

    .vpw-case-cover {
        height: 220px;
    }

    .vpw-quote-card {
        min-height: 0;
    }

    .vpw-contact-grid {
        gap: 38px;
    }

    .vpw-form-card {
        padding: 24px 18px;
    }

    .vpw-back-top {
        right: 14px;
        bottom: 14px;
    }
}

@media (max-width: 420px) {
    .vpw-hero h1 {
        font-size: 36px;
    }

    .vpw-mini-hero {
        grid-template-columns: 1fr;
    }

    .vpw-mini-art {
        display: none;
    }

    .vpw-proof {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .vpw-price-card,
    .vpw-case-body,
    .vpw-feature-card {
        padding: 24px;
    }
}

/* =========================================================
   MOBILE HERO REFINEMENT – VERSION 1.3.2
   ========================================================= */
@media (max-width: 1024px) {
    .vpw-hero-visual {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .vpw-hero {
        padding: 54px 0 46px;
    }

    .vpw-hero-grid {
        gap: 30px;
    }

    .vpw-proof {
        width: 100%;
        max-width: none;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin: 27px 0 0;
        padding: 0;
        border-top: 0;
    }

    .vpw-proof div {
        min-width: 0;
        padding: 14px 5px 13px;
        border: 1px solid rgba(7, 95, 203, .10);
        border-radius: 14px;
        background: rgba(255, 255, 255, .82);
        box-shadow: 0 10px 24px rgba(7, 31, 61, .055);
        text-align: center;
        backdrop-filter: blur(8px);
    }

    .vpw-proof strong,
    .vpw-proof span {
        font-size: 20px;
        line-height: 1.1;
    }

    .vpw-proof small {
        min-height: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 6px;
        padding: 0 2px;
        font-size: 9.5px;
        line-height: 1.35;
    }

    .vpw-hero-visual {
        width: 100%;
        max-width: 354px;
        margin: 0 auto !important;
        padding: 0 0 4px;
    }

    .vpw-browser {
        width: 100%;
        border-radius: 19px;
        box-shadow: 0 24px 55px rgba(7, 31, 61, .15);
        transform: none;
    }

    .vpw-browser-top {
        min-height: 38px;
        padding: 0 12px;
        gap: 6px;
    }

    .vpw-browser-top > span {
        width: 8px;
        height: 8px;
    }

    .vpw-address {
        width: 61%;
        margin-left: 7px;
        padding: 4px 8px;
        font-size: 9px;
    }

    .vpw-browser-body {
        padding: 14px;
    }

    .vpw-mini-nav {
        font-size: 10px;
    }

    .vpw-mini-nav div {
        gap: 5px;
    }

    .vpw-mini-nav i {
        width: 22px;
        height: 4px;
    }

    .vpw-mini-hero {
        min-height: 176px;
        grid-template-columns: minmax(0, 1fr) 92px;
        gap: 12px;
        margin-top: 12px;
        padding: 18px;
        border-radius: 13px;
    }

    .vpw-mini-copy span {
        width: 56px;
        height: 5px;
        margin-bottom: 13px;
    }

    .vpw-mini-copy h3 {
        width: 100%;
        height: 27px;
        margin-bottom: 10px;
        border-radius: 7px;
    }

    .vpw-mini-copy p {
        width: 83%;
        height: 6px;
        margin-bottom: 31px;
        box-shadow: 0 11px 0 rgba(255,255,255,.23);
    }

    .vpw-mini-copy button {
        width: 82px;
        height: 27px;
        border-radius: 7px;
    }

    .vpw-mini-art {
        display: flex;
        align-items: center;
    }

    .vpw-chart-card {
        width: 100px;
        padding: 9px;
        border-radius: 11px;
    }

    .vpw-chart-top {
        margin-bottom: 4px;
    }

    .vpw-chart-label {
        font-size: 6.8px;
    }

    .vpw-chart-top em {
        font-size: 6px;
        padding: 2px 4px;
    }

    .vpw-chart-card strong {
        margin: 0 0 2px;
        font-size: 16px;
    }

    .vpw-chart-sub {
        font-size: 6.2px;
        margin-bottom: 6px;
    }

    .vpw-chart-area {
        height: 47px;
        padding: 6px 5px 5px;
        border-radius: 8px;
    }

    .vpw-chart-grid {
        inset: 6px 5px 5px;
    }

    .vpw-chart-bars {
        left: 6px;
        right: 6px;
        bottom: 5px;
        height: 30px;
        gap: 3px;
    }

    .vpw-chart-line {
        left: 10px;
        right: 10px;
        top: 9px;
        bottom: 9px;
    }

    .vpw-chart-line i {
        width: 5px;
        height: 5px;
        margin-left: -2.5px;
        margin-top: -2.5px;
        border-width: 1.5px;
    }

    .vpw-mini-cards {
        gap: 8px;
        margin-top: 10px;
    }

    .vpw-mini-cards div {
        height: 45px;
        border-radius: 9px;
    }
}

@media (max-width: 420px) {
    .vpw-hero {
        padding: 48px 0 42px;
    }

    .vpw-hero-grid {
        gap: 25px;
    }

    .vpw-hero h1 {
        font-size: 35px;
        line-height: 1.08;
    }

    .vpw-proof {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
        margin-top: 24px;
    }

    .vpw-proof div {
        padding: 12px 3px 11px;
        border-radius: 12px;
    }

    .vpw-proof strong,
    .vpw-proof span {
        font-size: 18px;
    }

    .vpw-proof small {
        min-height: 25px;
        font-size: 8.7px;
    }

    .vpw-hero-visual {
        max-width: 342px;
    }

    .vpw-browser-body {
        padding: 12px;
    }

    .vpw-mini-hero {
        min-height: 164px;
        grid-template-columns: minmax(0, 1fr) 82px;
        gap: 10px;
        padding: 16px;
    }

    .vpw-mini-art {
        display: flex;
    }

    .vpw-chart-card {
        width: 92px;
        padding: 8px;
    }

    .vpw-chart-card strong {
        font-size: 15px;
    }

    .vpw-chart-sub {
        font-size: 5.8px;
        margin-bottom: 5px;
    }

    .vpw-chart-area {
        height: 43px;
    }

    .vpw-chart-bars {
        height: 27px;
        gap: 3px;
    }

    .vpw-mini-cards div {
        height: 42px;
    }
}

@media (max-width: 360px) {
    .vpw-proof strong,
    .vpw-proof span {
        font-size: 16px;
    }

    .vpw-proof small {
        font-size: 8px;
    }

    .vpw-mini-hero {
        grid-template-columns: minmax(0, 1fr) 74px;
        padding: 14px;
    }

    .vpw-chart-card {
        width: 84px;
        padding: 7px;
    }

    .vpw-chart-card strong {
        font-size: 14px;
    }

    .vpw-chart-sub {
        display: none;
    }

    .vpw-chart-area {
        height: 39px;
    }

    .vpw-chart-bars {
        height: 24px;
        gap: 2px;
    }
}
