::selection {
    background-color: #f97316;
    color: #ffffff;
}
::-moz-selection {
    background-color: #f97316;
    color: #ffffff;
}
@keyframes counterDotPulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.35;
        transform: scale(0.7);
    }
}
.biodata-counter {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 6px;
    padding: 5px 12px 5px 9px;
    background: rgb(255 255 255 / 0.7);
    border: 1px solid rgb(34 197 94 / 0.3);
    border-radius: 999px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    transition: opacity 0.4s ease;
    width: fit-content;
}
.biodata-counter.visible {
    opacity: 1;
}
.counter-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #22c55e;
    flex-shrink: 0;
    animation: counterDotPulse 1.6s ease-in-out infinite;
}
.counter-text {
    font-size: 13px;
    font-weight: 500;
    color: #1a1a1a;
    white-space: nowrap;
}
#biodataCount {
    font-weight: 700;
    color: #16a34a;
}
.topbar select#languageSelector {
    margin-left: auto;
    font-size: 14px;
    padding: 4px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}
@keyframes skelShimmer {
    0% {
        background-position: -600px 0;
    }
    100% {
        background-position: 600px 0;
    }
}
.skel-line,
.skel-img,
.skel-photo,
.skel-step-dot,
.skel-step-line,
.skel-field-label,
.skel-field-input,
.skel-btn {
    background: linear-gradient(90deg, #e8ecf0 25%, #f4f6f8 50%, #e8ecf0 75%);
    background-size: 600px 100%;
    animation: skelShimmer 1.4s ease-in-out infinite;
    border-radius: 6px;
}
#pageSkeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding-top: 56px;
    pointer-events: none;
}
.skel-hero {
    padding: 32px 16px 140px;
    background: linear-gradient(135deg, #e9edff 0%, #f3e8ff 50%, #e0f2fe 100%);
    border-bottom-left-radius: 56px;
    border-bottom-right-radius: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.skel-title {
    width: 60%;
    max-width: 320px;
    height: 32px;
    border-radius: 8px;
}
.skel-subtitle {
    width: 80%;
    max-width: 400px;
    height: 18px;
}
.skel-images {
    display: flex;
    gap: 12px;
    margin-top: 8px;
    justify-content: center;
}
.skel-img {
    width: 90px;
    height: 127px;
    border-radius: 8px;
    flex-shrink: 0;
}
.skel-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 46px rgb(15 23 42 / 0.08);
    border: 1px solid rgb(148 163 184 / 0.22);
    max-width: 1160px;
    margin: -120px auto 0;
    padding: 32px 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.skel-steps {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.skel-step-dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    flex-shrink: 0;
}
.skel-step-line {
    flex: 1;
    max-width: 80px;
    height: 4px;
    border-radius: 2px;
}
.skel-body {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.skel-photo {
    width: 140px;
    height: 190px;
    flex-shrink: 0;
    border-radius: 12px;
    align-self: center;
}
.skel-fields {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.skel-field-label {
    width: 40%;
    height: 12px;
}
.skel-field-input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    margin-bottom: 4px;
}
.skel-btn {
    width: 100%;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(90deg, #fbd0b0 25%, #fde8d8 50%, #fbd0b0 75%);
    background-size: 600px 100%;
    animation: skelShimmer 1.4s ease-in-out infinite;
}
@media (max-width: 900px) {
    .skel-hero {
        padding-bottom: 100px;
    }
    .hero-container {
        flex-direction: column;
    }
    .skel-card {
        margin-top: -80px;
        padding: 24px 14px 20px;
    }
    .skel-images {
        gap: 8px;
    }
    .skel-img {
        width: 72px;
        height: 102px;
    }
    .skel-body {
        flex-direction: column;
        align-items: center;
    }
    .skel-photo {
        width: 100%;
        max-width: 180px;
        height: 160px;
    }
}
.hero-simple h1 .highlight {
    background: linear-gradient(90deg, #f97316 0%, #db2777 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 0 2px;
}
.recovery-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3000;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #d1fae5;
    border-bottom: 1px solid #10b981;
    color: #065f46;
    font-size: 13px;
    line-height: 1.4;
}
.recovery-banner svg {
    flex-shrink: 0;
    color: #059669;
}
html,
body {
    overflow-x: hidden;
}
body {
    margin: 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f5f7fb 45%, #eef2f7 100%);
    color: #111827;
}
.topbar {
    position: sticky;
    top: 0;
    background: rgb(255 255 255 / 0.95);
    border-bottom: 1px solid #eaeef6;
    padding: 10px 12px;
    display: flex;
    z-index: 1000;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: inline-flex;
    align-items: center;
    gap: 0;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #111827;
}
.logo-mark {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f97316 0%, #db2777 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 4px 8px rgb(219 39 119 / 0.12);
}
.logo-text {
    line-height: 1;
}
.logo-text span {
    background: linear-gradient(90deg, #f97316 0%, #db2777 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.logo-img {
    height: 24px;
    width: auto;
    padding: 4px 0 4px 0;
    display: inline-block;
    vertical-align: middle;
    object-fit: contain;
}
.preview-scroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 10px 0;
}
.preview-thumb-wrap {
    position: relative;
    flex-shrink: 0;
}
.preview-demo-label {
    position: absolute;
    bottom: 2px;
    right: 2px;
    font-size: 8px;
    color: #515151be;
    pointer-events: none;
    line-height: 1;
}
.preview-scroll img {
    width: 120px;
    aspect-ratio: 210 / 297;
    background: #fff;
    object-fit: cover;
    transition: none;
    opacity: 1;
}
.preview-scroll img:not(.loaded) {
    opacity: 1;
}
.hero-simple {
    padding: 0 28px 60px;
    text-align: center;
    background: linear-gradient(135deg, #e9edff 0%, #f3e8ff 50%, #e0f2fe 100%);
    border-bottom-left-radius: 56px;
    border-bottom-right-radius: 56px;
}
.hero-container {
    max-width: 1160px;
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    align-items: flex-end;
    gap: 28px;
}
.hero-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 28px;
    flex: 1 1 auto;
}
.hero-text {
    flex: 1 1 0%;
    text-align: left;
    align-self: flex-end;
    margin-top: 12px;
}
.video-help-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    margin-bottom: 50px;
    background-color: #ffffff;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    transition: all 0.3s ease;
}
.video-help-btn:hover {
    background-color: #e5e7eb;
    border-color: #d1d5db;
    transform: translateY(-2px);
}
.video-help-btn svg {
    flex-shrink: 0;
    color: #dc2626;
}
.hero-demo {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 0;
    overflow-x: auto;
    width: auto;
    white-space: nowrap;
    min-height: 180px;
}
.hero-demo img {
    flex: none;
}
.hero-demo img {
    display: block;
    width: 90%;
    max-width: 520px;
    height: auto;
    margin: 0 22px;
    object-fit: contain;
    object-position: bottom center;
}
.preview-scroll {
    display: inline-flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 16px;
    align-items: flex-end;
}
.preview-scroll::-webkit-scrollbar {
    display: none;
}
.preview-scroll img {
    height: 140px;
    width: auto;
    flex: none;
    object-fit: contain;
    min-width: 100px;
    min-height: 140px;
    background-color: #ffffff3d;
    opacity: 1;
    transition: none;
}
.preview-scroll img.loaded {
    opacity: 1;
}
.highlight {
    background: linear-gradient(90deg, #f97316 0%, #db2777 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-simple h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #111827;
}
.hero-simple p {
    font-size: 17px;
    color: #374151;
    margin-bottom: 30px;
}
.form-section-wrapper {
    margin-top: -90px;
    padding: 0 28px 60px;
    contain: layout style paint;
    min-height: 0;
}
.form-card {
    background: rgb(255 255 255);
    border-radius: 24px;
    padding: 52px 22px 0 72px;
    margin: 0 auto;
    box-shadow: 0 18px 46px rgb(15 23 42 / 0.08);
    border: 1px solid rgb(148 163 184 / 0.22);
    max-width: 1160px;
    position: relative;
    z-index: 20;
    contain: layout style;
}
#detailsContent {
    contain: layout;
    transition:
        max-height 0.3s ease,
        opacity 0.3s ease,
        padding 0.3s ease;
    max-height: 5000px;
    opacity: 1;
    overflow: hidden;
}
#detailsContent[style*="display:none"] {
    max-height: 0;
    opacity: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    pointer-events: none;
    visibility: hidden;
}
.form-card.loading {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.form-card.is-ready {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.18s ease;
    pointer-events: auto;
}
.form-card .form-loading {
    display: none;
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 0.9);
    z-index: 40;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    color: #1f2937;
}
.form-card.loading .form-loading {
    display: flex;
}
.form-loading__spinner {
    width: 44px;
    height: 44px;
    border: 4px solid rgb(0 0 0 / 0.15);
    border-top-color: rgb(0 0 0 / 0.7);
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.features {
    padding: 70px 20px 28px;
    background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
    contain: layout style paint;
}
.features-container {
    max-width: 1120px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.feature-card {
    background: #fff;
    border: 1px solid #fde7d7;
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 10px 28px rgb(219 39 119 / 0.08);
}
.feature-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffe7d0, #ffd6ec);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}
.feature-icon svg {
    width: 24px;
    height: 24px;
    stroke: #9d174d;
}
.feature-title {
    margin: 0 0 8px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    color: #9f1239;
}
.feature-text {
    margin: 0;
    font-size: 19px;
    line-height: 1.45;
    color: #1f2937;
}
.footer {
    padding: 34px 20px 42px;
    text-align: center;
    font-size: 14px;
    color: #e5e7eb;
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    contain: layout;
}
.footer-inner {
    max-width: 1100px;
    margin: auto;
}
.footer-title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #fff;
}
.footer-subtitle {
    margin: 0 0 18px;
    color: #cbd5e1;
    font-size: 14px;
}
.footer-links a {
    margin: 0 4px;
    text-decoration: none;
    color: #f8fafc;
}
.footer-links a:hover {
    color: #f9a8d4;
}
.footer-copy {
    margin-top: 16px;
    color: #94a3b8;
    font-size: 13px;
    margin-bottom: 80px;
}
.faq {
    padding: 40px 20px;
    background: transparent;
    margin: 40px 0;
    contain: layout style paint;
}
.faq-container {
    max-width: 1160px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
}
.faq h2 {
    margin: 0 0 20px;
    font-size: 30px;
    color: #111827;
}
.faq-item {
    /* border: 1px solid #b4b4b4; */
    background: #e8e8e8;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
}
.faq-question {
    width: 100%;
    padding: 16px 18px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #9f1239;
    transition: background-color 0.2s ease;
    text-align: left;
    font-family: inherit;
}
.faq-question:hover {
    background-color: #fdf3ec;
}
.faq-question span {
    flex: 1;
}
.faq-arrow {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-left: 12px;
    transition: transform 0.3s ease;
    color: #9f1239;
}
.faq-item.open .faq-arrow {
    transform: rotate(180deg);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition:
        max-height 0.3s ease,
        padding 0.3s ease;
    color: #374151;
    line-height: 1.55;
    background: #fff;
}
.faq-item.open .faq-answer {
    max-height: 500px;
    padding: 0 18px 16px;
    display: block;
}
.seo-content {
    padding: 6px 20px 80px;
    background: #fff;
    contain: layout style paint;
}
.seo-container {
    max-width: 900px;
    margin: auto;
}
.seo-content h2 {
    margin: 0 0 12px;
    font-size: 30px;
    color: #111827;
}
.seo-content h3 {
    margin: 20px 0 8px;
    font-size: 19px;
    color: #9f1239;
}
.seo-content p,
.seo-content li {
    color: #374151;
    line-height: 1.7;
    font-size: 16px;
}
.seo-content ul {
    margin: 10px 0 0;
    padding-left: 20px;
}
.preview-scroll::-webkit-scrollbar {
    display: none;
}
@media (max-width: 900px) {
    .features-container {
        grid-template-columns: 1fr;
    }
    .form-card {
        padding: 10px 20px 30px 20px;
    }
    .hero-container {
        max-width: 100%;
        margin: auto;
        padding: 0 0 0 0;
    }
    .hero-simple {
        padding: 0 28px 70px;
        text-align: center;
        background: linear-gradient(135deg, #e9edff 0%, #f3e8ff 50%, #e0f2fe 100%);
        border-bottom-left-radius: 56px;
        border-bottom-right-radius: 56px;
    }
    .hero-simple h1 {
        margin-top: 0;
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 0;
        color: #111827;
    }
    .hero-simple p {
        font-size: 16px;
        color: #374151;
        margin-top: 8px;
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: 18px;
    }
    .hero-row {
        flex-direction: column;
        text-align: center;
        gap: 0;
        justify-content: center;
        align-items: center;
        flex: initial;
        width: 100%;
        max-width: 100%;
    }
    .hero-text {
        margin-top: 12px;
        padding: 0 0 0 0;
        text-align: center;
        align-self: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        justify-content: center;
    }
    .video-help-btn {
        width: fit-content;
        margin: 0 auto;
    }
    .hero-image img {
        max-width: 90%;
    }
    .form-section-wrapper {
        margin-top: -70px;
        padding: 0px 16px 44px 22px;
        contain: layout style paint;
        min-height: 0;
    }
    #detailsContent {
        contain: layout;
        transition:
            max-height 0.3s ease,
            opacity 0.3s ease,
            padding 0.3s ease;
        max-height: 5000px;
        opacity: 1;
        overflow: hidden;
    }
    #detailsContent[style*="display:none"] {
        max-height: 0;
        opacity: 0;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        pointer-events: none;
        visibility: hidden;
    }
    .faq h2 {
        font-size: 24px;
    }
    .hero-image {
        height: auto;
        width: auto;
        margin: 0 auto !important;
        max-width: 800px;
        padding: 0 !important;
        display: block;
        object-fit: contain;
        min-height: 0;
    }
    .hero-container {
        align-items: center;
        justify-content: center;
    }
    @media (max-width: 768px) {
        .hero-image {
            max-width: 100% !important;
            width: 100%;
        }
    }
    .preview-scroll {
        margin-bottom: 12px;
        display: flex;
        align-items: flex-end;
        gap: 12px;
        width: max-content;
        padding-left: 16px;
        padding-right: 16px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .preview-scroll img {
        height: 150px;
        width: auto;
        flex: none;
    }
    .hero-demo::-webkit-scrollbar {
        display: none;
    }
    .preview-scroll::-webkit-scrollbar {
        display: none;
    }
    .seo-content h2 {
        font-size: 24px;
    }
}
.hero-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 0;
    margin-bottom: 20px;
}
.trust-chip {
    font-size: 12px;
    font-weight: 600;
    background: rgb(240 253 244 / 0.92);
    border: 1px solid rgb(22 163 74 / 0.28);
    color: #15803d;
    padding: 5px 12px;
    border-radius: 20px;
    letter-spacing: 0.01em;
}
.hero-demo-mode1 .hero-trust {
    justify-content: flex-start;
}
.hero-scroll-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 32px;
    padding: 11px 22px;
    background: rgb(255 255 255 / 0.92);
    border: 1.5px solid rgb(249 115 22 / 0.4);
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #f97316;
    cursor: pointer;
    transition:
        background 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.15s ease;
    box-shadow: 0 2px 12px rgb(249 115 22 / 0.14);
    -webkit-tap-highlight-color: #fff0;
}
.hero-scroll-toggle:hover,
.hero-scroll-toggle:focus-visible {
    background: #fff7f0;
    box-shadow: 0 4px 18px rgb(249 115 22 / 0.22);
    transform: translateY(-1px);
    outline: none;
}
.hero-scroll-toggle svg {
    flex-shrink: 0;
}
.form-intro-guide {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: -52px -22px 32px -72px;
    padding: 14px 28px;
    background: linear-gradient(90deg, #fff7f0 0%, #fdf4ff 100%);
    border-bottom: 1px solid #fde7d7;
    border-radius: 24px 24px 0 0;
}
.fig-step {
    display: flex;
    align-items: center;
    gap: 7px;
}
.fig-num {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #6b7280;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.fig-step--active .fig-num {
    background: linear-gradient(135deg, #593965 0%, #664862 100%);
    color: #fff;
}
.fig-label {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
    white-space: nowrap;
}
.fig-step--active .fig-label {
    color: #111827;
    font-weight: 700;
}
.fig-arrow {
    font-size: 20px;
    color: #d1d5db;
    line-height: 1;
    margin: 0 2px;
}
@media (max-width: 900px) {
    .form-intro-guide {
        margin: -10px -20px 20px -20px;
        border-radius: 24px 24px 0 0;
        padding: 11px 14px;
        gap: 5px;
    }
    .fig-label {
        font-size: 11px;
    }
    .fig-num {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
    .fig-arrow {
        font-size: 15px;
        margin: 0;
    }
}
.video-guide {
    padding: 40px 20px;
    background: transparent;
    margin: 40px 0;
}
.video-container {
    max-width: 1160px;
    margin: 0 auto;
    width: 100%;
}
.video-title {
    font-size: 32px;
    font-weight: 700;
    color: #1f2937;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.3;
}
.video-description {
    font-size: 16px;
    color: #6b7280;
    text-align: center;
    margin-bottom: 32px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.video-wrapper {
    position: relative;
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}
.video-steps {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}
.video-steps h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 16px;
    margin-top: 0;
}
.video-steps ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.video-steps li {
    font-size: 14px;
    color: #374151;
    line-height: 1.6;
    padding: 12px;
    background: #f9fafb;
    border-radius: 8px;
    border-left: 4px solid #f97316;
    margin: 0;
}
.video-steps strong {
    color: #1f2937;
    font-weight: 600;
}
@media (max-width: 900px) {
    .video-guide {
        padding: 46px 16px 0px 16px;
        margin: 0px 0px 0px 0px;
    }
    .video-title {
        font-size: 24px;
    }
    .video-description {
        font-size: 14px;
        margin-bottom: 24px;
    }
    .video-wrapper {
        margin-bottom: 24px;
        padding-bottom: 56.25%;
    }
    .video-steps {
        padding: 20px;
    }
    .video-steps h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .video-steps ul {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .video-steps li {
        font-size: 13px;
        padding: 10px;
    }
    .faq {
        padding: 40px 16px;
        margin: 15px 0;
    }
    .faq-container {
        padding: 20px;
        border-radius: 10px;
    }
    .faq h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .faq-item {
        margin-bottom: 12px;
    }
    .faq-question {
        font-size: 15px;
        padding: 14px 16px;
    }
}
.templates-preview-section {
    background: transparent;
    padding: 12px 12px 22px 12px !important;
    margin: 40px 0;
}
.templates-preview-container {
    max-width: 1160px;
    margin: 0px !important;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    padding: 40px 20px;
}
.templates-header {
    text-align: center;
    margin-bottom: 30px;
}
.templates-title {
    font-size: 32px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 15px 0;
}
.templates-description {
    font-size: 16px;
    color: #6b7280;
    margin: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
.templates-gallery-wrapper {
    overflow: visible;
}
.templates-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    padding: 0;
}
.template-card {
    width: 100%;
    aspect-ratio: 210 / 297;
    background: white;
    cursor: pointer;
}
.template-card:hover {
    border-color: #5127db;
}
.template-card img {
    width: 100%;
    height: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 2px;
    object-fit: cover;
    display: block;
}
@media (max-width: 900px) {
    .templates-preview-section {
        padding: 28px 16px 12px 16px;
        margin: 0px;
    }
    .templates-preview-container {
        padding: 30px 16px;
    }
    .templates-header {
        margin-bottom: 20px;
    }
    .templates-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .templates-description {
        font-size: 14px;
    }
    .template-card {
        width: 100%;
        aspect-ratio: 210 / 297;
    }
    .templates-gallery {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    .faq {
        padding: 2px 16px;
        margin: 15px 0;
    }
}
