@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,500&family=Inter:wght@400;500;600;700;800&display=swap";:root{--tendly-bg: #ffffff;--tendly-surface: #faf5ef;--tendly-surface-2: #f3e6ea;--tendly-ink: #1a1210;--tendly-ink-muted: #6b5a56;--tendly-accent: #d7618a;--tendly-accent-deep: #b8456d;--tendly-accent-soft: #f6dbe3;--tendly-dark: #17120f;--tendly-dark-fg: #f5efe9;--tendly-dark-fg-muted: #c9bcb6;--tendly-line: #e8ddd6;--tendly-btn-bg: #17120f;--tendly-btn-fg: #ffffff;--tendly-radius: 18px;--tendly-radius-sm: 10px;--tendly-radius-btn: 999px;--tendly-font-heading: "Fraunces", Georgia, serif;--tendly-font-body: "Inter", system-ui, -apple-system, sans-serif;--tendly-shadow: 0 12px 32px rgba(23,18,15,.08)}.tendly-container{max-width:1180px;margin:0 auto;padding:0 clamp(16px,4vw,32px)}.tendly-section{padding:clamp(40px,8vw,96px) 0;background:var(--tendly-bg);font-family:var(--tendly-font-body);color:var(--tendly-ink)}.tendly-section.is-dark{background:var(--tendly-dark);color:var(--tendly-dark-fg)}.tendly-section.is-surface{background:var(--tendly-surface)}.tendly-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--tendly-accent-deep);margin-bottom:12px}.tendly-h2{font-family:var(--tendly-font-heading);font-weight:500;font-size:clamp(28px,4vw,44px);line-height:1.15;margin:0 0 14px}.tendly-h2 em{font-style:italic;color:var(--tendly-accent)}.tendly-sub{font-size:clamp(15px,2.2vw,18px);color:var(--tendly-ink-muted);max-width:620px;margin:0 0 32px;line-height:1.55}.is-dark .tendly-sub{color:var(--tendly-dark-fg-muted)}.tendly-center{text-align:center;margin-left:auto;margin-right:auto}.tendly-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 28px;border-radius:var(--tendly-radius-btn);background:var(--tendly-btn-bg);color:var(--tendly-btn-fg);font-weight:700;font-size:15px;text-decoration:none;border:none;cursor:pointer;min-height:44px;transition:transform .15s ease,opacity .15s ease}.tendly-btn:hover{transform:translateY(-1px);opacity:.92}.tendly-btn.is-outline{background:transparent;color:inherit;border:1.5px solid currentColor}.tendly-hero{position:relative;overflow:hidden;background:linear-gradient(160deg,var(--tendly-accent-soft) 0%,var(--tendly-surface) 55%)}.tendly-hero-grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(min-width:990px){.tendly-hero-grid{grid-template-columns:1.05fr .95fr;gap:64px}}.tendly-hero-rating{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;margin-bottom:18px;color:var(--tendly-ink-muted)}.tendly-hero-rating .stars{color:var(--tendly-accent-deep);letter-spacing:1px}.tendly-hero h1{font-family:var(--tendly-font-heading);font-weight:500;font-size:clamp(34px,5vw,58px);line-height:1.08;margin:0 0 20px}.tendly-hero h1 em{font-style:italic;color:var(--tendly-accent)}.tendly-hero p.tendly-lede{font-size:clamp(15px,2vw,18px);color:var(--tendly-ink-muted);max-width:520px;margin:0 0 28px;line-height:1.6}.tendly-hero-media{position:relative;border-radius:var(--tendly-radius);overflow:hidden;aspect-ratio:1/1;background:var(--tendly-surface-2);box-shadow:var(--tendly-shadow)}@media(max-width:749px){.tendly-hero-media{aspect-ratio:4/3}}.tendly-hero-media img,.tendly-hero-media video{width:100%;height:100%;object-fit:cover;display:block}.tendly-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:44px;border-top:1px solid var(--tendly-line);padding-top:28px}@media(max-width:749px){.tendly-hero-stats{grid-template-columns:repeat(2,1fr);gap:20px 12px}}.tendly-hero-stat{text-align:center;padding:0 8px}.tendly-hero-stat .num{display:block;font-family:var(--tendly-font-heading);font-size:clamp(20px,2.4vw,28px);font-weight:600;color:var(--tendly-accent-deep)}.tendly-hero-stat .lbl{display:block;font-size:12px;color:var(--tendly-ink-muted);margin-top:4px}.tendly-cmp-heads{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:40px;max-width:720px}.tendly-cmp-head{border-radius:var(--tendly-radius-sm);overflow:hidden;position:relative}.tendly-cmp-head img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;background:var(--tendly-surface-2)}.tendly-cmp-head .tag{position:absolute;top:12px;left:12px;padding:5px 12px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.tendly-cmp-head.good .tag{background:var(--tendly-accent);color:#fff}.tendly-cmp-head.bad .tag{background:#0000008c;color:#fff}.tendly-cmp-head .cap{font-size:13px;font-weight:600;margin-top:8px;text-align:center}.tendly-cmp-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:749px){.tendly-cmp-grid{grid-template-columns:1fr}}.tendly-cmp-card{background:var(--tendly-surface);border-radius:var(--tendly-radius-sm);padding:24px}.is-dark .tendly-cmp-card{background:#ffffff0f}.tendly-cmp-card h3{font-family:var(--tendly-font-heading);font-size:19px;font-weight:600;margin:0 0 12px}.tendly-cmp-card .lbl{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--tendly-accent-deep);display:block;margin:10px 0 4px}.tendly-cmp-card p{font-size:14px;line-height:1.6;color:var(--tendly-ink-muted);margin:0 0 8px}.is-dark .tendly-cmp-card p{color:var(--tendly-dark-fg-muted)}.tendly-feat-grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(min-width:990px){.tendly-feat-grid{grid-template-columns:.9fr 1.1fr;gap:56px}}.tendly-feat-media{border-radius:var(--tendly-radius);overflow:hidden;aspect-ratio:4/5;background:var(--tendly-surface-2)}.tendly-feat-media img{width:100%;height:100%;object-fit:cover;display:block}.tendly-feat-list{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(max-width:560px){.tendly-feat-list{grid-template-columns:1fr}}.tendly-feat-item .ico{width:40px;height:40px;border-radius:50%;background:var(--tendly-accent-soft);color:var(--tendly-accent-deep);display:flex;align-items:center;justify-content:center;margin-bottom:12px;font-weight:700}.tendly-feat-item h4{font-family:var(--tendly-font-heading);font-size:17px;font-weight:600;margin:0 0 6px}.tendly-feat-item p{font-size:14px;color:var(--tendly-ink-muted);margin:0;line-height:1.5}.tendly-power{text-align:center}.tendly-power-media{border-radius:var(--tendly-radius);overflow:hidden;max-width:760px;margin:0 auto 44px;aspect-ratio:16/7;background:var(--tendly-surface-2)}.tendly-power-media img{width:100%;height:100%;object-fit:cover;display:block}.tendly-power-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:780px;margin:0 auto}@media(max-width:749px){.tendly-power-grid{grid-template-columns:1fr;gap:28px}}.tendly-power-stat .num{display:block;font-family:var(--tendly-font-heading);font-size:clamp(28px,4vw,40px);font-weight:600}.tendly-power-stat .lbl{display:block;font-weight:600;margin-top:6px}.tendly-power-stat .sub{display:block;font-size:13px;color:var(--tendly-dark-fg-muted);margin-top:2px}.tendly-marquee-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch}.tendly-marquee-track::-webkit-scrollbar{height:6px}.tendly-review-card{flex:0 0 260px;scroll-snap-align:start;background:var(--tendly-surface);border-radius:var(--tendly-radius-sm);overflow:hidden}.tendly-review-card img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block;background:var(--tendly-surface-2)}.tendly-review-card .tag{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--tendly-accent-deep);margin:14px 16px 6px}.tendly-review-card blockquote{margin:0 16px 8px;font-size:14px;line-height:1.5;font-style:italic}.tendly-review-card cite{display:block;margin:0 16px 16px;font-size:12px;font-weight:700;font-style:normal;color:var(--tendly-ink-muted)}.tendly-clin-badge{display:inline-flex;align-items:center;gap:8px;background:var(--tendly-accent-soft);color:var(--tendly-accent-deep);font-size:12px;font-weight:700;padding:6px 14px;border-radius:999px;margin-bottom:16px}.tendly-clin-grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}@media(min-width:990px){.tendly-clin-grid{grid-template-columns:.8fr 1.2fr}}.tendly-clin-photo{border-radius:var(--tendly-radius);overflow:hidden;aspect-ratio:3/4;background:var(--tendly-surface-2)}.tendly-clin-photo img{width:100%;height:100%;object-fit:cover;display:block}.tendly-clin-quote{font-family:var(--tendly-font-heading);font-size:clamp(18px,2.4vw,24px);line-height:1.45;margin:0 0 20px}.tendly-clin-quote strong{color:var(--tendly-accent-deep)}.tendly-clin-name{font-weight:700}.tendly-clin-title{font-size:13px;color:var(--tendly-ink-muted)}.tendly-eval-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:750px){.tendly-eval-grid{grid-template-columns:1fr 1fr}}.tendly-eval-card{background:var(--tendly-surface);border-radius:var(--tendly-radius);padding:28px}.tendly-eval-head{display:flex;align-items:center;gap:14px;margin-bottom:16px}.tendly-eval-avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;background:var(--tendly-surface-2);flex-shrink:0}.tendly-eval-avatar img{width:100%;height:100%;object-fit:cover;display:block}.tendly-eval-name{font-weight:700;font-size:15px}.tendly-eval-meta{font-size:12px;color:var(--tendly-ink-muted)}.tendly-eval-title{font-family:var(--tendly-font-heading);font-size:17px;font-weight:600;margin:0 0 8px}.tendly-eval-body{font-size:14px;line-height:1.6;color:var(--tendly-ink-muted)}.tendly-steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}@media(min-width:990px){.tendly-steps-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:560px){.tendly-steps-grid{grid-template-columns:1fr}}.tendly-step-media{border-radius:var(--tendly-radius-sm);overflow:hidden;aspect-ratio:4/5;background:var(--tendly-surface-2);margin-bottom:14px;position:relative}.tendly-step-media img{width:100%;height:100%;object-fit:cover;display:block}.tendly-step-media .num{position:absolute;top:10px;left:10px;width:30px;height:30px;border-radius:50%;background:var(--tendly-dark);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}.tendly-step h4{font-family:var(--tendly-font-heading);font-size:16px;font-weight:600;margin:0}.tendly-table-wrap{overflow-x:auto;border-radius:var(--tendly-radius);border:1px solid var(--tendly-line)}.tendly-table{width:100%;border-collapse:collapse;min-width:560px}.tendly-table th,.tendly-table td{padding:16px 18px;text-align:center;border-bottom:1px solid var(--tendly-line);font-size:14px}.tendly-table th{font-weight:700;background:var(--tendly-surface)}.tendly-table td:first-child,.tendly-table th:first-child{text-align:left;font-weight:600}.tendly-table th.tendly-col-you{background:var(--tendly-accent-soft);color:var(--tendly-accent-deep)}.tendly-table td.tendly-col-you{background:#d7618a0f}.tendly-check{color:var(--tendly-accent-deep);font-weight:800}.tendly-cross{color:var(--tendly-ink-muted);opacity:.5}.tendly-faq-list{max-width:760px;margin:0 auto}.tendly-faq-item{border-bottom:1px solid var(--tendly-line)}.tendly-faq-item summary{cursor:pointer;list-style:none;padding:20px 0;font-weight:600;font-size:15px;display:flex;justify-content:space-between;align-items:center;gap:16px}.tendly-faq-item summary::-webkit-details-marker{display:none}.tendly-faq-item summary:after{content:"+";font-size:22px;font-weight:400;color:var(--tendly-accent-deep);flex-shrink:0}.tendly-faq-item[open] summary:after{content:"\2212"}.tendly-faq-item .a{padding:0 0 20px;font-size:14px;line-height:1.6;color:var(--tendly-ink-muted)}.tendly-press-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(24px,5vw,56px);opacity:.55}.tendly-press-row img{height:22px;width:auto;object-fit:contain;filter:grayscale(1)}.tendly-shop-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(min-width:750px){.tendly-shop-grid{grid-template-columns:repeat(4,1fr)}}.tendly-shop-card{display:block;text-decoration:none;color:inherit}.tendly-shop-card .media{border-radius:var(--tendly-radius-sm);overflow:hidden;aspect-ratio:1/1;background:var(--tendly-surface-2);position:relative}.tendly-shop-card .media img{width:100%;height:100%;object-fit:cover;display:block}.tendly-shop-card .badge{position:absolute;top:10px;left:10px;background:var(--tendly-accent);color:#fff;font-size:10px;font-weight:700;padding:4px 10px;border-radius:999px;text-transform:uppercase}.tendly-shop-card h4{font-size:14px;font-weight:600;margin:12px 0 4px}.tendly-shop-card .price{font-size:13px}.tendly-shop-card .price .was{text-decoration:line-through;color:var(--tendly-ink-muted);margin-right:6px}.tendly-shop-card .price .now{color:var(--tendly-accent-deep);font-weight:700}.tendly-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:repeating-linear-gradient(45deg,var(--tendly-surface-2),var(--tendly-surface-2) 10px,var(--tendly-surface) 10px,var(--tendly-surface) 20px);color:var(--tendly-ink-muted);font-size:12px;text-align:center;padding:12px}.tendly-placeholder svg{width:40%;height:40%;opacity:.35}.tendly-sticky-cta{display:none}@media(max-width:749px){.tendly-sticky-cta{display:flex;align-items:center;justify-content:center;position:fixed;bottom:0;left:0;right:0;padding:14px 16px;background:var(--tendly-btn-bg);color:var(--tendly-btn-fg);text-align:center;font-weight:700;z-index:9999;box-shadow:0 -2px 12px #0000001f;opacity:0;transform:translateY(100%);transition:.25s ease;text-decoration:none}.tendly-sticky-cta.is-visible{opacity:1;transform:translateY(0)}}.tendly-bundle-note{font-size:12px;color:var(--tendly-ink-muted);margin-top:10px}.tendly-badge-pill{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:var(--tendly-accent);color:#fff;padding:4px 10px;border-radius:999px;margin-bottom:8px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/tendly-styles.css.map */
