:root {
	--bg: #0a1628;
	--bg-soft: #111827;
	--bg-card: #f1f5f9;
	--text: #f1f5f9;
	--text-muted: #94a3b8;
	--accent: #f97316;
	--accent-glow: rgba(249, 115, 22, 0.4);
	--border: #f1f5f9;
	--shadow: rgba(0, 0, 0, 0.5);
	--font-mono: 'Courier New', monospace;
	--font-sans: system-ui, -apple-system, sans-serif;
	--ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
	--ease-in-out-circ: cubic-bezier(0.85, 0, 0.15, 1);
	--container-pad: clamp(1rem, 4vw, 4rem);
	--nav-h: 56px;
	--tap: 44px
}

html[data-theme="light"] {
	--bg: #fdfcfa;
	--bg-soft: #f0ede6;
	--bg-card: #1a1a2e;
	--text: #1c1917;
	--text-muted: #57534e;
	--accent: #e8700a;
	--accent-soft: #c2590a;
	--accent-glow: rgba(232, 112, 10, 0.25);
	--border: rgba(28, 25, 23, 0.10);
	--shadow: rgba(28, 25, 23, 0.06);
	--glass: rgba(255, 255, 255, 0.60);
	--glass-border: rgba(28, 25, 23, 0.06);
	--card-shadow: 0 2px 20px rgba(28, 25, 23, 0.05), 0 0 0 1px rgba(28, 25, 23, 0.04);
	--card-shadow-hover: 0 12px 40px rgba(232, 112, 10, 0.10), 0 0 0 1px rgba(232, 112, 10, 0.18);
	--section-divider: rgba(28, 25, 23, 0.06)
}

html[data-theme="light"] body {
	background:
		radial-gradient(ellipse 80% 50% at 20% 0%, rgba(232, 112, 10, 0.035) 0%, transparent 50%),
		radial-gradient(ellipse 60% 40% at 80% 100%, rgba(232, 112, 10, 0.025) 0%, transparent 50%),
		linear-gradient(180deg, #fdfcfa 0%, #faf8f4 25%, #f7f4ee 50%, #f5f2eb 75%, #f0ede6 100%);
	background-attachment: fixed
}

.sr { opacity: 0; transform: translateY(32px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1) }
.sr-left { opacity: 0; transform: translateX(-40px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1) }
.sr-right { opacity: 0; transform: translateX(40px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1) }
.sr-scale { opacity: 0; transform: scale(.92); transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1) }
.sr.visible, .sr-left.visible, .sr-right.visible, .sr-scale.visible { opacity: 1; transform: none }
.sr-d1 { transition-delay: .08s } .sr-d2 { transition-delay: .16s } .sr-d3 { transition-delay: .24s } .sr-d4 { transition-delay: .32s }

body,
.nav,
.mobile-nav,
.nav-drawer,
.service-card,
.faq-item,
.result-box,
.modal__card,
.quiz-panel,
.calc-card,
.footer,
.hero__card,
.about__image,
.section--light,
.legal-card,
.blog-card__inner,
.blog-home-card,
.portfolio,
.testimonial-card,
.stat-item,
.logo-item,
.pricing-cta,
.cta-section,
.case,
.tpl-card,
.process-step__number,
.field input,
.field select,
.field textarea {
	transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease
}

html[data-theme="light"] .nav {
	background: rgba(253, 252, 250, 0.78);
	border-color: rgba(28, 25, 23, 0.07);
	box-shadow: 0 4px 30px rgba(28, 25, 23, 0.05), 0 0 0 1px rgba(28, 25, 23, 0.03);
	backdrop-filter: blur(24px) saturate(1.2);
	-webkit-backdrop-filter: blur(24px) saturate(1.2)
}

html[data-theme="light"] .nav.scrolled {
	background: rgba(253, 252, 250, 0.92);
	border-color: rgba(28, 25, 23, 0.10);
	box-shadow: 0 4px 30px rgba(28, 25, 23, 0.08), 0 1px 0 rgba(28, 25, 23, 0.04)
}

html[data-theme="light"] .nav__brand,
html[data-theme="light"] .nav__link {
	color: var(--text)
}

html[data-theme="light"] .nav__link:hover {
	color: var(--accent)
}

html[data-theme="light"] .nav__link::before {
	background: var(--accent)
}

html[data-theme="light"] .nav__menu-btn span {
	background: var(--text)
}

html[data-theme="light"] .mobile-nav {
	background: rgba(253, 252, 250, 0.97);
	backdrop-filter: blur(24px) saturate(1.2);
	-webkit-backdrop-filter: blur(24px) saturate(1.2)
}

html[data-theme="light"] .mobile-nav__link,
html[data-theme="light"] .mobile-nav__close {
	color: var(--text)
}

html[data-theme="light"] .mobile-nav__link:hover {
	color: var(--accent)
}

html[data-theme="light"] .nav-drawer {
	background: rgba(253, 252, 250, 0.96);
	border-color: rgba(28, 25, 23, 0.07);
	box-shadow: 0 20px 60px rgba(28, 25, 23, 0.12);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px)
}

html[data-theme="light"] .nav-drawer__links a {
	color: var(--text);
	background: rgba(28, 25, 23, 0.02);
	border-color: rgba(28, 25, 23, 0.05)
}

html[data-theme="light"] .nav-drawer__links a:hover {
	background: rgba(232, 112, 10, 0.05);
	border-color: rgba(232, 112, 10, 0.30);
	transform: translateX(3px)
}

html[data-theme="light"] .nav-drawer-backdrop {
	background: rgba(28, 25, 23, 0.25)
}

html[data-theme="light"] .noise {
	opacity: .012
}

html[data-theme="light"] .progress-bar {
	background: var(--accent)
}

html[data-theme="light"] .cursor {
	border-color: var(--text);
	mix-blend-mode: normal;
	transition: width .2s, height .2s, background .2s, border-color .2s
}

html[data-theme="light"] .cursor-dot {
	background: var(--text)
}
html[data-theme="light"] body.quiz-fullpage .modal__header {
	background: rgb(253 252 250)
}
html[data-theme="light"] body.quiz-fullpage .modal__footer {
	background: rgb(253 252 250)
}

html[data-theme="light"] .cursor.hover {
	border-color: var(--text);
	background: rgba(28, 25, 23, 0.08)
}

html[data-theme="light"] .cursor.cursor--on-accent {
	border-color: #fff;
	mix-blend-mode: normal
}

html[data-theme="light"] .cursor.cursor--on-accent.hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.15)
}

html[data-theme="light"] .cursor-dot.cursor-dot--on-accent {
	background: #fff
}

html[data-theme="light"] .cursor.cursor--on-dark {
	border-color: var(--accent);
	mix-blend-mode: normal
}

html[data-theme="light"] .cursor.cursor--on-dark.hover {
	border-color: #faf9f7;
	background: rgba(250, 249, 247, 0.1)
}

html[data-theme="light"] .cursor-dot.cursor-dot--on-dark {
	background: var(--accent)
}

html[data-theme="light"] .hero {
	background: transparent
}

html[data-theme="light"] .hero__label {
	color: var(--accent-soft)
}

html[data-theme="light"] .hero__card {
	background: #1c1917;
	color: #faf9f7;
	border-color: rgba(250, 249, 247, 0.12);
	box-shadow: 14px 14px 0 var(--accent);
	transition: transform .4s var(--ease-out-expo), box-shadow .4s
}

html[data-theme="light"] .hero__card:hover {
	box-shadow: 18px 18px 0 var(--accent), 0 20px 50px rgba(232, 112, 10, 0.12)
}

html[data-theme="light"] .hero__card h3 { color: #faf9f7 }

html[data-theme="light"] .hero__card p { color: rgba(250, 249, 247, 0.7) }

html[data-theme="light"] .hero__stats {
	border-top-color: rgba(250, 249, 247, 0.1)
}

html[data-theme="light"] .hero__stat-label {
	color: rgba(250, 249, 247, 0.5)
}

html[data-theme="light"] .hero__desc {
	color: var(--text-muted)
}

html[data-theme="light"] .blob {
	opacity: .06
}

html[data-theme="light"] .btn-magnetic {
	border-color: var(--text);
	color: var(--text);
	transition: all .35s var(--ease-out-expo), box-shadow .35s
}

html[data-theme="light"] .btn-magnetic::before {
	background: var(--text)
}

html[data-theme="light"] .btn-magnetic:hover {
	color: var(--bg);
	box-shadow: 0 6px 20px rgba(28, 25, 23, 0.15)
}

html[data-theme="light"] .btn-magnetic--accent {
	border-color: var(--accent);
	color: var(--accent)
}

html[data-theme="light"] .btn-magnetic--accent::before {
	background: var(--accent)
}

html[data-theme="light"] .btn-magnetic--accent:hover {
	color: #fff;
	box-shadow: 0 6px 24px rgba(232, 112, 10, 0.25)
}

html[data-theme="light"] .section--light {
	color: #faf9f7
}

html[data-theme="light"] .section--light .section__label {
	color: rgba(250, 249, 247, 0.6)
}

html[data-theme="light"] .section--light .section__title,
html[data-theme="light"] .section--light .section__subtitle {
	color: #faf9f7
}

html[data-theme="light"] .section--light p {
	color: rgba(250, 249, 247, 0.72)
}

html[data-theme="light"] .service-card {
	border-color: rgba(28, 25, 23, 0.07);
	background: var(--glass);
	box-shadow: var(--card-shadow);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px)
}

html[data-theme="light"] .service-card:hover {
	box-shadow: var(--card-shadow-hover);
	transform: translateY(-8px)
}

html[data-theme="light"] .service-card:hover::before {
	background: var(--accent)
}

html[data-theme="light"] .service-card__num {
	color: rgba(28, 25, 23, 0.04)
}

html[data-theme="light"] .service-card__icon {
	border-color: var(--accent)
}

html[data-theme="light"] .service-card__icon svg {
	stroke: var(--accent)
}

html[data-theme="light"] .service-card__desc {
	color: var(--text-muted)
}

html[data-theme="light"] .about__image {
	border-color: var(--text);
	box-shadow: 12px 12px 0 rgba(232, 112, 10, 0.15)
}

html[data-theme="light"] .about__image:hover {
	box-shadow: 14px 14px 0 rgba(232, 112, 10, 0.2)
}

html[data-theme="light"] .about__image-inner::before {
	background: repeating-linear-gradient(0, transparent, transparent 2px, rgba(232, 112, 10, 0.02) 2px, rgba(232, 112, 10, 0.02) 4px)
}

html[data-theme="light"] .portfolio {
	background: transparent
}

html[data-theme="light"] .portfolio::before {
	background: linear-gradient(90deg, var(--bg) 0%, transparent 100%)
}

html[data-theme="light"] .portfolio::after {
	background: linear-gradient(270deg, var(--bg) 0%, transparent 100%)
}

html[data-theme="light"] .portfolio-item {
	border-color: rgba(28, 25, 23, 0.07);
	background: #fff;
	box-shadow: 0 8px 40px rgba(28, 25, 23, 0.07);
	border-radius: 18px;
	transition: all .45s var(--ease-out-expo)
}

html[data-theme="light"] .portfolio-item:hover {
	box-shadow: 0 20px 60px rgba(232, 112, 10, 0.14), 0 0 0 1px rgba(232, 112, 10, 0.15);
	transform: translateY(-6px) scale(1.01)
}

html[data-theme="light"] .portfolio-item__overlay {
	background: #1c1917;
	border-left-color: rgba(232, 112, 10, 0.45)
}

html[data-theme="light"] .portfolio-item__title {
	color: #faf9f7
}

html[data-theme="light"] .marquee {
	opacity: 0.5
}

html[data-theme="light"] .process-step__number {
	border-color: rgba(28, 25, 23, 0.10);
	background: var(--glass);
	box-shadow: 0 2px 12px rgba(28, 25, 23, 0.06);
	backdrop-filter: blur(8px)
}

html[data-theme="light"] .process-step:hover .process-step__number {
	border-color: var(--accent);
	box-shadow: 0 0 0 4px rgba(232, 112, 10, 0.10), 0 4px 16px rgba(232, 112, 10, 0.12)
}

html[data-theme="light"] .process__grid::before {
	background: linear-gradient(90deg, var(--accent), rgba(232, 112, 10, 0.15));
	height: 2px;
	opacity: 0.4
}

html[data-theme="light"] .process-step__title {
	color: var(--text)
}

html[data-theme="light"] .process-step__desc {
	color: var(--text-muted)
}

html[data-theme="light"] .faq-item {
	border-color: rgba(28, 25, 23, 0.07)
}

html[data-theme="light"] .faq-item__question {
	color: var(--text)
}

html[data-theme="light"] .faq-item__question:hover {
	color: var(--accent)
}

html[data-theme="light"] .faq-item__answer {
	color: var(--text-muted);
	transition: max-height .4s cubic-bezier(.16,1,.3,1)
}

html[data-theme="light"] .faq-item.active {
	border-color: rgba(232, 112, 10, 0.15)
}

html[data-theme="light"] .faq-item.active .faq-item__icon {
	background: var(--accent);
	border-color: var(--accent);
	color: #fff
}

