/*
Theme Name: BCT Theme
Theme URI: https://bct.com/
Author: Your Name
Author URI: https://bct.com/
Description: Giao diện đơn giản cho website bct.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bct-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    background: #f5f5f5;
    color: #0a0a0a;
    line-height: 1.6;
    font-weight: 400;
}

a {
    color: #0073aa;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.site-header {
    background: #111827;
    color: #fff;
    padding: 16px 24px;
}

.site-title {
    margin: 0;
    font-size: 24px;
}

.site-main {
    max-width: 1200px;
    margin: 24px auto;
    padding: 0 16px;
}

.site-footer {
    background: #111827;
    color: #9ca3af;
    text-align: center;
    padding: 16px 24px;
    margin-top: 40px;
    font-size: 14px;
}

.post {
    background: #fff;
    padding: 20px;
    margin-bottom: 24px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.post-title {
    margin-top: 0;
    margin-bottom: 8px;
}

.post-meta {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 12px;
}

.pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

/* Landing page styles */
.lp-hero {
    background: linear-gradient(135deg, #00aeef, #111827);
    color: #fff;
    padding: 110px 0 80px;
    position: relative;
}

.lp-hero-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 16px;
}

.lp-hero-title {
    font-size: 44px;
    margin: 0 0 12px;
}

.lp-hero-subtitle {
    font-size: 18px;
    margin: 0 0 24px;
    color: #d1d5db;
}

.lp-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.5fr);
    align-items: center;
    gap: 40px;
}

.lp-hero-left {
    text-align: left;
}

.lp-hero-right {
    position: relative;
}

.lp-hero-photo {
    border-radius: 18px;
    min-height: 260px;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
}

.lp-hero-meta {
    margin: 0 0 18px;
    font-size: 14px;
    color: #e5e7eb;
}

.lp-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.lp-hero-actions-left {
    justify-content: flex-start;
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 500;
    border: 1px solid transparent;
}

.lp-btn-primary {
    background: #facc15;
    color: #111827;
}

.lp-btn-secondary {
    background: transparent;
    border-color: #4b5563;
    color: #e5e7eb;
}

.lp-btn:hover {
    filter: brightness(0.95);
}

.lp-section {
    padding: 56px 16px;
}

.lp-section-alt {
    background: #e5e7eb;
}

.lp-section-inner {
    max-width: 960px;
    margin: 0 auto;
}

.lp-section-title {
    font-size: 28px;
    margin: 0 0 16px;
    text-align: center;
}

.lp-section-text {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
    color: #4b5563;
}

.lp-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.lp-feature {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.lp-feature-title {
    margin-top: 0;
    margin-bottom: 8px;
}

.lp-feature-text {
    margin: 0;
    color: #4b5563;
}

.lp-contact-form {
    max-width: 520px;
    margin: 24px auto 0;
}

.lp-form-row {
    margin-bottom: 12px;
}

.lp-form-row input,
.lp-form-row textarea {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    font-family: inherit;
    font-size: 14px;
}

.lp-form-row textarea {
    resize: vertical;
}

/* Landing page nâng cao */
.lp-hero-kicker {
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #a5b4fc;
    margin-bottom: 10px;
}

.lp-hero-cards {
    margin-top: -40px;
    position: relative;
    z-index: 5;
}

.lp-hero-cards-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 16px;
    background: transparent;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
}

.lp-hero-card {
    background: #ffe9c2;
    padding: 16px 18px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0;
    border-right: 1px solid #fed7aa;
    box-shadow: 0 12px 25px rgba(15, 23, 42, 0.25);
}

.lp-hero-card-text {
    margin: 0;
    font-size: 13px;
    color: #1f2933;
    min-height: 60px;
}

.lp-hero-card-number {
    font-size: 32px;
    font-weight: 700;
    color: #f97316;
    margin-top: 8px;
}

/* Pricing */
.lp-pricing {
    background: #f9fafb;
}

.lp-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 32px;
}

.lp-price-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 24px 22px 26px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
    border: 1px solid #e5e7eb;
}

.lp-price-card-highlight {
    border-color: #1d4ed8;
    box-shadow: 0 14px 32px rgba(37, 99, 235, 0.25);
}

.lp-price-title {
    margin: 0 0 10px;
    font-size: 18px;
}

.lp-price-values {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 12px;
}

.lp-price-original {
    text-decoration: line-through;
    color: #9ca3af;
    font-size: 14px;
}

.lp-price-sale {
    font-size: 22px;
    font-weight: 700;
    color: #b91c1c;
}

