* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        @font-face {
            font-family: "Inter";
            src: url("../assets/fonts/Inter.ttf") format("truetype");
            font-weight: 100 900;
            font-style: normal;
            font-display: swap;
        }
        body {
            font-family: "Inter", sans-serif;
            background: #fff;
            color: #000;
            padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
        }
        img {
            max-width: 100%;
            display: block;
        }
        .rich-text-content p {
            margin: 0 0 1em;
        }
        .rich-text-content ul, .rich-text-content ol {
            padding-left: 1.5rem;
            margin: 0 0 1em;
        }
        .rich-text-content li {
            list-style-type: inherit;
        }
        .container-custom {
            max-width: 1280px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 1rem;
            padding-right: 1rem;
        }
        @media (min-width: 768px) {
            .container-custom {
                padding-left: 2rem;
                padding-right: 2rem;
            }
        }
        
        .animate__animated {
            animation-duration: 1s;
            animation-fill-mode: both;
        }
        .animate__fadeIn {
            animation-name: fadeIn;
        }
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        .bg-orange-light {
            background-color: rgba(254, 231, 215, 1);
        }
        .bg-gray-light {
            background-color: #F0F2F1;
        }
        .text-main-color {
            color: rgba(245, 130, 35, 1);
        }
        .text-sub-color {
            color: rgba(254, 231, 215, 1);
        }
        .border-main-color {
            border-color: rgba(245, 130, 35, 1);
        }
        .btn-primary {
            background-color: rgba(245, 130, 35, 1);
            color: #fff;
            padding: 0.75rem 2rem;
            border-radius: 0.25rem;
            font-weight: 700;
            display: inline-block;
            transition: opacity 0.2s;
            text-align: center;
            cursor: pointer;
        }
        .btn-primary:hover {
            opacity: 0.9;
        }
        .bg-gray-100 {
            background-color: #F0F2F5;
        }
        .text-gray-600 {
            color: #62676F;
        }
        .text-gray-500 {
            color: #7E8C8D;
        }
        .shadow-card {
            box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
        }
        .border-radius-2xl {
            border-radius: 1rem;
        }
        .bg-star-color {
            background-color: #00B67A;
        }
        .text-star-color {
            color: #00B67A;
        }
        .text-star-color-fb {
            color: #F5A623;
        }
        
        .flag-icon {
            display: inline-block;
            width: 1.33333333em;
            line-height: 1em;
            background-size: contain;
            background-position: 50%;
            background-repeat: no-repeat;
        }
        .flag-icon:before {
            content: '\00a0';
        }
        
        .ui-select {
            display: inline-block;
            height: 38px;
            line-height: 20px;
            vertical-align: middle;
            font-size: 14px;
            position: relative;
            font-family: "Inter", sans-serif;
        }
        .ui-select-button {
            display: block;
            width: 100%;
            height: 20px;
            padding: 8px 27px 8px 12px;
            color: #4c5161;
            border: 1px solid #d3d7de;
            background-color: #fff;
            cursor: pointer;
            box-sizing: content-box;
            font-family: inherit;
        }
        .ui-select-text {
            display: block;
            width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            text-align: start;
        }
        .ui-select-datalist {
            position: absolute;
            left: 0;
            right: 0;
            top: 44px;
            display: none;
            flex-direction: column;
            box-sizing: border-box;
            max-height: 268px;
            padding: 0;
            border-radius: 4px;
            background-color: #fff;
            font-size: 14px;
            box-shadow: 0px 2px 10px 4px rgba(95,95,95,0.12);
            overflow: hidden;
            z-index: 10;
        }
        .ui-select-datalist-li {
            display: block;
            line-height: 22px;
            padding: 8px 12px;
            color: #595959;
            background-color: #fff;
            text-decoration: none;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            cursor: pointer;
        }
        .ui-select-datalist-li:hover {
            background-color: #e5e9ff;
        }
        .ui-select-datalist .selected {
            background-color: #e5e9ff;
        }
        .ui-select-datalist .wrap {
            display: flex;
            justify-content: space-between;
            width: 100%;
        }
        .ui-select-datalist .name {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin: 0;
        }
        .ui-select-datalist .name span {
            margin-left: 8px;
            margin-right: 4px;
        }
        .ui-select-datalist .wrap_noResult {
            display: flex;
            width: 100%;
            flex-direction: column;
            align-items: center;
            padding: 8px;
        }
        
        .flatpickr-calendar {
            background: transparent;
            opacity: 0;
            display: none;
            text-align: center;
            visibility: hidden;
            padding: 0;
            animation: none;
            direction: ltr;
            border: 0;
            font-size: 14px;
            line-height: 24px;
            border-radius: 5px;
            position: absolute;
            width: 307.875px;
            box-sizing: border-box;
            touch-action: manipulation;
            background: #fff;
            box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
        }
        .flatpickr-calendar.open {
            opacity: 1;
            max-height: 640px;
            visibility: visible;
            display: inline-block;
            z-index: 99999;
        }
        .flatpickr-day {
            background: none;
            border: 1px solid transparent;
            border-radius: 150px;
            box-sizing: border-box;
            color: #393939;
            cursor: pointer;
            font-weight: 400;
            width: 14.2857143%;
            flex-basis: 14.2857143%;
            max-width: 39px;
            height: 39px;
            line-height: 39px;
            margin: 0;
            display: inline-block;
            position: relative;
            justify-content: center;
            text-align: center;
        }
        .flatpickr-day.today {
            border-color: #959ea9;
        }
        .flatpickr-day.selected {
            background: #569ff7;
            box-shadow: none;
            color: #fff;
            border-color: #569ff7;
        }
        .flatpickr-day:hover {
            background: #e6e6e6;
            border-color: #e6e6e6;
        }
        .flatpickr-current-month {
            font-size: 135%;
            line-height: inherit;
            font-weight: 300;
            color: inherit;
            position: absolute;
            width: 75%;
            left: 12.5%;
            padding: 7.48px 0 0 0;
            line-height: 1;
            height: 34px;
            display: inline-block;
            text-align: center;
        }
        
        #checkBoxLabel span::before {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            border: 1px solid #D9D9D9;
            background-color: #ffffff;
            border-radius: 2px;
            box-sizing: border-box;
        }
        #checkBoxLabel input:checked + span::before {
            border-color: #3461ff;
            background: #3461ff;
            background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><polyline points='3.5,8.5 6.5,11.5 12.5,4.5' style='fill:none;stroke:white;stroke-width:2'/></svg>");
            background-size: 16px 16px;
            background-position: center;
            background-repeat: no-repeat;
        }
        
        .step-box {
            border-radius: 1rem;
            padding: 1.5rem;
            background: #fff;
            box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
            text-align: center;
        }
        .step-box h3 {
            font-weight: 700;
            font-size: 1.125rem;
            margin-bottom: 0.5rem;
        }
        .step-box p {
            color: #4a4a4a;
            font-size: 0.95rem;
            line-height: 1.5;
        }
        
        .comparison-table img {
            max-width: 100%;
            height: auto;
        }
        
        .product-card {
            background: #fff;
            border-radius: 1rem;
            overflow: hidden;
            box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
        }
        .product-card .price-tag {
            background: rgba(245, 130, 35, 0.9);
            color: #fff;
            padding: 0.25rem 0.75rem;
            border-radius: 0.25rem;
            display: inline-block;
        }
        .sidebar-card {
            background: rgba(254, 231, 215, 1);
            border-radius: 0.75rem;
            padding: 1.5rem;
        }
        .sidebar-card .btn-sidebar {
            background: rgba(245, 130, 35, 1);
            color: #fff;
            font-weight: 700;
            padding: 0.75rem 1.5rem;
            border-radius: 0.25rem;
            display: block;
            text-align: center;
            transition: opacity 0.2s;
        }
        .sidebar-card .btn-sidebar:hover {
            opacity: 0.9;
        }
        .sidebar-slogan {
            display: flex;
            align-items: flex-start;
            gap: 0.5rem;
            margin-top: 0.75rem;
        }
        .sidebar-slogan::before {
            content: "✓";
            color: rgba(245, 130, 35, 1);
            font-weight: 700;
            font-size: 1.2rem;
        }
        
        .fb-comment {
            background: #fff;
            border-radius: 0.5rem;
            padding: 1rem;
            margin-bottom: 1rem;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }
        .fb-comment .avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 0.75rem;
            flex-shrink: 0;
        }
        .fb-comment .comment-content {
            flex: 1;
        }
        .fb-comment .comment-name {
            font-weight: 600;
            font-size: 0.95rem;
        }
        .fb-comment .comment-text {
            font-size: 0.9rem;
            color: #1c1c1c;
        }
        .fb-comment .comment-meta {
            font-size: 0.75rem;
            color: #65676b;
        }
        
        .review-card {
            background: #fff;
            border-radius: 0.75rem;
            padding: 1.25rem;
            box-shadow: 0 1px 3px rgba(0,0,0,0.08);
        }
        .review-card .review-author {
            font-weight: 600;
        }
        .review-card .review-date {
            color: #8c8c8c;
            font-size: 0.8rem;
        }
        
        .footer {
            background: #f8f8f8;
            padding: 2rem 1rem;
            text-align: center;
            color: #666;
            font-size: 0.9rem;
        }

        .ad-label {
            background: #f0f2f5;
            color: #666;
            text-align: center;
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            padding: 0.35rem 1rem;
            border-bottom: 1px solid #e5e7eb;
        }

        .site-footer {
            background: #f8f8f8;
            padding: 2.5rem 0 1.5rem;
            margin-top: 2rem;
            border-top: 1px solid #e5e7eb;
            margin-bottom: 0;
        }
        .site-footer-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
            margin-bottom: 1.5rem;
        }
        @media (min-width: 768px) {
            .site-footer-grid {
                grid-template-columns: 1fr 1.5fr 1fr;
                gap: 2rem;
            }
        }
        .site-footer-col {
            min-width: 0;
        }
        .site-footer-brand {
            font-weight: 700;
            font-size: 1.125rem;
            margin-bottom: 0.75rem;
        }
        .site-footer-col p {
            margin-top: 0.5rem;
            font-size: 0.9rem;
            line-height: 1.5;
            color: #444;
        }
        .site-footer-col a {
            color: #444;
            word-break: break-all;
        }
        .site-footer-disclaimer p {
            color: #555;
        }
        .site-footer-links {
            list-style: none;
            padding: 0;
            margin: 0.5rem 0 0;
        }
        .site-footer-links li {
            margin-bottom: 0.5rem;
        }
        .site-footer-links a {
            color: #333;
            text-decoration: none;
            font-size: 0.9rem;
        }
        .site-footer-links a:hover {
            text-decoration: underline;
        }
        .site-footer-copy {
            text-align: center;
            font-size: 0.85rem;
            color: #666;
            padding-top: 1rem;
            border-top: 1px solid #e5e7eb;
        }

        .legal-header {
            background: #fff;
            border-bottom: 1px solid #e5e7eb;
            padding: 1rem 0;
        }
        .legal-header a {
            color: #333;
            text-decoration: none;
            font-weight: 600;
        }
        .legal-header a:hover {
            text-decoration: underline;
        }
        .legal-page {
            padding: 2rem 0 3rem;
        }
        .legal-content {
            word-break: break-word;
        }
        .legal-content h1 {
            font-size: 2rem;
            margin-bottom: 1.5rem;
        }
        .legal-content p {
            margin-bottom: 1rem;
            line-height: 1.6;
        }
        .legal-content a {
            color: #3461ff;
            word-break: break-all;
        }
        @media (max-width: 640px) {
            .site-footer-col,
            .site-footer-brand,
            .site-footer-col a {
                word-break: break-all;
            }
        }

        .sticky-cta-bar {
            position: fixed;
            left: 50%;
            bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
            transform: translateX(-50%);
            z-index: 9999;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: auto;
            max-width: calc(100% - 2rem);
            min-width: min(100%, 20rem);
            padding: 0.875rem 2rem;
            background-color: rgba(245, 130, 35, 1);
            color: #fff;
            font-weight: 700;
            font-size: 1rem;
            text-align: center;
            text-decoration: none;
            border-radius: 0.25rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
            transition: opacity 0.2s;
            box-sizing: border-box;
            white-space: nowrap;
        }
        .sticky-cta-bar:hover {
            opacity: 0.92;
        }
        .page-layout-legal .page-main {
            width: 100%;
        }

        @media (max-width: 640px) {
            .heading-mobile-wrap {
                word-break: break-word;
                overflow-wrap: anywhere;
                hyphens: auto;
                font-size: clamp(1.25rem, 5vw, 1.875rem);
                line-height: 1.25;
            }
            .sticky-cta-bar {
                white-space: normal;
                min-width: 0;
                width: calc(100% - 2rem);
                max-width: 22rem;
                padding: 0.875rem 1.25rem;
                font-size: 0.9375rem;
            }
            .container-custom {
                padding-left: 1rem;
                padding-right: 1rem;
            }
            .grid-cols-2 {
                grid-template-columns: 1fr !important;
            }
            .md\:grid-cols-2 {
                grid-template-columns: 1fr !important;
            }
            .md\:flex-row {
                flex-direction: column !important;
            }
            .product-card .flex-col-reverse {
                flex-direction: column-reverse !important;
            }
        }
        
        .gap-4 { gap: 1rem; }
        .gap-6 { gap: 1.5rem; }
        .gap-8 { gap: 2rem; }
        .flex { display: flex; }
        .flex-wrap { flex-wrap: wrap; }
        .items-center { align-items: center; }
        .justify-between { justify-content: space-between; }
        .justify-center { justify-content: center; }
        .w-full { width: 100%; }
        .max-w-7xl { max-width: 80rem; }
        .mx-auto { margin-left: auto; margin-right: auto; }
        .mt-4 { margin-top: 1rem; }
        .mt-8 { margin-top: 2rem; }
        .mt-12 { margin-top: 3rem; }
        .mb-4 { margin-bottom: 1rem; }
        .mb-6 { margin-bottom: 1.5rem; }
        .mb-8 { margin-bottom: 2rem; }
        .text-2xl { font-size: 1.5rem; line-height: 2rem; }
        .text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
        .text-xl { font-size: 1.25rem; line-height: 1.75rem; }
        .text-lg { font-size: 1.125rem; line-height: 1.75rem; }
        .text-sm { font-size: 0.875rem; line-height: 1.25rem; }
        .font-bold { font-weight: 700; }
        .font-semibold { font-weight: 600; }
        .text-center { text-align: center; }
        .text-left { text-align: left; }
        .rounded-xl { border-radius: 0.75rem; }
        .rounded-lg { border-radius: 0.5rem; }
        .shadow { box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
        .bg-white { background: #fff; }
        .bg-orange-50 { background: #fff7ed; }
        .border { border: 1px solid #e5e7eb; }
        .p-4 { padding: 1rem; }
        .p-6 { padding: 1.5rem; }
        .px-4 { padding-left: 1rem; padding-right: 1rem; }
        .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
        .py-4 { padding-top: 1rem; padding-bottom: 1rem; }
        .py-8 { padding-top: 2rem; padding-bottom: 2rem; }
        .py-12 { padding-top: 3rem; padding-bottom: 3rem; }
        .object-cover { object-fit: cover; }
        .rounded-full { border-radius: 9999px; }
        .inline-block { display: inline-block; }
        .inline-flex { display: inline-flex; }
        .hidden { display: none; }
        .block { display: block; }
        .sticky { position: sticky; }
        .top-8 { top: 2rem; }
        @media (min-width: 768px) {
            .md\:block { display: block; }
            .md\:flex { display: flex; }
            .md\:hidden { display: none; }
        }
        @media (min-width: 1024px) {
            .lg\:block { display: block; }
            .lg\:flex { display: flex; }
            .lg\:hidden { display: none; }
        }
        
        .quote-block {
            border-left: 4px solid rgba(245, 130, 35, 1);
            padding-left: 1rem;
            font-style: italic;
            color: #4a4a4a;
            background: #fafafa;
            padding: 1rem;
            border-radius: 0.5rem;
        }
        .quote-author {
            font-weight: 600;
            margin-top: 0.5rem;
            font-style: normal;
        }
        
        .blog-author {
            display: flex;
            align-items: center;
            gap: 1rem;
        }
        .blog-author img {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            object-fit: cover;
        }
        
        .promo-stack {
            display: flex;
            flex-direction: column;
            gap: 0;
            margin-top: 0;
            max-width: 100%;
            line-height: 0;
            font-size: 0;
        }
        .intro-text {
            margin-bottom: 0;
        }
        .intro-text p {
            margin-bottom: 0;
        }
        .promo-stack img {
            width: 100%;
            line-height: 0;
            vertical-align: top;
        }
        .promo-stack img:first-child {
            border-radius: 0;
        }
        .promo-stack img:last-child {
            border-radius: 0;
        }

        .page-layout {
            display: flex;
            align-items: flex-start;
            gap: 1.5rem;
            max-width: 1280px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 1rem;
            padding-right: 1rem;
        }
        .page-main {
            flex: 1 1 auto;
            min-width: 0;
            max-width: 100%;
        }
        .page-sidebar {
            width: 300px;
            flex: 0 0 300px;
            position: sticky;
            top: 1rem;
            align-self: flex-start;
        }
        @media (min-width: 768px) {
            .page-layout {
                padding-left: 2rem;
                padding-right: 2rem;
            }
        }
        @media (max-width: 1023px) {
            .page-layout {
                flex-direction: column;
            }
            .page-sidebar {
                width: 100%;
                flex: none;
                position: static;
            }
        }

        .steps-list {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .cta-section {
            background-color: rgba(254, 231, 215, 1);
        }
        .cta-offer-box {
            background: #fff;
            border: 2px dashed #1a1a1a;
            border-radius: 0.25rem;
            padding: 1.5rem;
            max-width: 900px;
            margin: 0 auto;
        }
        .cta-offer-inner {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1.5rem;
        }
        @media (min-width: 768px) {
            .cta-offer-inner {
                flex-direction: row;
                align-items: center;
                gap: 2rem;
            }
            .cta-offer-visual {
                flex: 0 0 42%;
            }
            .cta-offer-content {
                flex: 1;
            }
        }
        .cta-offer-visual {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            width: 100%;
            min-width: 0;
        }
        .cta-product-img {
            max-width: 100%;
            width: auto;
            max-height: 220px;
            object-fit: contain;
        }
        .cta-badge {
            flex-shrink: 0;
            width: 72px;
            height: 96px;
            background: linear-gradient(180deg, #f58223 0%, #f58223 55%, #e53935 55%, #e53935 100%);
            clip-path: polygon(50% 100%, 0 38%, 8% 0, 92% 0, 100% 38%);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            padding-top: 14px;
            color: #fff;
            font-weight: 800;
            line-height: 1.1;
            text-align: center;
        }
        .cta-badge-pct {
            font-size: 1.35rem;
        }
        .cta-badge-text {
            font-size: 0.7rem;
            letter-spacing: 0.02em;
        }
        .cta-offer-content {
            text-align: center;
            width: 100%;
            min-width: 0;
        }
        .cta-discount-red {
            color: #e53935;
            font-weight: 800;
            font-size: 1.125rem;
            margin-bottom: 0.25rem;
        }
        .cta-limited {
            font-weight: 800;
            font-size: 1.5rem;
            line-height: 1.2;
            margin-bottom: 0.75rem;
        }
        .cta-desc {
            font-size: 0.9375rem;
            margin-bottom: 1rem;
            line-height: 1.45;
        }
        .reason-block-link {
            display: block;
            color: inherit;
            text-decoration: none;
            cursor: pointer;
        }
        .reason-block-link:hover,
        .reason-block-link:focus {
            color: inherit;
            text-decoration: none;
        }
        .cta-btn {
            display: block;
            width: 100%;
            max-width: 100%;
            background-color: rgba(245, 130, 35, 1);
            color: #fff;
            font-weight: 700;
            font-size: 1.125rem;
            padding: 0.875rem 1.5rem;
            border-radius: 0.25rem;
            text-align: center;
            text-decoration: none;
            margin-bottom: 1rem;
            transition: opacity 0.2s;
        }
        .cta-btn:hover {
            opacity: 0.9;
        }
        .cta-timer {
            font-weight: 700;
            font-size: 1rem;
            margin-bottom: 0.75rem;
        }
        .cta-timer #countdown {
            color: #e53935;
            font-weight: 800;
        }
        .cta-guarantee {
            font-size: 0.9375rem;
            line-height: 1.45;
        }
        @media (max-width: 640px) {
            .cta-offer-box {
                padding: 1rem;
            }
            .cta-limited {
                font-size: 1.25rem;
            }
            .cta-product-img {
                max-height: 160px;
            }
            .cta-badge {
                width: 60px;
                height: 80px;
                padding-top: 10px;
            }
            .cta-badge-pct {
                font-size: 1.1rem;
            }
        }

        .trust-reviews {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
            align-items: start;
        }
        .trust-review {
            background: #f0f2f5;
            border-radius: 0.75rem;
            overflow: hidden;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
            min-width: 0;
        }
        .trust-review-img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }
        .trust-review-body {
            padding: 1rem 1.25rem 1.25rem;
        }
        .trust-review-name {
            font-weight: 700;
            font-size: 1rem;
            margin-bottom: 0.5rem;
        }
        .trust-review-meta {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 0.5rem 0.75rem;
            margin-bottom: 0.75rem;
        }
        .trust-review-stars {
            display: flex;
            gap: 2px;
        }
        .trust-star {
            width: 1.25rem;
            height: 1.25rem;
            background: #00b67a;
            color: #fff;
            font-size: 0.7rem;
            line-height: 1.25rem;
            text-align: center;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        .trust-verified {
            display: inline-flex;
            align-items: center;
            gap: 0.25rem;
            color: #666;
            font-size: 0.875rem;
        }
        .trust-verified-icon {
            width: 1rem;
            height: 1rem;
            border-radius: 50%;
            background: #c8c8c8;
            color: #fff;
            font-size: 0.625rem;
            line-height: 1rem;
            text-align: center;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .trust-ago {
            margin-left: auto;
            color: #666;
            font-size: 0.875rem;
        }
        .trust-review-title {
            font-weight: 700;
            font-size: 1rem;
            margin-bottom: 0.5rem;
            line-height: 1.4;
        }
        .trust-review-text {
            font-size: 0.9375rem;
            line-height: 1.55;
            color: #1c1c1c;
            margin-bottom: 1rem;
        }
        .trust-review-date {
            font-size: 0.875rem;
            color: #1c1c1c;
        }
        @media (max-width: 640px) {
            .trust-reviews {
                grid-template-columns: 1fr;
            }
            .trust-review-meta {
                gap: 0.5rem;
            }
            .trust-ago {
                margin-left: 0;
                width: 100%;
            }
        }
        
        .steps-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 1.5rem;
        }
        @media (max-width: 768px) {
            .steps-grid {
                grid-template-columns: 1fr;
            }
        }
