.brand img {
  filter: brightness(0) saturate(100%) invert(28%) sepia(91%) saturate(2576%) hue-rotate(4deg) brightness(95%) contrast(95%);
  mix-blend-mode: normal;
}

.page-loader { position:fixed; inset:0; z-index:100; display:grid; place-items:center; overflow:hidden; background:#fbfaf7; transition:opacity .5s var(--ease), visibility .5s; }
.page-loader::before,.page-loader::after { content:''; position:absolute; border-radius:50%; filter:blur(22px); opacity:.48; }.page-loader::before { width:70vw; aspect-ratio:1; left:-25vw; top:-32vw; background:radial-gradient(circle,#ff6829 0,rgba(255,179,113,.7) 35%,transparent 68%); animation:loader-orbit 2.5s ease-in-out infinite alternate; }.page-loader::after { width:58vw; aspect-ratio:1; right:-25vw; bottom:-32vw; background:radial-gradient(circle,#ff9b54 0,rgba(255,220,184,.55) 38%,transparent 68%); animation:loader-orbit 3s ease-in-out infinite alternate-reverse; }.page-loader.is-hidden { opacity:0; visibility:hidden; }.loader-content { position:relative; z-index:1; text-align:center; animation:loader-content .6s var(--ease) both; }.loader-content img { width:min(230px,55vw); filter:brightness(0) saturate(100%) invert(28%) sepia(91%) saturate(2576%) hue-rotate(4deg) brightness(95%) contrast(95%); }.loader-content p { margin:18px 0 16px; color:var(--orange-dark); font:500 11px 'DM Mono',monospace; letter-spacing:.22em; text-transform:uppercase; }.loader-line { display:block; width:96px; height:2px; margin:auto; background:rgba(244,81,18,.16); overflow:hidden; }.loader-line::after { content:''; display:block; height:100%; width:48%; background:var(--orange); animation:loader-line 1.05s var(--ease) infinite; } @keyframes loader-orbit { to { transform:translate3d(8vw,7vh,0) scale(1.12); } } @keyframes loader-content { from { opacity:0; transform:translateY(14px); } to { opacity:1; transform:none; } } @keyframes loader-line { from { transform:translateX(-110%); } to { transform:translateX(230%); } }

.cta-panel > img {
  filter: brightness(0) invert(1);
  mix-blend-mode: normal;
}

/* The selected, transparent mascot is composed over a soft brand gradient. */
.hero {
  background: radial-gradient(circle at 77% 43%, rgba(255, 185, 131, .37), transparent 30%), radial-gradient(circle at 38% 0%, rgba(255, 241, 232, .9), transparent 32%);
  grid-template-columns: .88fr 1.12fr;
}
.hero-visual { overflow: visible; }
.mascot-frame { background: transparent; box-shadow: none; border-radius: 0; overflow: hidden; }
.mascot-frame img { object-fit: contain; object-position: center; transform: scale(1.27); filter: drop-shadow(0 28px 24px rgba(105, 34, 8, .22)); }
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(2px); }
.glow-one { width: 70%; aspect-ratio: 1; right: -5%; top: 14%; background: radial-gradient(circle, rgba(255, 159, 76, .32), transparent 67%); }
.glow-two { width: 26%; aspect-ratio: 1; left: 4%; bottom: 6%; background: radial-gradient(circle, rgba(244, 81, 18, .18), transparent 68%); }

.service-bubbles { min-height: 710px; margin-top: 44px; position: relative; }
.service-bubble { --size: 178px; width: var(--size); height: var(--size); border-radius: 50%; position: absolute; display: grid; place-items: center; background: radial-gradient(circle at 32% 23%, #fff 0 18%, #fff7f3 54%, #f5ddd2 100%); border: 1px solid rgba(244, 81, 18, .2); box-shadow: 0 20px 35px rgba(78, 32, 14, .12), inset 10px 10px 20px rgba(255,255,255,.9); overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.service-bubble img { width: 64%; height: 64%; object-fit: contain; transition: transform .32s var(--ease), opacity .25s; }
.service-bubble:hover { transform: translateY(-9px) scale(1.035); box-shadow: 0 30px 46px rgba(78, 32, 14, .2), inset 10px 10px 20px rgba(255,255,255,.9); }
.service-bubble:hover img { transform: scale(.88); opacity: .26; }
.bubble-copy { position: absolute; inset: 13px; display: grid; align-content: center; padding: 18px; text-align: center; border-radius: 50%; background: rgba(255,255,255,.43); backdrop-filter: blur(11px); border: 1px solid rgba(255,255,255,.72); opacity: 0; transform: scale(.88); transition: opacity .24s var(--ease), transform .24s var(--ease); }
.service-bubble:hover .bubble-copy { opacity: 1; transform: none; }
.bubble-copy h3 { margin: 0; font-size: 13px; line-height: 1.18; letter-spacing: -.03em; }.bubble-copy p { font-size: 10px; line-height: 1.4; margin: 7px 0 0; color: #5e4b42; }
.bubble-1 { --size: 170px; left: 7%; top: 78px; }.bubble-2 { --size: 215px; left: 24%; top: 0; }.bubble-3 { --size: 158px; left: 49%; top: 60px; }.bubble-4 { --size: 184px; right: 6%; top: 9px; }.bubble-5 { --size: 220px; left: 14%; top: 300px; }.bubble-6 { --size: 162px; left: 39%; top: 266px; }.bubble-7 { --size: 198px; right: 18%; top: 260px; }.bubble-8 { --size: 160px; left: 32%; top: 506px; }.bubble-9 { --size: 190px; right: 7%; top: 470px; }

body::before, body::after { content: ''; position: fixed; z-index: 0; width: 44vw; aspect-ratio: 1; border-radius: 50%; pointer-events: none; filter: blur(28px); opacity: .32; }
body > * { position: relative; z-index: 1; }
body::before { left: -18vw; top: 12vh; background: radial-gradient(circle at 35% 35%, #ff5a1f, #ffb16e 42%, transparent 69%); animation: orbit-one 18s ease-in-out infinite alternate; }
body::after { right: -16vw; bottom: 6vh; background: radial-gradient(circle at 45% 45%, #ff7a25, #ffd39e 40%, transparent 68%); animation: orbit-two 23s ease-in-out infinite alternate; }
@keyframes orbit-one { from { transform: translate3d(0,0,0) scale(.9); } to { transform: translate3d(24vw,30vh,0) scale(1.15); } }
@keyframes orbit-two { from { transform: translate3d(0,0,0) scale(.88); } to { transform: translate3d(-30vw,-26vh,0) scale(1.18); } }
.language-switch { display: flex; gap: 3px; padding: 4px; border: 1px solid rgba(25,24,22,.11); border-radius: 999px; background: rgba(255,255,255,.34); }
.language-switch button { border: 0; background: transparent; color: var(--muted); padding: 4px 6px; border-radius: 999px; font: 700 10px 'DM Mono', monospace; cursor: pointer; }.language-switch button[aria-pressed="true"] { background: var(--ink); color: #fff; }
/* Testimonial cards replace the temporary placeholder and retain the same warm, editorial character. */
.testimonial-grid { margin-top: 53px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.testimonial-card { background: rgba(255,255,255,.64); border: 1px solid rgba(244,81,18,.14); padding: 31px; min-height: 290px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s; }
.testimonial-card:hover { transform: translateY(-8px) rotate(-.35deg); background: #fff; box-shadow: 0 22px 42px rgba(81,34,15,.13); }.testimonial-card:nth-child(2):hover { transform: translateY(-8px) rotate(.35deg); }
.stars { color: var(--orange); letter-spacing: 2px; font-size: 16px; }.testimonial-card blockquote { margin: 25px 0; font-size: 17px; line-height: 1.65; letter-spacing: -.025em; font-weight: 700; }.testimonial-card footer { display: block; border-top: 1px solid var(--line); padding-top: 15px; color: var(--ink); font-size: 12px; font-weight: 800; }.testimonial-card footer small { display: block; margin-top: 3px; color: var(--muted); font: 10px 'DM Mono',monospace; }
.benefits { background: transparent; gap: 18px; padding-top: 0; padding-bottom: 0; }.benefit-card { border: 1px solid rgba(244,81,18,.14); background: rgba(255,255,255,.7); min-height: 310px; position: relative; overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s; }.benefit-card::after { content:''; position:absolute; width:125px; aspect-ratio:1; border-radius:50%; right:-47px; bottom:-52px; background:rgba(244,81,18,.09); transition:transform .4s var(--ease); }.benefit-card:hover { transform:translateY(-8px); box-shadow:var(--shadow); }.benefit-card:hover::after { transform:scale(1.35); }
.service-actions { display:flex; align-items:center; justify-content:space-between; gap:24px; }.service-actions .ask-anything { margin:30px 0 0; }.category-cta { margin-top:30px; border:0; background:linear-gradient(135deg, #ff6c29, var(--orange)); color:#fff; border-radius:999px; padding:18px 26px; font:800 14px Manrope,sans-serif; cursor:pointer; box-shadow:0 14px 30px rgba(244,81,18,.32); transition:.25s var(--ease); }.category-cta span { margin-left:12px; font-size:17px; }.category-cta:hover { transform:translateY(-4px) scale(1.02); box-shadow:0 19px 36px rgba(244,81,18,.43); }
.benefits-wrap { padding-top:58px; padding-bottom:18px; }.benefits-heading { max-width:520px; display:block; padding:0; border:0; }.benefits-heading .eyebrow { margin:0 0 9px; color:var(--orange-dark); }.benefits-heading h2 { margin:0; font-family:Manrope,Arial,sans-serif; font-weight:800; font-size:clamp(1.55rem,2.45vw,2.35rem); line-height:1.16; letter-spacing:-.04em; max-width:490px; }.benefits-heading h2 em { color:var(--orange); font-style:normal; }
.testimonials { padding-bottom:82px; }.how { padding-top:92px; padding-bottom:92px; }.faq { padding-bottom:92px; }.services { padding-bottom:94px; }
.service-dialog { width:min(760px,calc(100% - 28px)); border:0; padding:clamp(25px,5vw,54px); background:#fbfaf7; color:var(--ink); box-shadow:0 28px 90px rgba(52,20,9,.34); }.service-dialog::backdrop { background:rgba(26,16,11,.45); backdrop-filter:blur(5px); }.dialog-close { position:absolute; right:15px; top:12px; border:0; background:transparent; font-size:28px; cursor:pointer; }.service-dialog h2 { margin:0; font-size:clamp(2rem,4vw,3.4rem); letter-spacing:-.065em; line-height:1; }.service-dialog>p:not(.eyebrow) { color:var(--muted); margin:16px 0 25px; }.dialog-categories { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; }.dialog-categories button,.dialog-special { border:1px solid var(--line); background:rgba(255,255,255,.7); min-height:118px; padding:12px; cursor:pointer; font:800 11px Manrope,sans-serif; transition:.2s var(--ease); }.dialog-categories button:hover,.dialog-special:hover { border-color:var(--orange); background:#fff2ec; transform:translateY(-3px); }.dialog-categories img { display:block; width:58px; height:58px; object-fit:contain; margin:0 auto 6px; }.dialog-special { width:100%; min-height:auto; margin-top:10px; color:var(--orange-dark); }.dialog-selection { margin:17px 0 12px; padding:12px 14px; background:#fff1ea; border-left:3px solid var(--orange); font-size:13px; font-weight:800; }.dialog-submit { margin-top:4px; }
.site-header { animation: header-arrive .65s var(--ease) both; }.hero-copy,.hero-visual { animation: section-arrive .8s var(--ease) both; }.hero-visual { animation-delay:.12s; } body > footer { animation: section-arrive .7s var(--ease) both; }.service-dialog[open] { animation: dialog-arrive .32s var(--ease) both; }
.reveal { opacity:0; transform:translateY(14px); will-change:opacity,transform; transition:opacity 1.35s cubic-bezier(.22,.61,.36,1),transform 1.35s cubic-bezier(.22,.61,.36,1); }.reveal.in-view { opacity:1; transform:translateY(0); }.section-heading.reveal,.benefits-heading.reveal,.how-intro.reveal { transform:translateY(16px); }.service-bubble.reveal { animation:none; }.testimonial-card.reveal:nth-child(2),.benefit-card.reveal:nth-child(2),.steps li.reveal:nth-child(2) { transition-delay:.16s; }.testimonial-card.reveal:nth-child(3),.benefit-card.reveal:nth-child(3),.steps li.reveal:nth-child(3) { transition-delay:.32s; }.service-bubble.reveal:nth-child(2) { transition-delay:.08s; }.service-bubble.reveal:nth-child(3) { transition-delay:.16s; }.service-bubble.reveal:nth-child(4) { transition-delay:.24s; }.service-bubble.reveal:nth-child(5) { transition-delay:.32s; }.service-bubble.reveal:nth-child(6) { transition-delay:.4s; }.service-bubble.reveal:nth-child(7) { transition-delay:.48s; }.service-bubble.reveal:nth-child(8) { transition-delay:.56s; }.service-bubble.reveal:nth-child(9) { transition-delay:.64s; }
.steps li { position:relative; padding-left:0; transition:padding-left .32s var(--ease), border-color .32s var(--ease), background .32s var(--ease); }.steps li::before { content:''; position:absolute; left:-18px; top:0; bottom:28px; width:3px; background:var(--orange); transform:scaleY(0); transform-origin:top; transition:transform .32s var(--ease); }.steps li:hover { padding-left:18px; border-color:rgba(244,81,18,.65); background:linear-gradient(90deg,rgba(255,232,220,.52),transparent 72%); }.steps li:hover::before { transform:scaleY(1); }.steps li:hover h3 { color:var(--orange-dark); transform:translateX(3px); }.steps h3 { transition:color .25s var(--ease),transform .25s var(--ease); }.steps li:hover b { color:var(--orange); }
details { transition:background .25s var(--ease),padding-left .25s var(--ease); } details:hover { background:rgba(255,245,239,.7); padding-left:14px; } .ask-anything a,.text-link,footer a { transition:color .2s var(--ease),transform .2s var(--ease); }.ask-anything a:hover,.text-link:hover { color:var(--orange); }
@keyframes header-arrive { from { opacity:0; transform:translateY(-14px); } to { opacity:1; transform:none; } } @keyframes section-arrive { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:none; } } @keyframes dialog-arrive { from { opacity:0; transform:translateY(14px) scale(.97); } to { opacity:1; transform:none; } }
.reveal:not(.in-view) { pointer-events: none; }.service-bubble { animation: bubble-settle .8s var(--ease) both; }.service-bubble:nth-child(2){animation-delay:.06s}.service-bubble:nth-child(3){animation-delay:.12s}.service-bubble:nth-child(4){animation-delay:.18s}.service-bubble:nth-child(5){animation-delay:.24s}.service-bubble:nth-child(6){animation-delay:.3s}.service-bubble:nth-child(7){animation-delay:.36s}.service-bubble:nth-child(8){animation-delay:.42s}.service-bubble:nth-child(9){animation-delay:.48s}@keyframes bubble-settle { from { opacity:0; transform:scale(.82) translateY(20px); } to { opacity:1; transform:none; } }
@media (prefers-reduced-motion: reduce) { body::before, body::after, .service-bubble, .site-header, .hero-copy, .hero-visual, body > footer, .service-dialog[open], .page-loader::before, .page-loader::after, .loader-content, .loader-line::after { animation: none; } }

@media (max-width: 760px) {
  .hero { grid-template-columns: none; background: radial-gradient(circle at 80% 44%, rgba(255, 185, 131, .32), transparent 33%), linear-gradient(135deg, #fffaf7, #fff 60%); }
  .language-switch { order: 1; margin-left: auto; }.site-header .language-switch + .header-cta { order: 2; }.language-switch button { padding: 4px 5px; }
  .mascot-frame img { transform: scale(1.18); }.hero-visual { height: 345px; }
  .service-bubbles { min-height: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 34px; }
  .testimonial-grid { grid-template-columns: 1fr; margin-top: 36px; }.testimonial-card { min-height: 230px; padding: 25px; }.testimonial-card blockquote { font-size: 16px; }
  .service-actions { align-items:stretch; flex-direction:column; gap:0; }.category-cta { margin-top:16px; align-self:flex-start; }.benefits-wrap { padding-top:46px; padding-bottom:12px; }.benefits-heading { display:block; max-width:300px; border-top:0; padding-top:0; }.benefits-heading .eyebrow { margin:0 0 8px; font-size:10px; }.benefits-heading h2 { font-size:clamp(1.45rem,7vw,1.85rem); line-height:1.18; letter-spacing:-.032em; }.benefits { margin-top:0; }.benefit-card:first-child { margin-top:0; }.dialog-categories { grid-template-columns:repeat(2,1fr); }.dialog-categories button { min-height:105px; }
  .service-bubble { --size: auto !important; width: 100%; aspect-ratio: 1; height: auto; position: relative; inset: auto !important; }
  .service-bubble img { width: 61%; height: 61%; }
  .bubble-copy { opacity: 1; transform: none; align-content: end; padding: 16px 10px; background: linear-gradient(transparent, rgba(255,255,255,.72)); backdrop-filter: none; border: 0; }
  .bubble-copy p { display: none; }.bubble-copy h3 { font-size: 12px; }.service-bubble:hover img { transform: none; opacity: 1; }
}