.lp-price-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    font-size: 14px;
    color: #4b5563;
}

.lp-price-benefits li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 18px;
}

.lp-price-benefits li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 11px;
    color: #16a34a;
}

.lp-price-cta {
    width: 100%;
}

/* Goals */
.lp-goals-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.lp-goal-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 18px 18px 20px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.lp-goal-number {
    font-size: 18px;
    font-weight: 700;
    color: #1d4ed8;
    margin-bottom: 4px;
}

.lp-goal-title {
    margin: 0 0 6px;
    font-size: 15px;
}

.lp-goal-text {
    margin: 0;
    font-size: 14px;
    color: #4b5563;
}

/* Modules */

/* === EBO landing page (index.php) === */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
a { text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 16px;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #0d57cf;
    box-shadow: 0 2px 12px rgba(0,0,0,.12);
}
.topbar-inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.logo {
    color: #fff;
    font-weight: 800;
    font-size: 26px;
    letter-spacing: .4px;
}
.logo img {
    height: 32px;
    width: auto;
    display: block;
}


.menu {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}
.menu a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.btn-gold {
    display: inline-block;
    background: linear-gradient(180deg, #ffe259, #ffa751);
    color: #243284 !important;
    font-weight: 800;
    border-radius: 999px;
    padding: 12px 26px;
    box-shadow: 0 8px 20px rgba(243, 170, 83, .35);
    transition: all .18s ease-out;
    cursor: pointer;
}
.btn-gold:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(243, 170, 83, .5);
}

.hero {
    background: linear-gradient(135deg, #0c56cf 0%, #104fbe 55%, #1849aa 100%);
    position: relative;
    overflow: hidden;
}
.hero-wrap {
    position: relative;
    min-height: 480px;
}
.hero-left {
    position: relative;
    padding: 40px 24px 10px 24px;
    max-width: 620px;
    z-index: 2;
}
.hero-left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 32px;
    width: 230px;
    height: 105px;
    background: rgba(255,255,255,.08);
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}
.hero-tag {
    display: inline-block;
    background: #f3b54a;
    color: #243284;
    padding: 5px 22px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 15px;
    position: relative;
    z-index: 1;
}
.hero-title {
    margin: 18px 0 0;
    color: #ffd48a;
    font-size: 36px;
    line-height: 1.05;
    font-weight: 900;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 4px rgba(0,0,0,.35);
}
.hero-sub {
    margin: 18px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 4px rgba(0,0,0,.35);
}
.hero-cta {
    margin-top: 28px;
    position: relative;
    z-index: 1;
}
.hero-right {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
}
.hero-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .45;
}
.hero-right:before {
    content: none;
}

.feature-strip {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: -120px;
    margin-bottom: 80px;
    gap: 0;
    background: #ffeccc;
    border-radius: 22px;
    box-shadow: 0 24px 45px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}
