:root{--black:#0a0a0a;--white:#f8f7f4;--accent:#e8380d;--accent-hover:#cc2e08;--gray-dark:#2a2a2a;--gray-mid:#666;--gray-light:#aaa;--gray-bg:#f0efec;--gray-border:#e2e0dd;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-red-500:#ef4444;--color-red-600:#dc2626;--color-red-700:#b91c1c;--color-blue-50:#eff6ff;--color-blue-100:#dbeafe;--color-blue-500:#3b82f6;--color-blue-600:#2563eb;--color-blue-900:#1e3a8a;--color-green-500:#22c55e;--color-yellow-50:#fefce8;--color-yellow-100:#fef9c3;--color-yellow-400:#facc15;--color-sky-50:#f0f9ff;--color-sky-100:#e0f2fe;--font-jp:"Noto Sans JP",sans-serif;--font-en:"IBM Plex Sans",sans-serif;--container-max:1500px}*,:after,:before{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--white);color:var(--black);font-family:var(--font-jp);line-height:1.7;margin:0;overflow-x:hidden}img{display:block;height:auto;max-width:100%}a{color:inherit}@media (min-width:768px){br.sm-only{display:none}}.container{margin:0 auto;max-width:var(--container-max);padding:0 1.25rem;width:100%}@media (min-width:640px){.container{padding:0 2rem}}@media (min-width:1024px){.container{padding:0 3rem}}.section-label{color:var(--accent);display:block;font-size:.75rem;font-weight:700;letter-spacing:.12em;margin:0 0 .75rem;text-transform:uppercase}.section-title{color:var(--black);font-size:clamp(2rem,5vw,2.75rem);font-weight:900;line-height:1.25;margin:0 0 1.5rem}.highlight{background:none;color:var(--accent);font-weight:700;padding:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes floatIn{0%{opacity:0;transform:translateX(-16px) scale(.96)}to{opacity:.5;transform:translateX(0) scale(1)}}@keyframes pulseGlow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes ringPulse{0%,to{box-shadow:0 0 0 0 rgba(45,181,84,.4)}50%{box-shadow:0 0 0 12px rgba(45,181,84,0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-25%)}50%{transform:translateY(0)}}@keyframes bounceSlow{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-bounce{animation:bounce 1s infinite}.animate-bounce-slow{animation:bounceSlow 2s infinite}.header{animation:fadeDown .6s ease-out;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:hsla(45,22%,96%,.92);border-bottom:1px solid rgba(0,0,0,.06);left:0;position:fixed;right:0;top:0;z-index:100}.header__inner{justify-content:space-between;padding:.875rem .5rem}.header__brand,.header__inner{align-items:center;display:flex}.header__brand{text-decoration:none}.header__logo{display:block;height:2rem;object-fit:contain;width:auto}.header__nav{align-items:center;display:none;gap:1.75rem}@media (min-width:768px){.header__nav{display:flex}}.header__nav a{color:var(--gray-dark);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.header__nav a:hover{color:var(--accent)}.header__cta{background:var(--accent);border-radius:6px;color:#fff;font-size:.85rem;font-weight:700;padding:.5rem 1.25rem;text-decoration:none;transition:background .2s,transform .15s;white-space:nowrap}.header__cta:hover{background:var(--accent-hover);transform:translateY(-1px)}.hero{align-items:center;display:flex;min-height:70vh;overflow:hidden;padding:3rem 0;position:relative}.hero:before{animation:pulseGlow 6s ease-in-out infinite;background:radial-gradient(circle,rgba(232,56,13,.07) 0,transparent 70%);border-radius:50%;content:"";height:600px;pointer-events:none;position:absolute;right:-5%;top:-20%;width:600px}@media (min-width:900px){.hero{padding:3rem 0}}.hero__inner{align-items:center;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:900px){.hero__inner{gap:5rem;grid-template-columns:1fr 1fr}}.hero__text{animation:fadeUp .9s ease-out .1s both}.hero__context{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem}.notification-badge{align-items:center;animation:fadeUp .7s ease-out both;background:var(--gray-bg);border-radius:100px;color:var(--gray-light);display:inline-flex;font-size:.78rem;font-weight:500;gap:.375rem;padding:.35rem .875rem;text-decoration:line-through}.notification-badge:first-child{animation-delay:.3s}.notification-badge:nth-child(2){animation-delay:.45s}.notification-badge:nth-child(3){animation-delay:.6s}.notification-badge .dot{background:var(--gray-light);border-radius:50%;flex-shrink:0;height:5px;width:5px}.hero__headline{animation:fadeUp .9s ease-out .4s both;color:var(--black);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:900;letter-spacing:-.02em;line-height:1.35;margin:0 0 .875rem}.hero__headline-line2{display:block;margin-top:.25rem}.hero__headline-accent{color:var(--accent)}.hero__sub{animation:fadeUp .9s ease-out .6s both;color:var(--gray-mid);font-size:clamp(.9rem,2vw,1rem);line-height:1.9;margin:0 0 2.25rem}.hero__actions{align-items:center;animation:fadeUp .9s ease-out .8s both;display:flex;flex-wrap:wrap;gap:1.25rem}.btn-primary{align-items:center;background:var(--accent);border:none;border-radius:8px;box-shadow:0 4px 20px rgba(232,56,13,.25);color:#fff;cursor:pointer;display:inline-flex;font-family:var(--font-jp);font-size:1rem;font-weight:700;gap:.5rem;padding:.875rem 2rem;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;white-space:nowrap}.btn-primary:hover{background:var(--accent-hover);box-shadow:0 6px 28px rgba(232,56,13,.35);transform:translateY(-2px)}.btn-primary .arrow{transition:transform .2s}.btn-primary:hover .arrow{transform:translateX(3px)}.hero__meta{color:var(--gray-light);font-size:.82rem}.hero__visual{align-items:center;animation:fadeUp 1s ease-out .5s both;display:flex;justify-content:center;order:-1;position:relative}@media (min-width:900px){.hero__visual{order:0}}.phone-mockup{background:#0a0a0a;border-radius:36px;box-shadow:0 32px 64px rgba(0,0,0,.18),0 12px 28px rgba(0,0,0,.1),inset 0 1px 0 hsla(0,0%,100%,.08);padding:14px;width:270px}@media (min-width:480px){.phone-mockup{width:300px}}@media (min-width:900px){.phone-mockup{width:320px}}.phone-screen{background:#1a1a1a;border-radius:24px;min-height:420px;overflow:hidden}@media (min-width:900px){.phone-screen{min-height:480px}}.phone-status-bar{align-items:center;color:hsla(0,0%,100%,.4);display:flex;font-family:var(--font-en);font-size:.72rem;justify-content:space-between;padding:10px 18px 7px}.phone-call-screen{padding:2rem 1.5rem;text-align:center}.caller-label{color:hsla(0,0%,100%,.4);font-size:.72rem;letter-spacing:.08em;margin-bottom:.75rem;text-transform:uppercase}.caller-name{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.375rem}.caller-reason{color:hsla(0,0%,100%,.45);font-size:.8rem;margin-bottom:2.5rem}.call-timer{color:#fff;font-family:var(--font-en);font-size:2.5rem;font-weight:300;letter-spacing:.04em;margin-bottom:2.5rem}.call-actions{gap:3rem}.call-actions,.call-btn{display:flex;justify-content:center}.call-btn{align-items:center;border:none;border-radius:50%;cursor:pointer;height:60px;transition:transform .2s;width:60px}.call-btn:hover{transform:scale(1.08)}.call-btn--decline{background:#e8380d}.call-btn--accept{animation:ringPulse 2s ease-in-out infinite;background:#2db554}.call-btn svg{fill:#fff;height:26px;width:26px}.float-notification{align-items:center;animation:floatIn .8s ease-out both;background:#fff;border-radius:12px;box-shadow:0 8px 28px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.05);color:var(--gray-light);display:none;font-size:.75rem;gap:10px;opacity:.5;padding:12px 16px;position:absolute;text-decoration:line-through;white-space:nowrap}@media (min-width:900px){.float-notification{display:flex}}.n-icon{align-items:center;background:var(--gray-bg);border-radius:8px;display:flex;flex-shrink:0;font-size:.95rem;height:34px;justify-content:center;width:34px}.n-text{display:flex;flex-direction:column;gap:2px}.n-title{color:var(--black);font-size:.75rem;font-weight:700}.n-desc{color:var(--gray-light);font-size:.67rem}.float-n1{animation-delay:1s;left:-60px;top:40px}.float-n2{animation-delay:1.3s;bottom:100px;left:-70px}.float-n3{animation-delay:1.6s;right:-50px;top:120px}.trust-bar{animation:fadeUp .8s ease-out 1s both;padding-bottom:4rem}.trust-inner{display:flex;flex-direction:column;gap:.875rem}@media (min-width:640px){.trust-inner{flex-direction:row;flex-wrap:wrap;gap:2rem}}.trust-item{color:var(--gray-mid);font-size:.875rem;font-weight:500;gap:.75rem}.trust-item,.trust-item__icon{align-items:center;display:flex}.trust-item__icon{background:var(--gray-bg);border-radius:10px;flex-shrink:0;font-size:1.1rem;height:38px;justify-content:center;width:38px}.section-about{background:#fff;padding:7rem 0}.section-about,.section-about .section-label{text-align:center}.section-about .section-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;margin-bottom:2rem;text-align:center}.section-about__intro{color:var(--gray-mid);font-size:clamp(1rem,2vw,1.2rem);line-height:1.9;margin:0 auto 4rem;max-width:660px}.section-about__cards{background:var(--gray-border);border:1px solid var(--gray-border);border-radius:16px;display:grid;gap:1px;grid-template-columns:1fr;overflow:hidden;text-align:left}@media (min-width:640px){.section-about__cards{grid-template-columns:repeat(3,1fr)}}.section-about__card{background:#fff;padding:2.5rem 2rem}.section-about__card-icon{font-size:1.75rem;margin-bottom:1rem}.section-about__card h4{color:var(--black);font-size:1.05rem;font-weight:700;margin:0 0 .5rem}.section-about__card p{color:var(--gray-mid);font-size:.875rem;line-height:1.7;margin:0}.section-features{background:var(--gray-bg);padding:7rem 0}.section-features__header{margin-bottom:3.5rem;text-align:center}.section-features__title{color:var(--black);font-size:clamp(2rem,5vw,2.75rem);font-weight:900;margin:0 0 1rem}.section-features__underline{background:var(--accent);border-radius:2px;height:3px;margin:0 auto;width:40px}.section-features__grid{display:grid;gap:2rem;grid-template-columns:1fr;margin:0 auto;max-width:1100px}@media (min-width:768px){.section-features__grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:#fff;border-radius:20px;overflow:hidden;padding:2.5rem 2rem;position:relative;transition:transform .25s}.feature-card:hover{transform:translateY(-4px)}.feature-card__number{font-family:var(--font-en);font-size:7rem;font-weight:900;letter-spacing:-.05em;line-height:1;position:absolute;right:-.25rem;top:-.75rem;user-select:none;z-index:0}.feature-card--blue .feature-card__number{color:rgba(59,130,246,.07)}.feature-card--yellow .feature-card__number{color:rgba(250,204,21,.1)}.feature-card--red .feature-card__number{color:rgba(232,56,13,.07)}.feature-card__icon{align-items:center;border-radius:10px;display:flex;font-size:1.375rem;height:3rem;justify-content:center;margin-bottom:1.5rem;position:relative;width:3rem;z-index:1}.feature-card--blue .feature-card__icon{background:#eff6ff;color:var(--color-blue-600)}.feature-card--yellow .feature-card__icon{background:#fefce8;color:#b45309}.feature-card--red .feature-card__icon{background:#fff1ee;color:var(--accent)}.feature-card__title{color:var(--black);font-size:1.1rem;font-weight:700;margin:0 0 .875rem;position:relative;z-index:1}.feature-card--red .feature-card__title{color:var(--accent)}.feature-card__text{color:var(--gray-mid);font-size:.875rem;line-height:1.8;margin:0;position:relative;z-index:1}.section-usecase{background:#fff;padding:7rem 0}.section-usecase__header{margin-bottom:4rem;text-align:center}.section-usecase__subtitle{color:var(--gray-light);font-size:.95rem;margin-top:.75rem}.section-usecase__grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin:0 auto;max-width:960px}@media (min-width:640px){.section-usecase__grid{grid-template-columns:repeat(3,1fr)}}.usecase-card{background:#fff;border:1px solid var(--gray-border);border-left-width:4px;border-radius:16px;padding:2rem;transition:transform .2s}.usecase-card:hover{transform:translateY(-3px)}.usecase-card:first-child{border-left-color:var(--color-blue-500)}.usecase-card:nth-child(2){border-left-color:var(--color-green-500)}.usecase-card:nth-child(3){border-left-color:#9333ea}.usecase-card__icon{align-items:center;border-radius:10px;display:flex;font-size:1.375rem;height:3rem;justify-content:center;margin-bottom:1.25rem;width:3rem}.usecase-card__icon--blue{background:#eff6ff;color:var(--color-blue-600)}.usecase-card__icon--green{background:#f0fdf4;color:#16a34a}.usecase-card__icon--purple{background:#faf5ff;color:#9333ea}.usecase-card__title{align-items:center;color:var(--black);display:flex;flex-wrap:wrap;font-size:1.05rem;font-weight:700;gap:.5rem;margin:0 0 .75rem}.usecase-card__tag{background:var(--gray-bg);border-radius:4px;color:var(--gray-mid);font-size:.7rem;font-weight:500;padding:.2rem .5rem}.usecase-card__text{color:var(--gray-mid);font-size:.875rem;line-height:1.75;margin:0}.section-comparison{background:var(--gray-bg);border-top:none;padding:7rem 0}.section-comparison .container{max-width:960px}.section-comparison__title{color:var(--black);font-size:clamp(1.5rem,4vw,2.25rem);font-weight:900;margin:0 0 1rem;text-align:center}.section-comparison__intro{color:var(--gray-mid);font-size:.95rem;line-height:1.75;margin:0 0 2.5rem;text-align:center}.comparison-table-scroll-hint{color:var(--gray-mid);display:none;font-size:.75rem;padding:0 0 .75rem;text-align:center}@media (max-width:767px){.comparison-table-scroll-hint{display:block}}.comparison-table-wrapper{background:#fff;border:1px solid var(--gray-border);border-radius:16px;box-shadow:0 2px 24px rgba(0,0,0,.05);overflow-x:auto;padding-top:1.5rem;-webkit-overflow-scrolling:touch}@media (max-width:767px){.comparison-table-wrapper{border-left:none;border-radius:0;border-right:none;margin:0 -1.25rem;padding-top:2rem}}.comparison-table{border-collapse:collapse;min-width:560px;table-layout:fixed;width:100%}.comparison-table td,.comparison-table th{font-size:.875rem;padding:1rem;vertical-align:top}.comparison-table thead tr{background:#fff7f5;border-bottom:2px solid #fdddd7}.comparison-table th{text-align:left}.comparison-table th:first-child{background:#fff;border-bottom:2px solid var(--gray-border);width:20%}.comparison-table th:nth-child(2),.comparison-table th:nth-child(3){background:#fff7f5;text-align:center;width:25%}.comparison-table th:nth-child(3){border-left:1px solid #fdddd7}.comparison-table th:nth-child(4){background:rgba(232,56,13,.06);border:2px solid var(--accent);position:relative;text-align:center;width:30%}.section-comparison__cell-title{color:var(--black);display:block;font-size:1rem;font-weight:700}.section-comparison__cell-title--main{color:var(--accent);font-size:1.125rem}.comparison-table__subtitle{color:var(--gray-light);display:block;font-size:.72rem;font-weight:400;margin-top:.25rem}.comparison-table__badge{background:var(--accent);border-radius:9999px;color:#fff;font-size:.625rem;font-weight:700;left:50%;padding:.2rem .625rem;position:absolute;top:-1rem;transform:translateX(-50%);white-space:nowrap;z-index:1}.comparison-table tbody tr{border-bottom:1px solid var(--gray-border)}.comparison-table td:first-child{background:#fefce8;border-right:1px solid var(--gray-border);color:var(--black);font-size:.8rem;font-weight:700;text-align:center}.comparison-table td:nth-child(2),.comparison-table td:nth-child(3){background:#fff}.comparison-table td:nth-child(3){border-left:1px solid var(--gray-border)}.comparison-table td:last-child{background:#fff;border-left:2px solid var(--accent);border-right:2px solid var(--accent)}.comparison-table tbody tr:last-child td:last-child{border-bottom:2px solid var(--accent)}.comparison-table__cell-content{align-items:center;display:flex;flex-direction:column;margin-bottom:.5rem}.comparison-table__cell-content svg{height:1.75rem;width:1.75rem}.comparison-table__cell-content svg.text-red{color:var(--accent)}.comparison-table__cell-content svg.text-gray{color:#888}.comparison-table__cell-text{color:var(--gray-mid);font-size:.75rem;line-height:1.55;margin:0;text-align:center}.comparison-table__cell-text--bold{color:var(--black);font-weight:700}.comparison-table__cell-text--accent{color:var(--accent);font-size:1rem;font-weight:900}.comparison-table__note{color:var(--gray-light);font-size:.72rem;margin-top:.75rem;text-align:right}.section-pricing{background:#fff;color:var(--black);padding:7rem 0;position:relative}.section-pricing__bg{display:none}.section-pricing .container{position:relative;z-index:1}.section-pricing__header{margin-bottom:3.5rem;text-align:center}.section-pricing__title{color:var(--black);font-family:var(--font-en);font-size:clamp(2.5rem,6vw,4rem);font-weight:900;letter-spacing:-.03em;margin:0 0 .75rem}.section-pricing__subtitle{color:var(--gray-mid);font-size:.95rem}.pricing-card{background:var(--gray-bg);border:1px solid var(--gray-border);border-radius:24px;box-shadow:0 8px 40px rgba(0,0,0,.08);color:var(--black);margin:0 auto;max-width:28rem;overflow:hidden}.pricing-card__badge{background:var(--accent);color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.1em;padding:.5rem;text-align:center;text-transform:uppercase}.pricing-card__body{padding:2.25rem 2rem;text-align:center}.pricing-card__original{color:var(--gray-light);font-size:1.1rem;font-weight:700;margin:0 0 .5rem;text-decoration:line-through;text-decoration-color:var(--accent);text-decoration-thickness:2px}.pricing-card__label{color:var(--accent);font-size:.875rem;font-weight:900;margin:0 0 .75rem}.pricing-card__price{align-items:flex-end;display:flex;gap:.25rem;justify-content:center;margin:0 0 2rem}.pricing-card__price-value{font-family:var(--font-en);font-size:5rem;font-weight:900;letter-spacing:-.05em;line-height:1}.pricing-card__price-unit{font-size:1.375rem;font-weight:700;padding-bottom:.625rem}.pricing-card__price-note{color:var(--gray-mid);font-size:.85rem;padding-bottom:.625rem}.pricing-card__features{border-bottom:1px solid var(--gray-border);border-top:1px solid var(--gray-border);list-style:none;margin:0 0 2rem;padding:1.5rem 0;text-align:left}.pricing-card__features li{align-items:flex-start;color:var(--black);display:flex;font-size:.9rem;gap:.625rem;padding-bottom:.75rem}.pricing-card__features li:last-child{padding-bottom:0}.pricing-card__features i{color:var(--color-green-500);margin-top:3px}.pricing-card__features strong{color:var(--accent)}.pricing-card__cta{background:var(--accent);border-radius:10px;color:#fff;display:block;font-size:1rem;font-weight:700;padding:1rem;text-align:center;text-decoration:none;transition:background .2s,transform .2s;width:100%}.pricing-card__cta:hover{background:var(--accent-hover);transform:translateY(-1px)}.pricing-card__footer{background:rgba(0,0,0,.04);color:var(--gray-mid);font-size:.72rem;padding:1.25rem;text-align:left}.pricing-card__footer p{margin:0 0 .375rem}.pricing-card__footer p:last-child{margin-bottom:0}.pricing-card__footer .highlight{color:var(--accent);font-weight:700}.section-steps{background:#0a0a0a;padding:7rem 0}.section-steps .container{max-width:960px}.section-steps__title{color:#fff;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;margin:0 0 5rem;text-align:center}.section-steps__grid{display:grid;gap:2rem;grid-template-columns:1fr;position:relative}@media (min-width:640px){.section-steps__grid{grid-template-columns:repeat(3,1fr)}}.section-steps__connector{display:none}@media (min-width:640px){.section-steps__connector{background:hsla(0,0%,100%,.12);display:block;height:1px;left:15%;position:absolute;right:15%;top:2.75rem;z-index:0}}.step-card{flex-direction:column;text-align:center}.step-card,.step-card__number{align-items:center;display:flex;position:relative}.step-card__number{border:6px solid hsla(0,0%,100%,.08);border-radius:50%;color:#fff;font-size:2rem;font-weight:700;height:5.5rem;justify-content:center;margin-bottom:1.5rem;transition:transform .3s;width:5.5rem;z-index:1}.step-card:hover .step-card__number{transform:scale(1.08)}.step-card__number--blue{background:rgba(37,99,235,.8)}.step-card__number--red{background:var(--accent)}.step-card__title{color:#fff;font-size:1.05rem;font-weight:700;margin:0 0 .625rem}.step-card__text{color:hsla(0,0%,100%,.55);font-size:.875rem;line-height:1.7;margin:0;padding:0 .75rem}.step-card__note{color:hsla(0,0%,100%,.3);display:block;font-size:.72rem;margin-top:.25rem}.section-cta{background:var(--gray-bg);padding:7rem 0}.section-cta .container{max-width:56rem;text-align:center}.section-cta__title{color:var(--black);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900;line-height:1.3;margin:0 0 1.25rem}.section-cta__text{color:var(--gray-mid);font-size:1.05rem;line-height:1.8;margin:0 0 3rem}.section-cta__box{background:#fff;border:1px solid var(--gray-border);border-radius:20px;box-shadow:0 4px 24px rgba(0,0,0,.05);padding:2.5rem 2rem}.section-cta__promo{color:var(--accent);font-weight:700;margin:0 0 1.25rem}.section-cta__button{background:var(--accent);border-radius:9999px;box-shadow:0 6px 20px rgba(232,56,13,.3);color:#fff;display:inline-block;font-size:clamp(1.125rem,3vw,1.25rem);font-weight:700;padding:1.125rem 2.5rem;text-decoration:none;transition:background .2s,transform .2s;white-space:nowrap}.section-cta__button:hover{background:var(--accent-hover);transform:translateY(-3px)}.section-cta__note{color:var(--gray-light);font-size:.75rem;margin:1.25rem 0 0}.footer{background:#111;color:#aaa;padding:2.5rem 0}.footer__inner{align-items:center;display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}@media (min-width:640px){.footer__inner{align-items:center;flex-direction:row;justify-content:space-between}}.footer__brand{align-items:center;display:flex;text-decoration:none}.footer__logo{display:block;height:1.75rem;object-fit:contain;width:auto}.footer__links{display:flex;flex-wrap:wrap;font-size:.825rem;gap:1.25rem;justify-content:center}.footer__links a{color:#aaa;text-decoration:none;transition:color .2s}.footer__links a:hover{color:#fff}.footer__copyright{border-top:1px solid #222;color:#555;font-size:.72rem;padding-top:1.5rem;text-align:center}.sticky-cta{align-items:center;background:linear-gradient(135deg,var(--accent-hover) 0,var(--accent) 100%);border-radius:9999px;bottom:1.25rem;box-shadow:0 8px 24px rgba(232,56,13,.4);color:#fff;display:flex;font-size:1rem;font-weight:700;gap:.5rem;justify-content:center;left:1.25rem;padding:.9rem 1.5rem;position:fixed;right:1.25rem;text-decoration:none;transition:transform .2s,box-shadow .2s;z-index:50}.sticky-cta:hover{box-shadow:0 12px 32px rgba(232,56,13,.45);transform:translateY(-2px)}.sticky-cta:active{transform:translateY(0)}.sticky-cta__icon{font-size:.8rem}@media (min-width:640px){.sticky-cta{bottom:1.5rem;left:auto;padding:.875rem 1.75rem;right:1.5rem;width:auto}}