@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}:root {
--red:      #ABC9EE;
--red-dark: #88AED8;
--red-soft: #E8F2FB;
--dark:     #2C2420;
--gray:     #7A7068;
--border:   #E4DDD5;
--cream:    #F5F0E8;
--white:    #FDFAF6;
--wrap:     960px;
--font:     'Geist', system-ui, -apple-system, Arial, Helvetica, sans-serif;
--font-heading: 'Bungee', 'Arial Black', sans-serif;
} body {
font-family: var(--font);
color: var(--dark);
background-color: var(--white);
}
h1, h2 {
font-family: var(--font-heading);
font-weight: 400;
line-height: 1.1;
}
h3 {
font-family: var(--font);
font-weight: 600;
}
a, button, input, select, textarea {
font-family: var(--font);
} *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; } nav.ec-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(253,250,246,0.97); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); height: 76px; }
.nav-inner { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; height: 100%; display: flex; align-items: center; justify-content: space-between; }
nav.ec-nav img.nav-logo { height: 58px; }
nav.ec-nav ul { list-style: none; display: flex; gap: 24px; align-items: center; }
nav.ec-nav ul li a { color: var(--dark); text-decoration: none; font-family: var(--font); font-size: 14px; font-weight: 600; letter-spacing: 0.02em; opacity: 0.65; transition: opacity 0.2s; }
nav.ec-nav ul li a:hover { opacity: 1; }
.nav-cta { background: var(--red) !important; color: var(--dark) !important; padding: 8px 18px; border-radius: 4px; opacity: 1 !important; }
.nav-cta:hover { background: var(--red-dark) !important; } .hero { background: var(--white); padding: 116px 24px 80px; }
.hero-inner { max-width: var(--wrap); margin: 0 auto; display: flex; align-items: center; gap: 64px; }
.hero-text { flex: 1; }
.hero h1 { font-family: var(--font-heading); font-weight: 400; font-size: 40px; color: var(--dark); line-height: 1.08; margin-bottom: 16px; }
.hero h1 span { color: var(--red); }
.hero-sub { font-size: 17px; font-weight: 400; color: var(--gray); margin-bottom: 24px; line-height: 1.65; max-width: 460px; }
.hero-checks { list-style: none; margin-bottom: 32px; display: flex; flex-direction: column; gap: 10px; }
.hero-checks li { font-size: 15px; font-weight: 500; color: var(--dark); display: flex; align-items: center; gap: 10px; line-height: 1.4; }
.hero-checks li::before { content: '✓'; background: var(--red); color: var(--dark); min-width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.btn-primary { background: var(--red); color: var(--dark); padding: 14px 28px; border-radius: 4px; font-family: var(--font); font-weight: 700; font-size: 15px; text-decoration: none; transition: background 0.2s, transform 0.15s; display: inline-flex; align-items: center; gap: 8px; }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-1px); }
.btn-secondary { background: transparent; color: var(--dark); padding: 14px 28px; border-radius: 4px; font-family: var(--font); font-weight: 600; font-size: 15px; text-decoration: none; border: 1.5px solid var(--border); transition: border-color 0.2s; display: inline-block; }
.btn-secondary:hover { border-color: var(--dark); }
.hero-trust { display: flex; gap: 20px; flex-wrap: wrap; }
.hero-trust-item { font-size: 13px; font-weight: 400; color: var(--gray); display: flex; align-items: center; gap: 5px; }
.hero-visual { flex: 1; display: flex; justify-content: center; }
.hero-visual .img-bg { width: 100%; max-width: 420px; box-shadow: 0 20px 56px rgba(44,36,32,0.13); } .stats-bar { background: var(--white); border-bottom: 1px solid var(--border); padding: 24px; }
.stats-inner { max-width: var(--wrap); margin: 0 auto; display: flex; justify-content: space-around; gap: 24px; flex-wrap: wrap; }
.stat-item { text-align: center; }
.stat-number { font-family: var(--font); font-weight: 700; font-size: 26px; color: var(--red); display: block; line-height: 1; margin-bottom: 4px; }
.stat-label { font-size: 12px; font-weight: 400; color: var(--gray); } .usp-bar { background: var(--red); padding: 13px 24px; display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; }
.usp-item { color: var(--dark); font-family: var(--font); font-weight: 600; font-size: 13px; display: flex; align-items: center; gap: 6px; }
.usp-item::before { content: '✓'; } section { padding: 72px 24px; }
.section-label { font-family: var(--font); font-weight: 600; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); margin-bottom: 6px; }
.section-title { font-family: var(--font-heading); font-weight: 400; font-size: 26px; line-height: 1.15; color: var(--dark); margin-bottom: 0; }
.section-title span { color: var(--red); }
.section-intro { font-family: var(--font); font-weight: 400; font-size: 16px; color: var(--gray); line-height: 1.65; margin-top: 8px; max-width: 600px; } .img-bg { border-radius: 10px; overflow: hidden; }
.img-bg img { width: 100%; display: block; } .gallery-section { background: #fff; }
.gallery-header { text-align: center; margin-bottom: 36px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gallery-grid .img-bg { border-radius: 8px; aspect-ratio: 4/3; box-shadow: 0 2px 12px rgba(44,36,32,0.07); transition: transform 0.3s, box-shadow 0.3s; }
.gallery-grid .img-bg:first-child { grid-column: span 2; aspect-ratio: 16/9; }
.gallery-grid .img-bg:hover { transform: scale(1.02); box-shadow: 0 6px 24px rgba(44,36,32,0.13); }
.gallery-grid .img-bg img { height: 100%; object-fit: cover; } .how-section { background: var(--cream); }
.how-inner { max-width: var(--wrap); margin: 0 auto; }
.how-header { margin-bottom: 40px; }
.mechanic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 48px; }
.mechanic-card { background: var(--white); border-radius: 8px; padding: 20px 16px; border: 1px solid var(--border); text-align: center; }
.mechanic-icon { font-size: 26px; margin-bottom: 10px; display: block; }
.mechanic-card h4 { font-family: var(--font); font-weight: 700; font-size: 14px; color: var(--dark); margin-bottom: 6px; }
.mechanic-card p { font-size: 13px; font-weight: 400; color: var(--gray); line-height: 1.55; }
.how-steps-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.how-steps { display: flex; flex-direction: column; gap: 24px; }
.step { display: flex; gap: 16px; align-items: flex-start; }
.step-number { background: var(--red); color: var(--dark); font-family: var(--font); font-weight: 700; font-size: 15px; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.step-content h3 { font-family: var(--font); font-weight: 600; font-size: 18px; margin-bottom: 4px; color: var(--dark); }
.step-content p { font-size: 14px; font-weight: 400; color: var(--gray); line-height: 1.65; }
.how-visual .img-bg { box-shadow: 0 12px 40px rgba(44,36,32,0.1); } .challenge-section { background: var(--dark); padding: 72px 24px; }
.challenge-inner { max-width: var(--wrap); margin: 0 auto; }
.challenge-header { margin-bottom: 40px; }
.challenge-header .section-label { color: rgba(255,255,255,0.5); }
.challenge-header .section-title { color: #fff; }
.challenge-header .section-intro { color: rgba(255,255,255,0.6); }
.challenge-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.challenge-card { background: rgba(255,255,255,0.06); border-radius: 10px; padding: 22px 16px; border: 1px solid rgba(255,255,255,0.1); border-top: 3px solid var(--red); transition: background 0.2s; }
.challenge-card:hover { background: rgba(255,255,255,0.1); }
.challenge-number { font-family: var(--font); font-weight: 700; font-size: 11px; color: var(--red); letter-spacing: 0.15em; margin-bottom: 8px; display: block; }
.challenge-card h3 { font-family: var(--font); font-weight: 600; font-size: 16px; color: #fff; margin-bottom: 8px; }
.challenge-card p { font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.5); line-height: 1.6; }
.challenge-qr { margin-top: 36px; background: rgba(255,255,255,0.05); border-radius: 10px; padding: 28px 32px; border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; gap: 24px; }
.challenge-qr-icon { font-size: 48px; flex-shrink: 0; }
.challenge-qr h3 { font-family: var(--font); font-weight: 600; font-size: 18px; color: #fff; margin-bottom: 6px; }
.challenge-qr p { font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.55); line-height: 1.65; } .features-section { background: var(--white); }
.features-header { margin-bottom: 36px; }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { background: var(--cream); border-radius: 10px; padding: 26px 18px; border-top: 3px solid var(--red); }
.feature-icon { font-size: 26px; margin-bottom: 12px; display: block; }
.feature-card h3 { font-family: var(--font); font-weight: 600; font-size: 18px; color: var(--dark); margin-bottom: 8px; }
.feature-card p { font-size: 13px; font-weight: 400; color: var(--gray); line-height: 1.6; } .rules-section { background: var(--cream); }
.rules-inner { max-width: var(--wrap); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.rules-variants { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.rules-variant { background: var(--white); border-radius: 10px; border: 1px solid var(--border); overflow: hidden; }
.variant-header { padding: 14px 18px 12px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.variant-label { font-family: var(--font); font-weight: 700; font-size: 13px; color: var(--dark); }
.variant-duration { font-size: 12px; font-weight: 400; color: var(--gray); background: var(--cream); padding: 3px 8px; border-radius: 20px; }
.variant-rules { display: flex; flex-direction: column; }
.rule-item { padding: 12px 18px; border-bottom: 1px solid var(--border); display: flex; gap: 12px; align-items: flex-start; }
.rule-item:last-child { border-bottom: none; }
.rule-num { font-family: var(--font); font-weight: 700; font-size: 13px; color: var(--red); flex-shrink: 0; line-height: 1.6; min-width: 16px; }
.rule-item p { font-size: 13px; font-weight: 400; color: var(--dark); line-height: 1.6; }
.variant-tip { padding: 10px 18px; background: var(--red-soft); font-size: 12px; font-weight: 500; color: var(--dark); border-top: 1px solid var(--border); }
.rules-aside { display: flex; flex-direction: column; gap: 16px; }
.disclaimer-box { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 18px; font-size: 12px; color: var(--gray); line-height: 1.65; }
.disclaimer-box strong { color: var(--dark); display: block; margin-bottom: 6px; font-size: 13px; font-weight: 600; } .reviews-section { background: var(--white); }
.reviews-header { margin-bottom: 36px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { background: var(--cream); border-radius: 10px; padding: 22px; border: 1px solid var(--border); }
.review-stars { color: var(--red); font-size: 13px; margin-bottom: 10px; letter-spacing: 2px; }
.review-text { font-size: 14px; font-weight: 400; color: var(--dark); line-height: 1.65; margin-bottom: 14px; font-style: italic; }
.review-author { font-size: 12px; font-weight: 600; color: var(--gray); } .shop-section { background: var(--cream); }
.shop-inner { max-width: var(--wrap); margin: 0 auto; }
.shop-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-top: 36px; }
.shop-visual .img-bg { box-shadow: 0 12px 40px rgba(44,36,32,0.1); }
.product-card { background: var(--white); border-radius: 12px; border: 1px solid var(--border); padding: 28px; box-shadow: 0 4px 20px rgba(44,36,32,0.06); }
.product-card h2 { font-family: var(--font); font-weight: 700; font-size: 18px; color: var(--dark); margin-bottom: 4px; }
.product-card .tagline { font-size: 14px; font-weight: 400; color: var(--gray); margin-bottom: 18px; }
.product-features-list { list-style: none; margin-bottom: 20px; }
.product-features-list li { font-size: 14px; font-weight: 400; padding: 6px 0; border-bottom: 1px solid var(--border); display: flex; gap: 8px; color: var(--dark); }
.product-features-list li::before { content: '✓'; color: var(--red); font-weight: 700; flex-shrink: 0; }
.price-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.price { font-size: 28px; font-weight: 700; color: var(--dark); }
.price-note { font-size: 12px; font-weight: 400; color: var(--gray); text-align: right; line-height: 1.5; }
.btn-buy { width: 100%; background: var(--red); color: var(--dark); padding: 14px; border-radius: 6px; font-family: var(--font); font-weight: 700; font-size: 14px; text-decoration: none; display: block; text-align: center; transition: background 0.2s, transform 0.15s; }
.btn-buy:hover { background: var(--red-dark); transform: translateY(-1px); }
.trust-row { display: flex; gap: 16px; margin-top: 14px; flex-wrap: wrap; }
.trust-item { font-size: 12px; font-weight: 400; color: var(--gray); display: flex; align-items: center; gap: 4px; } .cta-banner { background: var(--dark); padding: 64px 24px; text-align: center; color: #fff; }
.cta-inner { max-width: var(--wrap); margin: 0 auto; }
.cta-banner h2 { font-family: var(--font-heading); font-weight: 400; font-size: 24px; margin-bottom: 10px; color: #fff; }
.cta-banner p { font-size: 18px; font-weight: 400; opacity: 0.8; margin-bottom: 28px; }
.btn-white { background: #fff; color: var(--dark); padding: 13px 34px; border-radius: 4px; font-family: var(--font); font-weight: 700; font-size: 14px; text-decoration: none; display: inline-block; transition: transform 0.15s; }
.btn-white:hover { transform: translateY(-2px); } .ec-footer { background: var(--dark); padding: 48px 24px 32px; color: rgba(255,255,255,0.45); }
.footer-inner { max-width: var(--wrap); margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.ec-footer img { height: 56px; margin-bottom: 12px; }
.footer-about { font-size: 13px; font-weight: 400; line-height: 1.75; }
.footer-col h4 { font-family: var(--font); font-weight: 600; font-size: 14px; color: rgba(255,255,255,0.8); margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 13px; transition: color 0.2s; }
.footer-col ul li a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; font-size: 12px; line-height: 1.7; } #ec-cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; background: #2C2420; color: #fff; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; line-height: 1.5; }
#ec-cookie-banner a.cookie-accept { background: var(--red); color: var(--dark); padding: 8px 18px; border-radius: 4px; text-decoration: none; font-weight: 700; font-size: 13px; }
#ec-cookie-banner a.cookie-minimal { color: #E4DDD5; padding: 8px 18px; border-radius: 4px; text-decoration: none; border: 1px solid rgba(255,255,255,0.3); font-size: 13px; } .woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .single_add_to_cart_button {
background-color: var(--red) !important;
color: var(--dark) !important;
font-family: var(--font) !important;
font-weight: 700 !important;
border-radius: 4px !important;
border: none !important;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover {
background-color: var(--red-dark) !important;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
color: var(--dark) !important;
font-size: 2rem !important;
font-weight: 700 !important;
}
.woocommerce div.product .product_title {
font-family: var(--font-heading) !important;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
background-color: var(--red) !important;
color: var(--dark) !important;
font-weight: 700 !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
border: 1px solid var(--border) !important;
border-radius: 4px !important;
background: var(--white) !important;
}