.feature-strip:before {
    content: none;
}
.feature-item {
    padding: 12px 14px 8px;
    min-height: 180px;
    position: relative;
    background: #ffeccc;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 0;
    z-index: 1;
}
.feature-item:last-child { border-right: 0; }
.feature-item.active {
    background: linear-gradient(120deg, #ffe7b0, #ffb454);
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(0,0,0,.22);
    z-index: 2;
    border-right: none;
 }
.feature-item.active .feature-num {
    font-size: 64px;
}
.feature-text {
    font-size: 16px;
    color: rgb(65, 69, 97);
    min-height: 60px;
    font-weight: bold;
}
.feature-num {
    align-self: flex-end;
    font-size: 64px;
    line-height: 1;
    font-weight: 900;
    color: #ffffff;
}

.section {
    padding: 20px 0;
}
.bg-image {
    background-size: cover;
    background-position: center;
}

.pricing-section {
    background-image: linear-gradient(rgba(245,241,235,.78), rgba(245,241,235,.78)), url('https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=1600&auto=format&fit=crop');
}
.pricing-grid {
    display: grid;
    grid-template-columns: .85fr 1fr 1fr;
    gap: 28px;
    align-items: stretch;
}
.pricing-title {
    font-size: 28px;
    line-height: 1.4;
    font-weight: bold;
    color: rgb(8, 76, 204);
    text-align: left;
}

.price-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 18px 35px rgba(0,0,0,.12);
    transition: transform .18s ease-out, box-shadow .18s ease-out;
}
.price-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 40px rgba(0,0,0,.18);
}
.price-card-inner {
    padding: 26px 28px 24px;
}
.price-card.blue {
    background: linear-gradient(120deg, #064acb, #366ed8);
    color: #fff;
}
.price-card.light {
    background: #ffeccc;
    color: #243284;
}
.card-head {
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 18px;
}
.card-head:before, .card-head:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 70px;
    height: 3px;
    background: #f3ab53;
    transform: translateY(-50%);
}
.card-head:before { left: 0; }
.card-head:after { right: 0; }
.old-price {
    text-align: center;
    font-size: 17px;
    opacity: .75;
    text-decoration: line-through;
    font-weight: 700;
    margin: 0 ;
}
.new-price {
    display: inline-block;
    margin: 10px auto 0;
    padding: 8px 34px;
    border-radius: 999px;
    font-size: 34px;
    font-weight: 900;
}
.price-card.blue .new-price {
    background: linear-gradient(165deg, #ffeccc, #f3ab53);
    color: #243284;
}
.price-card.light .new-price {
    background: #0a4ccb;
    color: #fff;
}
.price-center { text-align: center; }
.price-list {
    margin: 24px 0 0;
    padding-left: 18px;
    font-size: 15px;
}
.price-list li { margin-bottom: 10px; }
.card-footer-btn {
    display: block;
    text-align: center;
    background: linear-gradient(165deg, #ffe259, #ffa751);
    color: #243284;
    font-weight: 800;
    padding: 14px 18px;
    margin-top: auto;
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}
.video-box {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    border: 14px solid #064acb;
    border-bottom: 0;
    box-shadow: 0 18px 35px rgba(8,76,205,.15);
}
.video-box iframe {
    width: 100%;
    aspect-ratio: 16/9;
    display: block;
    border: 0;
}
.video-caption {
    background: #064acb;
    color: #ffeccc;
    text-align: center;
    padding: 20px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 0 0 20px 20px;
}
.content-card {
    background: #ffeccc;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
}
.content-card h3 {
    margin: 0;
    color:rgb(8, 76, 204);
    font-size: 28px;
    line-height: 1.4;
}
.content-card .lead {
    margin-top: 22px;
    color: #243284;
    font-weight: 900;
    font-size: 20px;
}
.content-card p {
    color: rgba(17,27,101,.84);
    font-size: 16px;
}
.icon-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 0px;
}
.icon-badge {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #0a4ccb;
    font-size: 20px;
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.section#nhomwebsite .grid-5 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.group-card {
    background: #fff7ea;
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0 10px 24px rgba(243,171,83,.14);
    min-height: 210px;
    border: 1px solid rgba(243,171,83,.15);
}
.group-card strong {
    display: block;
    color: #0a4ccb;
    margin-bottom: 10px;
    font-size: 20px;
    /* Giữ tiêu đề cao đồng đều giữa các cột để dòng mô tả thẳng hàng */
    min-height: 44px;
}
.group-card p {
    margin: 0;
    font-size: 16px;
    color: #475569;
}

.section-title {
    margin: 0 0 30px;
    text-align: center;
    font-size: 36px;
    line-height: 1.4;
    color: rgb(8, 76, 204);
    font-weight: bold;
}

.timeline {
    display: grid;
    gap: 18px;
}
.timeline-item {
    background: #fff;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 88px 1fr;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(8,76,205,.08);
}
.timeline-step {
    background: linear-gradient(160deg, #0a4ccb, #366ed8);
    color: #ffd48a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 900;
}
.timeline-body {
    padding: 18px 20px;
    font-size: 15px;
    color: #475569;
    background: #fffdf9;
}

/* Quy định xử phạt - card giữa */
.law-card {
    max-width: 720px;
    margin: 10px auto 0;
    background: #ffeccc;
    border-radius: 14px;
    box-shadow: 0 18px 35px rgba(8,76,205,.16);
    overflow: hidden;
    border: none;
}
.law-card-header {
    background: #084ccc;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    padding: 12px 18px;
}
.law-card-body {
    padding: 22px 26px 24px;
    font-size: 15px;
    line-height: 1.9;
    color: #374151;
    text-align: justify;
}

.benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}
.benefit-card {
    background: linear-gradient(145deg, #0b5ed7, #2563eb);
    color: #ffeccc;
    border-radius: 18px;
    padding: 44px 24px 30px;
    text-align: center;
    box-shadow: 0 18px 36px rgba(8,76,205,.18);
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: transform .18s ease-out, box-shadow .18s ease-out;
    position: relative;
}
.benefit-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 24px 46px rgba(8,76,205,.26);
}
.benefit-card::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #ffffff, #ffe7b5);
    box-shadow: 0 10px 22px rgba(15,23,42,.22);
    border: 3px solid rgba(255,255,255,.96);
}
.benefit-card::after {
    content: "✔";
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translate(-50%, 6px);
    font-size: 18px;
    font-weight: 900;
    color: #16a34a;
}

