:root { --blue: oklch(58% 0.22 252); --blue-700: oklch(48% 0.22 252); --blue-100: oklch(94% 0.04 252); --blue-50: oklch(97% 0.02 252); --green: oklch(78% 0.22 145); --green-600: oklch(68% 0.22 145); --green-100: oklch(94% 0.08 145); --ink: oklch(18% 0.03 252); --ink-2: oklch(35% 0.02 252); --ink-3: oklch(55% 0.015 252); --line: oklch(91% 0.008 252); --line-2: oklch(86% 0.01 252); --bg: oklch(99% 0.003 252); --bg-2: oklch(97% 0.006 252); --white: #ffffff; --warn: oklch(70% 0.18 60); --danger: oklch(60% 0.22 25); --s-1: 6px; --s0: 10px; --s1: 16px; --s2: 26px; --s3: 42px; --s4: 68px; --s5: 110px; --r-sm: 10px; --r: 16px; --r-lg: 22px; --r-xl: 32px; --shadow-sm: 0 1px 2px rgba(16, 24, 40, .05); --shadow: 0 8px 24px -10px rgba(20, 30, 70, .15), 0 2px 6px -2px rgba(20, 30, 70, .08); --shadow-lg: 0 30px 60px -20px rgba(20, 30, 70, .25), 0 10px 22px -8px rgba(20, 30, 70, .12); --shadow-blue: 0 18px 40px -16px oklch(58% 0.22 252 / 0.45); --shadow-green: 0 12px 32px -10px oklch(78% 0.22 145 / 0.55); --display: "Space Grotesk", system-ui, sans-serif; --body: "Manrope", system-ui, sans-serif; } * { box-sizing: border-box; } html, body { margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { font-family: var(--body); color: var(--ink); background: var(--bg); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; } h1, h2, h3, h4 { font-family: var(--display); letter-spacing: -0.02em; line-height: 1.05; margin: 0; font-weight: 700; text-wrap: balance; } p { margin: 0; text-wrap: pretty; } button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; } input, select { font-family: inherit; } a { color: inherit; text-decoration: none; } svg { width: 1em; height: 1em; flex-shrink: 0; display: inline-block; vertical-align: middle; } .container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 20px; } .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 22px; border-radius: 999px; font-weight: 700; font-size: 15px; transition: transform .15s ease, box-shadow .2s ease, background .2s ease; white-space: nowrap; letter-spacing: -0.005em; } .btn svg { width: 18px; height: 18px; } .btn-lg svg { width: 20px; height: 20px; } .btn-sm svg { width: 16px; height: 16px; } .btn-green { background: var(--green); color: oklch(22% 0.08 145); box-shadow: var(--shadow-green), inset 0 1px 0 rgba(255,255,255,.6); } .btn-green:hover { transform: translateY(-1px); background: oklch(82% 0.22 145); } .btn-green:active { transform: translateY(0); } .btn-blue { background: var(--ink); color: var(--white); } .btn-blue:hover { background: oklch(25% 0.04 252); } .btn-ghost { background: transparent; border: 1px solid var(--line-2); color: var(--ink); padding: 12px 18px; } .btn-ghost:hover { border-color: var(--ink); } .btn-sm { padding: 10px 16px; font-size: 14px; } .btn-lg { padding: 18px 28px; font-size: 17px; } .section { padding: var(--s4) 0; position: relative; } .section-tight { padding: var(--s3) 0; } .section-alt { background: var(--bg-2); } .section-dark { background: var(--ink); color: oklch(95% 0.01 252); } .section-header { text-align: center; margin-bottom: var(--s3); max-width: 720px; margin-left: auto; margin-right: auto; } .section-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; color: var(--blue); letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 14px; white-space: nowrap; } .section h2 { font-size: clamp(28px, 4vw, 44px); margin-bottom: 14px; } .section-lead { font-size: clamp(15px, 2vw, 17px); color: var(--ink-2); } .section-dark .section-lead { color: oklch(75% 0.02 252); } .section-dark .section-eyebrow { color: var(--green); } .steps { display: grid; grid-template-columns: 1fr; gap: 18px; } .step-card { position: relative; padding: 28px 24px; border-radius: var(--r-lg); background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px; overflow: hidden; transition: transform .25s, box-shadow .25s; } .step-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); } .step-card .num { font-family: var(--display); font-weight: 700; font-size: 72px; line-height: 1; color: var(--blue-100); letter-spacing: -0.04em; position: absolute; top: -10px; right: 12px; z-index: 0; pointer-events: none; } .step-card .icon-wrap { width: 48px; height: 48px; border-radius: 14px; background: var(--ink); color: var(--green); display: grid; place-items: center; z-index: 1; position: relative; } .step-card .icon-wrap svg { width: 22px; height: 22px; } .step-card h3 { font-size: 20px; z-index: 1; position: relative; } .step-card p { color: var(--ink-2); font-size: 15px; z-index: 1; position: relative; } .hero-meta-item svg { width: 16px; height: 16px; } .step-card .icon-wrap svg { width: 22px; height: 22px; } .bonus-icon svg { width: 18px; height: 18px; } .upload svg { width: 28px; height: 28px; } .input-row svg.input-icon { width: 18px; height: 18px; } .modal-close svg { width: 18px; height: 18px; } .bf-icon svg { width: 14px; height: 14px; } .about-feat .ck svg { width: 14px; height: 14px; } .form-success .check svg { width: 32px; height: 32px; } .google-badge svg { width: 18px; height: 18px; } .review-stars svg { width: 14px; height: 14px; } .btn-back svg { width: 16px; height: 16px; } .price-main .delta svg { width: 12px; height: 12px; vertical-align: -2px; } .avg-card svg { width: 14px; height: 14px; vertical-align: -2px; } .trust-text strong { display: block; font-size: 14px; color: var(--ink); } .trust-text span { font-size: 13px; color: var(--ink-2); line-height: 1.45; } .fade-up { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; } .fade-up.in { opacity: 1; transform: translateY(0); } @media (min-width: 720px) { .steps { grid-template-columns: repeat(3, 1fr); } } @media (min-width: 960px) { .container { padding: 0 32px; } } body { overflow: visible !important; } html:has(> body.is-scroll-locked) { overflow-y: hidden; }
.nav { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,0.78); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid var(--line); } .nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 16px; } .brand { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 700; font-size: 19px; letter-spacing: -0.02em; color: var(--ink); } .brand-mark { width: 36px; height: 36px; border-radius: 12px; background: linear-gradient(135deg, var(--blue), oklch(62% 0.22 235)); display: grid; place-items: center; box-shadow: var(--shadow-blue); position: relative; } .brand-mark svg { width: 20px; height: 20px; color: white; font-size: 20px; } .brand-mark picture { display: block; line-height: 0; } .brand-mark img { height: 25px; width: auto; display: block; } .brand-mark::after { content: ""; position: absolute; inset: 2px; border-radius: 10px; background: linear-gradient(180deg, rgba(255,255,255,0.18), transparent); pointer-events: none; } .brand .dot { color: var(--green-600); } .nav-links { display: none; gap: 28px; align-items: center; } .nav-links a { color: var(--ink-2); font-weight: 500; font-size: 14px; transition: color .15s; } .nav-links a:hover { color: var(--blue); } .nav-cta { display: flex; align-items: center; gap: 10px; } .nav-phone { display: none; align-items: center; gap: 8px; font-weight: 600; color: var(--ink); font-size: 14px; white-space: nowrap; } .nav-phone svg { width: 16px; height: 16px; color: var(--blue); } .trust-banner { background: linear-gradient(90deg, oklch(24% 0.07 222) 0%, oklch(36% 0.14 188) 40%, oklch(40% 0.16 172) 55%, oklch(36% 0.14 188) 70%, oklch(24% 0.07 222) 100% ); color: oklch(88% 0.18 145); padding: 10px 0; text-align: center; font-size: 14px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; } .nav-phone-pill { display: none; align-items: center; gap: 8px; border: 2px solid var(--ink); border-radius: 999px; padding: 8px 18px; font-family: var(--display); font-weight: 700; font-size: 15px; color: var(--ink); white-space: nowrap; transition: background .15s, color .15s; } .nav-phone-pill:hover { background: var(--ink); color: var(--white); } .nav-phone-pill svg { width: 16px; height: 16px; color: var(--blue); transition: color .15s; } .nav-phone-pill:hover svg { color: var(--green); } @media (min-width: 720px) { .nav-links { display: flex; } .nav-phone { display: inline-flex; } .nav-phone-pill { display: inline-flex; } } @media (max-width: 719.98px) { .nav-inner { padding: 10px 16px !important; gap: 10px; } .brand { font-size: 16px; gap: 8px; min-width: 0; } .brand-mark { width: 32px; height: 32px; border-radius: 10px; } .brand-mark svg { width: 17px; height: 17px; } .brand-mark img { height: 22px; } .nav-cta { gap: 8px; flex-shrink: 0; } .nav-cta .nav-call { width: 40px; height: 40px; padding: 0; gap: 0; border-radius: 50%; justify-content: center; flex-shrink: 0; } .nav-cta .nav-call .nav-call-label { display: none; } .nav-cta .nav-call svg { width: 17px; height: 17px; flex-shrink: 0; display: block; } .nav-burger { flex-shrink: 0; } } @media (max-width: 359.98px) { .brand span { font-size: 15px; } .nav-inner { padding: 10px 12px !important; } }
.nav-links { gap: 4px; } .nav-item { position: relative; } .nav-trigger, .nav-link-plain { display: inline-flex; align-items: center; gap: 4px; background: none; border: 0; padding: 8px 12px; font-family: var(--body); font-weight: 500; font-size: 14px; color: var(--ink-2); cursor: pointer; border-radius: 8px; transition: color .15s, background .15s; } .nav-trigger:hover, .nav-trigger:focus-visible, .nav-link-plain:hover, .nav-link-plain:focus-visible { color: var(--blue); background: var(--blue-50); outline: none; } .nav-trigger .caret { width: 14px; height: 14px; transition: transform .2s; } .nav-trigger[aria-expanded="true"] .caret { transform: rotate(180deg); } .nav-trigger[aria-expanded="true"] { color: var(--blue); } .dropdown { position: absolute; top: calc(100% + 6px); left: 0; min-width: 280px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-lg); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(-4px); transition: opacity .18s, transform .18s, visibility .18s; z-index: 70; } .has-dropdown:hover > .dropdown, .has-dropdown:focus-within > .dropdown, .nav-trigger[aria-expanded="true"] + .dropdown { opacity: 1; visibility: visible; transform: translateY(0); } .dropdown a { display: flex; flex-direction: column; gap: 2px; padding: 10px 12px; border-radius: 10px; color: var(--ink); transition: background .15s; } .dropdown a:hover, .dropdown a:focus-visible { background: var(--blue-50); outline: none; } .dd-title { font-weight: 600; font-size: 14px; color: var(--ink); } .dd-sub { font-size: 12px; color: var(--ink-3); } .nav-burger { display: inline-flex; flex-direction: column; justify-content: center; gap: 4px; width: 40px; height: 40px; padding: 10px; background: transparent; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; } .nav-burger span { display: block; height: 2px; width: 100%; background: var(--ink); border-radius: 2px; transition: transform .2s, opacity .2s; } .nav-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); } .nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; } .nav-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); } .nav-backdrop { position: fixed; inset: 0; background: rgba(15, 22, 40, 0.45); z-index: 55; opacity: 0; -webkit-backdrop-filter: blur(0px); backdrop-filter: blur(0px); transition: opacity .32s ease, backdrop-filter .32s ease, -webkit-backdrop-filter .32s ease; } .nav-backdrop.is-open { opacity: 1; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); } .drawer-head, .drawer-quick, .drawer-extra { display: none; } @media (max-width: 719.98px) { .nav-links { position: fixed; top: 0; right: 0; width: min(90vw, 380px); height: 100vh; height: 100dvh; background: var(--white); flex-direction: column; align-items: stretch; gap: 0; padding: 0 16px calc(24px + env(safe-area-inset-bottom)); box-shadow: var(--shadow-lg); transform: translateX(100%); transition: transform .42s cubic-bezier(.22, 1, .36, 1); z-index: 65; overflow-y: auto; overscroll-behavior: contain; display: none; } .nav-links.is-mounted { display: flex; } .nav-links.is-open { transform: translateX(0); } .nav-links.is-closing { transition: transform .28s cubic-bezier(.55, .06, .68, .19); } .nav-links.is-mounted > * { opacity: 0; transform: translateX(28px); transition: opacity .38s ease, transform .44s cubic-bezier(.22, 1, .36, 1); } .nav-links.is-open > * { opacity: 1; transform: translateX(0); } .nav-links.is-open > *:nth-child(1) { transition-delay: .10s; } .nav-links.is-open > *:nth-child(2) { transition-delay: .16s; } .nav-links.is-open > *:nth-child(3) { transition-delay: .21s; } .nav-links.is-open > *:nth-child(4) { transition-delay: .25s; } .nav-links.is-open > *:nth-child(5) { transition-delay: .29s; } .nav-links.is-open > *:nth-child(6) { transition-delay: .33s; } .nav-links.is-open > *:nth-child(7) { transition-delay: .37s; } .nav-links.is-closing > * { opacity: 0; transform: translateX(10px); transition: opacity .14s ease, transform .18s ease; transition-delay: 0s !important; } .nav-links.is-closing > .drawer-head { opacity: 1; transform: none; } .nav-item, .nav-link-plain { width: 100%; } .drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; position: sticky; top: 0; z-index: 2; margin: 0 -16px; padding: 14px 16px; background: rgba(255, 255, 255, .92); -webkit-backdrop-filter: saturate(180%) blur(10px); backdrop-filter: saturate(180%) blur(10px); border-bottom: 1px solid var(--line); } .drawer-brand { display: inline-flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 700; font-size: 15px; letter-spacing: -0.02em; color: var(--ink); min-width: 0; } .drawer-brand .brand-mark { width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center; background: linear-gradient(135deg, var(--blue), oklch(62% 0.22 235)); flex-shrink: 0; } .drawer-brand .brand-mark svg { width: 15px; height: 15px; color: #fff; } .drawer-brand .brand-mark img { height: 19px; } .drawer-brand .dot { color: var(--green-600); } .drawer-close { width: 40px; height: 40px; flex-shrink: 0; display: grid; place-items: center; border: 1px solid var(--line-2); border-radius: 12px; background: var(--white); color: var(--ink); cursor: pointer; transition: background .15s, color .15s, transform .15s, border-color .15s; } .drawer-close svg { width: 19px; height: 19px; display: block; } .drawer-close:hover, .drawer-close:focus-visible { background: var(--ink); border-color: var(--ink); color: var(--white); outline: none; } .drawer-close:active { transform: scale(.92); } .drawer-quick { display: grid; gap: 10px; padding: 16px 0 14px; } .dq { display: flex; align-items: center; gap: 12px; padding: 13px 14px; border-radius: 14px; text-decoration: none; transition: transform .15s ease, box-shadow .2s ease, filter .2s ease; } .dq:active { transform: scale(.985); } .dq-icon { width: 38px; height: 38px; flex-shrink: 0; border-radius: 11px; display: grid; place-items: center; } .dq-icon svg { width: 18px; height: 18px; display: block; } .dq-text { display: flex; flex-direction: column; gap: 1px; min-width: 0; } .dq-label { font-family: var(--display); font-weight: 700; font-size: 15px; line-height: 1.2; } .dq-sub { font-size: 12.5px; font-weight: 500; opacity: .78; } .nav-links .dq-call, .nav-links .dq-call:hover { background: var(--ink); color: var(--white); box-shadow: 0 10px 24px -12px rgba(20, 30, 70, .6); } .dq-call .dq-icon { background: rgba(255,255,255,.12); color: var(--green); } .nav-links .dq-form, .nav-links .dq-form:hover { background: var(--green); color: oklch(22% 0.08 145); box-shadow: var(--shadow-green); } .dq-form .dq-icon { background: rgba(255,255,255,.45); color: oklch(30% 0.1 145); } .drawer-extra { display: block; margin-top: auto; padding-top: 22px; } .drawer-usp { list-style: none; margin: 0 0 16px; padding: 14px; display: grid; gap: 9px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; } .drawer-usp li { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; font-weight: 500; color: var(--ink-2); line-height: 1.35; } .drawer-usp svg { width: 14px; height: 14px; flex-shrink: 0; margin-top: 2px; color: var(--green-600); } .drawer-hours { display: flex; align-items: center; gap: 9px; padding: 11px 13px; margin-bottom: 16px; border-radius: 12px; background: var(--blue-50); border: 1px solid var(--blue-100); font-size: 13px; color: var(--ink-2); } .drawer-hours svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--blue); } .drawer-hours strong { display: block; font-family: var(--display); font-size: 14px; color: var(--ink); } .drawer-legal { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-bottom: 10px; } .drawer-legal a { font-size: 12.5px; color: var(--ink-3); border-bottom: 0; padding: 2px 0; } .drawer-legal a:hover { color: var(--blue); } .drawer-legal-note { margin: 0; font-size: 11px; line-height: 1.4; color: var(--ink-3); opacity: .8; } .nav-trigger, .nav-link-plain { width: 100%; justify-content: space-between; padding: 14px 12px; font-size: 16px; border-bottom: 1px solid var(--line); border-radius: 0; } .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; border-radius: 0; padding: 0 0 8px 12px; min-width: 0; max-height: 0; overflow: hidden; transition: max-height .25s ease; } .nav-trigger[aria-expanded="true"] + .dropdown { max-height: 600px; } .dropdown a { padding: 10px 12px; } .dd-sub { display: none; } } @media (min-width: 720px) { .nav-burger { display: none; } .nav-backdrop { display: none !important; } .nav-links { display: flex; } } @media (max-width: 719.98px) { html { overflow-x: clip; } } @supports not (overflow-x: clip) { @media (max-width: 719.98px) { html { overflow-x: hidden; } } } @media (prefers-reduced-motion: reduce) { .nav-backdrop, .nav-backdrop.is-open { transition: opacity .01s linear; -webkit-backdrop-filter: none; backdrop-filter: none; } @media (max-width: 719.98px) { .nav-links, .nav-links.is-closing { transition: transform .01s linear; } .nav-links.is-mounted > *, .nav-links.is-open > *, .nav-links.is-closing > * { transition: opacity .01s linear !important; transition-delay: 0s !important; transform: none !important; } .nav-links.is-mounted > * { opacity: 0; } .nav-links.is-open > * { opacity: 1; } .nav-links.is-closing > * { opacity: 0; } } }
.hero { position: relative; padding: 32px 0 60px; overflow: hidden; } .hero::before { content: ""; position: absolute; top: -260px; left: 50%; width: 1400px; height: 800px; transform: translateX(-50%); background: radial-gradient(ellipse at center, oklch(58% 0.22 252 / 0.10), transparent 60%); pointer-events: none; z-index: 0; } .hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: var(--s3); align-items: start; } .hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--blue-50); color: var(--blue-700); padding: 7px 14px 7px 9px; border-radius: 999px; font-size: 13px; font-weight: 600; border: 1px solid oklch(58% 0.22 252 / 0.18); } .hero-eyebrow .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--green-600); position: relative; } .hero-eyebrow .pulse::after { content: ""; position: absolute; inset: -3px; border-radius: 50%; border: 2px solid var(--green); animation: pulse 2s infinite; } @keyframes pulse { 0% { opacity: .7; transform: scale(1); } 100% { opacity: 0; transform: scale(2.2); } } .hero h1 { font-size: clamp(38px, 7.5vw, 64px); margin-top: 18px; } .hero h1 .accent { color: var(--blue); position: relative; display: inline-block; } .hero h1 .accent::after { content: ""; position: absolute; left: 0; right: 0; bottom: 6%; height: 18%; background: var(--green); z-index: -1; opacity: 0.55; border-radius: 4px; } .hero-sub { margin-top: 18px; color: var(--ink-2); font-size: clamp(16px, 2vw, 19px); max-width: 540px; } .trust-badge { margin-top: 22px; display: inline-flex; align-items: flex-start; gap: 12px; background: linear-gradient(135deg, var(--blue-50), oklch(96% 0.04 200)); padding: 14px 18px 14px 14px; border-radius: var(--r); border: 1px solid oklch(58% 0.22 252 / 0.15); max-width: 520px; } .trust-shield { width: 36px; height: 36px; border-radius: 10px; background: var(--ink); display: grid; place-items: center; color: var(--green); flex-shrink: 0; } .trust-shield svg { width: 18px; height: 18px; } .hero-meta { margin-top: 26px; display: flex; gap: 22px; flex-wrap: wrap; color: var(--ink-3); font-size: 13px; } .hero-meta-item { display: inline-flex; align-items: center; gap: 6px; } .hero-meta-item svg { color: var(--green-600); width: 16px; height: 16px; } .trust-faces { margin-top: 28px; display: flex; align-items: center; gap: 14px; } .faces-stack { display: flex; position: relative; } .faces-copy { display: flex; flex-direction: column; gap: 2px; } .faces-copy .stars { color: oklch(78% 0.18 80); font-size: 14px; letter-spacing: 1px; } .faces-copy span { font-size: 13px; color: var(--ink-2); font-weight: 500; } .faces-copy strong { font-weight: 700; color: var(--ink); } .lead-card { background: var(--white); border-radius: var(--r-xl); box-shadow: var(--shadow-lg); border: 1px solid var(--line); padding: 22px; position: relative; overflow: hidden; } .lead-card-tag { position: absolute; top: 18px; right: 18px; background: oklch(95% 0.02 145); color: var(--green-600); font-size: 11px; font-weight: 700; padding: 5px 10px; border-radius: 999px; letter-spacing: 0.04em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 6px; } .lead-card h3 { font-size: 22px; margin-bottom: 4px; padding-right: 100px; } .lead-card-lead { color: var(--ink-3); font-size: 14px; margin-bottom: 18px; } .progress { display: flex; align-items: center; gap: 6px; margin-bottom: 22px; } .progress-step { flex: 1; height: 6px; background: var(--line); border-radius: 999px; position: relative; overflow: hidden; } .progress-step::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--blue), var(--green-600)); transform: translateX(-100%); transition: transform .5s cubic-bezier(.7,.2,.2,1); } .progress-step.done::after { transform: translateX(0); } .progress-step.active::after { transform: translateX(0); } .step-label { display: flex; justify-content: space-between; font-size: 12px; color: var(--ink-3); margin-bottom: 12px; font-weight: 500; } .step-label strong { color: var(--ink); font-weight: 700; } .field-label { display: block; font-weight: 600; font-size: 14px; color: var(--ink); margin-bottom: 12px; } .field-hint { font-size: 12px; color: var(--ink-3); margin-top: 6px; } .provider-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; } .provider-chip { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 6px; border-radius: var(--r-sm); border: 1.5px solid var(--line); background: var(--white); cursor: pointer; transition: all .15s; position: relative; } .provider-chip:hover { border-color: var(--blue); background: var(--blue-50); } .provider-chip.active { border-color: var(--blue); background: var(--blue-50); box-shadow: 0 0 0 3px oklch(58% 0.22 252 / 0.15); } .provider-chip.active::after { content: "✓"; position: absolute; top: 6px; right: 6px; color: var(--blue); font-weight: 800; font-size: 12px; } .provider-mark { width: 32px; height: 32px; border-radius: 8px; display: grid; place-items: center; font-weight: 800; font-size: 13px; font-family: var(--display); letter-spacing: -0.02em; color: var(--white); } .provider-chip span { font-size: 11px; color: var(--ink-2); font-weight: 600; } .opts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; } .opt-card { padding: 14px; border-radius: var(--r-sm); border: 1.5px solid var(--line); cursor: pointer; transition: all .15s; text-align: left; display: flex; flex-direction: column; align-items: flex-start; gap: 2px; } .opt-card:hover { border-color: var(--blue); } .opt-card.active { border-color: var(--blue); background: var(--blue-50); box-shadow: 0 0 0 3px oklch(58% 0.22 252 / 0.15); } .opt-card strong { font-size: 15px; } .opt-card small { color: var(--ink-3); font-size: 12px; } .upload { border: 2px dashed var(--line-2); border-radius: var(--r); padding: 22px 16px; text-align: center; cursor: pointer; transition: all .15s; background: var(--bg-2); } .upload:hover { border-color: var(--blue); background: var(--blue-50); } .upload svg { color: var(--blue); width: 28px; height: 28px; margin-bottom: 8px; } .upload p { font-size: 14px; font-weight: 600; color: var(--ink); } .upload small { font-size: 12px; color: var(--ink-3); } .bonus-list { display: flex; flex-direction: column; gap: 8px; } .bonus-row { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: var(--r-sm); border: 1.5px solid var(--line); cursor: pointer; transition: all .15s; } .bonus-row:hover { border-color: var(--blue); } .bonus-row.active { border-color: var(--blue); background: var(--blue-50); box-shadow: 0 0 0 3px oklch(58% 0.22 252 / 0.15); } .bonus-icon { width: 38px; height: 38px; border-radius: 10px; background: var(--ink); color: var(--green); display: grid; place-items: center; flex-shrink: 0; } .bonus-icon svg { width: 18px; height: 18px; } .bonus-body { flex: 1; } .bonus-body strong { display: block; font-size: 14px; } .bonus-body small { color: var(--ink-3); font-size: 12px; } .input-stack { display: flex; flex-direction: column; gap: 10px; } .input-row { position: relative; } .input-row svg.input-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--ink-3); width: 18px; height: 18px; } .input-row input { width: 100%; padding: 14px 14px 14px 42px; border-radius: var(--r-sm); border: 1.5px solid var(--line); background: var(--white); font-size: 15px; color: var(--ink); outline: none; transition: all .15s; } .input-row input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px oklch(58% 0.22 252 / 0.15); } .gdpr { display: flex; gap: 10px; margin-top: 10px; font-size: 12px; color: var(--ink-3); line-height: 1.4; } .gdpr input { margin-top: 2px; accent-color: var(--blue); } .form-actions { display: flex; gap: 8px; margin-top: 18px; align-items: center; } .form-actions .btn { flex: 1; } .btn-back { padding: 14px 16px; border-radius: var(--r-sm); background: var(--bg-2); color: var(--ink-2); font-weight: 600; font-size: 14px; } .btn-back:hover { background: var(--line); } .form-success { text-align: center; padding: 30px 20px 10px; } .form-success .check { width: 64px; height: 64px; border-radius: 50%; background: var(--green); color: var(--ink); display: grid; place-items: center; margin: 0 auto 18px; box-shadow: var(--shadow-green); } .form-success h4 { font-size: 22px; margin-bottom: 8px; } .form-success p { color: var(--ink-2); font-size: 14px; } .savings-stat { margin-top: 22px; padding: 16px; border-radius: var(--r); background: linear-gradient(135deg, var(--blue-50), oklch(96% 0.08 145)); border: 1px solid var(--line); } .savings-stat .num { font-family: var(--display); font-size: 36px; font-weight: 700; color: var(--blue); line-height: 1; } .savings-stat .lab { font-size: 12px; color: var(--ink-2); margin-top: 4px; } .hero-v2 { background: oklch(96.5% 0.012 240); padding: 52px 0 80px; position: relative; overflow: hidden; } .hero-v2-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start; } .hero-illus { display: flex; flex-direction: column; align-items: center; gap: 16px; } .hero-illus-frame { width: 100%; aspect-ratio: 4 / 3; border-radius: var(--r-xl); overflow: hidden; position: relative; background: oklch(92% 0.02 240); } .hero-illus-caption { font-size: 14px; color: var(--ink-2); text-align: center; font-style: italic; max-width: 280px; line-height: 1.5; } .hero-v2-right { display: flex; flex-direction: column; gap: 22px; } .hero-v2-left { display: flex; flex-direction: column; gap: 26px; } .hero-v2-headline { font-family: var(--display); font-size: clamp(30px, 3.6vw, 46px); margin-bottom: 0; font-weight: 800; color: var(--ink); letter-spacing: -0.03em; line-height: 1.08; text-wrap: balance; margin: 0; } .hero-v2-headline .h2-accent { color: var(--blue); position: relative; display: inline-block; } .hero-v2-headline .h2-accent::after { content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 3px; background: var(--green); border-radius: 99px; } .type-wrap { display: inline-flex; align-items: baseline; min-height: 1.1em; color: var(--blue); } .type-text { white-space: nowrap; } .type-caret { display: inline-block; width: 3px; align-self: stretch; margin-left: 4px; border-radius: 2px; background: var(--green); animation: typeCaret 1s step-end infinite; } @keyframes typeCaret { 0%, 100% { opacity: 1; } 50% { opacity: 0; } } @media (prefers-reduced-motion: reduce) { .type-caret { animation: none; } } .promo-box { background: oklch(94% 0.04 252); border: 2px solid oklch(80% 0.1 252); border-radius: var(--r-xl); padding: 20px 22px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; } .promo-box--form { --tf-embed-h: 528px; align-items: stretch; gap: 0; height: 100%; padding: 18px 18px 14px; } .promo-box-head { display: flex; flex-direction: column; gap: 8px; padding: 2px 4px 14px; } .promo-box-title { font-family: var(--display); font-size: 17px; font-weight: 800; color: var(--ink); line-height: 1.25; } .promo-box-title span { display: block; font-weight: 500; font-size: 14px; color: var(--ink-2); margin-top: 2px; } .promo-box-sub { font-size: 14px; color: var(--ink-2); line-height: 1.45; display: flex; align-items: center; gap: 7px; } .promo-box-sub .brand-chip { display: inline-flex; align-items: center; gap: 5px; background: var(--ink); color: var(--green); padding: 3px 9px; border-radius: 999px; font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: 0.04em; flex-shrink: 0; } .promo-btn { display: inline-flex; align-items: center; gap: 7px; background: var(--blue); color: var(--white); padding: 11px 22px; border-radius: 999px; font-weight: 700; font-size: 14px; margin-top: 2px; transition: background .15s, transform .15s; border: none; cursor: pointer; text-decoration: none; } .promo-btn:hover { background: var(--blue-700); transform: translateY(-1px); } .promo-btn svg { width: 16px; height: 16px; } .step-dots { display: flex; align-items: center; margin-bottom: 18px; } .step-dot { width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--line-2); display: grid; place-items: center; font-family: var(--display); font-weight: 700; font-size: 16px; color: var(--ink-3); flex-shrink: 0; transition: all .3s cubic-bezier(.7,.2,.2,1); background: var(--white); padding: 0; line-height: 1; } .step-dot.active { background: var(--blue); border-color: var(--blue); color: var(--white); box-shadow: 0 0 0 5px oklch(58% 0.22 252 / 0.18); } .step-dot.done { background: var(--green-600); border-color: var(--green-600); color: var(--white); } .step-connector { flex: 1; height: 2px; background: var(--line-2); margin: 0 6px; border-radius: 999px; transition: background .4s; } .step-connector.done { background: var(--green-600); } .step3-hero-img { margin: 0 -22px 18px -22px; height: 190px; border-radius: var(--r-xl) var(--r-xl) 0 0; overflow: hidden; position: relative; } @media (min-width: 720px) { .hero { padding: 60px 0 100px; } .hero-grid { grid-template-columns: 1.05fr 0.85fr; gap: var(--s4); align-items: center; } .lead-card { padding: 30px; } .lead-card h3 { font-size: 24px; } .hero-v2-grid { grid-template-columns: 1.25fr 1fr; gap: 48px; align-items: center; } .hero-illus { gap: 20px; } .step3-hero-img { margin: 0 -30px 20px -30px; } } @media (min-width: 960px) { .hero h1 { font-size: 64px; } } .tf-embed { position: relative; flex: 1 1 auto; min-height: var(--tf-embed-h, 528px); border-radius: var(--r-lg); overflow: hidden; background: transparent; } .tf-embed > div { position: absolute; inset: 0; } .tf-embed > div, .tf-embed .tf-v1-widget, .tf-embed iframe { width: 100%; height: 100%; border: 0; background: transparent; } .tf-disclaimer { margin: 0; padding: 12px 6px 0; border-top: 1px solid oklch(80% 0.1 252 / 0.55); font-size: 11.5px; line-height: 1.5; color: var(--ink-2); text-align: center; } .tf-disclaimer a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; } .tf-disclaimer a:hover { color: var(--ink); } .tf-trust { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 7px; color: var(--ink-3); font-size: 11.5px; font-weight: 500; } .tf-trust span { display: inline-flex; align-items: center; gap: 5px; } .tf-trust svg { width: 13px; height: 13px; } @media (max-width: 719px) { .promo-box--form { --tf-embed-h: 600px; } .tf-embed, .tf-embed > div, .tf-embed iframe { min-height: var(--tf-embed-h, 600px); } }
.stats-section { background: var(--ink); color: oklch(95% 0.01 252); position: relative; overflow: hidden; } .stats-section::before { content: ""; position: absolute; top: -100px; left: -100px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, oklch(58% 0.22 252 / 0.35), transparent 65%); pointer-events: none; } .stats-section::after { content: ""; position: absolute; bottom: -120px; right: -80px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, oklch(78% 0.22 145 / 0.18), transparent 65%); pointer-events: none; } .stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px 18px; padding: var(--s3) 0; position: relative; z-index: 1; } .stat { text-align: center; position: relative; } .stat .num { font-family: var(--display); font-size: clamp(36px, 7vw, 64px); font-weight: 700; letter-spacing: -0.03em; line-height: 1; background: linear-gradient(135deg, var(--green), oklch(85% 0.18 165)); -webkit-background-clip: text; background-clip: text; color: transparent; } .stat .lab { margin-top: 8px; color: oklch(75% 0.02 252); font-size: 13px; font-weight: 500; } @media (min-width: 720px) { .stat:not(:last-child)::after { content: ""; position: absolute; top: 18%; bottom: 18%; right: -9px; width: 1px; background: oklch(35% 0.02 252); } .stats { grid-template-columns: repeat(4, 1fr); gap: 30px; } }
.process { background: var(--bg-2); position: relative; padding: var(--s4) 0 var(--s3); } .proc-carousel { margin-top: var(--s2); position: relative; } .proc-viewport { overflow: hidden; border-radius: var(--r-xl); touch-action: pan-y; } .proc-track { display: flex; will-change: transform; transition: transform .5s cubic-bezier(.65,.05,.2,1); } .proc-track.is-dragging { transition: none; } .proc-slide { flex: 0 0 100%; min-width: 0; display: grid; gap: 28px; align-content: start; padding: 4px; opacity: .35; transition: opacity .4s ease; } .proc-slide.is-active { opacity: 1; } .proc-copy { align-self: center; } .proc-num { display: inline-block; font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue); padding: 5px 12px; border-radius: 999px; background: var(--blue-50, oklch(95% 0.04 252)); margin-bottom: 14px; } .proc-copy h3 { font-family: var(--display); font-size: clamp(26px, 3.4vw, 38px); font-weight: 700; line-height: 1.1; color: var(--ink); margin: 0 0 10px; } .proc-copy p { font-size: 16px; line-height: 1.65; color: var(--ink-2); max-width: 46ch; margin: 0; } .proc-tip { display: flex; align-items: flex-start; gap: 10px; margin: 16px 0 0; padding: 12px 14px; border-radius: 14px; background: var(--white); border: 1px solid var(--line-2); font-size: 13.5px; line-height: 1.5; color: var(--ink-2); max-width: 46ch; } .proc-tip svg { width: 17px; height: 17px; flex-shrink: 0; color: var(--blue); margin-top: 1px; } .proc-tip strong { color: var(--ink); font-weight: 700; } .proc-visual { position: relative; aspect-ratio: 1 / 1.08; border-radius: var(--r-xl); background: linear-gradient(160deg, var(--ink) 0%, oklch(25% 0.05 252) 100%); overflow: hidden; box-shadow: var(--shadow-lg); color: var(--white); } .proc-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 18%, oklch(58% 0.22 252 / 0.45), transparent 45%), radial-gradient(circle at 80% 90%, oklch(78% 0.22 145 / 0.35), transparent 50%); opacity: 0.9; pointer-events: none; } .proc-visual::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 32px 32px; pointer-events: none; mask: linear-gradient(180deg, transparent, black 30%, black 70%, transparent); } .proc-controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 26px; } .proc-arrow { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--line-2); background: var(--white); color: var(--ink); display: grid; place-items: center; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease, opacity .18s ease; flex-shrink: 0; } .proc-arrow svg { width: 20px; height: 20px; } .proc-arrow:hover:not(:disabled) { background: var(--ink); border-color: var(--ink); color: var(--white); } .proc-arrow:disabled { opacity: .32; cursor: not-allowed; } .proc-arrow:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; } .proc-dots { display: flex; align-items: center; gap: 10px; } .proc-dot { width: 10px; height: 10px; padding: 0; border: none; border-radius: 999px; background: var(--line-2); cursor: pointer; transition: width .25s ease, background .25s ease; } .proc-dot.is-active { width: 30px; background: var(--blue); } .proc-dot:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; } .proc-swipe-hint { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 14px 0 0; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; color: var(--ink-3); transition: opacity .3s ease; } .proc-swipe-hint svg { width: 15px; height: 15px; } .proc-swipe-hint.is-hidden { opacity: 0; } @media (min-width: 720px) { .proc-slide { grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; align-content: center; padding: 8px; } .proc-visual { aspect-ratio: 1 / 1; } .proc-swipe-hint { display: none; } } @media (prefers-reduced-motion: reduce) { .proc-track { transition: none; } .proc-slide { transition: none; } } .scene { position: absolute; inset: 0; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; gap: 18px; opacity: 0; transform: translateY(20px); transition: opacity .55s cubic-bezier(.7,.1,.2,1), transform .55s cubic-bezier(.7,.1,.2,1); pointer-events: none; } .proc-slide.is-active .scene { opacity: 1; transform: translateY(0); pointer-events: auto; } .scene-header { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; color: oklch(80% 0.04 252); text-transform: uppercase; letter-spacing: 0.12em; } .scene-header .ico { width: 28px; height: 28px; border-radius: 8px; background: oklch(30% 0.06 252); color: var(--green); display: grid; place-items: center; } .scene-header .ico svg { width: 14px; height: 14px; } .scene-avatar { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; object-position: 50% 22%; flex-shrink: 0; border: 2px solid oklch(45% 0.06 252); } .scene-cta { position: absolute; inset: 0; z-index: 3; border-radius: inherit; cursor: pointer; -webkit-tap-highlight-color: transparent; } .scene-cta:focus-visible { outline: 3px solid var(--green); outline-offset: -3px; } @media (hover: hover) { .proc-visual { transition: transform .2s ease, box-shadow .2s ease; } .proc-slide.is-active .proc-visual:has(.scene-cta:hover) { transform: translateY(-3px); box-shadow: 0 18px 44px oklch(20% 0.05 252 / 0.34); } } .cmp-row { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 14px; background: oklch(28% 0.04 252); border: 1px solid oklch(35% 0.04 252); transform: translateY(20px); opacity: 0; animation: cmpIn .6s cubic-bezier(.7,.1,.2,1) forwards; } .proc-slide.is-active .cmp-row:nth-child(2) { animation-delay: .1s; } .proc-slide.is-active .cmp-row:nth-child(3) { animation-delay: .25s; } .proc-slide.is-active .cmp-row:nth-child(4) { animation-delay: .4s; } @keyframes cmpIn { to { transform: translateY(0); opacity: 1; } } .cmp-row.winner { background: linear-gradient(135deg, var(--green), oklch(70% 0.22 145)); color: oklch(20% 0.08 145); border-color: transparent; animation: cmpIn .6s cubic-bezier(.7,.1,.2,1) .55s forwards, winnerPulse 2.4s ease-in-out 1.4s infinite; } @keyframes winnerPulse { 0%, 100% { box-shadow: 0 0 0 0 oklch(78% 0.22 145 / 0.4); } 50% { box-shadow: 0 0 0 14px oklch(78% 0.22 145 / 0); } } .cmp-mark { width: 28px; height: 28px; border-radius: 7px; background: oklch(40% 0.05 252); display: grid; place-items: center; font-family: var(--display); font-weight: 700; font-size: 12px; color: var(--white); flex-shrink: 0; } .cmp-row.winner .cmp-mark { background: oklch(28% 0.08 145); color: var(--green); } .cmp-mark--green { background: var(--green); } .cmp-mark--blue { background: var(--blue); } .cmp-mark--yellow { background: oklch(82% 0.16 88); } .cmp-body { flex: 1; min-width: 0; } .cmp-body strong { display: block; font-size: 13px; font-weight: 700; } .cmp-body small { display: block; font-size: 11px; opacity: 0.6; } .cmp-row.winner .cmp-body small { opacity: 0.7; } .cmp-price { font-family: var(--display); font-weight: 700; font-size: 14px; white-space: nowrap; } .cmp-tag { font-size: 10px; font-weight: 800; letter-spacing: 0.08em; padding: 3px 7px; border-radius: 999px; background: oklch(28% 0.08 145); color: var(--green); } .chat { display: flex; flex-direction: column; gap: 10px; } .bubble { max-width: 78%; padding: 11px 14px; border-radius: 16px; font-size: 14px; line-height: 1.4; opacity: 0; transform: translateY(12px); animation: bubbleIn .5s cubic-bezier(.7,.1,.2,1) forwards; } .bubble.them { align-self: flex-start; background: oklch(30% 0.04 252); border-bottom-left-radius: 5px; } .bubble.me { align-self: flex-end; background: var(--blue); color: var(--white); border-bottom-right-radius: 5px; } .proc-slide.is-active .bubble:nth-child(2) { animation-delay: .2s; } .proc-slide.is-active .bubble:nth-child(3) { animation-delay: .55s; } .proc-slide.is-active .bubble:nth-child(4) { animation-delay: .95s; } .proc-slide.is-active .bubble:nth-child(5) { animation-delay: 1.35s; } @keyframes bubbleIn { to { opacity: 1; transform: translateY(0); } } .typing { display: inline-flex; gap: 4px; align-items: center; } .typing span { width: 6px; height: 6px; background: oklch(70% 0.04 252); border-radius: 50%; animation: typing 1s infinite ease-in-out; } .typing span:nth-child(2) { animation-delay: .15s; } .typing span:nth-child(3) { animation-delay: .3s; } @keyframes typing { 0%, 60%, 100% { transform: translateY(0); opacity: .4; } 30% { transform: translateY(-4px); opacity: 1; } } .bill { background: var(--white); color: var(--ink); border-radius: 14px; padding: 18px; display: flex; flex-direction: column; gap: 12px; } .bill-head { display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 600; color: var(--ink-3); } .bill-row { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed var(--line); } .bill-row:last-child { border-bottom: none; } .bill-row .lab { font-size: 13px; color: var(--ink-2); } .bill-row .val { font-family: var(--display); font-weight: 700; font-size: 15px; } .bill-row.old .val { text-decoration: line-through; color: var(--ink-3); } .bill-row.new .val { color: oklch(40% 0.18 145); font-size: 18px; } .savings-pill { display: inline-flex; align-items: center; gap: 6px; background: linear-gradient(135deg, var(--green), oklch(85% 0.18 145)); color: oklch(20% 0.08 145); padding: 8px 14px; border-radius: 999px; font-weight: 800; font-size: 14px; align-self: flex-start; animation: pillBounce .6s cubic-bezier(.34, 1.56, .64, 1) .8s both; } @keyframes pillBounce { from { transform: scale(0.5); opacity: 0; } to { transform: scale(1); opacity: 1; } } .savings-pill svg { width: 14px; height: 14px; } @media (prefers-reduced-motion: reduce) { .scene, .proc-slide.is-active .cmp-row, .proc-slide.is-active .bubble { animation: none !important; transition: none !important; opacity: 1 !important; transform: none !important; } } @media (max-width: 719px) { .proc-slide { gap: 16px; } .proc-visual { min-height: 0; max-height: none; height: clamp(268px, 33vh, 300px); aspect-ratio: auto; } .proc-copy h3 { font-size: 24px; } .proc-copy p { font-size: 15px; line-height: 1.55; } .proc-num { margin-bottom: 10px; } .proc-tip { margin-top: 12px; padding: 10px 12px; font-size: 12.5px; } .scene { padding: 13px; gap: 7px; } .scene-header { font-size: 11px; letter-spacing: .08em; } .scene-header .ico { width: 24px; height: 24px; } .scene-avatar { width: 32px; height: 32px; } .cmp-row { padding: 8px 11px; gap: 10px; border-radius: 12px; } .cmp-mark { width: 24px; height: 24px; border-radius: 6px; font-size: 11px; } .cmp-body strong { font-size: 12.5px; line-height: 1.3; } .cmp-body small { font-size: 10.5px; line-height: 1.3; } .cmp-price { font-size: 13px; } .cmp-tag { font-size: 9px; padding: 3px 6px; } .chat { gap: 6px; } .bubble { max-width: 84%; padding: 7px 11px; font-size: 12.5px; line-height: 1.3; border-radius: 14px; } }
.tabs { display: inline-flex; background: var(--bg-2); padding: 5px; border-radius: 999px; margin: 0 auto var(--s2); border: 1px solid var(--line); position: relative; gap: 4px; } .tab { padding: 10px 18px; border-radius: 999px; font-weight: 600; font-size: 14px; color: var(--ink-3); white-space: nowrap; transition: color .2s; position: relative; z-index: 1; } .tab.active { color: var(--white); } .tab-pill { position: absolute; top: 5px; bottom: 5px; background: var(--ink); border-radius: 999px; transition: all .3s cubic-bezier(.7,.2,.2,1); z-index: 0; } .tab-row { display: flex; justify-content: center; } .price-grid { display: grid; grid-template-columns: 1fr; gap: 18px; } .highlight-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: var(--s3); } .highlight { position: relative; background: var(--white); border-radius: var(--r-xl); border: 1px solid var(--line); padding: 26px; overflow: hidden; display: flex; flex-direction: column; gap: 14px; transition: transform .2s, box-shadow .2s; } .highlight:hover { transform: translateY(-3px); box-shadow: var(--shadow); } .highlight.stable { background: linear-gradient(135deg, var(--ink), oklch(28% 0.06 252)); color: var(--white); border-color: transparent; } .highlight.variable { background: linear-gradient(135deg, oklch(96% 0.05 145), var(--white)); border-color: oklch(82% 0.12 145); } .highlight .pill-label { display: inline-flex; align-items: center; gap: 6px; background: oklch(98% 0.01 252); color: var(--ink); padding: 6px 12px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; width: fit-content; } .highlight.stable .pill-label { background: oklch(30% 0.06 252); color: var(--green); } .highlight.variable .pill-label { background: var(--ink); color: var(--green); } .highlight h3 { font-size: 22px; letter-spacing: -0.02em; } .highlight .redacted { display: flex; align-items: center; gap: 12px; } .highlight .redacted-mark { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, oklch(70% 0.02 252), oklch(85% 0.02 252)); position: relative; overflow: hidden; display: grid; place-items: center; } .highlight.stable .redacted-mark { background: linear-gradient(135deg, oklch(35% 0.04 252), oklch(45% 0.04 252)); } .highlight .redacted-mark::after { content: "?"; font-family: var(--display); font-size: 26px; font-weight: 700; color: var(--white); opacity: 0.7; } .highlight .redacted-name { flex: 1; } .highlight .redacted-name .blur { display: block; height: 14px; width: 110px; background: linear-gradient(90deg, oklch(85% 0.01 252), oklch(80% 0.01 252)); border-radius: 4px; filter: blur(4px); margin-bottom: 6px; } .highlight.stable .redacted-name .blur { background: linear-gradient(90deg, oklch(45% 0.04 252), oklch(40% 0.04 252)); } .highlight .redacted-name small { font-size: 12px; color: var(--ink-3); } .highlight.stable .redacted-name small { color: oklch(75% 0.04 252); } .highlight .price-mega { font-family: var(--display); font-weight: 700; letter-spacing: -0.03em; line-height: 1; display: flex; align-items: baseline; gap: 8px; } .highlight .price-mega .euro { font-size: 56px; } .highlight .price-mega .unit { font-size: 14px; color: var(--ink-3); font-weight: 500; font-family: var(--body); letter-spacing: 0; } .highlight.stable .price-mega .unit { color: oklch(75% 0.04 252); } .highlight .price-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; } .highlight .price-row > div { background: var(--bg-2); padding: 10px 12px; border-radius: 10px; } .highlight.stable .price-row > div { background: oklch(30% 0.06 252); } .highlight .price-row small { display: block; font-size: 11px; color: var(--ink-3); margin-bottom: 2px; } .highlight.stable .price-row small { color: oklch(75% 0.04 252); } .highlight .price-row strong { font-size: 14px; font-weight: 700; } .highlight .reveal-btn { margin-top: 4px; } .highlight .corner-deco { position: absolute; top: -40px; right: -40px; width: 200px; height: 200px; border-radius: 50%; pointer-events: none; } .highlight.stable .corner-deco { background: radial-gradient(circle, oklch(78% 0.22 145 / 0.25), transparent 65%); } .highlight.variable .corner-deco { background: radial-gradient(circle, oklch(58% 0.22 252 / 0.18), transparent 65%); } .price-card { position: relative; background: var(--white); border-radius: var(--r-lg); border: 1px solid var(--line); padding: 24px; transition: all .2s; display: flex; flex-direction: column; gap: 14px; } .price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-2); } .price-card.featured { border-color: var(--blue); box-shadow: var(--shadow-blue); background: linear-gradient(180deg, var(--white), var(--blue-50)); } .price-card .tag { position: absolute; top: -12px; left: 24px; background: var(--green); color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: 0.08em; padding: 6px 12px; border-radius: 999px; text-transform: uppercase; } .price-card .tag.blue { background: var(--blue); color: var(--white); } .price-card .tag.dark { background: var(--ink); color: var(--green); } .price-head { display: flex; align-items: center; gap: 12px; } .price-head h4 { font-size: 18px; } .price-head small { color: var(--ink-3); font-size: 13px; font-weight: 500; } .price-main { display: flex; align-items: baseline; gap: 8px; padding: 8px 0 4px; border-top: 1px dashed var(--line); border-bottom: 1px dashed var(--line); margin: 6px 0; } .price-main .big { font-family: var(--display); font-size: 36px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; } .price-main .unit { color: var(--ink-3); font-size: 13px; } .price-main .delta { margin-left: auto; font-size: 12px; font-weight: 700; color: var(--green-600); background: var(--green-100); padding: 4px 8px; border-radius: 999px; } .price-main .delta.up { color: var(--danger); background: oklch(95% 0.04 25); } .price-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; font-size: 13px; } .price-meta .row { display: flex; flex-direction: column; padding: 8px 10px; background: var(--bg-2); border-radius: 8px; } .price-meta .row small { color: var(--ink-3); font-size: 11px; } .price-meta .row strong { font-weight: 700; } .price-tags { display: flex; gap: 6px; flex-wrap: wrap; } .price-tag { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 999px; background: var(--bg-2); color: var(--ink-2); border: 1px solid var(--line); } .price-tag.green { background: var(--green-100); color: oklch(34% 0.12 145); border-color: oklch(82% 0.12 145); } .price-tag.blue { background: var(--blue-50); color: var(--blue-700); border-color: oklch(82% 0.08 252); } .avg-toggle-row { display: flex; justify-content: center; margin-bottom: 18px; } .avg-toggle { display: inline-flex; gap: 4px; padding: 5px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 999px; position: relative; } .avg-toggle-prominent { padding: 6px; background: var(--white); border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); border-radius: 999px; min-width: 340px; } .avg-toggle button { padding: 8px 16px; border-radius: 999px; font-weight: 600; font-size: 13px; color: var(--ink-3); white-space: nowrap; transition: color .2s; z-index: 1; position: relative; display: inline-flex; align-items: center; gap: 6px; } .avg-toggle-prominent button { padding: 12px 22px; font-size: 15px; font-weight: 700; flex: 1; justify-content: center; } .avg-toggle button.active { color: var(--white); } .avg-toggle .pill { position: absolute; top: 5px; bottom: 5px; background: var(--ink); border-radius: 999px; transition: all .3s cubic-bezier(.7,.2,.2,1); } .avg-toggle-prominent .pill { top: 6px; bottom: 6px; } .avg-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-bottom: var(--s2); perspective: 1200px; } .avg-card { background: transparent; position: relative; min-height: 200px; transform-style: preserve-3d; transition: transform .7s cubic-bezier(.7,.1,.25,1); } .avg-card.flipped { transform: rotateY(180deg); } .avg-card .face { background: var(--white); border-radius: var(--r-lg); border: 1px solid var(--line); padding: 22px; position: absolute; inset: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden; overflow: hidden; } .avg-card .back { transform: rotateY(180deg); } .avg-card.now .face { background: linear-gradient(135deg, var(--ink), oklch(25% 0.05 252)); color: var(--white); border-color: transparent; } .avg-card .age { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-3); margin-bottom: 8px; } .avg-card.now .face .age { color: var(--green); } .avg-card .price { font-family: var(--display); font-size: 40px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; } .avg-card .price .cents { font-size: 18px; color: var(--ink-3); font-weight: 500; margin-left: 6px; } .avg-card.now .face .price .cents { color: oklch(75% 0.05 252); } .avg-card .label { color: var(--ink-3); font-size: 13px; margin-top: 6px; } .avg-card.now .face .label { color: oklch(75% 0.05 252); } .avg-card .bar { margin-top: 14px; height: 8px; border-radius: 999px; background: var(--line); overflow: hidden; } .avg-card .bar > div { height: 100%; background: linear-gradient(90deg, var(--blue), var(--green)); border-radius: 999px; transition: width 1s cubic-bezier(.6,.2,.2,1); } .avg-card.now .face .bar { background: oklch(28% 0.04 252); } .avg-card.now .face .bar > div { background: var(--green); } .avg-card .annual-calc { font-size: 12px; color: var(--ink-3); margin-top: 6px; font-family: var(--display); letter-spacing: -0.01em; } .avg-card.now .back .annual-calc { color: oklch(75% 0.05 252); } .avg-card .annual-diff { margin-top: 12px; padding: 10px 12px; border-radius: 10px; background: var(--bg-2); font-size: 12px; font-weight: 600; color: var(--ink-2); } .avg-card.now .back .annual-diff { background: oklch(34% 0.12 145); color: var(--green); } .avg-card .back .annual-diff.up { background: oklch(95% 0.04 25); color: var(--danger); } @media (min-width: 720px) { .price-grid { grid-template-columns: repeat(3, 1fr); } .avg-grid { grid-template-columns: repeat(4, 1fr); } .highlight-grid { grid-template-columns: 1fr 1fr; gap: 22px; } }
.about-grid { display: grid; grid-template-columns: 1fr; gap: var(--s2); align-items: center; } .about-text h2 { margin-bottom: 18px; } .about-text p { color: var(--ink-2); font-size: 16px; margin-bottom: 14px; } .about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; } .about-feat { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; } .about-feat .ck { width: 24px; height: 24px; border-radius: 7px; background: var(--green-100); color: oklch(40% 0.18 145); display: grid; place-items: center; flex-shrink: 0; } .about-feat .ck svg { width: 14px; height: 14px; } .about-visual { position: relative; border-radius: var(--r-xl); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-lg); } .about-photo { position: relative; flex: 0 0 auto; aspect-ratio: 3 / 2; background: linear-gradient(135deg, var(--blue-50), oklch(94% 0.08 145)); overflow: hidden; } .about-photo-slot { width: 100% !important; height: 100% !important; display: block; border-radius: 0 !important; } .about-photo-fade { position: absolute; inset: auto 0 0 0; height: 40%; background: linear-gradient(to bottom, transparent, oklch(18% 0.03 252)); pointer-events: none; } .about-shield { position: relative; flex: 1; background: linear-gradient(135deg, var(--ink) 0%, oklch(25% 0.05 252) 100%); color: var(--white); padding: 22px 24px 28px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; } .about-shield .placeholder-svg { width: 100%; height: 100%; position: absolute; inset: 0; opacity: 0.06; } .about-shield .ring { position: absolute; bottom: -100px; right: -100px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, oklch(78% 0.22 145 / 0.4), transparent 65%); pointer-events: none; } .about-shield .shield-pill { background: oklch(28% 0.06 252); color: oklch(85% 0.04 252); font-size: 11px; font-weight: 700; padding: 5px 10px; border-radius: 999px; display: inline-flex; align-items: center; gap: 6px; width: fit-content; margin-bottom: 12px; font-family: var(--display); letter-spacing: 0.08em; text-transform: uppercase; } .about-shield .shield-pill svg { width: 12px; height: 12px; color: var(--green); } .about-shield h3 { font-size: 22px; margin-bottom: 6px; position: relative; z-index: 1; } .about-shield p { font-size: 14px; color: oklch(85% 0.04 252); position: relative; z-index: 1; } .about-visual .badge-float { position: absolute; background: var(--white); color: var(--ink); border-radius: var(--r); padding: 12px 14px; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; z-index: 5; } .bf-1 { top: 18px; right: 18px; animation: float 5s ease-in-out infinite; } .bf-2 { top: 38%; left: 18px; animation: float 6s ease-in-out infinite reverse; } .bf-3 { bottom: 18px; right: 18px; animation: float 5.5s ease-in-out infinite 1s; } @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } } .bf-icon { width: 28px; height: 28px; border-radius: 8px; background: var(--green-100); color: oklch(40% 0.18 145); display: grid; place-items: center; } .bf-icon svg { width: 14px; height: 14px; } .placeholder-svg { width: 100%; height: 100%; position: absolute; inset: 0; opacity: 0.06; } @media (min-width: 720px) { .about-grid { grid-template-columns: 1fr 0.85fr; gap: var(--s3); } }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: border-color .2s; } .faq-item.open { border-color: var(--blue); box-shadow: 0 0 0 3px oklch(58% 0.22 252 / 0.08); } .faq-btn { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; text-align: left; background: none; cursor: pointer; border: none; font-family: inherit; } .faq-btn span:first-child { font-family: var(--display); font-weight: 600; font-size: clamp(15px, 2vw, 16px); color: var(--ink); letter-spacing: -0.01em; } .faq-icon { width: 28px; height: 28px; border-radius: 50%; background: var(--bg-2); border: 1.5px solid var(--line-2); display: grid; place-items: center; flex-shrink: 0; transition: all .2s; color: var(--ink-3); } .faq-plus { transition: transform .25s; } .faq-body { overflow: hidden; max-height: 0; transition: max-height .4s cubic-bezier(.7,.1,.2,1); } .faq-body p { padding: 0 22px 20px; color: var(--ink-2); font-size: 15px; line-height: 1.65; } .faq-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0 auto var(--s2); max-width: 780px; } .faq-tab { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 999px; border: 1.5px solid var(--line-2); background: var(--white); color: var(--ink-2); font-family: var(--display); font-size: 14px; font-weight: 600; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease; } .faq-tab:hover { border-color: var(--ink-3); color: var(--ink); } .faq-tab.is-active { background: var(--ink); border-color: var(--ink); color: var(--white); } .faq-tab:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; } .faq-tab-count { font-size: 11px; font-weight: 700; min-width: 20px; padding: 2px 6px; border-radius: 999px; background: var(--bg-2); color: var(--ink-3); } .faq-tab.is-active .faq-tab-count { background: oklch(100% 0 0 / 0.16); color: var(--white); } .faq-panel { display: none; flex-direction: column; gap: 10px; max-width: 780px; margin: 0 auto; } .faq-panel.is-active { display: flex; } .faq-cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 36px; } @media (max-width: 719px) { .faq-tabs { gap: 6px; } .faq-tab { padding: 9px 14px; font-size: 13px; } }
.tariffs { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--shadow); overflow: hidden; } @media (min-width: 1300px) { .tariffs { width: min(1400px, calc(100vw - 48px)); margin-left: 50%; transform: translateX(-50%); } } .tf-toolbar { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 14px 18px; padding: 20px 22px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, var(--blue-50), var(--white)); } .tf-filters { display: flex; flex-wrap: wrap; gap: 12px; flex: 1 1 auto; } .tf-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; } .tf-field-label { font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); } .tf-select, .tf-search { position: relative; display: block; } .tf-select select, .tf-search input { appearance: none; -webkit-appearance: none; width: 100%; min-width: 210px; padding: 12px 40px 12px 14px; border: 1.5px solid var(--line-2); border-radius: 12px; background: var(--white); color: var(--ink); font-size: 14.5px; font-weight: 600; line-height: 1.2; transition: border-color .16s, box-shadow .16s; } .tf-search input { padding: 12px 14px 12px 40px; font-weight: 500; } .tf-search input::placeholder { color: var(--ink-3); font-weight: 500; } .tf-search input::-webkit-search-cancel-button { -webkit-appearance: none; } .tf-select select:hover, .tf-search input:hover { border-color: oklch(78% 0.03 252); } .tf-select select:focus-visible, .tf-search input:focus-visible { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px oklch(58% 0.22 252 / 0.14); } .tf-select > svg, .tf-search > svg { position: absolute; top: 50%; transform: translateY(-50%); width: 17px; height: 17px; color: var(--ink-3); pointer-events: none; } .tf-select > svg { right: 14px; } .tf-search > svg { left: 14px; } .tf-select select.is-set, .tf-search input.is-set { border-color: var(--blue); background: var(--blue-50); color: var(--blue-700); } .tf-meta { display: flex; align-items: center; gap: 10px; padding-bottom: 2px; margin-left: auto; } .tf-count { font-size: 13.5px; color: var(--ink-2); white-space: nowrap; } .tf-count strong { font-family: var(--display); font-size: 17px; color: var(--ink); margin-right: 3px; } .tf-of { color: var(--ink-3); font-weight: 600; } .tf-reset { display: inline-flex; align-items: center; gap: 5px; padding: 8px 13px; border-radius: 999px; border: 1px solid var(--line-2); background: var(--white); font-size: 13px; font-weight: 700; color: var(--ink-2); transition: color .15s, border-color .15s, background .15s; } .tf-reset[hidden] { display: none; } .tf-reset svg { width: 13px; height: 13px; } .tf-reset:hover { color: var(--danger); border-color: var(--danger); background: oklch(97% 0.02 25); } .tf-scroll { position: relative; overflow: auto; max-height: min(78vh, 900px); overscroll-behavior-x: contain; scrollbar-width: thin; } .tf-scroll::-webkit-scrollbar { height: 10px; width: 10px; } .tf-scroll::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 999px; border: 3px solid var(--white); } .tf-scroll::-webkit-scrollbar-thumb:hover { background: var(--ink-3); } .tf-table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 14px; table-layout: fixed; min-width: 1180px; } .tf-table thead th { position: sticky; top: 0; z-index: 3; background: var(--ink); color: oklch(93% 0.01 252); font-family: var(--display); font-size: 11.5px; font-weight: 700; letter-spacing: 0.04em; text-align: left; vertical-align: middle; padding: 12px 11px; line-height: 1.2; } .tf-table thead th small { display: block; font-size: 10.5px; font-weight: 500; opacity: .7; letter-spacing: .03em; white-space: nowrap; } .tf-table thead th.tf-num { text-align: right; } .tf-th-notes { min-width: 230px; } .tf-th-cta { text-align: center; } .tf-table thead th:nth-child(1) { width: 132px; } .tf-table thead th:nth-child(2) { width: 74px; } .tf-table thead th:nth-child(3) { width: 152px; } .tf-table thead th:nth-child(4) { width: 118px; } .tf-table thead th:nth-child(5) { width: 92px; } .tf-table thead th:nth-child(6) { width: 122px; } .tf-table thead th:nth-child(7) { width: 128px; } .tf-table thead th:nth-child(8) { width: 96px; } .tf-table thead th:nth-child(9) { width: auto; } .tf-table thead th:nth-child(10) { width: 116px; } .tf-table tbody td { padding: 13px 11px; border-bottom: 1px solid var(--line); vertical-align: middle; color: var(--ink-2); } .tf-row { transition: background .15s; } .tf-row:hover td { background: var(--blue-50); } .tf-row:last-child td { border-bottom: 0; } .tf-row.is-hidden, .tf-row.is-paged { display: none; } .tf-provider { overflow: hidden; } .tf-brand { display: inline-flex; align-items: center; gap: 7px; font-family: var(--display); font-weight: 700; font-size: 13.5px; letter-spacing: -0.01em; color: var(--brand, var(--blue)); white-space: nowrap; } .tf-brand img { height: 24px; width: auto; max-width: 96px; object-fit: contain; display: block; } .tf-brand-dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 3px color-mix(in oklab, currentColor 18%, transparent); flex-shrink: 0; } .tf-month { font-size: 12.5px; font-weight: 600; color: var(--ink-3); white-space: nowrap; } .tf-program strong { display: block; font-family: var(--display); font-size: 14.5px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; } .tf-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; font-size: 12.5px; font-weight: 700; white-space: nowrap; border: 1px solid transparent; } .tf-badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; } .tf-fixed { background: var(--blue-100); color: var(--blue-700); border-color: oklch(86% 0.07 252); } .tf-variable { background: oklch(95% 0.06 75); color: oklch(45% 0.14 60); border-color: oklch(88% 0.09 75); } .tf-special { background: var(--green-100); color: oklch(40% 0.14 145); border-color: oklch(86% 0.12 145); } .tf-dynamic { background: oklch(94% 0.05 300); color: oklch(45% 0.16 300); border-color: oklch(87% 0.07 300); } .tf-mixed, .tf-other { background: var(--bg-2); color: var(--ink-2); border-color: var(--line-2); } .tf-table td.tf-num { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; } .tf-standing { font-weight: 700; color: var(--ink); } .tf-unit { font-size: 11.5px; font-weight: 600; color: var(--ink-3); } .tf-initial { color: var(--ink-3); } .tf-initial .tf-val { text-decoration: line-through; text-decoration-color: oklch(75% 0.02 252); } .tf-final-val { font-family: var(--display); font-size: 16px; font-weight: 700; color: var(--ink); letter-spacing: -0.02em; } .tf-price { display: block; min-width: 0; } .tf-tier { display: block; margin-top: 2px; font-size: 10.5px; font-weight: 600; line-height: 1.35; color: var(--ink-3); letter-spacing: 0; white-space: normal; text-decoration: none; } .tf-table td.tf-num:has(.tf-tier) { white-space: normal; } .tf-initial .tf-price { display: inline-block; } .tf-dur { display: inline-block; padding: 5px 10px; border-radius: 8px; background: var(--bg-2); border: 1px solid var(--line); font-size: 12.5px; font-weight: 600; color: var(--ink-2); white-space: nowrap; } .tf-note { font-size: 12.5px; line-height: 1.5; color: var(--ink-3); } .tf-note.is-clamped { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .tf-note-more { margin-top: 4px; padding: 0; font-size: 12px; font-weight: 700; color: var(--blue); text-decoration: underline; text-underline-offset: 2px; } .tf-note-more:hover { color: var(--blue-700); } .tf-dash { color: var(--line-2); } .tf-cta { text-align: center; } .tf-toggle { display: none; } .tf-apply { display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; border-radius: 999px; background: var(--green); color: oklch(22% 0.08 145); font-size: 12.5px; font-weight: 800; letter-spacing: .04em; white-space: nowrap; box-shadow: var(--shadow-green), inset 0 1px 0 rgba(255,255,255,.55); transition: transform .15s ease, background .18s ease; } .tf-apply svg { width: 14px; height: 14px; transition: transform .18s ease; } .tf-apply:hover { background: oklch(82% 0.22 145); transform: translateY(-1px); } .tf-apply:hover svg { transform: translateX(3px); } .tf-apply:active { transform: translateY(0); } .tf-more-wrap { display: flex; justify-content: center; padding: 18px 22px; border-top: 1px solid var(--line); background: var(--white); } .tf-more-wrap[hidden] { display: none; } .tf-more { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 999px; border: 1.5px solid var(--line-2); background: var(--white); font-family: var(--display); font-size: 14px; font-weight: 700; color: var(--ink); transition: border-color .16s, background .16s, transform .15s; } .tf-more svg { width: 16px; height: 16px; color: var(--blue); transition: transform .18s; } .tf-more:hover { border-color: var(--blue); background: var(--blue-50); } .tf-more:hover svg { transform: translateY(2px); } .tf-more:active { transform: scale(.98); } .tf-empty { padding: 52px 24px; text-align: center; color: var(--ink-2); } .tf-empty > svg { width: 34px; height: 34px; color: var(--line-2); margin-bottom: 12px; } .tf-empty p { font-size: 14.5px; margin-bottom: 4px; } .tf-empty p strong { font-family: var(--display); color: var(--ink); font-size: 16px; } .tf-empty .btn { margin-top: 16px; } .tf-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; border-top: 1px solid var(--line); background: var(--bg-2); } .tf-source { flex: 1 1 380px; font-size: 12px; line-height: 1.5; color: var(--ink-3); } .tf-cta-title { flex: 1 1 100%; order: -1; font-family: var(--display); font-size: 16px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); text-wrap: balance; } .tf-foot-cta { flex-shrink: 0; } @media (max-width: 999.98px) { .tariffs { border-radius: var(--r-lg); overflow: visible; } .tf-toolbar { position: sticky; top: 62px; z-index: 4; gap: 8px 12px; padding: 10px 12px; border-radius: var(--r-lg) var(--r-lg) 0 0; background: rgba(255, 255, 255, .94); -webkit-backdrop-filter: saturate(180%) blur(10px); backdrop-filter: saturate(180%) blur(10px); box-shadow: 0 8px 20px -14px rgba(20, 30, 70, .45); } .tf-filters { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; } .tf-field-label { display: none; } .tf-field-search { grid-column: 1 / -1; } .tf-select select, .tf-search input { min-width: 0; padding-top: 10px; padding-bottom: 10px; font-size: 14px; } .tf-select select { padding-right: 28px; padding-left: 10px; font-size: 13.5px; } .tf-select > svg { right: 10px; width: 15px; height: 15px; } .tf-meta { width: 100%; margin-left: 0; justify-content: space-between; padding-bottom: 0; } .tf-count { font-size: 12.5px; } .tf-count strong { font-size: 15px; } .tf-reset { padding: 6px 11px; font-size: 12.5px; } .tf-scroll { max-height: none; overflow: visible; padding: 14px; background: var(--bg-2); } .tf-table, .tf-table tbody, .tf-table tr, .tf-table td { width: 100%; } .tf-table { min-width: 0; table-layout: auto; display: block; } .tf-table tbody { display: block; } .tf-table thead { display: none; } .tf-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; column-gap: 12px; position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm); margin-bottom: 10px; padding: 11px 14px 12px; transition: border-color .16s, box-shadow .16s; } .tf-row:last-child { margin-bottom: 0; } .tf-row:hover td { background: transparent; } .tf-row.is-open { border-color: var(--blue); box-shadow: 0 0 0 3px oklch(58% 0.22 252 / .08); } .tf-table tbody td { display: block; padding: 0; border-bottom: 0; background: transparent; } .tf-table tbody td.tf-provider { grid-column: 1; grid-row: 1; min-width: 0; } .tf-brand { font-size: 12.5px; max-width: 100%; overflow: hidden; text-overflow: ellipsis; } .tf-table tbody td.tf-kind { grid-column: 2; grid-row: 1; justify-self: end; } .tf-kind .tf-badge { padding: 4px 9px; font-size: 11px; } .tf-table tbody td.tf-program { grid-column: 1; grid-row: 2; min-width: 0; padding-top: 2px; } .tf-program strong { font-size: 15.5px; line-height: 1.25; } .tf-table tbody td.tf-final { grid-column: 2; grid-row: 2; justify-self: end; text-align: right; white-space: nowrap; } .tf-final-val { font-size: 20px; } .tf-row:not(.is-open) .tf-final .tf-tier { display: none; } .tf-final .tf-tier { max-width: 210px; margin-left: auto; } .tf-detail .tf-price { text-align: right; } .tf-final .tf-final-val::after { content: " €/kWh"; font-size: 10.5px; font-weight: 600; color: var(--ink-3); letter-spacing: 0; } .tf-table tbody td.tf-cta { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 8px; padding-top: 7px; border-top: 1px solid var(--line); } .tf-toggle { display: inline-flex; align-items: center; gap: 5px; padding: 7px 4px; font-size: 12.5px; font-weight: 700; color: var(--ink-3); } .tf-toggle svg { width: 15px; height: 15px; transition: transform .2s; } .tf-row.is-open .tf-toggle { color: var(--blue); } .tf-row.is-open .tf-toggle svg { transform: rotate(180deg); } .tf-apply { padding: 10px 16px; font-size: 12.5px; } .tf-table tbody td.tf-detail { grid-column: 1 / -1; display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 7px 0; border-bottom: 1px dashed var(--line); text-align: right; animation: tfDetailIn .18s ease both; } .tf-table tbody td.tf-detail::before { content: attr(data-label); flex: 0 0 auto; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); text-align: left; } .tf-row:not(.is-open) .tf-detail { display: none; } .tf-row .tf-detail:first-of-type { margin-top: 10px; } .tf-initial .tf-val::after { content: " €/kWh"; font-size: 11px; font-weight: 600; color: var(--ink-3); } .tf-table tbody td.tf-notes { display: block; text-align: left; border-bottom: 0; } .tf-table tbody td.tf-notes::before { display: block; margin-bottom: 5px; } .tf-table tbody td.tf-notes.is-empty { display: none; } .tf-note.is-clamped { -webkit-line-clamp: 4; } @keyframes tfDetailIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } } .tf-more-wrap { padding: 14px 16px; background: var(--bg-2); border-top: 0; } .tf-more { width: 100%; justify-content: center; } .tf-foot { padding: 16px; border-radius: 0 0 var(--r-lg) var(--r-lg); } .tf-foot-cta { width: 100%; white-space: normal; text-wrap: balance; padding: 14px 18px; } .tf-foot-cta svg { flex-shrink: 0; } } @media (max-width: 520px) { .tf-field { flex: 1 1 100%; } .tf-program strong { font-size: 15px; } .tf-final-val { font-size: 19px; } } @media (prefers-reduced-motion: reduce) { .tf-apply, .tf-apply svg, .tf-more, .tf-more svg, .tf-toggle svg { transition: none; } .tf-apply:hover { transform: none; } .tf-table tbody td.tf-detail { animation: none; } }
.footer { background: var(--ink); color: oklch(85% 0.02 252); padding: var(--s4) 0 var(--s2); } .footer-grid { display: grid; grid-template-columns: 1fr; gap: var(--s2); } .footer-col h5 { font-family: var(--display); font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.08em; } .footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; } .footer-col a { font-size: 14px; color: oklch(78% 0.02 252); transition: color .15s; } .footer-col a:hover { color: var(--green); } .footer-brand { max-width: 320px; } .footer-brand p { font-size: 14px; color: oklch(78% 0.02 252); margin-top: 14px; line-height: 1.55; } .footer-bot { border-top: 1px solid oklch(30% 0.02 252); margin-top: var(--s3); padding-top: var(--s1); display: flex; flex-direction: column; gap: 12px; font-size: 12px; color: oklch(65% 0.02 252); } @media (min-width: 720px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: var(--s3); } .footer-bot { flex-direction: row; justify-content: space-between; align-items: center; } }
.sticky-cta { --cta-safe: env(safe-area-inset-bottom, 0px); position: fixed; bottom: var(--cta-safe); left: 0; right: 0; padding: 12px 16px; background: rgba(255,255,255,0.92); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); border-top: 1px solid var(--line); box-shadow: 0 var(--cta-safe) 0 var(--white); z-index: 80; transform: translateY(calc(100% + 90px)); transition: transform .32s cubic-bezier(.22,.61,.36,1); } .sticky-cta.visible { transform: translateY(0); } .sticky-cta.visible.collapsed { transform: translateY(100%); } .sticky-cta.dragging { transition: none; } .sticky-cta__handle { position: absolute; bottom: calc(100% - 1px); left: 40%; width: 20%; height: 30px; margin: 0; padding: 0; display: grid; place-items: center; background: var(--white); border: 1px solid var(--line); border-bottom: 0; border-radius: var(--r) var(--r) 0 0; box-shadow: 0 -5px 14px rgba(15,23,42,.07); color: var(--ink-2); cursor: grab; touch-action: none; -webkit-tap-highlight-color: transparent; } .sticky-cta__handle:active { cursor: grabbing; } .sticky-cta__handle:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; } .sticky-cta__handle::before { content: ""; position: absolute; inset: -10px -8px 0; } .sticky-cta__chev { width: 20px; height: 20px; transition: transform .32s cubic-bezier(.22,.61,.36,1); } .sticky-cta.collapsed .sticky-cta__chev { transform: rotate(180deg); } .sticky-cta.collapsed .row { pointer-events: none; } .sticky-cta .row { display: flex; align-items: center; gap: 12px; max-width: 1240px; margin: 0 auto; } .sticky-cta .price { flex: 1; font-size: 13px; color: var(--ink-2); font-weight: 500; } .sticky-cta .price strong { display: block; color: var(--ink); font-size: 15px; font-weight: 700; } .sticky-cta .btn { flex-shrink: 0; } @media (prefers-reduced-motion: reduce) { .sticky-cta, .sticky-cta__chev { transition: none; } } .modal-backdrop { position: fixed; inset: 0; background: oklch(20% 0.04 252 / 0.55); backdrop-filter: blur(6px); z-index: 100; display: grid; place-items: center; padding: 20px; animation: fadeIn .25s; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .modal { background: var(--white); border-radius: var(--r-xl); width: 100%; max-width: 460px; padding: 28px 22px 22px; max-height: 90vh; overflow-y: auto; position: relative; animation: slideUp .3s cubic-bezier(.7,.2,.2,1); box-shadow: var(--shadow-lg); } @keyframes slideUp { from { transform: translateY(30px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } .modal-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border-radius: 50%; background: var(--bg-2); display: grid; place-items: center; color: var(--ink-2); } .modal-close:hover { background: var(--line); } @media (min-width: 720px) { .sticky-cta { display: none; } }
.article { padding: 32px 0 64px; } .article-header { max-width: 760px; margin: 0 auto 32px; text-align: center; } .article-eyebrow { display: inline-block; font-family: var(--display); font-weight: 600; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; } .article-header h1 { font-family: var(--display); font-size: clamp(32px, 5vw, 52px); line-height: 1.1; letter-spacing: -0.02em; margin: 0 0 16px; color: var(--ink); } .article-header .lede { font-size: 18px; line-height: 1.6; color: var(--ink-2); margin: 0; } .article-meta { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--ink-3); margin-top: 16px; } .article-meta span { display: inline-flex; align-items: center; gap: 6px; } .article-cover { max-width: 1100px; margin: 0 auto 48px; border-radius: var(--r-lg); overflow: hidden; background: var(--bg-2); aspect-ratio: 16 / 9; } .article-cover img { width: 100%; height: 100%; object-fit: cover; display: block; } .article-body { max-width: 720px; margin: 0 auto; font-size: 17px; line-height: 1.75; color: var(--ink); } .article-body > * { margin: 0 0 20px; } .article-body h2 { font-family: var(--display); font-size: clamp(24px, 3.2vw, 32px); line-height: 1.2; letter-spacing: -0.01em; margin: 48px 0 16px; color: var(--ink); } .article-body h3 { font-family: var(--display); font-size: clamp(20px, 2.4vw, 24px); line-height: 1.3; margin: 32px 0 12px; color: var(--ink); } .article-body p { margin: 0 0 18px; } .article-body a { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; } .article-body a:hover { color: var(--blue-700); } .article-body ul, .article-body ol { padding-left: 22px; margin: 0 0 20px; } .article-body li { margin-bottom: 8px; } .article-body strong { font-weight: 700; color: var(--ink); } .article-body blockquote { border-left: 4px solid var(--blue); background: var(--blue-50); padding: 16px 20px; margin: 24px 0; border-radius: 0 12px 12px 0; font-style: italic; color: var(--ink); } .article-body table { width: 100%; border-collapse: collapse; font-size: 15px; margin: 20px 0; } .article-body th, .article-body td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; } .article-body th { background: var(--bg-2); font-weight: 600; font-size: 14px; color: var(--ink-2); } .article-body tr:last-child td { border-bottom: 0; } .quick-answer { max-width: 720px; margin: 0 auto 32px; background: linear-gradient(135deg, var(--blue-50), var(--green-100)); border: 1px solid var(--blue-100); border-radius: var(--r-lg); padding: 22px 24px; } .quick-answer .qa-label { display: inline-block; font-family: var(--display); font-weight: 700; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue-700); margin-bottom: 8px; } .quick-answer h2, .quick-answer p:first-of-type { font-family: var(--display); font-weight: 600; font-size: 17px; margin: 0 0 8px; color: var(--ink); line-height: 1.4; } .quick-answer p { font-size: 16px; line-height: 1.65; margin: 0; color: var(--ink-2); } .inline-cta { max-width: 720px; margin: 36px auto; padding: 24px; background: var(--bg-2); border-radius: var(--r); text-align: center; } .inline-cta h3 { font-family: var(--display); font-size: 22px; margin: 0 0 8px; } .inline-cta p { margin: 0 0 16px; color: var(--ink-2); font-size: 15px; } .cta-block { padding: 64px 0; background: var(--bg-2); } .cta-card { background: linear-gradient(135deg, var(--ink) 0%, oklch(28% 0.06 252) 100%); border-radius: var(--r-xl); padding: 48px; color: white; display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: center; box-shadow: var(--shadow-lg); } .cta-card h2 { font-family: var(--display); font-size: clamp(24px, 3vw, 32px); margin: 0 0 12px; letter-spacing: -0.01em; color: white; } .cta-card p { margin: 0 0 16px; opacity: 0.85; font-size: 15px; line-height: 1.6; } .cta-bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 12px; font-size: 13px; } .cta-bullets li { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; background: rgba(255,255,255,0.08); border-radius: 999px; color: oklch(88% 0.18 145); font-weight: 600; } .cta-bullets li::before { content: "✓"; } .cta-actions { display: flex; flex-direction: column; gap: 12px; } .cta-actions .btn { width: 100%; justify-content: center; } .cta-actions .btn-ghost { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); color: white; } .cta-actions .btn-ghost:hover { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.32); } @media (max-width: 760px) { .cta-card { grid-template-columns: 1fr; padding: 32px 24px; } } .related { padding: 56px 0; } .related-title { font-family: var(--display); font-size: clamp(22px, 3vw, 28px); text-align: center; margin: 0 0 28px; } .related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; } .related-card { position: relative; display: block; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); transition: transform .15s, box-shadow .15s, border-color .15s; color: var(--ink); text-decoration: none; } .related-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--blue-100); } .related-card h3 { font-family: var(--display); font-size: 17px; margin: 0 0 8px; color: var(--ink); } .related-card p { font-size: 14px; color: var(--ink-3); margin: 0; line-height: 1.5; } .related-arrow { position: absolute; top: 22px; right: 22px; font-size: 18px; color: var(--blue); transition: transform .15s; } .related-card:hover .related-arrow { transform: translateX(3px); } .page-faq { max-width: 760px; margin: 48px auto 0; } .page-faq h2 { font-family: var(--display); font-size: clamp(24px, 3.2vw, 30px); margin: 0 0 20px; text-align: center; } .blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; margin-top: 24px; } .blog-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform .15s, box-shadow .15s; text-decoration: none; color: inherit; } .blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); } .blog-card .cover { aspect-ratio: 16 / 9; background: var(--bg-2); overflow: hidden; } .blog-card .cover img { width: 100%; height: 100%; object-fit: cover; } .blog-card .body { padding: 20px 22px; flex: 1; display: flex; flex-direction: column; } .blog-card h3 { font-family: var(--display); font-size: 19px; margin: 0 0 8px; line-height: 1.3; } .blog-card .excerpt { font-size: 14px; color: var(--ink-3); margin: 0 0 14px; line-height: 1.55; } .blog-card .meta { margin-top: auto; font-size: 12px; color: var(--ink-3); display: flex; gap: 12px; }
.breadcrumbs { padding: 14px 0 6px; font-size: 13px; color: var(--ink-3); } .breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; } .breadcrumbs li { display: inline-flex; align-items: center; gap: 6px; } .breadcrumbs a { color: var(--ink-3); text-decoration: none; transition: color .15s; } .breadcrumbs a:hover { color: var(--blue); } .breadcrumbs [aria-current="page"] { color: var(--ink); font-weight: 600; } .bc-sep { width: 12px; height: 12px; color: var(--ink-3); opacity: 0.6; }
.cc-btn { font-family: var(--body); font-size: 14px; font-weight: 700; line-height: 1; padding: 12px 18px; border-radius: var(--r-sm); border: 1px solid transparent; cursor: pointer; transition: background .18s ease, border-color .18s ease, transform .12s ease; white-space: nowrap; } .cc-btn:active { transform: translateY(1px); } .cc-btn:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; } .cc-btn-primary { background: var(--blue); color: var(--white); box-shadow: var(--shadow-blue); } .cc-btn-primary:hover { background: var(--blue-700); } .cc-btn-ghost { background: var(--white); color: var(--ink-2); border-color: var(--line-2); } .cc-btn-ghost:hover { background: var(--bg-2); border-color: var(--ink-3); } .cc-banner { position: fixed; left: var(--s1); right: var(--s1); bottom: var(--s1); z-index: 9000; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); opacity: 0; transform: translateY(14px); transition: opacity .26s ease, transform .26s ease; } .cc-banner.is-in { opacity: 1; transform: none; } .cc-banner-inner { display: flex; align-items: center; gap: var(--s2); max-width: 1180px; margin: 0 auto; padding: var(--s1) var(--s2); } .cc-banner-title { font-family: var(--display); font-size: 16px; font-weight: 700; color: var(--ink); margin: 0 0 4px; } .cc-banner-text { font-size: 13.5px; line-height: 1.55; color: var(--ink-2); margin: 0; max-width: 78ch; } .cc-banner-text a { color: var(--blue); font-weight: 600; } .cc-banner-actions { display: flex; align-items: center; gap: var(--s0); flex-shrink: 0; } .cc-modal { position: fixed; inset: 0; z-index: 9100; } .cc-modal-backdrop { position: absolute; inset: 0; background: oklch(18% 0.03 252 / .5); opacity: 0; transition: opacity .22s ease; } .cc-modal.is-in .cc-modal-backdrop { opacity: 1; } .cc-modal-panel { position: relative; width: min(560px, calc(100vw - 2 * var(--s1))); max-height: min(84vh, 720px); margin: 8vh auto 0; display: flex; flex-direction: column; background: var(--white); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); opacity: 0; transform: translateY(16px) scale(.985); transition: opacity .22s ease, transform .22s ease; } .cc-modal.is-in .cc-modal-panel { opacity: 1; transform: none; } .cc-modal-head { display: flex; align-items: center; justify-content: space-between; gap: var(--s1); padding: var(--s2) var(--s2) var(--s1); border-bottom: 1px solid var(--line); } .cc-modal-head h2 { font-family: var(--display); font-size: 19px; font-weight: 700; color: var(--ink); margin: 0; } .cc-close { background: none; border: 0; font-size: 26px; line-height: 1; color: var(--ink-3); cursor: pointer; padding: 0 4px; } .cc-close:hover { color: var(--ink); } .cc-close:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; } .cc-modal-body { padding: var(--s1) var(--s2) var(--s2); overflow-y: auto; } .cc-group { padding: var(--s1) 0; border-bottom: 1px solid var(--line); } .cc-group:last-of-type { border-bottom: 0; } .cc-group p { font-size: 13.5px; line-height: 1.6; color: var(--ink-2); margin: 6px 0 0; } .cc-group-head { display: flex; align-items: center; justify-content: space-between; gap: var(--s1); } .cc-group-name { font-family: var(--display); font-size: 15px; font-weight: 700; color: var(--ink); cursor: pointer; } .cc-always { font-size: 12px; font-weight: 700; color: var(--green-600); background: var(--green-100); border-radius: 999px; padding: 5px 11px; } .cc-note { font-size: 12.5px; color: var(--ink-3); margin: var(--s1) 0 0; } .cc-note a { color: var(--blue); font-weight: 600; } .cc-modal-foot { display: flex; justify-content: flex-end; gap: var(--s0); padding: var(--s1) var(--s2); border-top: 1px solid var(--line); background: var(--bg-2); border-radius: 0 0 var(--r-lg) var(--r-lg); } .cc-switch { position: relative; display: inline-block; flex-shrink: 0; } .cc-switch input { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; } .cc-slider { display: block; width: 46px; height: 26px; border-radius: 999px; background: var(--line-2); transition: background .18s ease; pointer-events: none; } .cc-slider::after { content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: var(--white); box-shadow: var(--shadow-sm); transition: transform .18s ease; } .cc-switch input:checked + .cc-slider { background: var(--blue); } .cc-switch input:checked + .cc-slider::after { transform: translateX(20px); } .cc-switch input:focus-visible + .cc-slider { outline: 2px solid var(--blue); outline-offset: 2px; } .cc-manage { background: none; border: 0; padding: 0; font: inherit; color: inherit; cursor: pointer; text-align: left; } .cc-manage:hover { text-decoration: underline; } @media (max-width: 880px) { .cc-banner { left: var(--s0); right: var(--s0); bottom: var(--s0); } .cc-banner-inner { flex-direction: column; align-items: stretch; gap: var(--s1); padding: var(--s1); min-width: 0; } .cc-banner-copy, .cc-banner-text { min-width: 0; } .cc-btn { white-space: normal; } .cc-banner-actions { flex-wrap: wrap; } .cc-banner-actions .cc-btn { flex: 1 1 auto; } .cc-modal-panel { margin-top: 4vh; max-height: 90vh; } } @media (max-width: 880px) { body:has(#cookie-banner:not([hidden])) .sticky-cta { bottom: 210px; } } @media (prefers-reduced-motion: reduce) { .cc-banner, .cc-modal-panel, .cc-modal-backdrop, .cc-slider, .cc-slider::after { transition: none; } }
#hero, #ypologistis, #timokatalogos, #epikoinonia, #lp-form-card { scroll-margin-top: 78px; } .lp-hero { background: oklch(96.5% 0.012 240); padding: 48px 0 68px; position: relative; overflow: hidden; isolation: isolate; } .lp-hero-bg { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; } .lp-blob { position: absolute; display: block; border-radius: 50%; will-change: transform; } .lp-blob-1 { width: 900px; height: 900px; top: -420px; left: -180px; background: radial-gradient(circle at center, oklch(58% 0.22 252 / 0.28), transparent 66%); animation: lpDrift1 19s ease-in-out infinite alternate; } .lp-blob-2 { width: 760px; height: 760px; top: -220px; right: -160px; background: radial-gradient(circle at center, oklch(78% 0.22 145 / 0.24), transparent 64%); animation: lpDrift2 25s ease-in-out infinite alternate; } .lp-blob-3 { width: 820px; height: 820px; bottom: -520px; left: 38%; background: radial-gradient(circle at center, oklch(62% 0.22 235 / 0.22), transparent 68%); animation: lpDrift3 31s ease-in-out infinite alternate; } @keyframes lpDrift1 { from { transform: translate3d(0, 0, 0) scale(1); } to { transform: translate3d(180px, 120px, 0) scale(1.18); } } @keyframes lpDrift2 { from { transform: translate3d(0, 0, 0) scale(1.1); } to { transform: translate3d(-150px, 170px, 0) scale(0.92); } } @keyframes lpDrift3 { from { transform: translate3d(0, 0, 0) scale(0.95); } to { transform: translate3d(-210px, -110px, 0) scale(1.2); } } @media (prefers-reduced-motion: reduce) { .lp-blob { animation: none; } } .lp-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; grid-template-areas: "copy" "form" "art"; gap: var(--s2); align-items: start; } .lp-hero-left { grid-area: copy; display: flex; flex-direction: column; gap: var(--s1); } .lp-hero-right { grid-area: form; } .lp-hero-art { grid-area: art; } .lp-eyebrow { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; background: var(--white); color: var(--blue-700); padding: 7px 14px; border-radius: 999px; font-size: 12.5px; font-weight: 700; border: 1px solid oklch(58% 0.22 252 / 0.20); } .lp-eyebrow svg { width: 14px; height: 14px; } .lp-hero h1 { font-size: clamp(32px, 5.2vw, 52px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.06; margin: 0; } .lp-hero h1 .accent { color: var(--blue); position: relative; display: inline-block; } .lp-hero h1 .accent::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 4px; border-radius: 99px; background: var(--green); } .lp-hero-sub { font-size: clamp(15px, 2vw, 18px); color: var(--ink-2); max-width: 560px; } .lp-hero-actions { display: flex; flex-wrap: nowrap; align-items: center; gap: 12px; margin-top: var(--s0); } .lp-hero-actions .btn { flex: 0 1 auto; min-width: 0; } .lp-hero-right { display: flex; flex-direction: column; gap: 14px; } .lp-trust { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 18px; margin: 0; padding: 0; list-style: none; color: var(--ink-2); font-size: 13.5px; font-weight: 600; } .lp-trust li { display: inline-flex; align-items: center; gap: 7px; } .lp-trust svg { width: 15px; height: 15px; color: var(--green-600); } .lp-hero-art { display: flex; flex-direction: column; align-items: center; gap: 14px; width: 100%; max-width: 480px; } .lp-hero-art-frame { width: 100%; aspect-ratio: 3 / 2; border-radius: var(--r-xl); overflow: hidden; position: relative; background: oklch(92% 0.02 240); box-shadow: var(--shadow-lg); } .lp-hero-art-frame img { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; } .lp-hero-art-caption { font-size: 13.5px; color: var(--ink-2); text-align: center; font-style: italic; max-width: 320px; line-height: 1.5; } .calc { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--shadow); overflow: hidden; } .calc-step { padding: var(--s2) var(--s2) 0; } .calc-step + .calc-step { padding-top: var(--s2); border-top: 1px solid var(--line); margin-top: var(--s2); } .calc-step:last-of-type { padding-bottom: var(--s2); } .calc-step-head { display: flex; align-items: flex-start; gap: 10px; margin-bottom: var(--s1); } .calc-step-num { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--ink); color: var(--white); font-family: var(--display); font-size: 13px; font-weight: 700; display: grid; place-items: center; margin-top: -2px; } .calc-step-head h3 { font-size: 19px; letter-spacing: -0.02em; } .calc-step-head p { font-size: 13.5px; color: var(--ink-3); } .calc-input-row { display: flex; flex-wrap: wrap; align-items: flex-end; gap: var(--s1); } .calc-field { display: flex; flex-direction: column; gap: 7px; min-width: 210px; flex: 1 1 210px; } .calc-field-period { flex: 0 1 auto; min-width: 0; } .calc-field-label { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); } .calc-input { display: flex; align-items: center; border: 1.5px solid var(--line-2); border-radius: var(--r); background: var(--white); transition: border-color .18s ease, box-shadow .18s ease; } .calc-input:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px oklch(58% 0.22 252 / 0.12); } .calc-input input { flex: 1 1 auto; width: 100%; min-width: 0; border: 0; outline: none; background: transparent; padding: 14px 4px 14px 16px; font-family: var(--display); font-size: 22px; font-weight: 700; color: var(--ink); letter-spacing: -0.02em; } .calc-input input::-webkit-outer-spin-button, .calc-input input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } .calc-input input[type=number] { -moz-appearance: textfield; appearance: textfield; } .calc-unit { padding: 0 16px 0 4px; font-size: 14px; font-weight: 700; color: var(--ink-3); } .calc-toggle { display: inline-flex; padding: 4px; gap: 4px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 999px; } .calc-toggle button { padding: 10px 18px; border-radius: 999px; font-size: 14px; font-weight: 700; color: var(--ink-2); white-space: nowrap; transition: background .18s ease, color .18s ease, box-shadow .18s ease; } .calc-toggle button[aria-pressed="true"] { background: var(--white); color: var(--ink); box-shadow: var(--shadow-sm); } .calc-toggle button:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; } .calc-hint { margin-top: 12px; font-size: 13px; line-height: 1.55; color: var(--ink-3); } .calc-basis { margin-top: 10px; font-size: 13.5px; font-weight: 600; color: var(--ink-2); } .calc-basis strong { color: var(--blue); font-family: var(--display); } .calc-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: var(--s1); } .calc-filter { padding: 8px 15px; border-radius: 999px; border: 1px solid var(--line-2); background: var(--white); font-size: 13px; font-weight: 700; color: var(--ink-2); transition: border-color .16s ease, color .16s ease, background .16s ease; } .calc-filter:hover { border-color: var(--ink-3); } .calc-filter[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--white); } .calc-filter:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; } .calc-pickers { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 10px; } .calc-picker { position: relative; } .calc-picker-btn { width: 100%; display: grid; grid-template-columns: 1fr auto; grid-template-areas: "prov caret" "val caret"; align-items: center; gap: 2px 10px; padding: 11px 13px; border-radius: var(--r); border: 1.5px solid var(--line-2); background: var(--white); text-align: left; transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; } .calc-picker-btn:hover:not(:disabled) { border-color: var(--blue); } .calc-picker-btn:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; } .calc-picker-btn:disabled { opacity: .42; cursor: not-allowed; } .calc-picker-prov { grid-area: prov; display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; color: var(--brand, var(--ink-3)); min-width: 0; } .calc-picker-prov::before { content: ""; flex: none; width: 7px; height: 7px; border-radius: 50%; background: currentColor; } .calc-picker-val { grid-area: val; font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: -0.015em; color: var(--ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; } .calc-picker-val.is-empty { color: var(--ink-3); font-weight: 600; } .calc-picker-caret { grid-area: caret; width: 16px; height: 16px; color: var(--ink-3); transition: transform .18s ease; } .calc-picker.is-open .calc-picker-caret { transform: rotate(180deg); } .calc-picker.is-set .calc-picker-btn { border-color: var(--blue); background: var(--blue-50); } .calc-picker-menu { position: absolute; z-index: 30; top: calc(100% + 6px); left: 0; right: 0; min-width: 240px; max-height: 290px; overflow-y: auto; padding: 6px; border-radius: var(--r); border: 1px solid var(--line-2); background: var(--white); box-shadow: var(--shadow-lg); } .calc-picker-menu.is-right { left: auto; right: 0; } .calc-picker-opt { width: 100%; display: flex; align-items: center; gap: 8px; padding: 9px 10px; border-radius: var(--r-sm); text-align: left; font-size: 13.5px; font-weight: 600; color: var(--ink); transition: background .14s ease; } .calc-picker-opt:hover { background: var(--bg-2); } .calc-picker-opt:focus-visible { outline: 2px solid var(--blue); outline-offset: -2px; } .calc-picker-opt.is-hidden { display: none; } .calc-picker-opt .o-name { flex: 1 1 auto; min-width: 0; } .calc-picker-opt .o-kind { flex: none; font-size: 10.5px; font-weight: 700; letter-spacing: 0.04em; color: var(--ink-3); } .calc-picker-opt .o-tick { flex: none; width: 14px; height: 14px; color: var(--blue); opacity: 0; } .calc-picker-opt[aria-selected="true"] { background: var(--blue-50); color: var(--blue-700); } .calc-picker-opt[aria-selected="true"] .o-tick { opacity: 1; } .calc-picker-none { width: 100%; margin-top: 4px; padding: 9px 10px; border-top: 1px solid var(--line); border-radius: 0 0 var(--r-sm) var(--r-sm); text-align: left; font-size: 13px; font-weight: 700; color: var(--ink-3); } .calc-picker-none:hover { color: var(--danger); } .calc-selected-note { margin-top: var(--s1); font-size: 13px; color: var(--ink-3); } .calc-clear { margin-left: 8px; font-size: 13px; font-weight: 700; color: var(--blue); text-decoration: underline; text-underline-offset: 2px; } .calc-results { display: grid; grid-template-columns: 1fr; gap: 12px; } .calc-card { display: flex; flex-wrap: wrap; align-items: center; gap: 12px var(--s1); padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--bg-2); } .calc-card-id { flex: 1 1 200px; min-width: 0; } .calc-card-prov { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--brand, var(--blue)); } .calc-card-prov::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; flex: none; } .calc-card-prog { font-family: var(--display); font-size: 17px; font-weight: 700; letter-spacing: -0.02em; margin-top: 3px; } .calc-card-terms { font-size: 12.5px; color: var(--ink-3); margin-top: 3px; } .calc-card-cost { flex: none; text-align: right; margin-left: auto; } .calc-card-cost .v { font-family: var(--display); font-size: 28px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; color: var(--ink); display: block; } .calc-card-cost .l { display: block; font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); margin-top: 5px; } .calc-card-math { flex: 1 1 100%; padding-top: 11px; border-top: 1px dashed var(--line-2); font-size: 12.5px; color: var(--ink-3); } .calc-card-drop { flex: none; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; color: var(--ink-3); border: 1px solid var(--line); background: var(--white); } .calc-card-drop:hover { color: var(--danger); border-color: var(--danger); } .calc-card-drop svg { width: 13px; height: 13px; } .calc-empty { padding: var(--s2); border: 1.5px dashed var(--line-2); border-radius: var(--r-lg); text-align: center; color: var(--ink-3); font-size: 14px; } .calc-disclaimer { margin-top: var(--s1); padding: var(--s1); border-radius: var(--r); background: oklch(97% 0.02 60); border: 1px solid oklch(80% 0.09 60 / 0.55); font-size: 13px; line-height: 1.6; color: var(--ink-2); } .calc-disclaimer strong { color: var(--ink); } .calc-disclaimer-head { display: flex; align-items: center; gap: 8px; font-family: var(--display); font-size: 14px; font-weight: 700; color: var(--ink); margin-bottom: 8px; } .calc-disclaimer-head svg { width: 17px; height: 17px; color: var(--warn); } .calc-disclaimer ul { margin: 0; padding-left: 20px; } .calc-disclaimer li + li { margin-top: 5px; } .lp-cta { margin-top: var(--s2); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px var(--s1); padding: var(--s2); border-radius: var(--r-lg); background: var(--ink); color: oklch(95% 0.01 252); text-align: center; } .lp-cta-copy { flex: 1 1 320px; text-align: left; } .lp-cta-copy h3 { font-size: 21px; color: var(--white); letter-spacing: -0.02em; } .lp-cta-copy p { margin-top: 7px; font-size: 14px; color: oklch(78% 0.02 252); } .lp-cta .btn { flex: none; } .lp-contact-grid { display: grid; grid-template-columns: 1fr; gap: var(--s2); align-items: start; } .lp-contact-copy h2 { font-size: clamp(26px, 3.6vw, 38px); } .lp-contact-lead { margin-top: 14px; font-size: clamp(15px, 2vw, 17px); color: var(--ink-2); } .lp-points { list-style: none; margin: var(--s2) 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; } .lp-points li { display: flex; gap: 12px; align-items: flex-start; } .lp-points .ic { flex: none; width: 30px; height: 30px; border-radius: 9px; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; } .lp-points .ic svg { width: 16px; height: 16px; } .lp-points strong { display: block; font-size: 15px; } .lp-points span.t { font-size: 13.5px; color: var(--ink-2); } .lp-contact-call { margin-top: var(--s2); font-size: 14px; color: var(--ink-2); } .lp-contact-call a { color: var(--blue); font-weight: 700; } @media (min-width: 720px) { .calc-results { gap: 14px; } .calc-step { padding-left: var(--s3); padding-right: var(--s3); } } @media (min-width: 1000px) { .lp-hero { padding: 60px 0 76px; } .lp-hero-grid { grid-template-columns: 1.04fr 0.96fr; grid-template-areas: "copy form" "art form"; grid-template-rows: auto 1fr; column-gap: var(--s4); row-gap: var(--s2); } .lp-hero-art { align-items: flex-start; } .lp-hero-art-caption { text-align: left; margin-left: 2px; } .lp-contact-grid { grid-template-columns: 1fr 1fr; gap: var(--s4); } } @media (max-width: 719px) { .lp-hero-actions { gap: 8px; } .lp-hero-actions .btn { flex: 1 1 0; padding: 14px 10px; font-size: 14px; gap: 6px; } .lp-hero-actions .btn svg { width: 17px; height: 17px; } .lp-trust { gap: 6px 12px; font-size: 12.5px; } .lp-trust svg { width: 14px; height: 14px; } .calc-input-row { gap: 14px; } .calc-field, .calc-field-period { flex: 1 1 100%; min-width: 0; } .calc-toggle { width: 100%; } .calc-pickers { grid-template-columns: 1fr 1fr; gap: 8px; } .calc-picker-menu { width: max-content; max-width: 76vw; } .calc-toggle button { flex: 1 1 0; padding: 11px 8px; } .calc-card-cost { margin-left: 0; text-align: left; } .calc-card-cost .v { font-size: 24px; } .lp-cta { padding: var(--s1); } .lp-cta-copy { text-align: center; flex-basis: 100%; } .lp-cta .btn { width: 100%; } }