html[data-theme="light"] .faq-still-questions {
	background: var(--glass);
	border-color: rgba(28, 25, 23, 0.06);
	box-shadow: var(--card-shadow);
	backdrop-filter: blur(12px)
}

html[data-theme="light"] .faq-nav__item a {
	border-left-color: rgba(28, 25, 23, 0.08);
	color: var(--text-muted)
}

html[data-theme="light"] .faq-nav__item a:hover,
html[data-theme="light"] .faq-nav__item a.active {
	border-left-color: var(--accent);
	color: var(--accent)
}

html[data-theme="light"] .cta-section {
	border-color: var(--section-divider);
	background: radial-gradient(circle at 25% 89%, rgba(232, 112, 10, 0.06) 23%, transparent 61%),
		radial-gradient(circle at 51% 70%, rgba(232, 112, 10, 0.03) 30%, transparent 95%);
	border-top: 1px solid var(--section-divider)
}

html[data-theme="light"] .cta-section__title {
	color: var(--text)
}

html[data-theme="light"] .cta-section__text {
	color: var(--text-muted)
}

html[data-theme="light"] .pricing-cta {
	border-color: rgba(28, 25, 23, 0.06);
	background: var(--glass);
	box-shadow: var(--card-shadow);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px)
}

html[data-theme="light"] .pricing-cta::before {
	background: radial-gradient(ellipse 40% 45% at 50% 20%, rgba(232, 112, 10, 0.04) 0, transparent 100%)
}

html[data-theme="light"] .pricing-cta__label {
	background: rgba(232, 112, 10, 0.10);
	color: var(--accent-soft)
}

html[data-theme="light"] .modal__backdrop {
	background: rgba(28, 25, 23, 0.65);
	backdrop-filter: blur(6px)
}

html[data-theme="light"] .modal__card {
	background: var(--bg);
	border-color: rgba(28, 25, 23, 0.08);
	box-shadow: 0 25px 80px rgba(28, 25, 23, 0.16)
}

html[data-theme="light"] .quiz-step-ind {
	border-color: rgba(28, 25, 23, 0.12)
}

html[data-theme="light"] .modal__header {
	border-bottom-color: var(--section-divider)
}

html[data-theme="light"] .modal__footer {
	border-top-color: var(--section-divider)
}

html[data-theme="light"] .modal__close {
	border-color: var(--text);
	color: var(--text)
}

html[data-theme="light"] .modal__close:hover {
	background: var(--accent);
	border-color: var(--accent);
	color: #fff
}
html[data-theme="light"] .ws-problem-list li {
	color: rgb(0 0 0 / 55%);
}
html[data-theme="light"] .field input,
html[data-theme="light"] .field select,
html[data-theme="light"] .field textarea {
	background: rgba(255, 255, 255, 0.65);
	border-color: rgba(28, 25, 23, 0.10);
	color: var(--text);
	box-shadow: 0 1px 3px rgba(28, 25, 23, 0.04);
	transition: all .3s ease
}

html[data-theme="light"] .field input:focus,
html[data-theme="light"] .field select:focus,
html[data-theme="light"] .field textarea:focus {
	border-color: var(--accent);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(232, 112, 10, 0.08), 0 2px 8px rgba(232, 112, 10, 0.06)
}

html[data-theme="light"] .field input::placeholder,
html[data-theme="light"] .field textarea::placeholder {
	color: rgba(28, 25, 23, 0.30)
}

html[data-theme="light"] .field select option {
	background: var(--bg);
	color: var(--text)
}

html[data-theme="light"] .field label {
	color: var(--text)
}

html[data-theme="light"] .result-box {
	border-color: rgba(232, 112, 10, 0.2);
	background: rgba(232, 112, 10, 0.03);
	box-shadow: var(--card-shadow)
}

html[data-theme="light"] .stats-section {
	background: rgba(255, 255, 255, 0.4);
	border-top: 1px solid var(--section-divider);
	border-bottom: 1px solid var(--section-divider);
	backdrop-filter: blur(8px)
}

html[data-theme="light"] .stat-item {
	border-color: rgba(28, 25, 23, 0.05)
}

html[data-theme="light"] .stat-item:not(:last-child)::after {
	background: rgba(28, 25, 23, 0.08)
}

html[data-theme="light"] .stat-item__value {
	color: var(--accent)
}

html[data-theme="light"] .stat-item__label {
	color: var(--text-muted)
}

html[data-theme="light"] .logo-item {
	border-color: rgba(28, 25, 23, 0.06);
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 2px 8px rgba(28, 25, 23, 0.04)
}

 

html[data-theme="light"] .logo-item:hover {
	border-color: rgba(232, 112, 10, 0.25);
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 8px 24px rgba(232, 112, 10, 0.08);
	transform: translateY(-4px)
}

html[data-theme="light"] .logo-item:hover img {
	filter: grayscale(0) brightness(1);
	opacity: 1
}

html[data-theme="light"] .testimonial-card {
	background: var(--glass);
	border-color: rgba(28, 25, 23, 0.06);
	box-shadow: var(--card-shadow);
	backdrop-filter: blur(10px)
}

html[data-theme="light"] .testimonial-card:hover {
	border-color: rgba(232, 112, 10, 0.20);
	box-shadow: var(--card-shadow-hover);
	transform: translateY(-6px)
}

html[data-theme="light"] .testimonial-card__text {
	color: var(--text);
	opacity: 0.85
}

html[data-theme="light"] .testimonial-card__author {
	border-top-color: rgba(28, 25, 23, 0.06)
}

html[data-theme="light"] .testimonial-card__role {
	color: var(--text-muted)
}

html[data-theme="light"] .footer {
	color: #faf9f7;
	border-top-color: var(--accent)
}

html[data-theme="light"] .footer__brand {
	color: #faf9f7
}

html[data-theme="light"] .footer__desc {
	color: rgba(250, 249, 247, 0.60)
}

html[data-theme="light"] .footer__title {
	color: rgba(250, 249, 247, 0.85)
}

html[data-theme="light"] .footer__links a {
	color: rgba(250, 249, 247, 0.55);
	text-decoration-color: rgba(250, 249, 247, 0.15);
	transition: color .3s, text-decoration-color .3s
}

html[data-theme="light"] .footer__links a:hover {
	color: #fff;
	text-decoration-color: var(--accent)
}

html[data-theme="light"] .footer__links a::after {
	background: var(--accent)
}

html[data-theme="light"] .footer__bottom {
	border-color: rgba(250, 249, 247, 0.08);
	color: rgba(250, 249, 247, 0.35)
}

html[data-theme="light"] .hero_b {
	background: transparent
}

html[data-theme="light"] .hero_b__bg {
	opacity: 0.20
}

html[data-theme="light"] .hero_b__label {
	border-color: var(--accent);
	color: var(--accent)
}

html[data-theme="light"] .hero_b__title {
	color: var(--text)
}

html[data-theme="light"] .hero_b__desc {
	color: var(--text-muted)
}

html[data-theme="light"] .blog-home-card {
	background: rgba(255, 255, 255, 0.65);
	border: 1px solid rgba(28, 25, 23, 0.06);
	border-radius: 16px;
	box-shadow: var(--card-shadow);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px)
}

html[data-theme="light"] .blog-home-card:hover {
	border-color: rgba(232, 112, 10, 0.25);
	box-shadow: var(--card-shadow-hover)
}

html[data-theme="light"] .blog-home-card__num {
	color: rgba(28, 25, 23, 0.03)
}

html[data-theme="light"] .blog-home-card:hover .blog-home-card__num {
	color: rgba(255, 255, 255, 0.12)
}

html[data-theme="light"] .blog-home-card__date {
	color: var(--accent-soft)
}

html[data-theme="light"] .blog-home-card__title {
	color: var(--text)
}

html[data-theme="light"] .blog-home-card__excerpt {
	color: var(--text-muted)
}

html[data-theme="light"] .blog-home-card__tag {
	border-color: rgba(232, 112, 10, 0.18);
	color: var(--accent-soft)
}

html[data-theme="light"] .blog-home-card__link {
	color: var(--accent)
}

html[data-theme="light"] .blog-home-card:hover .blog-home-card__tag {
	border-color: rgba(255, 255, 255, 0.3);
	color: #fff
}

html[data-theme="light"] .blog-home-card:hover .blog-home-card__date {
	color: rgba(255, 255, 255, 0.7)
}

html[data-theme="light"] .blog-home-card:hover .blog-home-card__title {
	color: #fff
}

html[data-theme="light"] .blog-home-card:hover .blog-home-card__excerpt {
	color: rgba(255, 255, 255, 0.7)
}

html[data-theme="light"] .blog-home-card:hover .blog-home-card__link {
	color: #fff
}

html[data-theme="light"] .blog-card__inner {
	border-color: rgba(28, 25, 23, 0.06);
	background: rgba(255, 255, 255, 0.65);
	border-radius: 14px;
	box-shadow: var(--card-shadow);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition: all .4s var(--ease-out-expo)
}

html[data-theme="light"] .blog-card__inner:hover {
	border-color: rgba(232, 112, 10, 0.2);
	box-shadow: var(--card-shadow-hover);
	transform: translateY(-4px)
}

html[data-theme="light"] .blog-card__image--placeholder {
	background: linear-gradient(135deg, var(--bg-soft) 0%, rgba(232, 112, 10, 0.03) 100%)
}

html[data-theme="light"] .blog-tag {
	border-color: rgba(232, 112, 10, 0.18);
	color: var(--accent-soft)
}

html[data-theme="light"] .blog-pagination__btn {
	border-color: rgba(28, 25, 23, 0.08);
	color: var(--text)
}

html[data-theme="light"] .blog-pagination__btn:hover {
	border-color: var(--accent);
	color: var(--accent)
}

html[data-theme="light"] .legal-card {
	background: rgba(255, 255, 255, 0.65);
	border-color: rgba(28, 25, 23, 0.06);
	box-shadow: var(--card-shadow);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px)
}

html[data-theme="light"] .legal-card p,
html[data-theme="light"] .legal-card li {
	color: var(--text-muted)
}

html[data-theme="light"] .legal-card h2,
html[data-theme="light"] .legal-card h3 {
	color: var(--text)
}

html[data-theme="light"] .legal-card hr {
	border-top-color: var(--section-divider)
}

html[data-theme="light"] .popover__card {
	background: rgba(255, 255, 255, 0.96);
	border-color: rgba(232, 112, 10, 0.2);
	box-shadow: 0 20px 60px rgba(28, 25, 23, 0.14);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px)
}

html[data-theme="light"] .calc-card {
	background: rgba(255, 255, 255, 0.65);
	border-color: rgba(28, 25, 23, 0.06);
	box-shadow: 0 12px 40px rgba(28, 25, 23, 0.08);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px)
}

html[data-theme="light"] .calc-title {
	color: var(--text)
}

html[data-theme="light"] .option-item {
	border-color: rgba(28, 25, 23, 0.08);
	background: rgba(255, 255, 255, 0.5)
}

html[data-theme="light"] .option-item:hover {
	border-color: rgba(232, 112, 10, 0.40);
	box-shadow: 0 0 0 4px rgba(232, 112, 10, 0.06)
}

html[data-theme="light"] .custom-radio {
	border-color: rgba(28, 25, 23, 0.25)
}

html[data-theme="light"] .input-group label {
	color: var(--text)
}

html[data-theme="light"] .input-group input {
	background: rgba(255, 255, 255, 0.6);
	border-color: rgba(28, 25, 23, 0.10);
	color: var(--text)
}

html[data-theme="light"] .input-group input:focus {
	border-color: rgba(232, 112, 10, 0.5);
	box-shadow: 0 0 0 4px rgba(232, 112, 10, 0.08)
}

html[data-theme="light"] .input-group input::placeholder {
	color: rgba(28, 25, 23, 0.35)
}

html[data-theme="light"] .btn-calc {
	border-color: rgba(28, 25, 23, 0.12);
	color: var(--text)
}

html[data-theme="light"] .btn-calc:hover {
	border-color: rgba(232, 112, 10, 0.40);
	box-shadow: 0 0 0 4px rgba(232, 112, 10, 0.06)
}

html[data-theme="light"] .btn-next,
html[data-theme="light"] .btn-submit {
	background: var(--accent);
	color: #fff;
	border-color: var(--accent);
	box-shadow: 0 6px 20px rgba(232, 112, 10, 0.18)
}

html[data-theme="light"] .step-dot {
	background: rgba(255, 255, 255, 0.6);
	border-color: rgba(28, 25, 23, 0.12);
	color: var(--text)
}

html[data-theme="light"] .progress-line {
	background: rgba(28, 25, 23, 0.10)
}

html[data-theme="light"] .trust-footer {
	border-top-color: var(--section-divider);
	color: var(--text)
}

html[data-theme="light"] .step-info {
	background: rgba(232, 112, 10, 0.05);
	border-color: rgba(232, 112, 10, 0.15);
	color: var(--text-muted)
}

html[data-theme="light"] .btn_b-magnetic {
	border-color: var(--text);
	color: var(--text);
	transition: all .35s var(--ease-out-expo), box-shadow .35s
}

html[data-theme="light"] .btn_b-magnetic::before {
	background: var(--text)
}