.form-section {
    background-image: linear-gradient(rgba(9,77,205,.7), rgba(9,77,205,.7)), url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=1600&auto=format&fit=crop');
}
.form-grid {
    display: grid;
    grid-template-columns: minmax(260px, 400px) 1fr;
    gap: 40px;
    align-items: center;
}
.form-card {
    background: linear-gradient(120deg, #ffeccc, #fbbe72);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 18px 35px rgba(0,0,0,.16);
}
.form-head {
    background: #fffaf3;
    padding: 18px;
    text-align: center;
}
.form-head p {
    margin: 0;
    color: #074bcc;
    font-size: 16px;
    font-weight: bold;
}
.form-head h3 {
    margin: 6px 0 0;
    color: #243184;
    font-size: 30px;
}
.form-price {
    text-align: center;
    padding: 18px 18px 8px;
}
.form-price .old-price { color: #366ed8; }
.form-price .new-price {
    background: #084ccc;
    color: #fff;
}
.form-body {
    padding: 18px;
}
.input,
.select {
    width: 100%;
    height: 48px;
    border: 1px solid #f3aa53;
    border-radius: 6px;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 14px;
    outline: none;
}
.submit-btn {
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(165deg, rgba(54,111,216,1), rgba(7,75,204,1));
    color: #ffeccc;
    font-size: 18px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
}
.form-card .wpcf7-form input[type="submit"].submit-btn {
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(165deg, rgba(54,111,216,1), rgba(7,75,204,1));
    color: #ffeccc;
    font-size: 18px !important;
    font-weight: 800 !important;
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
}
.form-side {
    color: #fff;
}
.form-side h2 {
    margin: 0 0 12px;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 900;
}
.form-side p {
    max-width: 700px;
    font-size: 16px;
    color: rgba(255,255,255,.9);
}

.footer {
    background: #243184;
    color: #fff;
    padding: 20px 0;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 36px;
}
.footer h4 {
    margin: 0 0 16px;
    font-size: 22px;
}
.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 6px;
    font-size: 18px;
}
.footer-list li:hover {
    color: #ffe7b5;
}
.footer-hotline,
.footer-link {
    color: inherit;
    text-decoration: none;
}
.footer-hotline:hover,
.footer-link:hover {
    text-decoration: underline;
}
.footer-company li::before,
.footer-policy li::before {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 13px;
}
.footer-company li:nth-child(1)::before { content: "\1F3E0"; }
.footer-company li:nth-child(2)::before { content: "\260E"; }
.footer-company li:nth-child(3)::before { content: "\2709"; }
.footer-company li:nth-child(4)::before { content: "\1F310"; }

.footer-policy li:nth-child(1)::before { content: "\1F512"; }
.footer-policy li:nth-child(2)::before { content: "\1F5D1"; }
.footer-policy li:nth-child(3)::before { content: "\26A0"; }
.footer-policy li:nth-child(4)::before { content: "\1F4AC"; }
.footer li {
    margin-bottom: 10px;
    color: rgba(255,255,255,.92);
    font-size: 16px;
}

@media (max-width: 1100px) {
    .pricing-grid,
    .two-col,
    .form-grid,
    .footer-grid,
    .hero-wrap {
        grid-template-columns: 1fr;
    }
    .grid-5,
    .benefits,
    .feature-strip {
        grid-template-columns: repeat(2, 1fr);
    }
    .section#nhomwebsite .grid-5 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .feature-strip {
        margin-top: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .pricing-title {
        max-width: none;
    }
    .hero-right { min-height: 300px; }
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
    .topbar-inner {
        min-height: 60px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 6px 0 4px;
    }
    .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 8px 0 4px;
        width: 100%;
    }
    .menu.is-open {
        display: flex;
    }
    .menu a {
        font-size: 14px;
        white-space: normal;
    }
    .container { padding: 0 12px; }
    .hero-wrap { min-height: 420px; }
    .hero-left {
        padding: 10px 10px 10px 10px;
        text-align: center;
    }
    .hero-title { font-size: 34px; }
    .hero-sub { font-size: 14px; }
    .feature-strip {
        grid-template-columns: 1fr;
    }
    .section-title { font-size: 28px; }
    .content-card h2,
    .form-side h2,
    .pricing-title { font-size: 24px; }
    .grid-5,
    .benefits {
        grid-template-columns: 1fr;
    }
    .section#nhomwebsite .grid-5 {
        grid-template-columns: 1fr;
    }
    .timeline-item {
        grid-template-columns: 1fr;
    }
    .timeline-step {
        min-height: 70px;
    }
    .form-grid { gap: 24px; }
}

