 {} *{} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } /* ============ TASH DIGITAL — brand: hot pink #EE2A7B, teal #35CFD1, royal blue #1D4ED8 ============ */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { font-family: 'Poppins', sans-serif; color: #2b2233; background: #fff; line-height: 1.5; overflow-x: hidden; } img { max-width: 100%; display: block; } a { color: inherit; } .td-container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 1rem; } @media (min-width: 640px) { .td-container { padding: 0 1.5rem; } } @media (min-width: 1024px) { .td-container { padding: 0 2rem; } } .td-script { font-family: 'Caveat', cursive; } .td-marker { font-family: 'Permanent Marker', cursive; } .td-btn { display: inline-flex; align-items: center; gap: .5rem; background: #35CFD1; color: #1a1a2e; font-weight: 700; font-size: 1rem; padding: .9rem 1.8rem; border-radius: 999px; text-decoration: none; border: 2px dashed rgba(238,42,123,.55); box-shadow: 0 6px 20px rgba(53,207,209,.4); transition: transform .16s cubic-bezier(.23,1,.32,1), box-shadow .16s; } .td-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(53,207,209,.5); } .td-btn:focus-visible { outline-color: #1D4ED8; } .td-btn:active { transform: scale(.97); } .td-btn--pink { background: #EE2A7B; color: #fff; border-color: rgba(255,255,255,.55); box-shadow: 0 6px 20px rgba(238,42,123,.35); } .td-btn--lg { font-size: 1.1rem; padding: 1rem 2.1rem; } .td-underline { position: relative; white-space: nowrap; } .td-underline svg { position: absolute; left: 0; bottom: -.35em; width: 100%; height: .3em; } /* Raise the underline on large wrapped headings so it sits directly beneath the word. */ .td-underline.td-underline-up svg { bottom: .02em; } .td-highlight { background: linear-gradient(180deg, transparent 45%, #FFD93B 45%, #FFD93B 92%, transparent 92%); font-weight: 600; padding: 0 .15em; } /* accessibility */ .td-skip { position: fixed; top: .75rem; left: .75rem; z-index: 200; transform: translateY(-160%); background: #2b2233; color: #fff; padding: .75rem 1rem; border-radius: .75rem; font-weight: 700; text-decoration: none; transition: transform .2s; } .td-skip:focus { transform: translateY(0); } :focus-visible { outline: 3px solid #FFD93B; outline-offset: 4px; } section[id] { scroll-margin-top: 5.5rem; } /* nav */ .td-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: rgba(255,255,255,.72); backdrop-filter: blur(8px); transition: background .3s, box-shadow .3s; } .td-nav.scrolled { background: rgba(255,255,255,.93); backdrop-filter: blur(16px); box-shadow: 0 2px 20px rgba(238,42,123,.12); } .td-nav-inner { display: flex; align-items: center; justify-content: space-between; padding-top: .6rem; padding-bottom: .6rem; } .td-logo { display: flex; align-items: baseline; gap: .4rem; text-decoration: none; } .td-logo .td-logo-tash { font-family: 'Caveat', cursive; font-weight: 700; font-size: 1.9rem; color: #EE2A7B; line-height: 1; } .td-logo .td-logo-digital { font-weight: 800; font-size: .78rem; letter-spacing: .35em; color: #2b2233; } .td-nav-links { display: none; align-items: center; gap: 1.75rem; } .td-nav-links a { font-size: .9rem; font-weight: 600; color: rgba(43,34,51,.8); text-decoration: none; transition: color .15s; } .td-nav-links a:hover { color: #EE2A7B; } .td-nav-links .td-btn { font-size: .85rem; padding: .6rem 1.2rem; } .td-burger { background: none; border: none; color: #EE2A7B; padding: .4rem; cursor: pointer; } .td-mobile-menu { display: none; background: #fff; border-top: 1px solid #fce4ef; box-shadow: 0 14px 30px rgba(0,0,0,.12); } .td-mobile-menu.open { display: block; } .td-mobile-menu nav { display: flex; flex-direction: column; gap: .25rem; padding: 1rem; } .td-mobile-menu a { padding: .75rem .5rem; font-weight: 600; text-decoration: none; color: rgba(43,34,51,.85); } .td-mobile-menu a:hover { color: #EE2A7B; } .td-mobile-menu .td-btn { justify-content: center; margin-top: .5rem; color: #1a1a2e; } @media (min-width: 1024px) { .td-nav-links { display: flex; } .td-burger { display: none; } } @media (max-width: 639px) { .td-btn--lg { width: 100%; justify-content: center; text-align: center; font-size: 1rem; padding: .9rem 1.1rem; } .td-hero-whats { width: 100%; text-align: center; } .td-hero-rating { left: .25rem; } .td-float { left: 1rem; right: 1rem; justify-content: flex-end; } .td-float-btn { padding-right: 1rem; } .td-float-btn .lines .sub { display: none; } } /* hero */ .td-hero { position: relative; padding: 7rem 0 3rem; overflow: hidden; } @media (min-width: 768px) { .td-hero { padding: 9rem 0 4rem; } } .td-hero-splash { position: absolute; top: -4rem; left: -6rem; width: 720px; max-width: none; opacity: .6; pointer-events: none; } .td-hero-grid { position: relative; display: grid; gap: 3rem; align-items: center; } @media (min-width: 1024px) { .td-hero-grid { grid-template-columns: 1.05fr .95fr; gap: 2rem; } } .td-hero-kicker { font-family: 'Caveat', cursive; font-size: 1.6rem; color: #23b5b7; font-weight: 700; margin-bottom: .75rem; } @media (min-width: 768px) { .td-hero-kicker { font-size: 1.9rem; } } .td-hero h1 { font-size: 2.6rem; line-height: 1.05; font-weight: 800; color: #1D4ED8; } @media (min-width: 768px) { .td-hero h1 { font-size: 3.75rem; } } @media (min-width: 1280px) { .td-hero h1 { font-size: 4.5rem; } } .td-hero h1 .pink { color: #EE2A7B; } .td-hero-sub { margin-top: 1.25rem; font-size: 1.1rem; font-weight: 500; color: rgba(43,34,51,.8); max-width: 36rem; } @media (min-width: 768px) { .td-hero-sub { font-size: 1.25rem; } } .td-hero-list { margin-top: 1.5rem; list-style: none; display: flex; flex-direction: column; gap: .65rem; } .td-hero-list li { display: flex; align-items: center; gap: .75rem; font-weight: 600; font-size: 1.05rem; } .td-check { display: grid; place-items: center; height: 1.75rem; width: 1.75rem; border-radius: 999px; background: rgba(126,217,87,.25); color: #43a047; flex-shrink: 0; font-weight: 800; } .td-hero-ctas { margin-top: 2rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; } .td-hero-whats { font-family: 'Caveat', cursive; font-size: 1.5rem; color: #EE2A7B; font-weight: 700; text-decoration: none; transition: color .15s; } .td-hero-whats:hover { color: rgba(238,42,123,.7); } .td-hero-note { margin-top: .8rem; font-size: .88rem; font-weight: 600; color: rgba(43,34,51,.6); } .td-hero-imgwrap { position: relative; max-width: 28rem; margin: 0 auto; } .td-hero-imgbg { position: absolute; inset: -.75rem; background: #EE2A7B; border-radius: 2rem; transform: rotate(2deg); } .td-hero-img { position: relative; border-radius: 1.7rem; width: 100%; box-shadow: 0 25px 50px rgba(0,0,0,.25); } .td-hero-rating { position: absolute; bottom: -1.25rem; left: -1rem; background: #fff; border-radius: 1rem; box-shadow: 0 12px 30px rgba(0,0,0,.18); padding: .75rem 1rem; display: flex; align-items: center; gap: .5rem; transform: rotate(-3deg); } .td-hero-rating .num { font-size: 1.5rem; font-weight: 800; } .td-hero-rating .stars { color: #FFC81A; font-size: 1.1rem; letter-spacing: -.05em; } .td-hero-rating .cap { font-size: .68rem; font-weight: 600; color: rgba(43,34,51,.6); line-height: 1.25; } /* ticker */ .td-ticker { background: #2b2233; padding: .9rem 0; overflow: hidden; } .td-ticker-track { display: flex; width: max-content; gap: 2.5rem; animation: td-marquee 36s linear infinite; } .td-ticker-track span { display: flex; align-items: center; gap: 2.5rem; color: rgba(255,255,255,.9); font-weight: 600; font-size: .95rem; white-space: nowrap; } .td-ticker-track .star { color: #EE2A7B; font-size: 1.1rem; } @keyframes td-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } } /* wave dividers */ .td-wave { display: block; width: 100%; height: 70px; } /* struggle */ .td-struggle { background: #EE2A7B; padding: 2rem 0 5rem; position: relative; overflow: hidden; } .td-struggle-kicker { font-family: 'Caveat', cursive; font-size: 1.7rem; color: rgba(255,255,255,.9); font-weight: 700; } .td-struggle h2 { margin-top: .5rem; font-size: 2rem; line-height: 1.15; font-weight: 800; color: #fff; max-width: 48rem; } @media (min-width: 768px) { .td-struggle h2 { font-size: 3rem; } } .td-struggle-sub { margin-top: 1rem; color: rgba(255,255,255,.9); font-size: 1.1rem; max-width: 42rem; font-weight: 500; } .td-cards { margin-top: 2.5rem; display: grid; gap: 1.35rem; align-items: stretch; } @media (min-width: 640px) { .td-cards { grid-template-columns: 1fr 1fr; } } @media (min-width: 1024px) { .td-cards { grid-template-columns: 1fr 1fr 1fr; } } .td-flip { -webkit-perspective: 1200px; perspective: 1200px; height: 290px; cursor: pointer; background: none; border: none; text-align: left; width: 100%; font-family: inherit; display: block; padding: 0; } .td-flip.td-reveal { transition-delay: .05s; } .td-flip-inner { position: relative; width: 100%; height: 100%; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: -webkit-transform .5s cubic-bezier(.23,1,.32,1); transition: transform .5s cubic-bezier(.23,1,.32,1); } .td-flip.flipped .td-flip-inner { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } .td-flip-face { position: absolute; top: 0; left: 0; right: 0; bottom: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 1.5rem; padding: 1.5rem; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; } .td-flip-front { background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.18); } /* fallback for environments where 3D transforms are flattened: cross-fade faces */ .td-flip-front, .td-flip-back { transition: opacity .35s ease, visibility .35s ease; } .td-flip.flipped .td-flip-front { opacity: 0; visibility: hidden; } .td-flip.flipped .td-flip-back { opacity: 1; visibility: visible; } .td-flip:not(.flipped) .td-flip-back { opacity: 0; visibility: hidden; } @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { .td-flip-front, .td-flip-back { transition: none; } .td-flip.flipped .td-flip-front { opacity: 1; visibility: visible; } .td-flip:not(.flipped) .td-flip-back, .td-flip.flipped .td-flip-back { opacity: 1; visibility: visible; } } .td-flip-front .emoji { display:block; width:7rem; height:7rem; margin-bottom:.8rem; } .td-flip-front .emoji img { width:100%; height:100%; object-fit:contain; border-radius:1rem; } @media (max-width: 639px) { .td-flip-front .emoji { width:6.25rem; height:6.25rem; } } .td-flip-front .pain { margin-top: 1rem; font-size: 1.15rem; font-weight: 700; line-height: 1.35; color: #2b2233; } .td-flip-front .hint { margin-top: 1rem; font-family: 'Caveat', cursive; font-size: 1.3rem; color: #EE2A7B; font-weight: 700; } .td-flip-back { background: #2b2233; color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.25); -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } .td-flip-back .truth { font-size: .92rem; line-height: 1.6; color: rgba(255,255,255,.85); } .td-flip-back .flip-line { margin-top: 1rem; font-family: 'Caveat', cursive; font-size: 1.45rem; line-height: 1.2; color: #FFD93B; font-weight: 700; } /* journey */ .td-journey { padding: 4rem 0 5rem; } .td-journey-head { text-align: center; max-width: 48rem; margin: 0 auto; } .td-journey-head .kicker { font-family: 'Caveat', cursive; font-size: 1.7rem; color: #23b5b7; font-weight: 700; } .td-journey-head h2 { margin-top: .5rem; font-size: 2rem; font-weight: 800; line-height: 1.15; } @media (min-width: 768px) { .td-journey-head h2 { font-size: 3rem; } } .td-journey-head p { margin-top: 1rem; font-size: 1.1rem; color: rgba(43,34,51,.75); font-weight: 500; } .td-stage { position: relative; display: grid; gap: 2rem; align-items: center; margin-top: 4rem; } @media (min-width: 1024px) { .td-stage { grid-template-columns: 1fr 1fr; gap: 3.5rem; } .td-stage.rev .td-stage-text { order: 2; } .td-stage.rev .td-stage-img { order: 1; } } .td-stage-text { position: relative; } .td-stage-bg { position: absolute; inset: -1rem; border-radius: 2.5rem; transform: rotate(-1deg); } .td-stage-body { position: relative; padding: .5rem 1rem; } .td-stage-num { font-family: 'Permanent Marker', cursive; font-size: 3.2rem; opacity: .9; } .td-stage-kicker { margin-top: .25rem; font-size: .72rem; font-weight: 800; letter-spacing: .35em; } .td-stage h3 { margin-top: .4rem; font-size: 1.9rem; font-weight: 800; } @media (min-width: 768px) { .td-stage h3 { font-size: 2.25rem; } } .td-stage-pain { margin-top: 1rem; color: rgba(43,34,51,.8); font-weight: 500; line-height: 1.65; } .td-stage-fixtitle { margin-top: 1.25rem; font-weight: 700; font-size: 1.1rem; } .td-stage ul { margin-top: .75rem; list-style: none; display: flex; flex-direction: column; gap: .75rem; } .td-stage ul li { display: flex; align-items: flex-start; gap: .75rem; font-weight: 500; color: rgba(43,34,51,.85); } .td-stage-ico { display: grid; place-items: center; height: 2.25rem; width: 2.25rem; border-radius: .75rem; flex-shrink: 0; margin-top: .1rem; font-size: 1.1rem; } .td-stage-outcome { margin-top: 1.25rem; font-family: 'Caveat', cursive; font-size: 1.5rem; font-weight: 700; line-height: 1.25; } .td-stage-cta { margin-top: 1.25rem; display: inline-flex; align-items: center; gap: .5rem; border-radius: 999px; padding: .8rem 1.5rem; font-weight: 700; color: #fff; text-decoration: none; box-shadow: 0 10px 24px rgba(0,0,0,.18); transition: transform .15s; } .td-stage-cta:hover { transform: translateY(-2px); } .td-stage-cta:active { transform: scale(.97); } .td-stage-img img { width: 100%; max-width: 26rem; margin: 0 auto; border-radius: 2rem; transform: rotate(1deg); transition: transform .3s; filter: drop-shadow(0 20px 30px rgba(0,0,0,.12)); } .td-stage-img img:hover { transform: rotate(0deg); } .td-journey-cta { margin-top: 4rem; text-align: center; } /* why tash */ .td-why { padding: 4rem 0 5rem; background: rgba(53,207,209,.1); } .td-why .kicker { font-family: 'Caveat', cursive; font-size: 1.7rem; color: #EE2A7B; font-weight: 700; } .td-why h2 { margin-top: .5rem; font-size: 2rem; font-weight: 800; line-height: 1.15; max-width: 48rem; } @media (min-width: 768px) { .td-why h2 { font-size: 3rem; } } .td-why-sub { margin-top:1rem; max-width:58rem; color:rgba(43,34,51,.75); font-size:1.05rem; font-weight:500; line-height:1.7; } .td-pillars { margin-top: 2.5rem; display: grid; gap: 1.25rem; } @media (min-width: 640px) { .td-pillars { grid-template-columns: 1fr 1fr; } } @media (min-width: 1024px) { .td-pillars { grid-template-columns: 1fr 1fr 1fr; } } .td-pillar { background:#fff; border-radius:1.5rem; overflow:hidden; height:100%; box-shadow:0 6px 24px rgba(35,181,183,.14); transition:transform .2s,box-shadow .2s; display:flex; flex-direction:column; } .td-pillar:hover { transform:translateY(-6px); box-shadow:0 14px 34px rgba(35,181,183,.22); } .td-pillar-img { width:100%; aspect-ratio:1.3 / 1; background:#fff; overflow:hidden; } .td-pillar-img img { width:100%; height:100%; object-fit:contain; display:block; } .td-pillar-body { padding:1.25rem 1.4rem 1.5rem; flex:1; } .td-pillar h3 { margin:0; font-size:1.1rem; font-weight:800; line-height:1.3; } .td-pillar p { margin-top:.55rem; color:rgba(43,34,51,.75); font-weight:500; font-size:.95rem; line-height:1.6; } /* steps */ .td-steps { padding: 4rem 0 5rem; } .td-steps-head { text-align: center; max-width: 42rem; margin: 0 auto; } .td-steps-head .kicker { font-family: 'Caveat', cursive; font-size: 1.7rem; color: #23b5b7; font-weight: 700; } .td-steps-head h2 { margin-top: .5rem; font-size: 2rem; font-weight: 800; } @media (min-width: 768px) { .td-steps-head h2 { font-size: 3rem; } } .td-steps-head h2 .pink { color: #EE2A7B; } .td-steps-grid { margin-top: 3rem; display: grid; gap: 2.5rem; position: relative; } @media (min-width: 768px) { .td-steps-grid { grid-template-columns: 1fr 1fr 1fr; gap: 1.5rem; } .td-steps-line { display: block; position: absolute; top: 3.5rem; left: 18%; right: 18%; border-top: 4px dashed rgba(238,42,123,.3); } } .td-steps-line { display: none; } .td-step { position: relative; text-align: center; padding: 0 1rem; } .td-step-circle { position: relative; z-index: 1; margin: 0 auto; display: grid; place-items: center; height: 6rem; width: 6rem; border-radius: 999px; background: #fff; box-shadow: 0 8px 28px rgba(0,0,0,.1); border: 4px solid; font-size: 2.2rem; } .td-step-label { margin-top: 1rem; font-size: .72rem; font-weight: 800; letter-spacing: .35em; } .td-step h3 { margin-top: .25rem; font-size: 1.5rem; font-weight: 800; } .td-step p { margin-top: .6rem; color: rgba(43,34,51,.75); font-weight: 500; line-height: 1.65; } .td-steps-cta { margin-top: 3rem; text-align: center; } /* bold band */ .td-band { background: #35CFD1; } .td-band img { width: 100%; max-width: 64rem; margin: 0 auto; } /* final cta */ .td-final { background: #EE2A7B; padding: 1.5rem 0 5rem; position: relative; overflow: hidden; text-align: center; } .td-final h2 { font-size: 2rem; font-weight: 800; color: #fff; line-height: 1.15; max-width: 48rem; margin: 0 auto; } @media (min-width: 768px) { .td-final h2 { font-size: 3rem; } } .td-final-sub { margin-top: 1.25rem; color: rgba(255,255,255,.9); font-size: 1.15rem; font-weight: 500; max-width: 42rem; margin-left: auto; margin-right: auto; } .td-final-ctas { margin-top: 2rem; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1rem; } .td-final-whats { font-family: 'Caveat', cursive; font-size: 1.7rem; color: #fff; font-weight: 700; text-decoration: none; transition: color .15s; } .td-final-whats:hover { color: #FFD93B; } .td-final-trust { margin-top: 1.25rem; color: rgba(255,255,255,.9); font-weight: 500; } .td-final-trust a { color: #fff; font-weight: 700; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; transition: color .15s; } .td-final-trust a:hover { color: #FFD93B; } .td-final-quote { margin-top: 3rem; color: rgba(255,255,255,.95); font-size: 1.15rem; font-weight: 500; max-width: 36rem; margin-left: auto; margin-right: auto; line-height: 1.7; } .td-final-sign { margin-top: .75rem; font-family: 'Caveat', cursive; font-size: 1.6rem; color: #fff; font-weight: 700; } /* footer */ .td-footer { background: #fff; padding: 2.5rem 0; text-align: center; } .td-footer-tagline { margin-top: 1rem; font-size: .72rem; font-weight: 800; letter-spacing: .4em; color: #EE2A7B; } .td-footer-copy { margin-top: 1rem; font-size: .88rem; color: rgba(43,34,51,.6); font-weight: 500; } /* reveal on scroll */ /* hidden state only applies when JS has tagged the body with .td-js — if the script is stripped, everything stays visible */ .td-js .td-reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s cubic-bezier(.23,1,.32,1), transform .6s cubic-bezier(.23,1,.32,1); } .td-reveal.visible { opacity: 1; transform: none; } .td-js .td-reveal.visible { opacity: 1; transform: none; } /* directional journey animations — text slides from the side, image springs in with a tilt */ .td-js .td-anim-left { opacity: 0; transform: translateX(-48px); transition: opacity .7s cubic-bezier(.23,1,.32,1), transform .7s cubic-bezier(.23,1,.32,1); } .td-js .td-anim-right { opacity: 0; transform: translateX(48px); transition: opacity .7s cubic-bezier(.23,1,.32,1), transform .7s cubic-bezier(.23,1,.32,1); } .td-js .td-anim-img-l { opacity: 0; transform: translateX(-56px) rotate(-5deg) scale(.92); transition: opacity .8s cubic-bezier(.23,1,.32,1), transform .8s cubic-bezier(.175,.885,.32,1.4); } .td-js .td-anim-img-r { opacity: 0; transform: translateX(56px) rotate(5deg) scale(.92); transition: opacity .8s cubic-bezier(.23,1,.32,1), transform .8s cubic-bezier(.175,.885,.32,1.4); } .td-js .td-anim-left.visible, .td-js .td-anim-right.visible { opacity: 1; transform: none; } .td-js .td-anim-img-l.visible, .td-js .td-anim-img-r.visible { opacity: 1; transform: none; } .td-js .td-stage .td-stage-num { display: inline-block; opacity: 0; transform: scale(.4) rotate(-10deg); transition: opacity .5s cubic-bezier(.23,1,.32,1), transform .6s cubic-bezier(.175,.885,.32,1.5); transition-delay: .15s; } .td-js .td-stage.visible .td-stage-num { opacity: .9; transform: none; } .td-js .td-stage ul li { opacity: 0; transform: translateY(16px); transition: opacity .5s cubic-bezier(.23,1,.32,1), transform .5s cubic-bezier(.23,1,.32,1); } .td-js .td-stage.visible ul li { opacity: 1; transform: none; } .td-js .td-stage.visible ul li:nth-child(1) { transition-delay: .25s; } .td-js .td-stage.visible ul li:nth-child(2) { transition-delay: .37s; } .td-js .td-stage.visible ul li:nth-child(3) { transition-delay: .49s; } /* ============ SIGNATURE JOURNEY MOTION ============ */ .td-journey { position: relative; overflow: clip; } .td-stage { min-height: 34rem; } .td-stage-img { position: relative; isolation: isolate; } .td-stage-img::before, .td-stage-img::after { content: ""; position: absolute; pointer-events: none; z-index: -1; border-radius: 999px; opacity: 0; } .td-stage-img::before { width: 48%; aspect-ratio: 1; left: 26%; top: 26%; filter: blur(28px); transition: opacity .8s ease, transform 1.1s cubic-bezier(.2,.8,.2,1); transform: scale(.65); } .td-stage-img::after { display:none; } .td-stage.visible .td-stage-img::before { opacity: .18; transform: scale(1); } .td-media-discover { color: #1D4ED8; } .td-media-discover::before { background: #1D4ED8; } .td-media-trust { color: #EE2A7B; } .td-media-trust::before { background: #EE2A7B; } .td-media-loyalty { color: #7ED957; } .td-media-loyalty::before { background: #7ED957; } .td-stage-art { position: relative; width: min(100%, 34rem); margin: 0 auto; } .td-stage-art img { max-width:34rem; width:100%; height:auto; display:block; object-fit:contain; } @media (min-width: 1024px) { .td-stage-art { width: min(112%, 36.5rem); left: 50%; transform: translateX(-50%); } .td-stage-art img { max-width:36.5rem; } } .td-art-spark { position: absolute; z-index: 3; width: .8rem; height: .8rem; border-radius: 50%; opacity: 0; transform: scale(.2); box-shadow: 0 0 0 0 currentColor; } .td-art-spark.s1 { top: 12%; right: 5%; } .td-art-spark.s2 { bottom: 17%; left: 3%; width: .55rem; height: .55rem; } .td-art-spark.s3 { bottom: 7%; right: 18%; width: .65rem; height: .65rem; } .td-stage.visible .td-art-spark { animation: td-spark-pop 2.8s ease-in-out infinite; } .td-stage.visible .td-art-spark.s2 { animation-delay: .55s; } .td-stage.visible .td-art-spark.s3 { animation-delay: 1.1s; } .td-media-discover .td-art-spark { color: #1D4ED8; background: #35CFD1; } .td-media-trust .td-art-spark { color: #EE2A7B; background: #FFD93B; } .td-media-loyalty .td-art-spark { color: #43a047; background: #EE2A7B; } @keyframes td-spark-pop { 0%, 72%, 100% { opacity: 0; transform: scale(.2); box-shadow: 0 0 0 0 currentColor; } 80% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 9px transparent; } 88% { opacity: .75; transform: scale(.65); } } .td-flight-layer { position: absolute; inset: 15rem 0 3rem; pointer-events: none; z-index: 6; overflow: visible; } .td-flight-path { display:none; } .td-flight-path path { fill: none; stroke: #35CFD1; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 8 12; vector-effect: non-scaling-stroke; } .td-flight { position: absolute; left: 50%; top: 0; width: 4.25rem; height: 4.25rem; transform: translate3d(-50%,0,0); will-change: transform; transition: transform .85s cubic-bezier(.22,1,.36,1); filter: drop-shadow(0 8px 10px rgba(43,34,51,.18)); } .td-flight::after { content:''; position:absolute; right:72%; top:58%; width:4.5rem; border-top:3px dashed currentColor; opacity:.5; transform:rotate(-8deg); transform-origin:right center; } .td-flight.rocket-mode::after { border-top-style:solid; width:3.4rem; opacity:.38; } .td-flight-state { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; transform: scale(.55) rotate(-15deg); transition: opacity .28s ease, transform .42s cubic-bezier(.175,.885,.32,1.35); } .td-flight-state.active { opacity: 1; transform: scale(1) rotate(0deg); } .td-flight svg { width: 100%; height: 100%; overflow: visible; } .td-flight .paper { color: #1D4ED8; } .td-flight .rocket { color: #43a047; } .td-flight-label { position: absolute; left: 50%; top: calc(100% + .15rem); transform: translateX(-50%); white-space: nowrap; font-family: 'Caveat', cursive; font-size: 1.05rem; font-weight: 700; color: #2b2233; background: rgba(255,255,255,.9); padding: .1rem .45rem; border-radius: 999px; box-shadow: 0 4px 12px rgba(0,0,0,.08); } .td-flight.rocket-mode .td-flight-label { color: #43a047; } @media (max-width: 1023px) { .td-flight-layer { display: none; } .td-stage { min-height: auto; } } @media (prefers-reduced-motion: reduce) { .td-flight-layer { display: none; } .td-stage-img::before, .td-stage-img::after, .td-art-spark { animation: none !important; transition: none !important; } } /* FAQ */ .td-faq { padding: 4rem 0 5rem; background: #FFF7FB; } .td-faq-head { text-align: center; max-width: 48rem; margin: 0 auto; } .td-faq-head .kicker { font-family: 'Caveat', cursive; font-size: 1.7rem; color: #EE2A7B; font-weight: 700; } .td-faq-head h2 { margin-top: .5rem; font-size: 2rem; font-weight: 800; line-height: 1.15; } @media (min-width: 768px) { .td-faq-head h2 { font-size: 3rem; } } .td-faq-head h2 .teal { color: #23b5b7; } .td-faq-head p { margin-top: 1rem; font-size: 1.1rem; color: rgba(43,34,51,.75); font-weight: 500; } .td-faq-list { margin: 2.5rem auto 0; max-width: 48rem; display: flex; flex-direction: column; gap: 1rem; } .td-faq-item { background: #fff; border: 2px solid rgba(43,34,51,.12); border-radius: 1.5rem; overflow: hidden; box-shadow: 0 4px 14px -10px rgba(43,34,51,.25); transition: border-color .2s, box-shadow .2s; } .td-faq-item.open { border-color: var(--fc, #EE2A7B); box-shadow: 0 10px 30px -12px rgba(43,34,51,.3); } .td-faq-q { display: flex; align-items: center; gap: 1rem; width: 100%; text-align: left; background: none; border: none; padding: 1.1rem 1.35rem; cursor: pointer; font-family: 'Poppins', sans-serif; } @media (min-width: 768px) { .td-faq-q { padding: 1.25rem 1.75rem; } } .td-faq-q .qtext { flex: 1; font-weight: 800; font-size: 1rem; line-height: 1.35; color: #2b2233; } @media (min-width: 768px) { .td-faq-q .qtext { font-size: 1.1rem; } } .td-faq-plus { display: grid; place-items: center; height: 2.4rem; width: 2.4rem; border-radius: 999px; flex-shrink: 0; font-size: 1.4rem; font-weight: 700; line-height: 1; background: var(--fcbg, rgba(238,42,123,.1)); color: var(--fc, #EE2A7B); transition: transform .25s cubic-bezier(.23,1,.32,1); } .td-faq-item.open .td-faq-plus { transform: rotate(45deg); } .td-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s cubic-bezier(.23,1,.32,1); } .td-faq-item.open .td-faq-a { max-height: 30rem; } .td-faq-a p { padding: 0 1.35rem 1.25rem 4.6rem; color: rgba(43,34,51,.8); font-weight: 500; line-height: 1.65; font-size: .96rem; } @media (min-width: 768px) { .td-faq-a p { padding: 0 1.75rem 1.5rem 5.15rem; } } .td-faq-foot { margin-top: 2.5rem; text-align: center; } .td-faq-foot .ask { font-family: 'Caveat', cursive; font-size: 1.6rem; color: rgba(43,34,51,.7); font-weight: 700; } .td-faq-ctas { margin-top: .9rem; display: flex; flex-wrap: wrap; justify-content: center; gap: .9rem; } .td-faq-alt { display: inline-flex; align-items: center; gap: .5rem; border-radius: 999px; padding: .8rem 1.5rem; font-weight: 700; text-decoration: none; border: 2px solid #23b5b7; color: #23b5b7; transition: background .2s, color .2s; } .td-faq-alt:hover { background: #23b5b7; color: #fff; } /* floating CTA */ .td-float { position: fixed; bottom: 1.25rem; right: 1.25rem; z-index: 90; display: flex; align-items: center; gap: .5rem; opacity: 0; visibility: hidden; transform: translateY(24px) scale(.95); transition: opacity .3s cubic-bezier(.23,1,.32,1), transform .3s cubic-bezier(.23,1,.32,1), visibility .3s; } .td-float.show { opacity: 1; visibility: visible; transform: none; } .td-float.gone { display: none; } .td-float-x { display: grid; place-items: center; height: 2rem; width: 2rem; border-radius: 999px; background: rgba(255,255,255,.92); color: rgba(43,34,51,.6); border: 1px solid rgba(43,34,51,.12); box-shadow: 0 4px 12px rgba(0,0,0,.12); cursor: pointer; font-size: 1rem; font-weight: 700; line-height: 1; padding: 0; } .td-float-x:hover { color: #2b2233; } .td-float-btn { position: relative; display: inline-flex; align-items: center; gap: .65rem; border-radius: 999px; background: #EE2A7B; color: #fff; font-weight: 800; text-decoration: none; padding: .85rem 1.5rem .85rem 1rem; box-shadow: 0 10px 30px -8px rgba(238,42,123,.7), 0 0 0 4px rgba(53,207,209,.4); transition: box-shadow .2s, transform .15s; animation: td-wobble 5.1s ease-in-out infinite; } .td-float-btn:hover { box-shadow: 0 10px 30px -8px rgba(238,42,123,.7), 0 0 0 4px rgba(53,207,209,.7); } .td-float-btn:active { transform: scale(.97); } .td-float-ico { display: grid; place-items: center; height: 2rem; width: 2rem; border-radius: 999px; background: rgba(255,255,255,.2); font-size: 1.1rem; } .td-float-btn .lines { line-height: 1.15; } .td-float-btn .lines .sub { display: block; font-family: 'Caveat', cursive; font-size: .95rem; font-weight: 700; color: rgba(255,255,255,.85); margin-top: -1px; } .td-float-dot { position: absolute; top: -.35rem; right: -.25rem; height: .85rem; width: .85rem; border-radius: 999px; background: #FFD93B; } .td-float-dot.ping { animation: td-ping 1.6s cubic-bezier(0,0,.2,1) infinite; opacity: .8; } @keyframes td-ping { 0% { transform: scale(1); opacity: .8; } 75%, 100% { transform: scale(2.1); opacity: 0; } } @keyframes td-wobble { 0%, 82%, 100% { rotate: 0deg; } 85% { rotate: -1.5deg; } 89% { rotate: 1.5deg; } 93% { rotate: -1.5deg; } 96% { rotate: 0deg; } } @media (prefers-reduced-motion: reduce) { .td-reveal, .td-js .td-reveal { opacity: 1; transform: none; transition: none; } .td-js .td-anim-left, .td-js .td-anim-right, .td-js .td-anim-img-l, .td-js .td-anim-img-r, .td-js .td-stage .td-stage-num, .td-js .td-stage ul li { opacity: 1; transform: none; transition: none; } .td-float-btn { animation: none; } .td-float-dot.ping { animation: none; } .td-faq-a { transition: none; } html { scroll-behavior: auto; } .td-ticker-track { animation: none; } .td-flip-inner { transition: none; } } /* ============ PILLAR IMAGE MOTION — distinct, calm and performance-friendly ============ */ .td-pillar-img { transform-origin: 50% 55%; will-change: transform; } /* Discoverability: a gentle upward lift, reinforcing improved ranking */ .td-stage.visible .td-pillar-img--discover { animation: td-discover-rise 5.8s ease-in-out infinite; } /* Trust: a subtle confident pulse around the central trust mark */ .td-stage.visible .td-pillar-img--trust { animation: td-trust-breathe 4.8s ease-in-out infinite; } /* Loyalty: a soft returning motion that suggests a repeat-customer cycle */ .td-stage.visible .td-pillar-img--loyalty { animation: td-loyalty-return 6.2s ease-in-out infinite; } @keyframes td-discover-rise { 0%, 100% { transform: translateY(0) rotate(0deg); } 45% { transform: translateY(-7px) rotate(.35deg); } 60% { transform: translateY(-7px) rotate(.35deg); } } @keyframes td-trust-breathe { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.018); } } @keyframes td-loyalty-return { 0%, 100% { transform: translateX(0) rotate(0deg); } 42% { transform: translateX(5px) rotate(.3deg); } 58% { transform: translateX(5px) rotate(.3deg); } } @media (prefers-reduced-motion: reduce) { .td-stage.visible .td-pillar-img--discover, .td-stage.visible .td-pillar-img--trust, .td-stage.visible .td-pillar-img--loyalty { animation: none !important; transform: none !important; } } /* Ensure Groove cannot place a transparent element above the navigation. */ .td-nav { z-index: 2147483000 !important; pointer-events: auto !important; } .td-nav-inner, .td-nav-links, .td-nav-links a, .td-logo, .td-burger, .td-mobile-menu, .td-mobile-menu a { pointer-events: auto !important; } .td-nav-links a, .td-mobile-menu a { cursor: pointer; }