html[data-theme="light"] .btn_b-magnetic:hover {
	color: var(--bg);
	box-shadow: 0 6px 20px rgba(28, 25, 23, 0.15)
}

html[data-theme="light"] .btn_b-magnetic--accent {
	border-color: var(--accent);
	color: var(--accent)
}

html[data-theme="light"] .btn_b-magnetic--accent:hover {
	color: #fff;
	box-shadow: 0 6px 24px rgba(232, 112, 10, 0.25)
}

html[data-theme="light"] .btn_b-magnetic--solid {
	background: var(--accent);
	border-color: var(--accent);
	color: #fff
}

html[data-theme="light"] .value-item__marker {
	background: var(--accent)
}

html[data-theme="light"] .carousel-btn {
	box-shadow: 0 8px 24px rgba(28, 25, 23, 0.10);
	border-color: rgba(255, 255, 255, 0.3)
}

html[data-theme="light"] .carousel-btn:hover:not(:disabled) {
	box-shadow: 0 12px 32px rgba(232, 112, 10, 0.15)
}

html[data-theme="light"] .pricing-tag-item {
	color: var(--text-muted)
}

html[data-theme="light"] .marquee {
	opacity: 0.85;
	box-shadow: 0 4px 16px rgba(28, 25, 23, 0.06)
}

html[data-theme="light"] .section__label {
	color: var(--accent-soft)
}

html[data-theme="light"] .section__title {
	color: var(--text)
}

html[data-theme="light"] .section__subtitle {
	color: var(--text-muted)
}

html[data-theme="light"] .section__title .outline {
	-webkit-text-stroke-color: var(--text)
}

html[data-theme="light"] .faq-hero {
	background: radial-gradient(ellipse 60% 40% at 50% 40%, rgba(232, 112, 10, 0.05) 0, transparent 60%)
}

html[data-theme="light"] .case {
	border-color: rgba(28, 25, 23, 0.06);
	background: rgba(255, 255, 255, 0.5);
	box-shadow: var(--card-shadow);
	backdrop-filter: blur(8px)
}

html[data-theme="light"] .case:hover {
	border-color: rgba(232, 112, 10, 0.25);
	box-shadow: var(--card-shadow-hover)
}

html[data-theme="light"] .case__num {
	color: rgba(28, 25, 23, 0.04)
}

html[data-theme="light"] .case__badge--demo {
	background: rgba(28, 25, 23, 0.06);
	border-color: rgba(28, 25, 23, 0.10);
	color: var(--text-muted)
}

html[data-theme="light"] .case__meta-label {
	color: var(--text-muted)
}

html[data-theme="light"] .case__tag {
	border-color: rgba(232, 112, 10, 0.18)
}

html[data-theme="light"] .tpl-card {
	border-color: rgba(28, 25, 23, 0.06);
	background: rgba(255, 255, 255, 0.5);
	box-shadow: var(--card-shadow)
}

html[data-theme="light"] .tpl-card:hover {
	border-color: rgba(232, 112, 10, 0.30);
	box-shadow: var(--card-shadow-hover)
}

html[data-theme="light"] .pf-divider__label::after {
	background: var(--section-divider)
}

html[data-theme="light"] .pf-cta {
	border-top-color: var(--section-divider);
	background: radial-gradient(circle at 50% 50%, rgba(232, 112, 10, 0.04) 0, transparent 60%)
}

html[data-theme="light"] .select-card__inner {
	border-color: rgba(28, 25, 23, 0.08);
	background: rgba(255, 255, 255, 0.4)
}

html[data-theme="light"] .select-card:hover .select-card__inner {
	border-color: rgba(28, 25, 23, 0.18)
}

html[data-theme="light"] .select-card input:checked + .select-card__inner {
	border-color: var(--accent);
	background: rgba(232, 112, 10, 0.04)
}

html[data-theme="light"] .check-row {
	border-color: rgba(28, 25, 23, 0.08)
}

html[data-theme="light"] .check-row:hover {
	border-color: rgba(28, 25, 23, 0.18)
}

html[data-theme="light"] .theme-toggle:hover {
	background: rgba(232, 112, 10, 0.10);
	color: var(--accent)
}

html[data-theme="light"] .blog-article__content li {
	color: var(--text)
}
.nav__right {
	display: flex;
	align-items: center;
	gap: .35rem;
	flex-shrink: 0
}

.theme-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	padding: .35rem;
	color: var(--text);
	flex-shrink: 0;
	cursor: pointer;
	transition: background .2s, color .2s, transform .3s
}

.theme-toggle:hover {
	background: rgba(249, 115, 22, 0.12);
	color: var(--accent);
	transform: rotate(20deg)
}

.theme-toggle svg {
	width: 20px;
	height: 20px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	display: block
}

.theme-toggle .icon-moon {
	display: none
}

html[data-theme="light"] .theme-toggle .icon-sun {
	display: none
}

html[data-theme="light"] .theme-toggle .icon-moon {
	display: block
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
	width: 100%
}

body {
	font-family: var(--font-sans);
	background: var(--bg);
	color: var(--text);
	line-height: 1.6;
	overflow-x: hidden;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	position: relative
}

:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 3px;
	border-radius: 6px
}

::selection {
	background: var(--accent);
	color: var(--bg)
}

img {
	max-width: 100%;
	display: block
}

a {
	color: inherit;
	text-decoration: none
}

button {
	font-family: inherit;
	border: 0;
	background: 0;
	color: inherit
}

@media (pointer: fine) {

	body,
	a,
	button {
		cursor: none
	}
}

@media(prefers-reduced-motion:reduce) {
	html {
		scroll-behavior: auto
	}

	*,
	*::before,
	*::after {
		animation-duration: .001ms !important;
		transition-duration: .001ms !important
	}
}

.cursor {
	position: fixed;
	width: 20px;
	height: 20px;
	border: 2px solid var(--accent);
	border-radius: 50%;
	pointer-events: none;
	z-index: 9999;
	transform: translate(-50%, -50%);
	transition: width .2s, height .2s, background .2s, border-color .2s;
	mix-blend-mode: difference
}

.cursor.hover {
	width: 50px;
	height: 50px;
	background: rgba(249, 115, 22, 0.1);
	border-color: var(--text)
}

.cursor-dot {
	position: fixed;
	width: 4px;
	height: 4px;
	background: var(--accent);
	border-radius: 50%;
	pointer-events: none;
	z-index: 9999;
	transform: translate(-50%, -50%)
}

@media(pointer:coarse) {

	.cursor,
	.cursor-dot {
		display: none
	}

	body {
		cursor: auto
	}

	button {
		cursor: pointer
	}

	a {
		cursor: pointer
	}
}

.noise {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	z-index: 9998;
	opacity: .03;
	background-image: url("data:image/svg+xml,%3CsvgviewBox='00200200'xmlns='http://www.w3.org/2000/svg'%3E%3Cfilterid='noiseFilter'%3E%3CfeTurbulencetype='fractalNoise'baseFrequency='0.65'numOctaves='3'stitchTiles='stitch'/%3E%3C/filter%3E%3Crectwidth='100%25'height='100%25'filter='url(%23noiseFilter)'/%3E%3C/svg%3E")
}

.progress-bar {
	position: fixed;
	top: 0;
	left: 0;
	height: 3px;
	background: var(--accent);
	z-index: 10000;
	transform-origin: left;
	transform: scaleX(0);
	will-change: transform
}

.nav {
	position: fixed;
	top: 1.25rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
	background: rgba(10, 22, 40, 0.82);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(241, 245, 249, 0.1);
	border-radius: 100px;
	padding: .75rem 1.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	width: min(1100px, calc(100% - 2rem));
	height: min(70px, calc(100% - 2rem));
	transition: all .4s var(--ease-out-expo)
}

.nav.scrolled {
	padding: .5rem 1rem;
	background: rgba(10, 22, 40, 0.95);
	border-color: rgba(241, 245, 249, 0.2)
}

.nav__brand {
	font-weight: 800;
	font-size: 1.01rem;
	text-transform: uppercase;
	color: var(--text)
}

.nav__links {
	display: flex;
	gap: 1.75rem;
	align-items: center
}

.nav__link {
	font-size: 1.01rem;
	color: #fff;
	position: relative;
	padding: .25rem 0;
	transition: color .3s;
	font-weight: 800
}

.nav__link::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--accent);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .4s var(--ease-out-expo)
}

.nav__link:hover {
	color: var(--text)
}

.nav__link:hover::before {
	transform: scaleX(1);
	transform-origin: left
}

.nav__cta {
	background: var(--accent);
	color: var(--bg);
	padding: .5rem 1.25rem;
	border-radius: 100px;
	font-size: .875rem;
	font-weight: 700;
	transition: all .3s;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	min-height: var(--tap);
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.nav__cta::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: width .6s, height .6s
}

.nav__cta:hover::before {
	width: 300px;
	height: 300px
}

.nav__menu-btn {
	display: none;
	flex-direction: column;
	gap: 4px;
	padding: .5rem;
	min-width: var(--tap);
	min-height: var(--tap);
	align-items: center;
	justify-content: center
}

.nav__menu-btn span {
	display: block;
	width: 20px;
	height: 2px;
	background: var(--text);
	transition: .3s;
	border-radius: 2px
}

.nav__menu-btn[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(6px) rotate(45deg)
}

.nav__menu-btn[aria-expanded="true"] span:nth-child(2) {
	opacity: 0
}

.nav__menu-btn[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg)
}

.nav-drawer-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 999;
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s
}

.nav-drawer {
	position: fixed;
	top: 10%;
	left: 50%;
	transform: translateX(-50%) translateY(-10px);
	width: min(520px, calc(100% - 2rem));
	background: rgba(10, 22, 40, 0.95);
	border: 1px solid rgba(241, 245, 249, 0.2);
	border-radius: 24px;
	z-index: 1001;
	padding: 1rem;
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s, transform .25s;
	backdrop-filter: blur(20px)
}

.nav-drawer__links {
	display: grid;
	gap: .25rem;
	margin-top: .5rem
}

.nav-drawer__links a {
	padding: .9rem 1rem;
	border-radius: 14px;
	color: var(--text);
	background: rgba(241, 245, 249, 0.06);
	border: 1px solid rgba(241, 245, 249, 0.08);
	font-weight: 650;
	min-height: var(--tap);
	display: flex;
	align-items: center;
	justify-content: space-between
}

.nav-drawer__links a:hover {
	border-color: rgba(249, 115, 22, 0.6)
}

body.menu-open .nav-drawer-backdrop {
	opacity: 1;
	pointer-events: auto
}

body.menu-open .nav-drawer {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0)
}

@media(max-width:900px) {
	.nav__links {
		display: none
	}

	.nav__menu-btn {
		display: flex
	}
}

.hero {
	min-height: 100vh;
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
	padding: calc(6.5rem + env(safe-area-inset-top)) var(--container-pad) 4rem;
	overflow: hidden;
	gap: 3rem;
	background: radial-gradient(circle at 46% 53%, rgba(249, 115, 0, 0.3) 0, transparent 100%), radial-gradient(circle at 11% 16%, rgba(249, 140, 22, 0.05) 0, transparent 35%)
}

.hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 2;
	padding: 4rem var(--container-pad);
	margin-top: 10%
}

.hero__label {
	font-family: var(--font-mono);
	font-size: .875rem;
	color: var(--accent);
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	gap: 1rem
}

.hero__label::before {
	content: '';
	width: 40px;
	height: 1px;
	background: var(--accent)
}

.hero__title {
	font-size: clamp(2rem, 9vw, 3rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.03em;
	margin-bottom: 1.5rem;
	position: relative;
	height: clamp(6rem, 16vw, 12rem);
	overflow: hidden;
	contain: layout style
}

.hero__scramble {
	display: block;
	color: var(--text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.hero__desc {
	font-size: 1.1rem;
	color: var(--text-muted);
	max-width: 560px;
	margin-bottom: 2.25rem;
	line-height: 1.7
}

.hero__actions {
	display: flex;
	gap: 1rem;
	align-items: center;
	flex-wrap: wrap
}

.btn-magnetic {
	position: relative;
	padding: 1rem 2.25rem;
	background: transparent;
	border: 2px solid var(--text);
	color: var(--text);
	font-weight: 700;
	font-size: 1rem;
	transition: all .3s;
	overflow: hidden;
	min-height: var(--tap);
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.btn-magnetic::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--text);
	transform: translateY(100%);
	transition: transform .4s var(--ease-out-expo);
	z-index: -1
}

.btn-magnetic:hover {
	color: var(--bg);
	border-color: var(--text)
}

.btn-magnetic:hover::before {
	transform: translateY(0)
}

.btn-magnetic--accent {
	border-color: var(--accent);
	color: var(--accent)
}

.btn-magnetic--accent::before {
	background: var(--accent)
}

.btn-magnetic--accent:hover {
	color: #ffffff
}

.hero__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 520px
}

.blob-container {
	position: absolute;
	width: clamp(260px, 40vw, 520px);
	height: clamp(260px, 40vw, 520px);
	inset: auto;
	z-index: 0;
	pointer-events: none
}

.blob {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--accent) 0, transparent 70%);
	opacity: .1;
	filter: blur(60px);
	will-change: transform;
	animation: blob-morph 10s ease-in-out infinite
}