@media (max-width: 576px) {
    body { font-size: 14px; }
    .hero-left:before { display: none; }
    .feature-item { min-height: auto; }
    .feature-num { font-size: 52px; }
    .price-card-inner { padding: 22px 20px 20px; }
    .new-price { font-size: 28px; }
    .form-card { box-shadow: 0 14px 30px rgba(0,0,0,.16); }
}
.lp-modules {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.lp-module {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 18px 18px;
    border: 1px solid #e5e7eb;
}

.lp-module-title {
    margin: 0 0 10px;
    font-size: 16px;
}

.lp-module-list {
    list-style: disc;
    padding-left: 18px;
    margin: 0;
    color: #4b5563;
    font-size: 14px;
}

.lp-module-list li {
    margin-bottom: 6px;
}

/* ===== CTA floating (GỌI / ZALO / MESSENGER / EMAIL) ===== */
/* Chỉ ảnh hưởng widget #cta-icon, tách riêng desktop & mobile */

/* Base icon styles */
#cta-icon a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
#cta-icon .ico_zalo,
#cta-icon .ico_messenger,
#cta-icon .ico_mail,
#cta-icon .ico_tel {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}
#cta-icon a.cta-zalo .ico_zalo {
    background: url('assets/img/ico_zalonew.svg') 0 0 / 100% auto no-repeat;
}
#cta-icon a.cta-phone .ico_tel {
    background: url('assets/img/ico_telephone.svg') 0 0 / 100% auto no-repeat;
}
#cta-icon a.cta-messenger .ico_messenger {
    background: url('assets/img/ico_messenger.svg') 0 0 / 100% auto no-repeat;
}
#cta-icon a.cta-mail .ico_mail {
    background: url('assets/img/ico_mail.svg') 0 0 / 100% auto no-repeat;
}

/* ------------------------------------------
   DESKTOP (>=768px): cột dọc nhỏ gọn bên phải
   ------------------------------------------ */
@media (min-width: 768px) {
    #cta-icon {
        position: fixed;
        right: 0;
        top: 30%;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 16px 0 0 16px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
        overflow: hidden;
        backdrop-filter: saturate(115%);
    }
    #cta-icon a {
        width: 52px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #eef2f7;
        color: #0f1d3d;
        background: #fff;
        position: relative;
        border-radius: 10px 0 0 10px;
        transition:
            transform 0.18s ease,
            box-shadow 0.18s ease,
            background-color 0.18s ease,
            color 0.18s ease;
    }
    #cta-icon a:last-child {
        border-bottom: none;
    }

    /* Ẩn nhãn chữ ở desktop */
    #cta-icon em {
        display: none;
    }

    /* icon màu */
    #cta-icon i {
        font-size: 20px;
        line-height: 1;
        display: block;
    }
    
    #cta-icon .cta-mail i {
        color: #22c55e;
    }

    /* Hover/active */
    #cta-icon a:hover {
        transform: translateX(-2px);
        background: #f3f6fb;
        box-shadow: inset 0 0 0 1px #e7ecf5;
    }
    #cta-icon a:active {
        transform: translateX(-1px);
        box-shadow: inset 0 0 0 1px #d8e1f0;
    }
    #cta-icon .cta-phone:hover {
        background: #feecec;
    }
    #cta-icon .cta-messenger:hover {
        background: #eaf2ff;
    }
    #cta-icon .cta-zalo:hover {
        background: #eaf2ff;
    }
    #cta-icon .cta-mail:hover {
        background: #ecfbf1;
    }

    /* icon đổi màu khi hover */
    #cta-icon .cta-messenger:hover i {
        color: #0073e6;
    }
    #cta-icon .cta-mail:hover i {
        color: #1eae5d;
    }

    /* Ringer cho nút GỌI – desktop */
    #cta-icon .cta-phone {
        position: relative;
    }
    #cta-icon .cta-phone .cs-ring {
        position: absolute;
        inset: 8px;
        border-radius: 50%;
        border: 2px solid rgba(28, 117, 188, 0.35);
        animation: telPulseDesktop 1.6s ease-out infinite;
        pointer-events: none;
    }
    @keyframes telPulseDesktop {
        0% {
            transform: scale(0.9);
            opacity: 0.7;
        }
        70%,
        100% {
            transform: scale(1.5);
            opacity: 0;
        }
    }
}

