@font-face {
    font-family: "Drayton";
    src: url("../fonts/tcs-dfvn-ed-drayton.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Mrattoos Signature";
    src: url("../fonts/tcs-fz-mrattoos-signature.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Vendya";
    src: url("../fonts/tsc-vendya.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Belinda";
    src: url("../fonts/tsc-belinda.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Albra";
    src: url("../fonts/tsc-albra.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Palidate";
    src: url("../fonts/tsc-palisade.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Ljxdl";
    src: url("../fonts/tcs-ljxdl.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Uvn";
    src: url("../fonts/tcs-uvn.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Perfecto";
    src: url("../fonts/tsc-perfecto-calligraphy.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.font-perfecto {
    font-family: "Perfecto", serif;
}

@font-face {
    font-family: "Pictures Signature";
    src: url("../fonts/tcs-pictures-signature.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.font-pictures-signature {
    font-family: "Pictures Signature", serif;
}

.font-uvn {
    font-family: "Uvn", serif;
}

.font-ljxdl {
    font-family: "Ljxdl", serif;
}

.font-palisade {
    font-family: "Palidate", serif;
}

.font-albra {
    font-family: "Albra", serif;
}

.font-belinda {
    font-family: "Belinda", serif;
}

.font-vendya {
    font-family: "Vendya", serif;
}

.font-drayton {
    font-family: "Drayton", serif;
}

.font-signature {
    font-family: "Mrattoos Signature", serif;
}

@keyframes floatY {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-16px);
    }
}
@keyframes shine {
    100% {
        left: 140%;
    }
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: 1s ease;
}
.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/* =========================================================
   VARIABLES
========================================================= */
:root {
    --color-primary: #8e0101;
    --color-primary-light: #f8dede;
    --color-dark: #1f1f1f;
    --color-text: #666;
    --color-bg: #fff8f8;
    --shadow: 0 12px 40px rgba(142, 1, 1, 0.12);
}

/* =========================================================
   MIXINS
========================================================= */
/* =========================================================
   RESET
========================================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        Segoe UI,
        Roboto,
        Oxygen,
        Ubuntu,
        Cantarell,
        Helvetica Neue,
        Arial,
        sans-serif !important;
    background: var(--color-bg);
    color: var(--color-dark);
    overflow-x: hidden;
    padding: 0 !important;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    display: block;
}

/* =========================================================
   OVER WRITE
========================================================= */
button:focus,
button:focus-visible,
button:active {
    outline: none !important;
    box-shadow: none !important;
}

.navbar .navbar-toggler {
    border: none;
    background: transparent;
    font-size: 32px;
    color: var(--color-primary);
}
.navbar .navbar-toggler .fa-xmark {
    display: block;
}
.navbar .navbar-toggler .fa-bars {
    display: none;
}
.navbar .navbar-toggler.collapsed .fa-bars {
    display: block;
}
.navbar .navbar-toggler.collapsed .fa-xmark {
    display: none;
}

.modal {
    padding: 0 !important;
}
.modal .modal-dialog .modal-content {
    border-radius: 20px;
}
.modal .modal-dialog .modal-body {
    position: unset;
}
@media (min-width: 576px) {
    .modal .modal-dialog {
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    .modal-dialog {
        margin: 0 auto;
        align-items: end;
        height: 100%;
    }
    .modal-dialog .modal-content {
        border-radius: 20px 20px 0 0 !important;
        max-height: 90vh;
    }
    .modal.fade .modal-dialog {
        transform: translateY(80px);
        transition: transform 0.35s ease;
    }
    .modal.show .modal-dialog {
        transform: translateY(0);
    }
}
/* =========================================================
   COMMON
========================================================= */
section {
    padding: 100px 0;
    position: relative;
}
@media (max-width: 576px) {
    section {
        padding: 70px 0;
    }
}

.text-main {
    color: var(--color-primary);
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}
.section-title span {
    color: var(--color-primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}
.section-title h2 {
    font-size: 48px;
    margin-top: 16px;
}
.section-title p {
    color: var(--color-text);
    margin-top: 16px;
    font-size: 17px;
}
@media (max-width: 991px) {
    .section-title h2 {
        font-size: 38px;
    }
}

.text-light {
    color: var(--color-text) !important;
}

/* =========================================================
   HEADER
========================================================= */
.navbar {
    padding: 18px 0;
    transition: 0.4s;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(14px);
}
.navbar.scrolled {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 10px 0;
}

.navbar-brand {
    font-size: 34px;
    font-weight: 700;
    color: var(--color-primary) !important;
}
@media (max-width: 576px) {
    .navbar-brand {
        font-size: 28px;
    }
}

.nav-link {
    font-weight: 600;
    color: #222 !important;
    margin-left: 18px;
    position: relative;
    transition: 0.3s;
}
.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: var(--color-primary);
    transition: 0.35s;
}
.nav-link:hover {
    color: var(--color-primary) !important;
}
.nav-link:hover::after {
    width: 100%;
}

/* =========================================================
   BUTTON
========================================================= */
.btn-main {
    border-radius: 999px;
    padding: 12px 32px;
    background: var(--color-primary);
    color: white;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: 0.35s;
    box-shadow: var(--shadow);
    gap: 6px;
}
.btn-main.btn-sm {
    padding: 9px 26px;
}
.btn-main:hover {
    transform: translateY(-4px);
    color: white;
    box-shadow: 0 18px 30px rgba(142, 1, 1, 0.25);
}
.btn-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 80px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
}
.btn-main:hover::before {
    animation: shine 0.8s ease;
}

.btn-outline-main {
    background: transparent;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    box-shadow: none;
}
.btn-outline-main:hover {
    background: var(--color-primary);
    color: white;
}

/* =========================================================
   FOOTER
========================================================= */
.footer {
    margin-top: 60px;
    padding-top: 40px;
    background: linear-gradient(to bottom, #fff5f5, #fdf0f0);
    border-top: 1px solid rgba(142, 1, 1, 0.08);
    color: var(--color-text);
}
.footer a {
    color: inherit;
    text-decoration: none;
    transition: 0.25s;
}
.footer a:hover {
    color: var(--color-primary);
}
.footer h3,
.footer h4 {
    color: var(--color-dark);
    margin-bottom: 18px;
}
.footer h3 {
    font-size: 28px;
    font-weight: 700;
}
.footer h4 {
    font-size: 16px;
    font-weight: 600;
}
.footer p {
    margin: 0;
    line-height: 1.7;
}
.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer ul li {
    margin-bottom: 12px;
}
.footer .footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 24px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(142, 1, 1, 0.08);
}
.footer .footer-brand {
    max-width: 420px;
}
.footer .footer-contact li {
    display: flex;
    align-items: center;
    gap: 12px;
}
.footer .footer-contact i {
    color: var(--color-primary);
}
.footer .footer-bottom {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.footer .footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
}
.footer .footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: white;
    border: 1px solid rgba(142, 1, 1, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(142, 1, 1, 0.06);
}
.footer .footer-social a:hover {
    background: var(--color-primary);
    color: white;
    transform: translateY(-2px);
}
@media (max-width: 991px) {
    .footer .footer-top {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .footer .footer-top {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .footer .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

.hero {
    padding-top: 172px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size: 44%;
    background-repeat: no-repeat;
    background-position: 86% center;
}
.hero::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(142, 1, 1, 0.09), transparent 70%);
    top: -260px;
    right: -180px;
    z-index: -1;
}
.hero h1 {
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 24px;
}
.hero p {
    font-size: 18px;
    color: var(--color-text);
    margin-bottom: 36px;
    max-width: 620px;
}
@media (max-width: 1200px) {
    .hero {
        padding-top: 156px;
    }
}
@media (max-width: 991px) {
    .hero {
        padding-top: 140px;
        text-align: center;
    }
    .hero h1 {
        font-size: 48px;
    }
}
@media (max-width: 576px) {
    .hero h1 {
        font-size: 35px;
    }
}
.hero .hero-badge {
    display: inline-flex;
    padding: 10px 18px;
    border-radius: 999px;
    background: var(--color-primary-light);
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 24px;
    align-items: center;
    gap: 8px;
}
.hero .hero-badge svg {
    margin-top: 2px;
}
.hero .hero-image {
    position: absolute;
    width: 120%;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
}
.hero .hero-image img {
    transition: 0.5s;
    animation: floatY 5s ease-in-out infinite;
}
@media (max-width: 1200px) {
    .hero .hero-image {
        width: 60%;
        left: 78%;
    }
}
@media (max-width: 991px) {
    .hero .hero-image {
        margin-top: 50px;
        padding: 0 20px;
        position: unset;
        transform: none;
        width: 100%;
    }
}
.hero .stats {
    margin-top: 60px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .hero .stats {
        margin-top: 48px;
        gap: 16px;
        justify-content: center;
    }
}
.hero .stats .stat-card {
    background: white;
    padding: 20px 28px;
    border-radius: 20px;
    box-shadow: var(--shadow);
}
@media (max-width: 991px) {
    .hero .stats .stat-card {
        padding: 12px 24px;
        border-radius: 12px;
    }
    .hero .stats .stat-card:last-child {
        width: -moz-fit-content;
        width: fit-content;
    }
}
@media (max-width: 576px) {
    .hero .stats .stat-card {
        flex: 1;
        padding: 12px;
    }
}
.hero .stats .stat-card h3 {
    font-size: 38px;
    color: var(--color-primary);
    font-weight: 800;
}
@media (max-width: 991px) {
    .hero .stats .stat-card h3 {
        font-size: 30px;
    }
}
@media (max-width: 576px) {
    .hero .stats .stat-card h3 {
        font-size: 23px;
    }
}
.hero .stats .stat-card p {
    margin: 0;
    color: var(--text);
}
@media (max-width: 991px) {
    .hero .stats .stat-card p {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    .hero .stats .stat-card p {
        font-size: 14px;
    }
}

.about-section .about-image img {
    border-radius: 30px;
    box-shadow: var(--shadow);
}
.about-section .about-content h2 {
    font-size: 52px;
    margin-bottom: 24px;
}
.about-section .about-content p {
    color: var(--color-text);
    margin-bottom: 18px;
}
@media (max-width: 991px) {
    .about-section .about-content h2 {
        font-size: 38px;
    }
}
.about-section .feature-item {
    display: flex;
    gap: 16px;
    padding: 18px;
    border-radius: 22px;
    transition: 0.35s;
}
.about-section .feature-item:hover {
    background: white;
    transform: translateX(8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.about-section .feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: var(--color-primary-light);
    color: var(--color-primary);
    font-weight: 700;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.templates-section .template-card {
    display: block;
    position: relative;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: 0.4s;
    height: 100%;
}
.templates-section .template-card .thumb-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 9/16;
}
.templates-section .template-card .thumb-wrap .price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
    margin-bottom: 4px;
    font-size: 18px;
}
.templates-section .template-card .thumb-wrap .price-wrap span {
    color: white;
}
.templates-section .template-card .thumb-wrap .price-wrap .origin-price {
    text-decoration: line-through;
}
.templates-section .template-card:hover img {
    transform: scale(1.01);
}
.templates-section .template-card img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    transition: 0.7s;
}
.templates-section .template-content {
    padding: 32px 16px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.4),
        transparent
    );
}
.templates-section .template-content h3 {
    color: white;
    font-size: 26px;
    margin-bottom: 12px;
}
.templates-section .template-content p {
    color: white;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.templates-section .modal-content .bottom-wrap {
    background-color: white;
}
@media (max-width: 767px) {
    .templates-section .modal-content .bottom-wrap {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 8px 12px 12px;
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.06);
    }
}
.templates-section .modal-content .price-wrap {
    display: flex;
    align-items: end;
    gap: 20px;
    margin-bottom: 4px;
    font-size: 18px;
}
.templates-section .modal-content .price-wrap .origin-price {
    text-decoration: line-through;
}
.templates-section .modal-content .price-wrap .sale-price {
    color: var(--color-primary);
}
.templates-section .modal-content .feature-wrap h3 {
    font-size: 16px;
}
.templates-section .modal-content .feature-wrap .feature-list {
    -moz-column-count: 2;
    column-count: 2;
    padding: 0;
    margin: 0;
    list-style: none;
}
.templates-section .modal-content .feature-wrap .feature-list .feature-item {
    padding: 0;
    display: flex;
    gap: 6px;
    align-items: center;
    color: var(--color-primary);
    padding-bottom: 8px;
}
.templates-section .modal-content .feature-wrap .feature-list .feature-item i {
    width: 20px;
}
.templates-section .modal-content .preview-wrap {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    overflow: hidden;
}
.templates-section .modal-content .preview-wrap .mockup-img {
    position: relative;
    z-index: 2;
    pointer-events: none;
}
.templates-section .modal-content .preview-wrap .preview-img {
    position: absolute;
    z-index: 1;
    top: 17px;
    left: 22px;
    right: 22px;
    bottom: 16px;
    border-radius: 32px;
    overflow-y: auto;
    /* Firefox */
    scrollbar-width: thin;
    cursor: pointer;
    /* Chrome, Edge, Safari */
}
.templates-section
    .modal-content
    .preview-wrap
    .preview-img::-webkit-scrollbar {
    width: 6px;
}
@media (max-width: 767px) {
    .templates-section .modal-content .preview-wrap .preview-img {
        border-radius: 20px;
        top: 12px;
        left: 16px;
        right: 18px;
        bottom: 11px;
    }
}
@media (max-width: 767px) {
    .templates-section .modal-content .preview-wrap {
        max-width: 232px;
        margin: 0 auto 92px;
    }
}
.templates-section .sale-banner {
    margin-bottom: 40px;
    padding: 24px 28px;
    border-radius: 20px;
    background: linear-gradient(135deg, #b30000, #7a0000);
    color: #fff;
    overflow: hidden;
    position: relative;
}
.templates-section .sale-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at top right,
        rgba(255, 255, 255, 0.18),
        transparent 30%
    );
}
.templates-section .sale-banner h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}
.templates-section .sale-banner p {
    margin: 0;
}
@media (max-width: 768px) {
    .templates-section .sale-banner {
        padding: 20px;
    }
    .templates-section .sale-banner h3 {
        font-size: 24px;
    }
}
.templates-section .sale-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.templates-section .sale-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 13px;
    margin-bottom: 14px;
    animation: pulse 1.66s ease-in-out infinite;
}
.templates-section .countdown-wrap {
    display: flex;
    gap: 14px;
}
@media (max-width: 768px) {
    .templates-section .countdown-wrap {
        width: 100%;
        justify-content: space-between;
    }
}
.templates-section .countdown-item {
    width: 82px;
    height: 82px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.templates-section .countdown-item strong {
    font-size: 28px;
    line-height: 1;
}
.templates-section .countdown-item span {
    font-size: 13px;
    margin-top: 6px;
}
@media (max-width: 768px) {
    .templates-section .countdown-item {
        width: 70px;
        height: 70px;
        border-radius: 18px;
    }
}

/* =========================================================
   GUIDE SECTION
========================================================= */
.guide-section {
    overflow: hidden;
}

.guide-wrapper {
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 80px;
    align-items: center;
}
@media (max-width: 991px) {
    .guide-wrapper {
        grid-template-columns: 1fr;
    }
}

.guide-steps {
    position: relative;
}
.guide-steps::before {
    content: "";
    position: absolute;
    left: 34px;
    top: 40px;
    width: 2px;
    height: calc(100% - 20px);
    background: linear-gradient(
        to bottom,
        rgba(142, 1, 1, 0.25),
        rgba(142, 1, 1, 0.08)
    );
}

.guide-step {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    position: relative;
}
.guide-step:not(:last-child) {
    margin-bottom: 90px;
}
.guide-step:hover .guide-icon {
    transform: translateY(-6px) scale(1.06);
    box-shadow: 0 18px 40px rgba(142, 1, 1, 0.25);
}

.guide-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    box-shadow: 0 12px 30px rgba(142, 1, 1, 0.18);
    position: relative;
    z-index: 2;
    transition: 0.35s;
}

.guide-content span {
    display: inline-block;
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: 8px;
}
.guide-content h3 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 12px;
}
.guide-content p {
    font-size: 18px;
    color: var(--color-text);
    line-height: 1.7;
}

.guide-preview {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide-phone {
    width: 100%;
    max-width: 360px;
    border-radius: 36px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    animation: floating 4s ease-in-out infinite;
}
.guide-phone img {
    border-radius: 36px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.guide-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    z-index: 1;
}

.glow-1 {
    width: 180px;
    height: 180px;
    background: rgba(142, 1, 1, 0.12);
    top: 0;
    right: 20px;
}

.glow-2 {
    width: 160px;
    height: 160px;
    background: rgba(142, 1, 1, 0.08);
    bottom: 0;
    left: 30px;
}

.guide-bottom {
    margin-top: 80px;
    text-align: center;
}
.guide-bottom .btn-main {
    min-width: 260px;
    font-size: 18px;
    padding: 16px 34px;
}

.guide-video-link {
    display: block;
    margin-top: 22px;
    color: var(--color-text);
    font-size: 17px;
    transition: 0.3s;
}
.guide-video-link:hover {
    color: var(--color-primary);
}

/* =========================================================
   ANIMATION
========================================================= */
@keyframes floating {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-16px);
    }
    100% {
        transform: translateY(0px);
    }
}
/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 991px) {
    .guide-section .section-title h2 {
        font-size: 42px;
    }
    .guide-section .section-title p {
        font-size: 18px;
    }
    .guide-content h3 {
        font-size: 30px;
    }
    .guide-content p {
        font-size: 16px;
    }
    .guide-preview {
        margin-top: 20px;
    }
    .guide-bottom {
        margin-top: 60px;
    }
}
@media (max-width: 576px) {
    .guide-section .section-title h2 {
        font-size: 34px;
    }
    .guide-step {
        gap: 18px;
    }
    .guide-step:not(:last-child) {
        margin-bottom: 60px;
    }
    .guide-icon {
        width: 58px;
        height: 58px;
        min-width: 58px;
        font-size: 22px;
    }
    .guide-steps::before {
        left: 28px;
    }
    .guide-content h3 {
        font-size: 24px;
    }
    .guide-content p {
        font-size: 15px;
    }
    .guide-phone {
        max-width: 280px;
    }
}
.faq-item {
    background: white;
    transition: 0.35s;
    height: 100%;
    border-radius: 12px !important;
    overflow: hidden;
}
.faq-item .accordion-button:not(.collapsed) {
    background: var(--color-primary-light);
    color: var(--color-primary);
}
.faq-item h4 {
    margin-bottom: 14px;
}
.faq-item p {
    color: var(--color-text);
}
.faq-item .accordion-button:focus {
    box-shadow: none;
}

.contact-section .contact-box {
    background: linear-gradient(135deg, #ffffff, #fde8e8);
    padding: 60px;
    border-radius: 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.contact-section .contact-box::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(142, 1, 1, 0.06);
    top: -100px;
    left: -100px;
}
.contact-section .contact-box::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(142, 1, 1, 0.05);
    right: -80px;
    bottom: -100px;
}
.contact-section .contact-box h2 {
    font-size: 52px;
    margin-bottom: 20px;
}
.contact-section .contact-box p {
    color: var(--color-text);
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .contact-section .contact-box {
        padding: 50px 24px;
    }
    .contact-section .contact-box h2 {
        font-size: 38px;
    }
}
.contact-section .contact-box .contact-item {
    width: 160px;
    height: 140px;
    border-radius: 16px;
    background: var(--color-primary-light);
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    font-weight: 700;
    flex-shrink: 0;
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-section .contact-box .contact-item img {
    max-width: 44px;
}
@media (max-width: 767px) {
    .contact-section .contact-box .contact-item img {
        max-width: 32px;
    }
}
@media (max-width: 767px) {
    .contact-section .contact-box .contact-item {
        width: auto;
        height: auto;
        padding: 8px;
        gap: 8px;
        flex: 1;
    }
}
.contact-section .modal .modal-dialog {
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.contact-section .modal .modal-dialog .qr-img {
    max-width: 440px;
} /*# sourceMappingURL=main.css.map */