.blob:nth-child(2) {
	background: linear-gradient(225deg, var(--text) 0, transparent 70%);
	animation-delay: -5s;
	opacity: .05
}

@keyframes blob-morph {

	0%,
	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
		transform: rotate(0)
	}

	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
		transform: rotate(180deg)
	}
}

.hero__card {
	position: relative;
	z-index: 2;
	background: var(--bg-card);
	color: var(--bg);
	padding: 2.25rem;
	border: 4px solid var(--bg);
	box-shadow: 16px 16px 0 var(--accent);
	transform: rotate(-2deg);
	transition: transform .4s var(--ease-out-expo), box-shadow .4s;
	max-width: 420px
}

.hero__card:hover {
	transform: rotate(0) translateY(-5px);
	box-shadow: 20px 20px 0 var(--accent)
}

.hero__card h3 {
	font-size: 1.5rem;
	font-weight: 900;
	margin-bottom: .75rem
}

.hero__card p {
	font-size: .9rem;
	line-height: 1.6;
	opacity: .7;
	margin-bottom: 1.25rem
}

.hero__stats {
	display: flex;
	gap: 2rem;
	padding-top: 1rem;
	border-top: 2px solid rgba(10, 22, 40, 0.1)
}

.hero__stat {
	text-align: left
}

.hero__stat-value {
	font-size: 2.25rem;
	font-weight: 900;
	display: block
}

.hero__stat-label {
	font-family: var(--font-mono);
	font-size: .75rem;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--bg-soft);
	margin-top: .25rem
}

@media(max-width:900px) {
	.hero {
		grid-template-columns: 1fr;
		padding: calc(6rem + env(safe-area-inset-top)) var(--container-pad) 3rem;
		gap: 2rem
	}

	.hero__visual {
		min-height: auto;
		padding-top: .5rem;
		padding-bottom: .5rem
	}

	.hero__card {
		transform: none;
		box-shadow: 10px 10px 0 var(--accent);
		padding: 1.5rem;
		border-width: 3px
	}

	.hero__card:hover {
		transform: none;
		box-shadow: 10px 10px 0 var(--accent)
	}

	.hero__stat-value {
		font-size: 1.75rem
	}
}

.section {
	padding: 8rem var(--container-pad);
	position: relative
}

.section--light {
	background: var(--bg-card);
	color: var(--bg);
	clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
	padding: 10rem var(--container-pad)
}

.section__header {
	margin-bottom: 4rem;
	position: relative
}

.section__label {
	font-family: var(--font-mono);
	font-size: .875rem;
	color: var(--accent);
	text-transform: uppercase;
	letter-spacing: .2em;
	margin-bottom: 1rem;
	display: block
}

.section--light .section__label {
	color: var(--bg);
	opacity: .6
}

.section__title {
	font-size: clamp(2.25rem, 5vw, 4rem);
	font-weight: 900;
	line-height: 1.1;
	max-width: 700px
}

.section__title .outline {
	-webkit-text-stroke: 2px currentColor;
	-webkit-text-fill-color: transparent
}

.section__subtitle {
	font-size: 1.125rem;
	color: var(--text-muted);
	line-height: 1.7;
	max-width: 600px;
	margin-top: 1rem
}

.services__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: clamp(2rem, 5vw, 5rem);
	position: relative
}

.service-card {
	background: transparent;
	border: 2px solid rgba(241, 245, 249, 0.1);
	padding: clamp(1.5rem, 3vw, 3rem);
	position: relative;
	transition: all .4s var(--ease-out-expo);
	overflow: hidden
}

.service-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--accent);
	transform: translateY(100%);
	transition: transform .4s var(--ease-out-expo);
	z-index: 0
}

.service-card:hover {
	border-color: var(--accent);
	transform: translateY(-10px)
}

.service-card:hover::before {
	transform: translateY(0)
}

.service-card>* {
	position: relative;
	z-index: 1
}

.service-card:nth-child(1) {
	grid-column: 1 / 7
}

.service-card:nth-child(2) {
	grid-column: 7 / 13;
	margin-top: 4rem
}

.service-card:nth-child(3) {
	grid-column: 4 / 10;
	margin-top: -2rem
}

.service-card__num {
	font-family: var(--font-mono);
	font-size: clamp(2.75rem, 5vw, 4rem);
	font-weight: 900;
	color: rgba(241, 245, 249, 0.05);
	position: absolute;
	top: 1rem;
	right: 2rem;
	line-height: 1;
	transition: color .4s
}

.service-card:hover .service-card__num {
	color: rgba(10, 22, 40, 0.2)
}

.service-card__icon {
	width: 60px;
	height: 60px;
	border: 2px solid var(--accent);
	display: grid;
	place-items: center;
	margin-bottom: 2rem;
	transition: all .4s
}

.service-card:hover .service-card__icon {
	border-color: var(--bg);
	background: var(--bg);
	color: var(--accent)
}

.service-card__title {
	font-size: 1.75rem;
	font-weight: 800;
	margin-bottom: 1rem;
	transition: color .4s
}

.service-card__desc {
	color: var(--text-muted);
	line-height: 1.7;
	transition: color .4s
}

.service-card:hover .service-card__desc {
	color: rgba(10, 22, 40, 0.8)
}

@media(max-width:900px) {

	.service-card:nth-child(1),
	.service-card:nth-child(2),
	.service-card:nth-child(3) {
		grid-column: 1 / -1;
		margin-top: 0
	}
}

.marquee {
	background: var(--accent);
	color: var(--bg);
	padding: 1.75rem 0;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	transform: rotate(-1deg) scale(1.1);
	margin: 4rem 0;
	width: 100vw;
	margin-left: calc(-1 * var(--container-pad))
}

.marquee__inner {
	display: flex;
	width: max-content;
	gap: 4rem;
	will-change: transform;
	animation: marquee 18s linear infinite;
	font-size: clamp(1.25rem, 3vw, 2rem);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding-left: 4rem
}

.marquee__inner span {
	white-space: nowrap
}

@keyframes marquee {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-50%)
	}
}

.portfolio {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: var(--bg);
	padding: 3rem 0
}

.portfolio__header {
	position: absolute;
	top: 4rem;
	left: var(--container-pad);
	z-index: 10;
	pointer-events: none
}

.portfolio__header * {
	pointer-events: auto
}

.portfolio__controls-wrapper {
	position: absolute;
	top: 50%;
	left: max(var(--container-pad), calc((100vw - 100%) / 2));
	right: max(var(--container-pad), calc((100vw - 100%) / 2));
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 30
}

.carousel-btn {
	pointer-events: auto;
	width: 52px;
	height: 52px;
	border-radius: 999px;
	background: rgba(249, 115, 22, 0.95);
	color: #fff;
	display: grid;
	place-items: center;
	transition: transform .25s var(--ease-out-expo), background .25s var(--ease-out-expo), opacity .25s;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(10px)
}

.carousel-btn:hover  {
	transform: scale(1.08);
	background: #fff;
	color: var(--accent)
}

 

.portfolio__track {
	display: flex;
	gap: clamp(1rem, 2.5vw, 2.5rem);
	padding: 12rem max(var(--container-pad), calc((80vw - 1100px) / 2)) 9rem;
	height: 100%;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-padding-inline: max(var(--container-pad), calc((100vw - 1100px) / 2));
	scrollbar-width: none;
	-ms-overflow-style: none;
	cursor: grab;
	overscroll-behavior-x: contain
}

.portfolio__track::-webkit-scrollbar {
	display: none
}

.portfolio__track:active {
	cursor: grabbing
}

.portfolio {
	--edge-fade: 64px
}

.portfolio::before,
.portfolio::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: var(--edge-fade);
	pointer-events: none;
	z-index: 20
}

.portfolio::before {
	left: 0;
	background: linear-gradient(90deg, rgba(10, 22, 40, 1), rgba(10, 22, 40, 0))
}

.portfolio::after {
	right: 0;
	background: linear-gradient(270deg, rgba(10, 22, 40, 1), rgba(10, 22, 40, 0))
}

.portfolio-item {
	flex: 0 0 auto;
	width: clamp(340px, 72vw, 980px);
	height: clamp(420px, 60vh, 560px);
	min-height: 420px;
	background: #111;
	border: 1px solid rgba(255, 255, 255, 0.12);
	display: grid;
	grid-template-columns: 1fr minmax(260px, 320px);
	overflow: hidden;
	position: relative;
	scroll-snap-align: center;
	transition: transform .45s var(--ease-out-expo), border-color .45s var(--ease-out-expo);
	border-radius: 18px;
	align-items: stretch
}

.portfolio-item:hover {
	border-color: rgba(249, 115, 22, 0.65);
	transform: translateY(-6px) scale(1.01)
}

.portfolio-item__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	transition: transform .6s ease, filter .6s ease;
	min-height: 0;
	display: block
}

.portfolio-item:hover .portfolio-item__image {
	filter: brightness(1);
	transform: scale(1.03)
}

.portfolio-item__overlay {
	background: #0a1628;
	padding: clamp(1.6rem, 2.2vw, 2.6rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-left: 1px solid rgba(249, 115, 22, 0.55);
	position: relative;
	z-index: 5;
	height: 100%;
	align-self: stretch;
	min-height: 0;
	box-sizing: border-box
}

.portfolio-item__title {
	font-size: clamp(1.45rem, 2vw, 2rem);
	font-weight: 900;
	margin-bottom: 1.1rem;
	color: #fff;
	line-height: 1.2
}

.portfolio-item__tags {
	display: flex;
	flex-direction: column;
	gap: .65rem;
	font-family: var(--font-mono);
	font-size: .85rem;
	color: var(--accent)
}

.portfolio-item__tags span::before {
	content: '→ '
}

@media(max-width:900px) {

	.portfolio::before,
	.portfolio::after {
		display: none
	}

	.portfolio-item {
		grid-template-columns: 1fr;
		width: 85vw;
		height: auto;
		min-height: 500px;
		border-radius: 16px
	}

	.portfolio-item__image {
		height: 250px
	}

	.portfolio-item__overlay {
		border-left: 0;
		border-top: 2px solid var(--accent);
		padding: 2rem 1.5rem
	}

	.portfolio__controls-wrapper {
		top: 40%;
		transform: none;
		left: var(--container-pad);
		right: var(--container-pad)
	}
}

.about__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(2rem, 6vw, 6rem);
	align-items: center
}

.about__image {
	position: relative;
	border: 4px solid var(--text);
	padding: 1.25rem;
	transform: rotate(2deg);
	transition: transform .4s;
	background: transparent
}

.about__image:hover {
	transform: rotate(0) scale(1.02)
}

.about__image-inner {
	background: linear-gradient(135deg, var(--bg-soft) 0, var(--bg) 100%);
	aspect-ratio: 3 / 4;
	overflow: hidden;
	position: relative;
	border-radius: 2px
}

.about__image-inner img {
	width: 100%;
	height: 130%;
	object-fit: cover;
	filter: contrast(1.05) saturate(1.05)
}

.about__image-inner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(0, transparent, transparent 2px, rgba(249, 115, 22, 0.03) 2px, rgba(249, 115, 22, 0.03) 4px);
	pointer-events: none
}

.glitch-text {
	position: relative;
	display: inline-block
}

.glitch-text:hover {
	animation: glitch .3s infinite
}

@keyframes glitch {
	0% {
		transform: translate(0)
	}

	20% {
		transform: translate(-2px, 2px)
	}

	40% {
		transform: translate(-2px, -2px)
	}

	60% {
		transform: translate(2px, 2px)
	}

	80% {
		transform: translate(2px, -2px)
	}

	100% {
		transform: translate(0)
	}
}

.about__values {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	margin-top: 3rem
}

.value-item {
	display: flex;
	align-items: flex-start;
	gap: 1rem
}

.value-item__marker {
	width: 30px;
	height: 30px;
	background: var(--accent);
	flex-shrink: 0;
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	margin-top: .25rem
}

@media(max-width:900px) {
	.about__grid {
		grid-template-columns: 1fr;
		gap: 3rem
	}

	.about__values {
		grid-template-columns: 1fr
	}
}

.process__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	position: relative;
	margin-top: 3rem
}

.process__grid::before {
	content: '';
	position: absolute;
	top: 30px;
	left: 60px;
	right: 60px;
	height: 2px;
	background: linear-gradient(90deg, var(--accent), var(--bg-soft));
	z-index: 0
}

.process-step {
	position: relative;
	z-index: 1;
	text-align: center
}

.process-step__number {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: var(--bg);
	border: 3px solid var(--text);
	display: grid;
	place-items: center;
	margin: 0 auto 1.5rem;
	font-size: 2rem;
	font-weight: 800;
	color: var(--accent);
	transition: all .3s var(--ease-out-expo);
	position: relative
}

.process-step:hover .process-step__number {
	border-color: var(--accent);
	transform: scale(1.1);
	box-shadow: 0 0 20px rgba(249, 115, 22, 0.3)
}

.process-step__title {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: .5rem;
	color: var(--text)
}

.process-step__desc {
	font-size: .95rem;
	color: var(--text-muted);
	line-height: 1.6
}

@media(max-width:900px) {
	.process__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 3rem 1.5rem
	}

	.process__grid::before {
		display: none
	}
}

