 .cst-section, .cst-grid, .cst-card { font-family: var(--w-font, var(--font-body)); font-feature-settings: "ss01" 1, "ss02" 1, "rdot" 1;
} .cst-card { background: var(--surface-2, #f8f9fa); border-radius: var(--w-radius, var(--border-radius, 14px)); padding: 40px 24px; text-align: center;
}
.cst-dark { color: var(--on-primary, #fff); }
.cst-title { font-size: 1.25rem; font-weight: 800; margin: 0 0 28px; color: var(--text, #222);
}
.cst-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px;
}
.cst-item { min-width: 140px; padding: 20px 16px; border-radius: var(--w-radius, var(--border-radius, 12px)); transition: transform .2s;
}
.cst-item:hover { transform: translateY(-3px); }
.cst-icon { font-size: 1.8rem; margin-bottom: 10px; color: var(--primary, #007bff);
}
.cst-dark .cst-icon { color: rgba(255,255,255,0.7); }
.cst-number { font-size: 2.4rem; font-weight: 900; line-height: 1.1; color: var(--primary, #007bff);
}
.cst-dark .cst-number { color: var(--on-primary, #fff); }
.cst-label { font-size: 0.88rem; color: var(--text-muted, #777); margin-top: 6px; font-weight: 600;
}
.cst-dark .cst-label { color: rgba(255,255,255,0.7); } .csc-section, .csc-grid, .csc-card { font-family: var(--w-font, var(--font-body)); font-feature-settings: "ss01" 1, "ss02" 1, "rdot" 1;
}
.csc-section { text-align: center;
}
.csc-title { font-size: 1.35rem; font-weight: 800; margin: 0 0 28px; color: var(--text, #222);
}
.csc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px;
}
.csc-card { position: relative; display: flex; flex-direction: column; align-items: center; background: var(--surface, #fff); border: 1px solid var(--border-color, #ececf1); border-radius: var(--radius-lg, 18px); padding: 32px 20px 26px; box-shadow: var(--w-shadow, var(--shadow-md, 0 4px 16px rgba(0,0,0,.07))); transition: transform .22s ease, box-shadow .22s ease;
}
.csc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg, 0 12px 32px rgba(0,0,0,.12));
}
.csc-card::before { content: ""; position: absolute; top: 0; inset-inline: 0; height: 4px; border-radius: var(--radius-lg, 18px) var(--radius-lg, 18px) 0 0; background: linear-gradient(90deg, var(--primary, #4f46e5), var(--accent, #0fabc5)); opacity: 0; transition: opacity .22s ease;
}
.csc-card:hover::before { opacity: 1; }
.csc-icon { display: flex; align-items: center; justify-content: center; width: 62px; height: 62px; margin-bottom: 18px; font-size: 1.7rem; border-radius: 50%; color: var(--primary, #4f46e5); background: var(--primary-light, rgba(79,70,229,.12));
}
.csc-number { font-size: 2.6rem; font-weight: 900; line-height: 1.05; color: var(--text, #1a1a1a); font-variant-numeric: tabular-nums;
}
.csc-label { font-size: 0.9rem; font-weight: 600; color: var(--text-muted, #777); margin-top: 8px;
}
@media (max-width: 479px) { .csc-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } .csc-card { padding: 24px 12px 20px; } .csc-icon { width: 52px; height: 52px; font-size: 1.4rem; } .csc-number { font-size: 2.1rem; }
} .flc-section, .flv-section, .flcr-section, .flg-section, .flh-section { font-family: var(--w-font, var(--font-body)); font-feature-settings: "ss01" 1, "ss02" 1, "rdot" 1;
} .flc-section { }
.flc-heading { text-align: center; font-size: 1.25rem; font-weight: 800; color: var(--text, #222); margin-bottom: 24px;
}
.flc-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.flc-table { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--surface, #fff); border-radius: var(--w-radius, var(--border-radius, 12px)); overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
.flc-table thead tr { background: var(--surface-2, #f8f9fa);
}
.flc-th-feature,
.flc-th-us,
.flc-th-them { padding: 14px 20px; font-size: 0.9rem; font-weight: 700; color: var(--text, #333); text-align: center; border-bottom: 2px solid var(--border-color, #f0f0f0);
}
.flc-th-feature { text-align: start; min-width: 200px;
}
.flc-th-us { color: var(--success, #27ae60); min-width: 100px;
}
.flc-th-them { color: var(--text-muted, #999); min-width: 100px;
}
.flc-table tbody tr { transition: background .15s;
}
.flc-table tbody tr:hover { background: var(--surface-2, #fafbfc);
}
.flc-td-feature { padding: 12px 20px; font-size: 0.88rem; color: var(--text, #444); border-bottom: 1px solid var(--border-color, #f3f3f3);
}
.flc-td-check { padding: 12px 20px; text-align: center; font-size: 1.1rem; border-bottom: 1px solid var(--border-color, #f3f3f3);
}
.flc-table tbody tr:last-child .flc-td-feature,
.flc-table tbody tr:last-child .flc-td-check { border-bottom: none;
}
.flc-yes { color: var(--success, #27ae60);
}
.flc-no { color: var(--border-color, #e0e0e0);
} @media (max-width: 767.98px) { .flc-th-feature { min-width: 140px; } .flc-td-feature { font-size: 0.82rem; padding: 10px 14px; } .flc-td-check { padding: 10px 14px; }
} .flcd-section { font-family: var(--w-font, var(--font-body)); font-feature-settings: "ss01" 1, "ss02" 1, "rdot" 1;
}
.flcd-heading { text-align: center; font-size: 1.4rem; font-weight: 800; color: var(--text, #222); margin-bottom: 28px;
}
.flcd-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px;
}
.flcd-card { display: flex; flex-direction: column; align-items: flex-start; text-align: start; padding: 26px 22px; background: var(--surface, #fff); border: 1px solid var(--border-color, #eceef1); border-radius: var(--radius-lg, 16px); box-shadow: var(--w-shadow, 0 2px 12px rgba(0,0,0,.05)); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; height: 100%;
}
.flcd-card:hover { transform: translateY(-6px); box-shadow: 0 16px 38px rgba(0,0,0,.12); border-color: var(--primary-light, var(--primary, #007bff));
}
.flcd-badge { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; margin-bottom: 18px; border-radius: var(--radius-md, 14px); background: var(--primary-light, rgba(0,123,255,0.12)); background: color-mix(in srgb, var(--primary, #007bff) 14%, transparent); transition: background .25s ease, transform .25s ease;
}
.flcd-card:hover .flcd-badge { background: var(--primary, #007bff); transform: scale(1.05);
}
.flcd-icon { font-size: 1.7rem; color: var(--primary, #007bff); transition: color .25s ease;
}
.flcd-card:hover .flcd-icon { color: var(--on-primary, #fff);
}
.flcd-title { font-size: 1.08rem; font-weight: 700; color: var(--text, #1a1a1a); margin: 0 0 8px; line-height: 1.6;
}
.flcd-desc { font-size: 0.9rem; color: var(--text-muted, #6b7280); line-height: 1.8; margin: 0;
}
.flcd-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-size: 0.85rem; font-weight: 700; color: var(--primary, #007bff); text-decoration: none; transition: gap .2s ease, color .2s ease;
}
.flcd-link:hover { color: var(--accent, var(--primary, #007bff)); gap: 10px;
}
.flcd-link-arrow { font-size: 0.78rem;
}
@media (max-width: 575.98px) { .flcd-grid { grid-template-columns: 1fr; gap: 16px; } .flcd-card { padding: 22px 18px; }
} .flcn-section { font-family: var(--w-font, var(--font-body)); font-feature-settings: "ss01" 1, "ss02" 1, "rdot" 1;
}
.flcn-heading { text-align: center; font-size: 1.5rem; font-weight: 800; color: var(--text, #222); margin-bottom: 48px;
}
.flcn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 40px;
}
.flcn-block { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 8px 12px;
}
.flcn-circle { display: inline-flex; align-items: center; justify-content: center; width: 104px; height: 104px; margin-bottom: 26px; border-radius: 50%; background: var(--surface-2, #f6f7f9); border: 1px solid var(--border-color, #eceef1); box-shadow: 0 8px 24px rgba(0,0,0,.05); transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}
.flcn-block:hover .flcn-circle { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(0,0,0,.1); background: color-mix(in srgb, var(--primary, #007bff) 8%, var(--surface-2, #f6f7f9));
}
.flcn-icon { font-size: 2.6rem; color: var(--primary, #007bff);
}
.flcn-title { font-size: 1.2rem; font-weight: 700; color: var(--text, #1a1a1a); margin: 0 0 14px; line-height: 1.6;
}
.flcn-desc { font-size: 0.95rem; color: var(--text-muted, #6b7280); line-height: 1.95; margin: 0; max-width: 320px;
}
.flcn-link { display: inline-block; margin-top: 20px; font-size: 0.88rem; font-weight: 700; color: var(--primary, #007bff); text-decoration: none; border-bottom: 2px solid transparent; border-bottom-color: color-mix(in srgb, var(--primary, #007bff) 35%, transparent); padding-bottom: 2px; transition: color .2s ease, border-color .2s ease;
}
.flcn-link:hover { color: var(--accent, var(--primary, #007bff)); border-bottom-color: var(--accent, var(--primary, #007bff));
}
@media (max-width: 991.98px) { .flcn-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 32px; }
}
@media (max-width: 575.98px) { .flcn-grid { grid-template-columns: 1fr; gap: 36px; } .flcn-heading { margin-bottom: 32px; } .flcn-circle { width: 88px; height: 88px; } .flcn-icon { font-size: 2.2rem; }
} .hbn-section, .hero { font-family: var(--w-font, var(--font-body)); font-feature-settings: "ss01" 1, "ss02" 1, "rdot" 1;
}
.hbn-section *:not(i):not([class*="fa-"]):not([class*="ti-"]):not([class*="mdi-"]),
.hero *:not(i):not([class*="fa-"]):not([class*="ti-"]):not([class*="mdi-"]) { font-family: inherit; font-feature-settings: inherit;
} .hbn-section { position: relative; display: flex; align-items: center; border-radius: var(--w-radius, var(--border-radius, 14px)); box-shadow: var(--w-shadow, none); overflow: hidden;
}
.hbn-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-position: center;
}
.hbn-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}
.hbn-section .container { position: relative; z-index: 2; }
.hbn-split { display: flex; align-items: center; gap: 40px; padding: calc(60px * var(--w-density, var(--density, 1))) 0;
}
.hbn-text { flex: 1; }
.hbn-title { font-size: calc(2.6rem * var(--w-font-scale, var(--font-scale, 1))); font-weight: 900; line-height: 1.4; margin: 0 0 calc(16px * var(--w-density, var(--density, 1)));
}
.hbn-subtitle { font-size: calc(1.1rem * var(--w-font-scale, var(--font-scale, 1))); line-height: 1.8; margin: 0 0 calc(28px * var(--w-density, var(--density, 1))); opacity: 0.9;
}
.hbn-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.hbn-btn { display: inline-flex; align-items: center; padding: calc(14px * var(--w-density, var(--density, 1))) calc(32px * var(--w-density, var(--density, 1))); border-radius: var(--w-radius, var(--border-radius, 50px)) !important; font-weight: 700; font-size: calc(0.95rem * var(--w-font-scale, var(--font-scale, 1))); text-decoration: none; transition: transform .2s, box-shadow .2s;
}
.hbn-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.2); }
.hbn-btn-primary { background: var(--surface, #fff); color: var(--text, #333); }
.hbn-btn-primary:hover { color: var(--text, #333); }
.hbn-btn-secondary { background: transparent; border: 2px solid; }
.hbn-image { flex: 0 0 40%; max-width: 40%; }
.hbn-image img { width: 100%; height: auto; border-radius: var(--w-radius, var(--border-radius, 12px)); } .hbn-centered .container { display: flex; justify-content: center; }
.hbn-center-content { text-align: center; padding: calc(80px * var(--w-density, var(--density, 1))) calc(20px * var(--w-density, var(--density, 1))); max-width: 700px; }
.hbn-center-content .hbn-buttons { justify-content: center; }
@media (max-width: 767.98px) { .hbn-split { flex-direction: column; text-align: center; padding: 40px 0; } .hbn-buttons { justify-content: center; } .hbn-image { flex: 0 0 100%; max-width: 80%; } .hbn-title { font-size: 1.8rem; } .hbn-center-content { padding: 50px 16px; }
} .hero { position: relative; display: flex; overflow: hidden; border-radius: var(--w-radius, var(--border-radius, 14px)); box-shadow: var(--w-shadow, none); isolation: isolate;
} .hero__bg,
.hero__overlay { position: absolute; inset: 0; z-index: 0;
}
.hero__bg { background-size: cover; background-position: center;
}
.hero__overlay { z-index: 1;
} .hero__container { position: relative; z-index: 2; width: 100%; max-width: 1280px; margin-inline: auto; padding-block: 64px; padding-inline: 24px; display: flex; flex-direction: column;
} .hero--pos-top .hero__container { justify-content: flex-start; }
.hero--pos-center .hero__container { justify-content: center; }
.hero--pos-bottom .hero__container { justify-content: flex-end; } .hero__content { display: flex; flex-direction: column; gap: 18px; max-width: 720px;
} .hero--align-start .hero__content { text-align: start; margin-inline-end: auto; }
.hero--align-center .hero__content { text-align: center; margin-inline: auto; align-items: center; }
.hero--align-end .hero__content { text-align: end; margin-inline-start: auto; align-items: flex-end; } .hero__eyebrow-row { display: flex; flex-direction: column; gap: 10px; align-items: flex-start;
}
.hero--align-center .hero__eyebrow-row { align-items: center; }
.hero--align-end .hero__eyebrow-row { align-items: flex-end; } .hero__eyebrow { display: inline-block; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; opacity: 0.85;
}
.hero__badges { display: flex; gap: 6px; flex-wrap: wrap;
}
.hero__badges .badge { font-size: 0.78rem; padding: 6px 12px;
} .hero__badges .badge.bg-warning,
.hero__badges .badge.bg-info,
.hero__badges .badge.bg-light { color: var(--text, #212529);
} .hero__title { font-weight: 900; line-height: 1.25; margin: 0;
} h1.hero__title { font-size: clamp(1.9rem, 1.2rem + 2.4vw, 3.4rem); }
h2.hero__title { font-size: clamp(1.55rem, 1.0rem + 1.9vw, 2.7rem); }
h3.hero__title { font-size: clamp(1.3rem, 0.85rem + 1.55vw, 2.15rem); }
.hero__subtitle { font-size: clamp(1rem, 0.95rem + 0.3vw, 1.2rem); line-height: 1.85; margin: 0; opacity: 0.92; max-width: 60ch;
}
.hero--align-center .hero__subtitle { margin-inline: auto; } .hero__cta-group { display: flex; flex-wrap: wrap; gap: 12px; margin-block-start: 8px;
}
.hero--align-center .hero__cta-group { justify-content: center; }
.hero--align-end .hero__cta-group { justify-content: flex-end; } .hero__cta-group .btn { padding-inline: 28px; padding-block: 12px; border-radius: var(--w-radius, var(--border-radius, 50px)) !important; font-weight: 700; transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
}
.hero__cta-group .btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
} .hero .btn-outline-secondary,
.hero .btn-outline-primary,
.hero .btn-outline-warning,
.hero .btn-outline-danger,
.hero .btn-outline-success,
.hero .btn-outline-info { color: currentColor; border-color: currentColor; background-color: transparent;
}
.hero .btn-outline-secondary:hover,
.hero .btn-outline-primary:hover,
.hero .btn-outline-warning:hover,
.hero .btn-outline-danger:hover,
.hero .btn-outline-success:hover,
.hero .btn-outline-info:hover { color: currentColor; border-color: currentColor; background-color: rgba(255, 255, 255, 0.12);
} .hero__stats { display: flex; flex-wrap: wrap; gap: 18px 36px; list-style: none; padding: 0; margin: 36px 0 0; padding-block-start: 28px; border-block-start: 1px solid rgba(255, 255, 255, 0.14);
}
.hero--align-center .hero__stats { justify-content: center; }
.hero--align-end .hero__stats { justify-content: flex-end; } .hero__stat { display: flex; flex-direction: row; align-items: center; gap: 14px; position: relative; min-width: 0;
} .hero__stat + .hero__stat::before { content: ''; position: absolute; inset-inline-end: calc(100% + 18px); top: 50%; transform: translateY(-50%); width: 1px; height: 40px; background: linear-gradient( to bottom, transparent, rgba(255, 255, 255, 0.22) 30%, rgba(255, 255, 255, 0.22) 70%, transparent ); pointer-events: none;
} .hero__stat-icon-box { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; flex-shrink: 0; border-radius: var(--w-radius, var(--border-radius, 14px)); background: rgba(255, 255, 255, 0.09); border: 1px solid rgba(255, 255, 255, 0.14); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); transition: transform 0.25s ease, background 0.25s ease;
}
.hero__stat:hover .hero__stat-icon-box { transform: translateY(-2px); background: rgba(255, 255, 255, 0.14);
}
.hero__stat-icon { font-size: 1.5rem; opacity: 0.95; line-height: 1;
} .hero__stat-text { display: flex; flex-direction: column; gap: 3px; min-width: 0;
}
.hero__stat-value { font-size: 1.7rem; font-weight: 900; line-height: 1.05; letter-spacing: -0.01em;
}
.hero__stat-label { font-size: 0.82rem; opacity: 0.72; line-height: 1.3; font-weight: 500;
} .hero__media { position: relative; flex: 1 1 0; min-width: 0; align-self: stretch; display: flex; align-items: center; justify-content: center;
}
.hero__media img,
.hero__video { display: block; width: 100%; border-radius: var(--w-radius, var(--border-radius, 14px));
}
.hero__media img { height: 100%; min-height: 340px; max-height: 560px; object-fit: cover; object-position: center;
}
.hero__media--shadow img { box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.45);
} .hero--media-right .hero__container,
.hero--media-left .hero__container { align-items: center; gap: 48px;
}
.hero--media-right .hero__container { flex-direction: row; }
.hero--media-left .hero__container { flex-direction: row-reverse; } [dir="rtl"] .hero--media-right .hero__container { flex-direction: row-reverse; }
[dir="rtl"] .hero--media-left .hero__container { flex-direction: row; }
.hero--media-right .hero__content,
.hero--media-left .hero__content { flex: 1 1 55%;
}
.hero--media-right .hero__media,
.hero--media-left .hero__media { flex: 1 1 45%; max-width: 45%;
} .hero--bg-video .hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; border-radius: 0;
} .hero--form .hero__input-form { display: flex; gap: 8px; margin-block-start: 12px; background: rgba(255, 255, 255, 0.08); padding: 8px; border-radius: var(--w-radius, var(--border-radius, 50px)); backdrop-filter: blur(8px); max-width: 520px;
}
.hero--form.hero--align-center .hero__input-form { margin-inline: auto; }
.hero__input-form input[type="email"],
.hero__input-form input[type="tel"],
.hero__input-form input[type="text"] { flex: 1; background: transparent; border: 0; outline: 0; padding-inline: 18px; color: inherit; font-size: 1rem; min-width: 0;
}
.hero__input-form input::placeholder { color: currentColor; opacity: 0.7;
}
.hero__input-note { display: block; margin-block-start: 10px; font-size: 0.85rem; opacity: 0.75;
} .hero--product .hero__media img { object-fit: contain; max-width: 480px; max-height: 480px; width: auto; margin-inline: auto; background: transparent; border-radius: 0;
}
.hero__product-meta { display: flex; flex-wrap: wrap; align-items: baseline; gap: 14px; margin-block-start: 4px;
}
.hero__product-price { font-size: 2rem; font-weight: 900;
}
.hero__product-old-price { font-size: 1.1rem; opacity: 0.65; text-decoration: line-through;
}
.hero__product-rating { font-size: 0.9rem; opacity: 0.85; display: inline-flex; align-items: center; gap: 4px;
} @media (max-width: 767.98px) { .hero { border-radius: 0; } .hero__container { padding-block: 44px; padding-inline: 18px; } .hero--media-left .hero__container, .hero--media-right .hero__container { flex-direction: column; gap: 32px; } .hero--media-left .hero__media, .hero--media-right .hero__media { max-width: 100%; flex: 0 0 auto; } h1.hero__title { font-size: 1.8rem; } h2.hero__title { font-size: 1.5rem; } h3.hero__title { font-size: 1.25rem; } .hero__cta-group { justify-content: center; } .hero__cta-group .btn { flex: 1 1 auto; text-align: center; justify-content: center; } .hero__stats { gap: 18px; justify-content: center; }
} @media (prefers-reduced-motion: reduce) { .hero *, .hero *::before, .hero *::after { animation: none !important; transition: none !important; } .hero__video { animation-play-state: paused !important; }
} .hbc-section { }
.hbc-banner { }
.hbc-content { }
.hbc-title { font-size: 2rem; font-weight: 900; line-height: 1.4;
}
.hbc-subtitle { font-size: 1.05rem; line-height: 1.8; opacity: 0.9;
}
.hbc-countdown { direction: ltr; }
.hbc-cd-item { display: flex; flex-direction: column; align-items: center; gap: 4px; background: rgba(255,255,255,.15); border-radius: var(--w-radius, var(--border-radius, 10px)); min-width: 64px; padding: 10px 12px; backdrop-filter: blur(6px);
}
.hbc-cd-value { font-size: 1.6rem; font-weight: 900; line-height: 1;
}
.hbc-cd-label { font-size: 0.72rem; font-weight: 600; opacity: 0.8;
}
.hbc-expired { font-size: 1rem; font-weight: 700; opacity: 0.85; padding: 10px 24px; background: rgba(255,255,255,.12); border-radius: var(--w-radius, var(--border-radius, 10px));
}
.hbc-cta-btn { display: inline-flex; align-items: center; gap: 6px; padding: 12px 28px; border-radius: var(--w-radius, var(--border-radius, 50px)) !important; font-weight: 700; font-size: 0.95rem; background: var(--surface, #fff); color: var(--text, #333); text-decoration: none; transition: transform .2s, box-shadow .2s;
}
.hbc-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.2); color: var(--text, #333);
}
.hbc-cta-btn i { font-size: 9px; } @media (max-width: 767.98px) { .hbc-title { font-size: 1.5rem; } .hbc-cd-item { min-width: 52px; padding: 8px 10px; } .hbc-cd-value { font-size: 1.2rem; }
} .hbv-section { }
.hbv-banner { }
.hbv-content { }
.hbv-video { object-fit: cover;
}
.hbv-title { font-size: 2.2rem; font-weight: 900; line-height: 1.4;
}
.hbv-subtitle { font-size: 1.1rem; line-height: 1.8; opacity: 0.9; max-width: 600px; margin-inline: auto;
}
.hbv-cta-btn { display: inline-flex; align-items: center; gap: 6px; padding: 14px 32px; border-radius: var(--w-radius, var(--border-radius, 50px)) !important; font-weight: 700; font-size: 0.95rem; background: var(--surface, #fff); color: var(--text, #333); text-decoration: none; transition: transform .2s, box-shadow .2s;
}
.hbv-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.2); color: var(--text, #333);
}
.hbv-cta-btn i { font-size: 9px; } @media (max-width: 767.98px) { .hbv-title { font-size: 1.6rem; }
} .hero--fullscreen { min-height: 100vh !important; display: flex; align-items: center; justify-content: center; text-align: center; position: relative;
}
.hero--fullscreen .hero__container { display: flex; align-items: center; justify-content: center; width: 100%;
}
.hero--fullscreen .hero__content--fs { max-width: 820px; margin-inline: auto; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1.25rem;
}
.hero--fullscreen .hero__content--fs :where(h1, h2, .hero__title) { font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.25;
}
.hero--fullscreen .hero__content--fs :where(.hero__cta-group, .hero__badges, .hero__stats, .hero__eyebrow) { justify-content: center;
}
@media (max-width: 767.98px) { .hero--fullscreen { min-height: 88vh !important; } .hero--fullscreen .hero__content--fs :where(h1, h2, .hero__title) { font-size: clamp(1.7rem, 7vw, 2.4rem); }
} .hero__content,
.hero__title,
.hero__subtitle { min-width: 0; overflow-wrap: anywhere;
}
.hero--product .hero__media { isolation: isolate;
}
.hero--product .hero__media::before { content: ''; position: absolute; z-index: -1; width: min(92%, 440px); aspect-ratio: 1; border-radius: 42% 58% 54% 46% / 46% 42% 58% 54%; background: radial-gradient(circle at 34% 28%, rgba(255, 255, 255, .22), transparent 38%), color-mix(in srgb, var(--primary, #d4a843) 14%, transparent); transform: rotate(-5deg);
}
.hero--product .hero__media img { position: relative; z-index: 1; filter: drop-shadow(0 24px 28px rgba(15, 23, 42, .2));
}
.hero--fullscreen > .hero__media { position: absolute; inset: 0; z-index: 0; max-width: none; opacity: .5;
}
.hero--fullscreen > .hero__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .54));
}
.hero--fullscreen > .hero__media img { width: 100%; height: 100%; min-height: 0; max-height: none; border-radius: 0; object-fit: cover;
} .hero-special { position: relative; width: 100%; min-width: 0; font-family: var(--w-font, var(--font-body));
}
.hero-special :is(.hbc-banner, .hbv-banner) { isolation: isolate; border: 1px solid rgba(255, 255, 255, .1); box-shadow: var(--w-shadow, 0 18px 48px rgba(15, 23, 42, .15));
}
.hbc-banner,
.hbc-content { min-height: clamp(350px, 38vw, 470px);
}
.hbv-banner,
.hbv-content { min-height: clamp(390px, 42vw, 540px);
}
.hero-special :is(.hbc-title, .hbv-title) { max-width: 18ch; margin-inline: auto; text-wrap: balance;
}
.hero-special :is(.hbc-subtitle, .hbv-subtitle) { max-width: 58ch; margin-inline: auto; text-wrap: pretty;
} @media (max-width: 991.98px) { .hero { min-height: auto !important; } .hero--media-left .hero__container, .hero--media-right .hero__container, [dir="rtl"] .hero--media-left .hero__container, [dir="rtl"] .hero--media-right .hero__container { flex-direction: column; align-items: stretch; gap: clamp(24px, 5vw, 38px); } .hero--media-left .hero__content, .hero--media-right .hero__content, .hero--media-left .hero__media, .hero--media-right .hero__media { flex: 0 0 auto; width: 100%; max-width: 100%; } .hero__media img { width: 100%; height: min(52vw, 430px); min-height: 0; max-height: 430px; object-fit: contain; } .hero--product .hero__media { order: -1; }
} @media (max-width: 767.98px) { .hero { width: 100%; min-height: auto !important; border-radius: max(10px, var(--w-radius, var(--border-radius, 12px))); } .hero__container.container { width: 100%; max-width: 100%; min-height: 0; padding: clamp(28px, 8vw, 42px) 16px; } .hero__content { width: 100%; max-width: 100%; gap: 13px; } .hero__eyebrow-row { gap: 7px; } .hero__eyebrow { font-size: 12px; letter-spacing: .2px; } .hero__badges { gap: 5px; max-width: 100%; } .hero__badges .badge { padding: 5px 9px; font-size: 10px; white-space: normal; } h1.hero__title { font-size: clamp(26px, 8.2vw, 36px); } h2.hero__title { font-size: clamp(23px, 7vw, 31px); } h3.hero__title { font-size: clamp(20px, 6vw, 27px); } .hero__title { line-height: 1.32; text-wrap: balance; } .hero__subtitle { max-width: 100%; font-size: 14px; line-height: 1.85; text-wrap: pretty; } .hero--media-left .hero__container, .hero--media-right .hero__container { gap: 22px; } .hero__media { width: 100%; align-self: auto; overflow: hidden; border-radius: max(10px, var(--w-radius, var(--border-radius, 12px))); } .hero__media img { width: 100%; height: clamp(210px, 68vw, 310px); min-height: 0; max-height: 310px; padding: 0; object-fit: contain; border-radius: inherit; } .hero__media--shadow img { box-shadow: 0 18px 34px -22px rgba(0, 0, 0, .5); } .hero--product .hero__media { min-height: clamp(230px, 72vw, 330px); overflow: visible; } .hero--product .hero__media img { width: 100%; height: clamp(220px, 68vw, 310px); max-width: 330px; max-height: 310px; filter: drop-shadow(0 16px 20px rgba(15, 23, 42, .18)); } .hero--product .hero__media::before { width: min(84vw, 300px); } .hero__cta-group { width: 100%; gap: 9px; margin-block-start: 5px; } .hero--align-start .hero__cta-group { justify-content: flex-start; } .hero--align-center .hero__cta-group { justify-content: center; } .hero--align-end .hero__cta-group { justify-content: flex-end; } .hero__cta-group .btn { min-height: 44px; padding: 10px 18px; font-size: 13px; } .hero__stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; gap: 10px; margin-top: 20px; padding-top: 16px; } .hero__stat { gap: 9px; padding: 8px; border: 1px solid rgba(255, 255, 255, .12); border-radius: max(9px, var(--w-radius, var(--border-radius, 11px))); background: rgba(255, 255, 255, .06); } .hero__stat + .hero__stat::before { display: none; } .hero__stat-icon-box { width: 38px; height: 38px; } .hero__stat-icon { font-size: 17px; } .hero__stat-value { font-size: 17px; } .hero__stat-label { font-size: 10px; } .hero__product-meta { gap: 7px 11px; margin-top: 2px; } .hero__product-price { font-size: clamp(23px, 7vw, 30px); } .hero__product-old-price { font-size: 13px; } .hero__product-rating { font-size: 12px; } .hero--form .hero__input-form { width: 100%; max-width: 100%; margin-top: 7px; padding: 6px; } .hero__input-form input[type="email"], .hero__input-form input[type="tel"], .hero__input-form input[type="text"] { font-size: 13px; padding-inline: 12px; } .hero--fullscreen { min-height: 100svh !important; border-radius: 0; } .hero--fullscreen .hero__container { min-height: 100svh; padding-block: max(48px, env(safe-area-inset-top)) max(38px, env(safe-area-inset-bottom)); } .hero--fullscreen .hero__content--fs { width: 100%; gap: 14px; } .hero--fullscreen .hero__content--fs :where(h1, h2, .hero__title) { font-size: clamp(28px, 9vw, 40px); } .hero-special { margin-block: 10px !important; } .hero-special :is(.hbc-banner, .hbv-banner) { border-radius: max(10px, var(--w-radius, var(--border-radius, 12px))) !important; } .hbc-banner, .hbc-content, .hbv-banner, .hbv-content { min-height: clamp(360px, 112vw, 500px); } .hero-special :is(.hbc-content, .hbv-content) { width: 100%; padding: 30px 15px !important; } .hero-special :is(.hbc-title, .hbv-title) { max-width: 18ch; margin-bottom: 10px !important; font-size: clamp(23px, 7.4vw, 31px); line-height: 1.4; } .hero-special :is(.hbc-subtitle, .hbv-subtitle) { max-width: 34ch; margin-bottom: 20px !important; font-size: 13px; line-height: 1.8; } .hbc-countdown { width: 100%; } .hbc-countdown > .d-flex { width: 100%; gap: 6px !important; justify-content: center; } .hbc-cd-item { flex: 1 1 0; min-width: 0; max-width: 68px; padding: 8px 5px; } .hbc-cd-value { font-size: 18px; } .hbc-cd-label { font-size: 9px; } .hero-special :is(.hbc-cta-btn, .hbv-cta-btn) { justify-content: center; width: min(100%, 270px); min-height: 44px; padding: 10px 18px; font-size: 13px; }
} @media (max-width: 480px) { .hero__cta-group .btn { flex: 1 1 100%; width: 100%; } .hero--form .hero__input-form { flex-direction: column; gap: 6px; border-radius: max(10px, var(--w-radius, var(--border-radius, 12px))); } .hero--form .hero__input-form input { width: 100%; min-height: 43px; } .hero--form .hero__input-form .btn { width: 100%; min-height: 43px; } .hero__stats { grid-template-columns: 1fr; }
} .ctab-section, .stb-section, .txt-section { font-family: var(--w-font, var(--font-body)); font-feature-settings: "ss01" 1, "ss02" 1, "rdot" 1;
} .ctab-section { position: relative; border-radius: var(--w-radius, var(--border-radius, 14px)); overflow: hidden; }
.ctab-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-position: center; }
.ctab-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.ctab-content { position: relative; z-index: 2; text-align: center; padding: 60px 30px; }
.ctab-title { font-size: 1.6rem; font-weight: 900; margin: 0 0 12px; }
.ctab-text { font-size: 1rem; margin: 0 0 28px; opacity: 0.9; line-height: 1.7; }
.ctab-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.ctab-btn { display: inline-flex; align-items: center; gap: 6px; padding: 12px 28px; border-radius: var(--w-radius, var(--border-radius, 50px)); font-weight: 700; font-size: 0.9rem; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.ctab-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.2); }
.ctab-btn-primary { background: var(--surface, #fff); color: var(--text, #333); }
.ctab-btn-secondary { background: transparent; border: 2px solid rgba(255,255,255,0.6); color: var(--on-primary, #fff); }
.ctab-btn-secondary:hover { border-color: var(--on-primary, #fff); color: var(--on-primary, #fff); } 