/* ------------------------------------------
   MOBILE (<768px): thanh đáy full-width gọn
   ------------------------------------------ */
@media (max-width: 767.98px) {
    #cta-icon {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
        padding: 6px 10px calc(6px + env(safe-area-inset-bottom));
        background: #fff;
        border-radius: 12px 12px 0 0;
        box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.14);
    }
    #cta-icon a {
        background: transparent !important;
        border-right: 1px solid #eef2f7;
        padding: 6px 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        box-shadow: none !important;
        position: relative;
    }
    #cta-icon a:last-child {
        border-right: none;
    }

    /* icon tròn nhỏ */
    #cta-icon a i {
        width: 32px;
        height: 32px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        font-size: 16px;
        background-color: #f2f5fb;
    }

    /* nhãn nhỏ gọn */
    #cta-icon a em {
        font-style: normal;
        font-size: 10.5px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.15px;
        color: #0f1d3d;
    }

    /* màu nền icon */
    #cta-icon .cta-phone i {
        background-color: #fee2e2;
        color: #ef4444;
    }
    #cta-icon .cta-zalo i,
    #cta-icon .cta-messenger i {
        background-color: #e7efff;
    }
    #cta-icon .cta-mail i {
        background-color: #e9f7e9;
        color: #22c55e;
    }

    /* Ringer cho nút GỌI – mobile */
    #cta-icon .cta-phone {
        position: relative;
    }
    #cta-icon .cta-phone .cs-ring {
        position: absolute;
        width: 42px;
        height: 42px;
        left: 50%;
        top: 6px;
        transform: translateX(-50%);
        border-radius: 50%;
        border: 2px solid rgba(34, 197, 94, 0.45);
        animation: telPulseMobile 1.6s ease-out infinite;
        pointer-events: none;
    }
    @keyframes telPulseMobile {
        0% {
            transform: translateX(-50%) scale(0.85);
            opacity: 0.8;
        }
        60% {
            transform: translateX(-50%) scale(1.25);
            opacity: 0;
        }
        100% {
            transform: translateX(-50%) scale(1.25);
            opacity: 0;
        }
    }

    /* chừa chỗ cho thanh CTA, tránh đè footer */
    body {
        padding-bottom: 68px;
    }
}

/* Stats / Cam kết */
.lp-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.lp-stat-item {
    background: #111827;
    color: #e5e7eb;
    border-radius: 10px;
    padding: 18px 16px;
    text-align: center;
}

.lp-stat-number {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #facc15;
}

.lp-stat-label {
    font-size: 13px;
}

/* Instructor */
.lp-instructor-inner {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.4fr);
    gap: 28px;
    align-items: center;
}

.lp-section-title-left {
    text-align: left;
}

.lp-section-text-left {
    text-align: left;
    margin-left: 0;
}

.lp-instructor-list {
    margin: 14px 0 0;
    padding-left: 18px;
    font-size: 14px;
    color: #4b5563;
}

.lp-instructor-side {
    background: #111827;
    color: #e5e7eb;
    border-radius: 14px;
    padding: 22px 20px;
}

.lp-instructor-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: #facc15;
    color: #111827;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.lp-instructor-note {
    font-size: 14px;
    color: #e5e7eb;
}

/* Offer & contact */
.lp-offer {
    background: #0b1120;
    color: #e5e7eb;
}

.lp-offer-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.6fr);
    gap: 28px;
    align-items: center;
}

.lp-offer-tagline {
    margin: 8px 0 10px;
    font-size: 15px;
    color: #e5e7eb;
}

.lp-offer-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 14px;
}

.lp-offer-label {
    font-size: 14px;
    color: #e5e7eb;
}

.lp-offer-percent {
    font-size: 30px;
    font-weight: 800;
    color: #facc15;
}

.lp-offer-form-wrap {
    background: #020617;
    border-radius: 16px;
    padding: 22px 20px 20px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.45);
}

.lp-offer-form-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}

.lp-offer-submit {
    width: 100%;
}

@media (max-width: 768px) {
    .lp-hero-title {
        font-size: 30px;
    }

    .lp-section {
        padding: 40px 16px;
    }

    .lp-instructor-inner,
    .lp-offer-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}