@media(max-width:600px) {
	.process__grid {
		grid-template-columns: 1fr
	}
}

.pricing-cta {
	background: var(--bg-soft);
	border-radius: 2px;
	padding: clamp(2rem, 5vw, 4rem);
	text-align: center;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(241, 245, 249, 0.1);
	margin-bottom: 5rem
}

.pricing-cta::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 50%, rgba(249, 115, 22, 0.1) 0, transparent 50%), radial-gradient(circle at 80% 50%, rgba(249, 115, 22, 0.05) 0, transparent 50%)
}

.pricing-cta__content {
	position: relative;
	z-index: 1;
	max-width: 700px;
	margin: 0 auto
}

.pricing-cta__label {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	padding: 6px 14px;
	background: rgba(249, 115, 22, 0.15);
	color: var(--accent);
	border-radius: 100px;
	font-size: .85rem;
	font-weight: 600;
	margin-bottom: 1rem
}

.pricing-cta__title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	margin-bottom: 1rem
}

.pricing-cta__text {
	color: var(--text-muted);
	font-size: 1.1rem;
	margin-bottom: 2rem
}

.pricing-tags {
	display: flex;
	justify-content: center;
	gap: 2rem;
	flex-wrap: wrap;
	margin-top: 3rem
}

.pricing-tag-item {
	display: flex;
	align-items: center;
	gap: .6rem;
	color: var(--text-muted);
	font-size: .9rem
}

.pricing-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--accent)
}

.cta-section {
	background: radial-gradient(circle at 25% 89%, rgba(249, 115, 22, 0.1) 23%, transparent 61%), radial-gradient(circle at 51% 70%, rgba(252, 115, 22, 0.05) 30%, transparent 95%);
	padding: 6rem var(--container-pad);
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgba(241, 245, 249, 0.1)
}

.cta-section__content {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 700px;
	margin: 0 auto
}

.cta-section__title {
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 800;
	margin-bottom: 1.5rem
}

.cta-section__text {
	color: var(--text-muted);
	font-size: 1.15rem;
	margin-bottom: 3rem;
	line-height: 1.7
}

.cta-section__actions {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap
}

.faq__list {
	max-width: 800px;
	margin: 0 auto
}

.faq-item {
	border-bottom: 2px solid rgba(241, 245, 249, 0.1);
	overflow: hidden
}

.faq-item__question {
	width: 100%;
	padding: 1.5rem 0;
	text-align: left;
	font-size: clamp(1.05rem, 2.2vw, 1.25rem);
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: color .3s;
	min-height: var(--tap);
	gap: 1rem
}

.faq-item__question:hover {
	color: var(--accent)
}

.faq-item__icon {
	width: 40px;
	height: 40px;
	border: 2px solid currentColor;
	display: grid;
	place-items: center;
	position: relative;
	transition: all .3s;
	flex: 0 0 40px
}

.faq-item__icon::before,
.faq-item__icon::after {
	content: '';
	position: absolute;
	background: currentColor;
	transition: transform .3s, opacity .3s
}

.faq-item__icon::before {
	width: 16px;
	height: 2px
}

.faq-item__icon::after {
	width: 2px;
	height: 16px
}

.faq-item.active .faq-item__icon {
	background: var(--accent);
	border-color: var(--accent);
	color: var(--bg);
	transform: rotate(180deg)
}

.faq-item.active .faq-item__icon::after {
	transform: rotate(90deg);
	opacity: 0
}

.faq-item__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height .35s ease;
	color: var(--text-muted);
	line-height: 1.8;
	padding-right: .25rem
}

.faq-item.active .faq-item__answer {
	padding-bottom: 2rem
}

.modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 2rem
}

.modal.active {
	display: flex
}

.modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 22, 40, 0.95);
	backdrop-filter: blur(10px)
}

.modal__card {
	position: relative;
	background: var(--bg-soft);
	border: 3px solid var(--text);
	max-width: 800px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	display: flex;
	flex-direction: column
}

.modal__header {
	padding: 2rem;
	border-bottom: 2px solid rgba(241, 245, 249, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

.modal__title {
	font-size: 1.5rem;
	font-weight: 800;
	margin-bottom: .5rem
}

.modal__subtitle {
	color: var(--text-muted);
	font-size: .9rem
}

.modal__close {
	width: 40px;
	height: 40px;
	border: 2px solid var(--text);
	display: grid;
	place-items: center;
	font-size: 1.5rem;
	transition: all .3s
}

.modal__close:hover {
	background: var(--accent);
	border-color: var(--accent);
	color: var(--bg)
}

.modal__body {
	padding: 2rem;
	flex: 1;
	overflow-y: auto
}

.modal__footer {
	padding: 2rem;
	border-top: 2px solid rgba(241, 245, 249, 0.1);
	display: flex;
	justify-content: space-between
}

.quiz-progress {
	display: flex;
	gap: 1rem;
	margin-bottom: 2rem
}

.quiz-step-ind {
	width: 40px;
	height: 40px;
	border: 2px solid rgba(241, 245, 249, 0.2);
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-weight: 700;
	font-size: .875rem;
	transition: all .3s
}

.quiz-step-ind.active {
	border-color: var(--accent);
	background: var(--accent);
	color: var(--bg)
}

.quiz-step-ind.completed {
	border-color: var(--accent);
	color: var(--accent)
}

.quiz-panel {
	display: none
}

.quiz-panel.active {
	display: block;
	animation: fadeIn .4s
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.select-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1rem
}

.select-card {
	position: relative;
	cursor: pointer
}

.select-card input {
	position: absolute;
	opacity: 0
}

.select-card__inner {
	padding: 1.5rem;
	border: 2px solid rgba(241, 245, 249, 0.1);
	transition: all .3s;
	height: 100%
}

.select-card:hover .select-card__inner {
	border-color: rgba(241, 245, 249, 0.3)
}

.select-card input:checked+.select-card__inner {
	border-color: var(--accent);
	background: rgba(249, 115, 22, 0.05)
}

.select-card__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .5rem
}

.select-card__top strong {
	font-size: 1.1rem
}

.info-btn {
	width: 24px;
	height: 24px;
	border: 1px solid var(--text-muted);
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: .875rem;
	color: var(--text-muted);
	transition: all .3s
}

.info-btn:hover {
	border-color: var(--accent);
	color: var(--accent)
}

.select-card__desc {
	font-size: .875rem;
	color: var(--text-muted)
}

.select-card__price {
	font-size: .875rem;
	color: var(--accent);
	font-weight: 700;
	margin-top: .5rem
}

.check-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1rem
}

.check-row {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1rem;
	border: 2px solid rgba(241, 245, 249, 0.1);
	cursor: pointer;
	transition: all .3s
}

.check-row:hover {
	border-color: rgba(241, 245, 249, 0.3)
}

.check-row input[type="checkbox"] {
	width: 20px;
	height: 20px;
	accent-color: var(--accent);
	margin-top: 2px
}

.check-row span {
	font-size: .95rem;
	line-height: 1.5
}

.check-row input:checked+span {
	color: var(--accent)
}

.form-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1.5rem;
	margin-bottom: 1.5rem
}

.field {
	display: flex;
	flex-direction: column;
	gap: .5rem
}

.field label {
	font-size: .875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em
}

.field input:focus,
.field select:focus,
.field textarea:focus {
	outline: 0;
	border-color: var(--accent)
}

.field select option {
	background: var(--bg)
}

.result-box {
	padding: 2rem;
	border: 3px solid var(--accent);
	text-align: center;
	margin-bottom: 2rem
}

.result-box__label {
	font-family: var(--font-mono);
	font-size: .875rem;
	color: var(--accent);
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: .5rem
}

.result-box__value {
	font-size: 2.5rem;
	font-weight: 900;
	color: var(--accent)
}

.alert {
	padding: 1rem;
	background: rgba(239, 68, 68, 0.1);
	border: 2px solid rgba(239, 68, 68, 0.3);
	color: #ef4444;
	margin-bottom: 1rem;
	display: none
}

.alert.show {
	display: block
}

.popover {
	position: fixed;
	inset: 0;
	z-index: 3000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 2rem
}

.popover.active {
	display: flex
}

.popover__card {
	background: var(--bg);
	border: 3px solid var(--accent);
	max-width: 400px;
	padding: 2rem;
	position: relative
}

.popover__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 30px;
	height: 30px;
	border: 1px solid var(--text);
	display: grid;
	place-items: center
}

.footer {
	background: var(--bg-card);
	color: var(--bg);
	padding: 3rem var(--container-pad) 1rem;
	border-top: 8px solid var(--accent)
}

.footer__grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 4rem
}

.footer__brand {
	font-size: 2rem;
	font-weight: 900;
	margin-bottom: 1rem;
	color: var(--bg)
}

.footer__desc {
	color: var(--bg-soft);
	line-height: 1.7;
	margin-bottom: 2rem
}

.footer__links {
	list-style: none
}

.footer__links a {
	color: var(--bg-soft);
	position: relative;
	display: inline-block;
	min-height: var(--tap);
	line-height: var(--tap);
	text-decoration: underline;
	text-decoration-color: rgba(17, 24, 39, 0.3);
	text-underline-offset: 3px;
	transition: text-decoration-color .3s
}

.footer__links a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--accent);
	transition: width .3s
}

.footer__links a:hover::after {
	width: 100%
}

.footer__bottom {
	border-top: 2px solid rgba(10, 22, 40, 0.1);
	padding-top: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: var(--font-mono);
	font-size: .875rem;
	color: var(--bg-soft);
	gap: 1rem;
	flex-wrap: wrap
}

@media(max-width:900px) {
	.footer__grid {
		grid-template-columns: 1fr;
		gap: 2rem
	}

	.section {
		padding: 4rem var(--container-pad)
	}

	.section--light {
		padding: 6rem var(--container-pad);
		clip-path: none;
		margin: 0
	}

	.footer {
		padding-top: 4.5rem
	}
}

.mobile-nav {
	position: fixed;
	inset: 0;
	background: rgba(10, 22, 40, 0.97);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	z-index: 998;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .3s ease, visibility .3s ease
}

.mobile-nav.open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto
}

.mobile-nav__links {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
	text-align: center;
	padding: 2rem 1.5rem
}

.mobile-nav__link {
	font-size: 1.75rem;
	font-weight: 700;
	padding: .5rem 1rem;
	color: var(--text);
	transition: color .2s
}

.mobile-nav__link:hover {
	color: var(--accent)
}

.mobile-nav__close {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	font-size: 1.5rem;
	width: var(--tap);
	height: var(--tap);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--text);
	border-radius: 50%;
	transition: background .2s, color .2s
}

.mobile-nav__close:hover {
	background: rgba(249, 115, 22, 0.15);
	color: var(--accent)
}

.hero__bg {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 80% 50% at 20% 40%, rgba(249, 115, 22, 0.08) 0, transparent 50%), radial-gradient(ellipse 60% 40% at 80% 60%, rgba(241, 245, 249, 0.03) 0, transparent 50%)
}

.btn-magnetic--solid {
	background: var(--accent);
	border-color: var(--accent);
	color: var(--bg)
}

.btn-magnetic--solid::before {
	background: var(--text)
}

.btn-magnetic--solid:hover {
	border-color: var(--text)
}

.container {
	max-width: 1000px;
	margin: 0 auto
}

.section h1 {
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 800;
	margin-bottom: 1.5rem;
	letter-spacing: -0.02em
}

.section h2 {
	font-size: clamp(1.75rem, 0vw, 2.5rem);
	font-weight: 800;
	margin-bottom: 1.5rem;
	letter-spacing: -0.02em
}

.section h3 {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 2rem 0 1rem
}

.section p {
	color: var(--text-muted);
	line-height: 1.8;
	margin-bottom: 1rem
}

.section--light p {
	color: var(--bg-soft);
	opacity: .8
}

.section ul {
	margin-left: 1.5rem;
	color: var(--text-muted);
	line-height: 1.8
}

.section--light ul {
	color: var(--bg-soft)
}

@media(max-width:600px) {
	.footer__bottom {
		flex-direction: column;
		gap: .5rem
	}
}

@media(prefers-reduced-motion:reduce) {
	html {
		scroll-behavior: auto
	}

	*,
	*::before,
	*::after {
		animation-duration: .001ms !important;
		transition-duration: .001ms !important
	}
}

.hero_b {
	min-height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10rem 2rem 4rem;
	position: relative;
	overflow: hidden
}

.hero_b__bg {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 80% 50% at 20% 40%, rgba(249, 115, 22, 0.08) 0, transparent 50%), radial-gradient(ellipse 60% 40% at 80% 60%, rgba(241, 245, 249, 0.03) 0, transparent 50%)
}

.hero_b__content {
	text-align: center;
	position: relative;
	z-index: 2;
	max-width: 800px
}

.hero_b__label {
	color: var(--accent);
	text-transform: uppercase;
	margin-bottom: 1.5rem;
	display: inline-block;
	padding: .5rem 1rem;
	border: 1px solid var(--accent)
}

.hero_b__title {
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.03em;
	margin-bottom: 1.5rem
}

.hero_b__title .accent {
	color: var(--accent);
	position: relative
}

.hero_b__title .accent::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -0.1em;
	right: -0.1em;
	height: .2em;
	background: var(--accent);
	opacity: .2;
	z-index: -1;
	transform: skewX(-10deg)
}

.hero_b__desc {
	font-size: 1.25rem;
	color: var(--text-muted);
	margin-bottom: 3rem;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto
}

.btn_b-magnetic {
	display: inline-flex;
	align-items: center;
	gap: .75rem;
	padding: 1.25rem 3rem;
	background: transparent;
	border: 3px solid var(--text);
	color: var(--text);
	font-weight: 700;
	font-size: 1rem;
	transition: all .3s;
	position: relative;
	overflow: hidden
}

.btn_b-magnetic::before {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--text);
	transform: translateY(100%);
	transition: transform .4s var(--ease-out-expo);
	z-index: -1
}

.btn_b-magnetic:hover {
	color: var(--bg)
}

.btn_b-magnetic:hover::before {
	transform: translateY(0)
}

.btn_b-magnetic--accent {
	border-color: var(--accent);
	color: var(--accent);
	background: transparent
}

.btn_b-magnetic--accent::before {
	background: var(--accent)
}

.btn_b-magnetic--accent:hover {
	color: var(--bg)
}

.btn_b-magnetic--solid {
	background: var(--accent);
	border-color: var(--accent);
	color: var(--bg)
}

.btn_b-magnetic--solid::before {
	background: var(--text)
}

.btn_b-magnetic--solid:hover {
	border-color: var(--text)
}

.mt-lg {
	margin-top: 18px
}

.footer__title {
	font-weight: 800;
	margin-bottom: 1rem;
	font-size: .875rem;
	text-transform: uppercase;
	letter-spacing: .1em
}

body.quiz-fullpage .modal {
	padding: 0;
	align-items: stretch;
	justify-content: stretch;
	overflow: auto
}

body.quiz-fullpage .modal__backdrop {
	display: none
}

body.quiz-fullpage .modal__card {
	max-width: none;
	width: 100%;
	max-height: none;
	min-height: 100vh;
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	box-shadow: none
}

body.quiz-fullpage .modal__header {
	position: sticky;
	top: 0;
	z-index: 2;
	background: rgba(17, 24, 39, 0.92);
	backdrop-filter: blur(14px)
}

body.quiz-fullpage .modal__body {
	overflow: visible
}

body.quiz-fullpage .modal__footer {
	position: sticky;
	bottom: 0;
	z-index: 2;
	background: rgba(17, 24, 39, 0.92);
	backdrop-filter: blur(14px)
}

@media(max-width:520px) {
	body.quiz-fullpage .modal__footer {
		padding-bottom: calc(1.25rem + env(safe-area-inset-bottom))
	}
}

.orange {
	color: var(--accent)
}

.calc-container {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	padding: clamp(18px, 34vw, 110px) 26px 55px;
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.calc-card {
	width: 100%;
	border-radius: 22px;
	background: rgba(10, 22, 40, 0.86);
	border: 1px solid rgba(241, 245, 249, 0.14);
	box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: clamp(18px, 3vw, 28px);
	overflow: hidden;
}

.calc-title {
	margin: 0 0 8px;
	font-size: clamp(24px, 3.2vw, 34px);
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.hint-text {
	margin: 0 0 18px;
	color: var(--text-muted);
	font-size: 0.98rem;
	line-height: 1.45rem;
	padding: 0;
	opacity: 1;
}

.progress-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 14px 6px 6px;
	margin: 12px 0 18px;
}

.progress-line {
	position: absolute;
	left: 12px;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	background: rgba(241, 245, 249, .16);
	border-radius: 999px;
	pointer-events: none;
}

.step-dot {
	position: relative;
	z-index: 1;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	font-weight: 700;
	font-size: 0.95rem;
	color: var(--text);
	background: rgba(10, 22, 40, .60);
	border: 1px solid rgba(241, 245, 249, .18);
	transition: transform .15s ease, background .15s ease, border-color .15s ease;
	user-select: none;
}

.step-dot.active {
	background: var(--accent);
	color: #0b1020;
	border-color: rgba(249, 115, 22, .65);
	box-shadow: 0 0 0 6px rgba(249, 115, 22, .12);
	transform: translateY(-1px);
}

.step-panel {
	margin-top: 6px;
}

.question-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin: 10px 0 12px;
	flex-wrap: wrap;
}

.question-title {
	font-size: 1.1rem;
	font-weight: 750;
	letter-spacing: -0.01em;
	margin: 0;
}

.price-display {
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--accent);
	font-family: var(--font-mono);
	display: flex;
	align-items: center;
	gap: 0.25rem;
	transition: all 0.3s ease;
}

.price-display.updating {
	transform: scale(1.1);
	text-shadow: 0 0 20px rgba(249, 115, 22, 0.5);
}

.price-display .currency {
	font-size: 1rem;
	font-weight: 600;
}

.options-list {
	display: grid;
	gap: 12px;
	margin: 10px 0 12px;
}

.option-item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 16px;
	border: 1px solid rgba(241, 245, 249, .14);
	background: rgba(17, 24, 39, .55);
	cursor: pointer;
	transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease, opacity .25s ease;
}

.option-item:hover {
	border-color: rgba(249, 115, 22, .55);
	box-shadow: 0 0 0 6px rgba(249, 115, 22, .08);
	transform: translateY(-1px);
}

.option-item input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.custom-radio {
	width: 18px;
	height: 18px;
	border-radius: 999px;
	border: 2px solid rgba(241, 245, 249, .35);
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .15);
}

.custom-radio::after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: transparent;
	transform: scale(0.9);
	transition: background .15s ease, transform .15s ease;
}

.option-item input:checked+.custom-radio {
	border-color: rgba(249, 115, 22, .9);
	box-shadow: 0 0 0 6px rgba(249, 115, 22, .10);
}

.option-item input:checked+.custom-radio::after {
	background: var(--accent);
	transform: scale(1);
}

.option-price {
	margin-left: auto;
	font-size: 0.875rem;
	color: var(--accent);
	font-weight: 600;
	opacity: 0.8;
}

.step-error {
	margin-top: 12px;
	padding: 12px 14px;
	border-radius: 14px;
	border: 1px solid rgba(255, 120, 120, 0.45);
	background: rgba(255, 0, 0, 0.10);
	color: #ffd2d2;
	font-size: 0.95rem;
	line-height: 1.25rem;
}

.input-group {
	display: grid;
	gap: 8px;
	margin: 12px 0;
}

.input-group label {
	font-weight: 650;
	color: rgba(241, 245, 249, .92);
	font-size: 0.95rem;
}

.input-group input {
	width: 100%;
	padding: 12px 14px;
	border-radius: 14px;
	border: 1px solid rgba(241, 245, 249, .14);
	background: rgba(17, 24, 39, .55);
	color: var(--text);
	outline: none;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.input-group input::placeholder {
	color: rgba(148, 163, 184, .9);
}

.input-group input:focus {
	border-color: rgba(249, 115, 22, .6);
	box-shadow: 0 0 0 6px rgba(249, 115, 22, .12);
}

.btn-row {
	display: flex;
	gap: 12px;
	justify-content: flex-end;
	align-items: center;
	margin-top: 14px;
	flex-wrap: wrap;
}

.btn-calc {
	border-radius: 14px;
	padding: 12px 16px;
	font-weight: 750;
	border: 1px solid rgba(241, 245, 249, .18);
	background: transparent;
	color: var(--text);
	cursor: pointer;
	transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.btn-calc:hover {
	transform: translateY(-1px);
	border-color: rgba(249, 115, 22, .55);
	box-shadow: 0 0 0 6px rgba(249, 115, 22, .08);
}

.btn-next,
.btn-submit {
	background: var(--accent);
	color: #0b1020;
	border-color: rgba(249, 115, 22, .85);
	box-shadow: 0 10px 26px rgba(249, 115, 22, .18);
}

.btn-next:hover,
.btn-submit:hover {
	box-shadow: 0 0 0 6px rgba(249, 115, 22, .14), 0 14px 34px rgba(249, 115, 22, .22);
}

.btn-back {
	background: rgba(10, 22, 40, .35);
}

.trust-footer {
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid rgba(241, 245, 249, .12);
	color: rgba(241, 245, 249, .86);
	font-weight: 650;
	line-height: 1.35rem;
	text-align: center;
}

.trust-footer small {
	display: inline-block;
	margin-top: 6px;
	color: var(--text-muted);
	font-weight: 600;
}

.option-item.disabled {
	opacity: 0.4;
	pointer-events: none;
	cursor: not-allowed;
	transform: none !important;
	border-color: rgba(241, 245, 249, .08) !important;
	box-shadow: none !important;
}

.option-item.disabled:hover {
	transform: none;
	border-color: rgba(241, 245, 249, .08);
	box-shadow: none;
}

.option-item.auto-selected {
	border-color: rgba(249, 115, 22, .6);
	background: rgba(249, 115, 22, .08);
}

.step-info {
	margin: 8px 0 16px;
	padding: 10px 14px;
	border-radius: 12px;
	background: rgba(249, 115, 22, .08);
	border: 1px solid rgba(249, 115, 22, .2);
	font-size: 0.9rem;
	color: rgba(241, 245, 249, .85);
	line-height: 1.4;
}

@media (max-width: 520px) {
	.step-dot {
		width: 36px;
		height: 36px;
		font-size: .9rem;
	}

	.btn-row {
		justify-content: space-between;
	}

	.btn-calc {
		width: 100%;
	}

	.question-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.price-display {
		font-size: 1.25rem;
	}
}

.nav__link--blog {
	position: relative;
	color: var(--text) !important;
}

.nav__link--blog::after {
	content: 'NEU';
	position: absolute;
	top: -8px;
	right: -28px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 2px 6px;
	background: var(--accent);
	color: var(--bg);
	line-height: 1.2;
	animation: badge-pulse 2s ease-in-out infinite;
}

@keyframes badge-pulse {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.6;
	}
}

.mobile-nav__link--blog {
	position: relative;
	display: inline-block;
	font-weight: 700;
}

.mobile-nav__link--blog::after {
	content: 'NEU';
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 2px 6px;
	background: var(--accent);
	color: var(--bg);
	margin-left: 8px;
	vertical-align: super;
}


.blog-home {
	padding: 8rem var(--container-pad) 6rem;
}

.blog-home .section__header {
	text-align: center;
	margin-bottom: 4rem;
}

.blog-home .section__title {
	margin: 0 auto;
}

.blog-home__subtitle {
	font-size: 1.125rem;
	color: var(--text-muted);
	max-width: 550px;
	margin: 1rem auto 0;
	line-height: 1.7;
}

.blog-home__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	max-width: 1200px;
	margin: 0 auto;
}

.blog-home-card {
	border: 2px solid rgba(241, 245, 249, 0.12);
	overflow: hidden;
	transition: all 0.4s var(--ease-out-expo);
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--bg);
}

.blog-home-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--accent);
	transform: translateY(100%);
	transition: transform 0.4s var(--ease-out-expo);
	z-index: 0;
}

.blog-home-card:hover {
	border-color: var(--accent);
	transform: translateY(-8px);
}

.blog-home-card:hover::before {
	transform: translateY(0);
}

.blog-home-card>* {
	position: relative;
	z-index: 1;
}

.blog-home-card__image {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--bg-soft);
}

.blog-home-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s var(--ease-out-expo);
}

.blog-home-card:hover .blog-home-card__image img {
	transform: scale(1.05);
}

.blog-home-card__num {
	font-family: var(--font-mono);
	font-size: clamp(2.5rem, 4vw, 3.5rem);
	font-weight: 900;
	color: rgba(241, 245, 249, 0.04);
	position: absolute;
	top: 0.75rem;
	right: 1.25rem;
	line-height: 1;
	z-index: 2;
	transition: color 0.4s;
	pointer-events: none;
}

.blog-home-card:hover .blog-home-card__num {
	color: rgba(10, 22, 40, 0.15);
}

.blog-home-card__body {
	padding: clamp(1.25rem, 3vw, 2rem);
	display: flex;
	flex-direction: column;
	flex: 1;
}

.blog-home-card__date {
	font-family: var(--font-mono);
	font-size: 0.75rem;
	color: var(--accent);
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin-bottom: 0.75rem;
	transition: color 0.4s;
}

.blog-home-card:hover .blog-home-card__date {
	color: var(--bg);
	opacity: 0.7;
}

.blog-home-card__title {
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 0.75rem;
	transition: color 0.4s;
}

.blog-home-card__title a {
	color: inherit;
	text-decoration: none;
}

.blog-home-card:hover .blog-home-card__title {
	color: var(--bg);
}

.blog-home-card__excerpt {
	color: var(--text-muted);
	font-size: 0.9rem;
	line-height: 1.7;
	margin-bottom: 1.25rem;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.4s;
}

.blog-home-card:hover .blog-home-card__excerpt {
	color: rgba(10, 22, 40, 0.7);
}

.blog-home-card__tags {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.blog-home-card__tag {
	font-size: 0.75rem;
	font-family: var(--font-mono);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 0.25rem 0.6rem;
	border: 1px solid rgba(249, 115, 22, 0.25);
	color: var(--accent);
	transition: all 0.4s;
}

.blog-home-card:hover .blog-home-card__tag {
	border-color: rgba(10, 22, 40, 0.2);
	color: var(--bg);
}

.blog-home-card__link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--accent);
	text-decoration: none;
	margin-top: auto;
	transition: all 0.3s;
}

.blog-home-card__link svg {
	transition: transform 0.3s var(--ease-out-expo);
}

.blog-home-card__link:hover svg {
	transform: translateX(4px);
}

.blog-home-card:hover .blog-home-card__link {
	color: var(--bg);
}

.blog-home__cta {
	text-align: center;
	margin-top: 3.5rem;
}

@media (max-width: 900px) {
	.blog-home {
		padding: 5rem var(--container-pad) 4rem;
	}

	.blog-home .section__header {
		margin-bottom: 2.5rem;
	}

	.blog-home__grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		max-width: 100%;
	}

	.blog-home-card {
		border-color: rgba(241, 245, 249, 0.15);
		background: rgba(17, 24, 39, 0.5);
	}

	.blog-home-card__image {
		aspect-ratio: 2 / 1;
	}

	.blog-home-card__num {
		font-size: 2rem;
		top: 0.5rem;
		right: 0.75rem;
	}

	.blog-home-card__title {
		font-size: 1.1rem;
	}

	.blog-home-card__excerpt {
		-webkit-line-clamp: 2;
		font-size: 0.85rem;
		margin-bottom: 1rem;
	}

	.blog-home-card::before {
		display: none;
	}

	.blog-home-card:hover {
		transform: none;
		border-color: var(--accent);
	}
}

@media (min-width: 901px) and (max-width: 1100px) {
	.blog-home__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.blog-home__grid .blog-home-card:nth-child(3) {
		grid-column: 1 / -1;
		max-width: 50%;
		margin: 0 auto;
	}
}

.stats-section {
	padding: 5rem var(--container-pad);
	background: var(--bg-soft);
	border-top: 1px solid rgba(241, 245, 249, 0.06);
	border-bottom: 1px solid rgba(241, 245, 249, 0.06);
}

.stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.stat-item {
	position: relative;
	padding: 2rem 1rem;
}

.stat-item:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0;
	top: 25%;
	height: 50%;
	width: 1px;
	background: rgba(241, 245, 249, 0.1);
}

.stat-item__value {
	display: block;
	font-size: clamp(2.5rem, 5vw, 2.5rem);
	font-weight: 900;
	color: var(--accent);
	line-height: 1;
	margin-bottom: 0.5rem;
}

.stat-item__label {
	font-family: var(--font-mono);
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: var(--text-muted);
}

@media (max-width: 900px) {
	.stats__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

	.stat-item:nth-child(2)::after {
		display: none;
	}

	.stat-item {
		padding: 1.5rem 0.5rem;
	}
}

.logos-section {
	padding: 6rem var(--container-pad) 4rem;
}

.logos__track {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: clamp(2rem, 3vw, 5rem);
	flex-wrap: wrap;
	margin-top: 3rem;
}

.logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem 2rem;
	border: 1px solid rgba(241, 245, 249, 0.08);
	border-radius: 12px;
	background: rgba(17, 24, 39, 0.4);
	transition: all 0.4s var(--ease-out-expo);
	min-height: 80px;
}

.logo-item img {
	transition: all 0.4s var(--ease-out-expo);
	max-height: 50px;
	width: auto;
	object-fit: contain;
}

.logo-item:hover {
	border-color: rgba(249, 115, 22, 0.3);
	background: rgba(249, 115, 22, 0.04);
	transform: translateY(-4px);
}

.logo-item:hover img {
	filter: grayscale(0) brightness(1);
	opacity: 1;
}

@media (max-width: 600px) {
	.logos__track {
		gap: 1rem;
	}

	.logo-item {
		padding: 1rem 1.5rem;
		flex: 1 1 calc(50% - 1rem);
		min-width: 140px;
	}
}

.testimonials-section {
	padding: 8rem var(--container-pad);
	background: radial-gradient(circle at 30% 50%, rgba(249, 115, 22, 0.06) 0, transparent 50%),
		radial-gradient(circle at 70% 80%, rgba(249, 115, 22, 0.03) 0, transparent 50%);
}

.testimonials__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	max-width: 1200px;
	margin: 0 auto;
}

.testimonial-card {
	background: var(--bg-soft);
	border: 2px solid rgba(241, 245, 249, 0.08);
	padding: clamp(1.5rem, 3vw, 2.5rem);
	position: relative;
	transition: all 0.4s var(--ease-out-expo);
	display: flex;
	flex-direction: column;
}

.testimonial-card::before {
	content: '\201C';
	position: absolute;
	top: -0.2em;
	right: 1.5rem;
	font-size: 6rem;
	font-weight: 900;
	color: var(--accent);
	opacity: 0.08;
	line-height: 1;
	pointer-events: none;
}

.testimonial-card:hover {
	border-color: rgba(249, 115, 22, 0.35);
	transform: translateY(-6px);
}

.testimonial-card__stars {
	color: var(--accent);
	font-size: 1rem;
	letter-spacing: 2px;
	margin-bottom: 1.25rem;
}

.testimonial-card__text {
	font-size: 1rem;
	line-height: 1.75;
	color: var(--text);
	opacity: 0.85;
	margin-bottom: 1.5rem;
	flex: 1;
	font-style: normal;
}

.testimonial-card__author {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(241, 245, 249, 0.08);
}

.testimonial-card__avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--accent);
	color: var(--bg);
	display: grid;
	place-items: center;
	font-weight: 800;
	font-size: 0.85rem;
	flex-shrink: 0;
}

.testimonial-card__name {
	display: block;
	font-weight: 800;
	font-size: 1rem;
	font-style: normal;
	color: var(--text);
}

.testimonial-card__role {
	font-family: var(--font-mono);
	font-size: 0.8rem;
	color: var(--text-muted);
	display: block;
	margin-top: 0.15rem;
}

@media (max-width: 900px) {
	.testimonials__grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		max-width: 600px;
	}

	.testimonial-card {
		border-color: rgba(241, 245, 249, 0.12);
	}
}

.pf-hero {
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: calc(7rem + env(safe-area-inset-top)) var(--container-pad) 4rem;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.pf-hero__bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 80% 50% at 20% 40%, rgba(249, 115, 22, 0.08) 0, transparent 50%),
		radial-gradient(ellipse 60% 40% at 80% 60%, rgba(241, 245, 249, 0.03) 0, transparent 50%);
}

.pf-hero__content {
	position: relative;
	z-index: 2;
	max-width: 800px;
}

.pf-hero__label {
	font-family: var(--font-mono);
	font-size: .875rem;
	color: var(--accent);
	text-transform: uppercase;
	letter-spacing: .2em;
	margin-bottom: 1.5rem;
}

.pf-hero__title {
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.03em;
	margin-bottom: 1.5rem;
}

.pf-hero__title .accent {
	color: var(--accent);
	position: relative;
}

.pf-hero__title .accent::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -0.1em;
	right: -0.1em;
	height: .2em;
	background: var(--accent);
	opacity: .2;
	z-index: -1;
	transform: skewX(-10deg);
}

.pf-hero__desc {
	font-size: 1.2rem;
	color: var(--text-muted);
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.7;
}

.pf-divider {
	padding: 3rem var(--container-pad) 1rem;
	max-width: 1200px;
	margin: 0 auto;
}

.pf-divider__label {
	font-family: var(--font-mono);
	font-size: .8rem;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: var(--accent);
	display: flex;
	align-items: center;
	gap: 1rem;
}

.pf-divider__label::after {
	content: '';
	flex: 1;
	height: 1px;
	background: rgba(241, 245, 249, 0.1);
}

.pf-cases {
	padding: 2rem var(--container-pad) 4rem;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: clamp(3rem, 6vw, 5rem);
}

.case {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(2rem, 4vw, 4rem);
	align-items: center;
	border: 2px solid rgba(241, 245, 249, 0.06);
	border-radius: 18px;
	overflow: hidden;
	background: var(--bg-soft);
	transition: border-color .4s var(--ease-out-expo);
}

.case:hover {
	border-color: rgba(249, 115, 22, 0.3);
}

.case:nth-child(even) {
	direction: rtl;
}

.case:nth-child(even)>* {
	direction: ltr;
}

.case__image-wrap {
	position: relative;
	overflow: hidden;
	aspect-ratio: 8 / 10;
	background: #111;
}

.case__image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	transition: transform .6s var(--ease-out-expo);
}

.case:hover .case__image-wrap img {
	transform: scale(1.04);
}

.case__badge {
	position: absolute;
	top: 1rem;
	left: 1rem;
	font-family: var(--font-mono);
	font-size: .7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: .35rem .75rem;
	border-radius: 4px;
	z-index: 2;
}

.case__badge--live {
	background: var(--accent);
	color: var(--bg);
}

.case__badge--demo {
	background: rgba(241, 245, 249, 0.1);
	color: var(--text-muted);
	border: 1px solid rgba(241, 245, 249, 0.15);
}

.case__body {
	padding: clamp(1.5rem, 3vw, 3rem);
}

.case__num {
	font-family: var(--font-mono);
	font-size: clamp(2.5rem, 4vw, 3.5rem);
	font-weight: 900;
	color: rgba(241, 245, 249, 0.04);
	line-height: 1;
	margin-bottom: .75rem;
}

.case__title {
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 900;
	margin-bottom: .75rem;
	line-height: 1.15;
}

.case__subtitle {
	font-family: var(--font-mono);
	font-size: .8rem;
	color: var(--accent);
	text-transform: uppercase;
	letter-spacing: .12em;
	margin-bottom: 1.5rem;
}

.case__meta {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-bottom: 2rem;
}

.case__meta-item {
	display: flex;
	gap: .75rem;
	align-items: flex-start;
}

.case__meta-icon {
	width: 28px;
	height: 28px;
	border: 1.5px solid var(--accent);
	border-radius: 6px;
	display: grid;
	place-items: center;
	flex-shrink: 0;
	color: var(--accent);
	margin-top: 2px;
}

.case__meta-icon svg {
	width: 14px;
	height: 14px;
}

.case__meta-label {
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--text-muted);
	margin-bottom: .15rem;
}

.case__meta-text {
	font-size: .95rem;
	color: var(--text);
	opacity: .85;
	line-height: 1.6;
}

.case__tags {
	display: flex;
	gap: .5rem;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.case__tag {
	font-family: var(--font-mono);
	font-size: .75rem;
	padding: .3rem .7rem;
	border: 1px solid rgba(249, 115, 22, 0.2);
	color: var(--accent);
	border-radius: 4px;
}

.case__link {
	display: inline-flex;
	align-items: center;
	gap: .6rem;
	padding: .85rem 1.75rem;
	background: transparent;
	border: 2px solid var(--accent);
	color: var(--accent);
	font-weight: 700;
	font-size: .95rem;
	transition: all .3s;
	position: relative;
	overflow: hidden;
}

.case__link::before {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--accent);
	transform: translateY(100%);
	transition: transform .4s var(--ease-out-expo);
	z-index: -1;
}

.case__link:hover {
	color: #fff;
}

.case__link:hover::before {
	transform: translateY(0);
}

.case__link svg {
	width: 16px;
	height: 16px;
	transition: transform .3s;
}

.case__link:hover svg {
	transform: translateX(3px);
}

@media (max-width: 900px) {
	.case {
		grid-template-columns: 1fr;
	}

	.case:nth-child(even) {
		direction: ltr;
	}

	.case__image-wrap {
		aspect-ratio: 16 / 9;
	}
}

.pf-templates {
	padding: 2rem var(--container-pad) 6rem;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.tpl-card {
	border: 2px solid rgba(241, 245, 249, 0.08);
	border-radius: 14px;
	overflow: hidden;
	transition: all .4s var(--ease-out-expo);
	background: var(--bg-soft);
	display: flex;
	flex-direction: column;
}

.tpl-card:hover {
	border-color: rgba(249, 115, 22, 0.4);
	transform: translateY(-6px);
}

.tpl-card__image {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #111;
}

.tpl-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	transition: transform .5s var(--ease-out-expo);
}

.tpl-card:hover .tpl-card__image img {
	transform: scale(1.05);
}

.tpl-card__body {
	padding: 1.5rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.tpl-card__title {
	font-size: 1.2rem;
	font-weight: 800;
	margin-bottom: .5rem;
}

.tpl-card__desc {
	font-size: .9rem;
	color: var(--text-muted);
	line-height: 1.6;
	margin-bottom: 1.25rem;
	flex: 1;
}

.tpl-card__tags {
	display: flex;
	gap: .4rem;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.tpl-card__tag {
	font-family: var(--font-mono);
	font-size: .7rem;
	padding: .2rem .5rem;
	border: 1px solid rgba(249, 115, 22, 0.2);
	color: var(--accent);
}

.tpl-card__link {
	font-weight: 700;
	font-size: .875rem;
	color: var(--accent);
	display: inline-flex;
	align-items: center;
	gap: .5rem;
}

.tpl-card__link svg {
	transition: transform .3s;
}

.tpl-card:hover .tpl-card__link svg {
	transform: translateX(4px);
}

@media (max-width: 900px) {
	.pf-templates {
		grid-template-columns: 1fr;
		max-width: 500px;
	}
}

.pf-cta {
	padding: 6rem var(--container-pad);
	text-align: center;
	background: radial-gradient(circle at 50% 50%, rgba(249, 115, 22, 0.08) 0, transparent 60%);
	border-top: 1px solid rgba(241, 245, 249, 0.06);
}

.pf-cta__title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 900;
	margin-bottom: 1rem;
}

.pf-cta__text {
	color: var(--text-muted);
	font-size: 1.1rem;
	max-width: 550px;
	margin: 0 auto 2.5rem;
	line-height: 1.7;
}

.pf-cta__actions {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
}

.pf-fade {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity .7s var(--ease-out-expo), transform .7s var(--ease-out-expo);
}

.pf-fade.visible {
	opacity: 1;
	transform: translateY(0);
}

.rest-hero {
	padding-top: calc(var(--nav-h) + 4rem)
}

@media (max-width: 900px) {
	.rest-hero {
		padding-top: calc(var(--nav-h) + 3rem);
		min-height: calc(100vh - env(safe-area-inset-top));
		min-height: 100svh
	}
}

@media (max-height: 600px) {
	.rest-hero {
		padding-top: calc(var(--nav-h) + 2rem);
		min-height: auto;
		padding-bottom: 3rem
	}
}

.mobile-nav {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.mobile-nav__links {
	min-height: 0;
	max-height: 100%;
	padding-top: 4rem;
	padding-bottom: calc(2rem + env(safe-area-inset-bottom))
}

@media (max-height: 500px) {
	.mobile-nav__links {
		gap: .75rem;
		padding-top: 3rem;
		justify-content: flex-start
	}

	.mobile-nav__link {
		font-size: 1.2rem;
		padding: .35rem .75rem
	}
}

.nav-drawer {
	max-height: 85vh;
	overflow-y: auto
}

@media (min-width: 601px) and (max-width: 900px) {
	.nav-drawer {
		top: calc(var(--nav-h) + 2rem);
		left: var(--container-pad);
		right: var(--container-pad);
		transform: translateY(-10px);
		width: auto;
		max-width: none
	}

	body.menu-open .nav-drawer {
		transform: translateY(0)
	}
}

.carousel-btn {
	transition: transform .25s var(--ease-out-expo), background .25s var(--ease-out-expo), opacity .3s ease
}

.carousel-btn:disabled {
	opacity: 0;
	pointer-events: none
}

html[data-theme="light"] .problem-section {
	background: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(8px)
}

html[data-theme="light"] .problem-item {
	background: var(--glass);
	border-color: rgba(28, 25, 23, 0.06);
	box-shadow: var(--card-shadow);
	backdrop-filter: blur(8px)
}

html[data-theme="light"] .problem-item:hover {
	border-color: rgba(239, 68, 68, 0.2)
}

html[data-theme="light"] .problem-item__title {
	color: var(--text)
}

html[data-theme="light"] .problem-item__desc {
	color: var(--text-muted)
}

html[data-theme="light"] .problem-item__icon {
	background: rgba(239, 68, 68, 0.06);
	color: rgba(220, 50, 50, 0.75)
}

html[data-theme="light"] .problem-cta-box {
	background: rgba(232, 112, 10, 0.04);
	border-color: rgba(232, 112, 10, 0.15)
}

html[data-theme="light"] .problem-cta-box__title {
	color: var(--text)
}

html[data-theme="light"] .problem-cta-box p {
	color: var(--text-muted)
}

html[data-theme="light"] .showcase-item__inner {
	background: var(--glass);
	border-color: rgba(28, 25, 23, 0.06);
	box-shadow: var(--card-shadow);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px)
}

html[data-theme="light"] .showcase-item:hover .showcase-item__inner {
	border-color: rgba(232, 112, 10, 0.25);
	box-shadow: var(--card-shadow-hover)
}

html[data-theme="light"] .showcase-item__num {
	color: rgba(28, 25, 23, 0.03)
}

html[data-theme="light"] .showcase-item__icon {
	border-color: rgba(232, 112, 10, 0.25);
	color: var(--accent)
}

html[data-theme="light"] .showcase-item:hover .showcase-item__icon {
	background: rgba(232, 112, 10, 0.08);
	border-color: var(--accent)
}

html[data-theme="light"] .showcase-item__title {
	color: var(--text)
}

html[data-theme="light"] .showcase-item__desc {
	color: var(--text-muted)
}

html[data-theme="light"] .demo-preview-item {
	background: rgba(255, 255, 255, 0.5);
	border-color: rgba(232, 112, 10, 0.15);
	color: var(--text)
}

html[data-theme="light"] .stats-strip {
	background: rgba(255, 255, 255, 0.35);
	border-top-color: var(--section-divider);
	backdrop-filter: blur(8px)
}

html[data-theme="light"] .stat-strip-item__value {
	color: var(--accent)
}

html[data-theme="light"] .stat-strip-item__label {
	color: var(--text-muted)
}

html[data-theme="light"] .ref-image-wrap {
	border-color: var(--text)
}

html[data-theme="light"] .ref-content__label {
	color: var(--accent-soft, var(--accent))
}

html[data-theme="light"] .ref-content__title {
	color: var(--text)
}

html[data-theme="light"] .ref-content p {
	color: var(--text-muted)
}

html[data-theme="light"] .ref-tag {
	border-color: rgba(232, 112, 10, 0.2);
	color: var(--accent)
}

html[data-theme="light"] .rest-hero__bg {
	background: linear-gradient(160deg, #fdfcfa 0%, #f7f4ee 40%, rgba(253, 252, 250, 0.95) 100%)
}

html[data-theme="light"] .rest-hero__glow {
	background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(232, 112, 10, 0.08) 0, transparent 55%),
		radial-gradient(ellipse 40% 40% at 20% 80%, rgba(232, 112, 10, 0.04) 0, transparent 50%)
}

html[data-theme="light"] .rest-hero__kicker {
	color: var(--accent-soft, var(--accent))
}

html[data-theme="light"] .rest-hero__title {
	color: var(--text)
}

html[data-theme="light"] .rest-hero__title .accent {
	color: var(--accent)
}

html[data-theme="light"] .rest-hero__title .outline {
	-webkit-text-stroke-color: var(--text)
}

html[data-theme="light"] .rest-hero__desc {
	color: var(--text-muted)
}

html[data-theme="light"] .rest-hero__scroll {
	color: var(--text-muted)
}

html[data-theme="light"] .rest-hero__scroll-line {
	background: linear-gradient(180deg, var(--accent), transparent)
}

html[data-theme="light"] .section--light .result-box {
	border-color: rgba(250, 249, 247, 0.2) !important;
	background: rgba(250, 249, 247, 0.06) !important
}

html[data-theme="light"] .section--light .result-box p,
html[data-theme="light"] .section--light .result-box .result-box__label {
	color: rgba(250, 249, 247, 0.85)
}

html[data-theme="light"] .section--light .modal__title {
	color: #faf9f7
}

html[data-theme="light"] .section--light .modal__subtitle {
	color: rgba(250, 249, 247, 0.6)
}

html[data-theme="light"] .section--light .modal__header {
	border-bottom-color: rgba(250, 249, 247, 0.08)
}


html[data-theme="light"] .section--light .field label {
	color: rgba(250, 249, 247, 0.85)
}

html[data-theme="light"] .section--light .field input,
html[data-theme="light"] .section--light .field select,
html[data-theme="light"] .section--light .field textarea {
	background: rgba(250, 249, 247, 0.08);
	border-color: rgba(250, 249, 247, 0.15);
	color: #faf9f7
}

html[data-theme="light"] .section--light .field input:focus,
html[data-theme="light"] .section--light .field select:focus,
html[data-theme="light"] .section--light .field textarea:focus {
	border-color: var(--accent);
	background: rgba(250, 249, 247, 0.12);
	box-shadow: 0 0 0 3px rgba(232, 112, 10, 0.15)
}

html[data-theme="light"] .section--light .field input::placeholder,
html[data-theme="light"] .section--light .field textarea::placeholder {
	color: rgba(250, 249, 247, 0.35)
}

html[data-theme="light"] .section--light .alert {
	background: rgba(239, 68, 68, 0.15);
	border-color: rgba(239, 68, 68, 0.3);
	color: #fca5a5
}

html[data-theme="light"] .section--light h2,
html[data-theme="light"] .section--light h3 {
	color: #faf9f7
}

html[data-theme="light"] .ws-problem-box,
html[data-theme="light"] .feature-card,
html[data-theme="light"] .tier-card,
html[data-theme="light"] .price-card,
html[data-theme="light"] .guarantee-item,
html[data-theme="light"] .area-item,
html[data-theme="light"] .local-stat-card {
	background: var(--glass);
	border-color: rgba(28, 25, 23, 0.06);
	box-shadow: var(--card-shadow);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: var(--text)
}

html[data-theme="light"] .ws-problem-box:hover,
html[data-theme="light"] .feature-card:hover,
html[data-theme="light"] .tier-card:hover,
html[data-theme="light"] .price-card:hover,
html[data-theme="light"] .guarantee-item:hover,
html[data-theme="light"] .area-item:hover,
html[data-theme="light"] .local-stat-card:hover {
	border-color: rgba(232, 112, 10, 0.2);
	box-shadow: var(--card-shadow-hover)
}

html[data-theme="light"] .timeline-content {
	background: var(--glass);
	border-color: rgba(28, 25, 23, 0.06);
	box-shadow: var(--card-shadow);
	color: var(--text)
}

html[data-theme="light"] .prozess-hero__diagram {
	background: rgba(255, 255, 255, 0.5);
	border-color: rgba(28, 25, 23, 0.06);
	box-shadow: var(--card-shadow)
}

html[data-theme="light"] .ws-problem-box h3,
html[data-theme="light"] .feature-card h3,
html[data-theme="light"] .tier-card h3,
html[data-theme="light"] .price-card h3,
html[data-theme="light"] .guarantee-item h3,
html[data-theme="light"] .timeline-content h3,
html[data-theme="light"] .area-item h3,
html[data-theme="light"] .local-stat-card h3 {
	color: var(--text)
}

html[data-theme="light"] .ws-problem-box p,
html[data-theme="light"] .feature-card p,
html[data-theme="light"] .tier-card p,
html[data-theme="light"] .price-card p,
html[data-theme="light"] .guarantee-item p,
html[data-theme="light"] .timeline-content p,
html[data-theme="light"] .area-item p,
html[data-theme="light"] .local-stat-card p {
	color: var(--text-muted)
}

html[data-theme="light"] .price-card--featured {
	border-color: var(--accent);
	background: rgba(232, 112, 10, 0.04)
}

html[data-theme="light"] .price-card--secondary {
	background: rgba(255, 255, 255, 0.3);
	border-color: rgba(28, 25, 23, 0.06)
}

html[data-theme="light"] .price-card--secondary:hover {
	border-color: rgba(232, 112, 10, 0.25)
}

html[data-theme="light"] .price-card__scope {
	border-bottom-color: var(--section-divider)
}

html[data-theme="light"] .price-card__amount {
	color: var(--text)
}

html[data-theme="light"] .price-card__features li {
	color: var(--text-muted)
}

html[data-theme="light"] .price-card__features li::before {
	color: var(--accent)
}

html[data-theme="light"] .tier-card--highlight {
	border-color: var(--accent);
	background: rgba(232, 112, 10, 0.03)
}

html[data-theme="light"] .ws-problem-box {
	background: rgba(239, 68, 68, 0.04);
	border-color: rgba(239, 68, 68, 0.18)
}

html[data-theme="light"] .ws-problem-box::before {
	background: var(--bg);
	color: rgba(220, 50, 50, 0.65)
}

html[data-theme="light"] .ws-problem-box__title {
	color: var(--text)
}

html[data-theme="light"] .guarantee-item {
	border-left-color: var(--accent);
	background: rgba(255, 255, 255, 0.4)
}

html[data-theme="light"] .guarantee-item__title {
	color: var(--text)
}

html[data-theme="light"] .timeline-content__phase {
	color: var(--accent)
}

html[data-theme="light"] .timeline-content__title {
	color: var(--text)
}

html[data-theme="light"] .timeline-content__desc {
	color: var(--text-muted)
}

html[data-theme="light"] .timeline-content__duration {
	color: var(--accent);
	border-color: rgba(232, 112, 10, 0.2)
}

html[data-theme="light"] .timeline-item:hover .timeline-content {
	border-color: rgba(232, 112, 10, 0.25)
}

html[data-theme="light"] .prozess-hero__diagram span {
	color: var(--text)
}

html[data-theme="light"] .local-stat-card__value {
	color: var(--accent)
}

html[data-theme="light"] .local-stat-card__text strong {
	color: var(--text)
}

html[data-theme="light"] .area-item__name {
	color: var(--text)
}

html[data-theme="light"] .area-item__dist {
	color: var(--text-muted)
}

html[data-theme="light"] .feature-card__icon {
	border-color: rgba(232, 112, 10, 0.2);
	color: var(--accent)
}

html[data-theme="light"] .feature-card:hover .feature-card__icon {
	background: rgba(232, 112, 10, 0.06);
	border-color: var(--accent)
}

html[data-theme="light"] .feature-card__title {
	color: var(--text)
}