/*! devantia.css — compiled from index.html + product pages */

/* ── Reset / base ─────────────────────────────────────────────── */
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e2e8f0}
html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif;scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;line-height:inherit;font-family:'Inter',sans-serif;color:#1e293b;background:#fff;overflow-x:hidden}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
img,svg,video{display:block;vertical-align:middle;max-width:100%}
input,button,textarea,select{font-family:inherit;font-size:100%;line-height:inherit;color:inherit;margin:0;padding:0}
button,[role="button"]{cursor:pointer}
ul,ol{list-style:none;margin:0;padding:0}
p{margin:0}
hr{height:0;color:inherit;border-top-width:1px}

/* ── Display ──────────────────────────────────────────────────── */
.block{display:block}
.inline{display:inline}
.inline-block{display:inline-block}
.inline-flex{display:inline-flex}
.flex{display:flex}
.grid{display:grid}
.hidden{display:none}

/* ── Flexbox ──────────────────────────────────────────────────── */
.flex-1{flex:1 1 0%}
.flex-col{flex-direction:column}
.flex-shrink-0{flex-shrink:0}
.flex-wrap{flex-wrap:wrap}
.items-center{align-items:center}
.items-start{align-items:flex-start}
.items-end{align-items:flex-end}
.items-stretch{align-items:stretch}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}

/* ── Grid ─────────────────────────────────────────────────────── */
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}

/* ── Gap ──────────────────────────────────────────────────────── */
.gap-1{gap:.25rem}
.gap-1\.5{gap:.375rem}
.gap-2{gap:.5rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.gap-5{gap:1.25rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.gap-10{gap:2.5rem}
.gap-12{gap:3rem}

/* ── Space between ────────────────────────────────────────────── */
.space-x-6>*+*{margin-left:1.5rem}
.space-x-7>*+*{margin-left:1.75rem}
.space-y-2>*+*{margin-top:.5rem}
.space-y-3>*+*{margin-top:.75rem}
.space-y-4>*+*{margin-top:1rem}
.space-y-6>*+*{margin-top:1.5rem}

/* ── Position ─────────────────────────────────────────────────── */
.static{position:static}
.relative{position:relative}
.absolute{position:absolute}
.fixed{position:fixed}
.sticky{position:sticky}
.inset-0{top:0;right:0;bottom:0;left:0}
.top-0{top:0}
.bottom-0{bottom:0}
.left-0{left:0}
.right-0{right:0}

/* ── Z-index ──────────────────────────────────────────────────── */
.z-10{z-index:10}
.z-40{z-index:40}
.z-50{z-index:50}

/* ── Overflow ─────────────────────────────────────────────────── */
.overflow-hidden{overflow:hidden}

/* ── Width ────────────────────────────────────────────────────── */
.w-3{width:.75rem}
.w-3\.5{width:.875rem}
.w-4{width:1rem}
.w-5{width:1.25rem}
.w-8{width:2rem}
.w-9{width:2.25rem}
.w-10{width:2.5rem}
.w-11{width:2.75rem}
.w-24{width:6rem}
.w-64{width:16rem}
.w-72{width:18rem}
.w-96{width:24rem}
.w-auto{width:auto}
.w-full{width:100%}

/* ── Height ───────────────────────────────────────────────────── */
.h-0\.5{height:.125rem}
.h-3{height:.75rem}
.h-3\.5{height:.875rem}
.h-4{height:1rem}
.h-5{height:1.25rem}
.h-8{height:2rem}
.h-9{height:2.25rem}
.h-10{height:2.5rem}
.h-11{height:2.75rem}
.h-24{height:6rem}
.h-64{height:16rem}
.h-72{height:18rem}
.h-96{height:24rem}
.h-full{height:100%}

/* ── Max-width ────────────────────────────────────────────────── */
.max-w-xs{max-width:20rem}
.max-w-lg{max-width:32rem}
.max-w-xl{max-width:36rem}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-5xl{max-width:64rem}
.max-w-7xl{max-width:80rem}
.max-w-prose{max-width:65ch}

/* ── Margin ───────────────────────────────────────────────────── */
.mx-auto{margin-left:auto;margin-right:auto}
.mt-auto{margin-top:auto}
.my-8{margin-top:2rem;margin-bottom:2rem}
.-mt-0\.5{margin-top:-.125rem}
.mt-0\.5{margin-top:.125rem}
.mt-1{margin-top:.25rem}
.mt-2{margin-top:.5rem}
.mt-3{margin-top:.75rem}
.mt-4{margin-top:1rem}
.mt-5{margin-top:1.25rem}
.mt-6{margin-top:1.5rem}
.mt-8{margin-top:2rem}
.mt-10{margin-top:2.5rem}
.mt-12{margin-top:3rem}
.mt-16{margin-top:4rem}
.mb-1{margin-bottom:.25rem}
.mb-1\.5{margin-bottom:.375rem}
.mb-2{margin-bottom:.5rem}
.mb-3{margin-bottom:.75rem}
.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}
.mb-6{margin-bottom:1.5rem}
.mb-7{margin-bottom:1.75rem}
.mb-8{margin-bottom:2rem}
.mb-10{margin-bottom:2.5rem}
.mb-12{margin-bottom:3rem}
.ml-1{margin-left:.25rem}
.pr-4{padding-right:1rem}

/* ── Padding ──────────────────────────────────────────────────── */
.p-3{padding:.75rem}
.p-4{padding:1rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.p-7{padding:1.75rem}
.p-8{padding:2rem}
.px-2{padding-left:.5rem;padding-right:.5rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-7{padding-left:1.75rem;padding-right:1.75rem}
.px-8{padding-left:2rem;padding-right:2rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-14{padding-top:3.5rem;padding-bottom:3.5rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.pt-2{padding-top:.5rem}
.pt-3{padding-top:.75rem}
.pt-4{padding-top:1rem}
.pt-8{padding-top:2rem}
.pt-12{padding-top:3rem}
.pb-1{padding-bottom:.25rem}
.pb-2{padding-bottom:.5rem}
.pb-4{padding-bottom:1rem}

/* ── Typography ───────────────────────────────────────────────── */
.text-xs{font-size:.75rem;line-height:1rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-base{font-size:1rem;line-height:1.5rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.text-5xl{font-size:3rem;line-height:1}
.text-\[10px\]{font-size:10px}
.text-\[11px\]{font-size:11px}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.font-extrabold{font-weight:800}
.leading-none{line-height:1}
.leading-tight{line-height:1.25}
.leading-snug{line-height:1.375}
.leading-relaxed{line-height:1.625}
.tracking-wide{letter-spacing:.025em}
.tracking-wider{letter-spacing:.05em}
.tracking-widest{letter-spacing:.1em}
.tracking-\[0\.12em\]{letter-spacing:.12em}
.tracking-\[0\.18em\]{letter-spacing:.18em}
.tracking-\[0\.2em\]{letter-spacing:.2em}
.uppercase{text-transform:uppercase}
.italic{font-style:italic}
.underline{text-decoration-line:underline}
.underline-offset-2{text-underline-offset:2px}
.decoration-blue-400\/30{text-decoration-color:rgb(96 165 250/.3)}
.text-center{text-align:center}
.whitespace-nowrap{white-space:nowrap}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

/* ── Text colors ──────────────────────────────────────────────── */
.text-white{color:#fff}
.text-white\/90{color:rgb(255 255 255/.9)}
.text-slate-200{color:#e2e8f0}
.text-slate-300{color:#cbd5e1}
.text-slate-400{color:#94a3b8}
.text-slate-500{color:#64748b}
.text-slate-600{color:#475569}
.text-slate-700{color:#334155}
.text-slate-800{color:#1e293b}
.text-slate-900{color:#0f172a}
.text-gray-400{color:#9ca3af}
.text-gray-500{color:#6b7280}
.text-gray-600{color:#4b5563}
.text-gray-700{color:#374151}
.text-blue-100{color:#dbeafe}
.text-blue-200{color:#bfdbfe}
.text-blue-300{color:#93c5fd}
.text-blue-300\/60{color:rgb(147 197 253/.6)}
.text-blue-300\/70{color:rgb(147 197 253/.7)}
.text-blue-400{color:#60a5fa}
.text-blue-500{color:#3b82f6}
.text-blue-600{color:#2563eb}
.text-blue-700{color:#1d4ed8}
.text-blue-800{color:#1e40af}
.text-blue-900{color:#1e3a8a}
.text-green-600{color:#16a34a}
.text-green-700{color:#15803d}
.text-green-800{color:#166534}
.text-red-600{color:#dc2626}
.text-red-700{color:#b91c1c}
.text-red-800{color:#991b1b}
.text-amber-900{color:#78350f}
.text-devantia{color:#0f172a}

/* ── Background colors ────────────────────────────────────────── */
.bg-white{background-color:#fff}
.bg-white\/10{background-color:rgb(255 255 255/.1)}
.bg-white\/80{background-color:rgb(255 255 255/.8)}
.bg-white\/90{background-color:rgb(255 255 255/.9)}
.bg-white\/95{background-color:rgb(255 255 255/.95)}
.bg-slate-50{background-color:#f8fafc}
.bg-slate-600{background-color:#475569}
.bg-slate-900{background-color:#0f172a}
.bg-\[\#f8fafc\]{background-color:#f8fafc}
.bg-blue-50{background-color:#eff6ff}
.bg-blue-50\/50{background-color:rgb(239 246 255/.5)}
.bg-blue-50\/60{background-color:rgb(239 246 255/.6)}
.bg-blue-600{background-color:#2563eb}
.bg-blue-900{background-color:#1e3a8a}
.bg-blue-900\/90{background-color:rgb(30 58 138/.9)}
.bg-blue-950{background-color:#172554}
.bg-green-50{background-color:#f0fdf4}
.bg-red-50{background-color:#fef2f2}
.bg-amber-50{background-color:#fffbeb}
.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}
.from-blue-50{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb(239 246 255/0))}
.from-blue-900{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb(30 58 138/0))}
.from-slate-50{--tw-gradient-from:#f8fafc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb(248 250 252/0))}
.to-blue-100{--tw-gradient-to:#dbeafe}
.to-blue-950{--tw-gradient-to:#172554}
.to-slate-100{--tw-gradient-to:#f1f5f9}

/* ── Border ───────────────────────────────────────────────────── */
.border{border-width:1px}
.border-2{border-width:2px}
.border-t{border-top-width:1px}
.border-b{border-bottom-width:1px}
.border-y{border-top-width:1px;border-bottom-width:1px}
.border-white\/10{border-color:rgb(255 255 255/.1)}
.border-white\/20{border-color:rgb(255 255 255/.2)}
.border-slate-100{border-color:#f1f5f9}
.border-slate-200{border-color:#e2e8f0}
.border-slate-300{border-color:#cbd5e1}
.border-gray-100{border-color:#f3f4f6}
.border-blue-100{border-color:#dbeafe}
.border-blue-200{border-color:#bfdbfe}
.border-blue-900{border-color:#1e3a8a}
.border-green-100{border-color:#dcfce7}
.border-green-200{border-color:#bbf7d0}
.border-red-100{border-color:#fee2e2}
.border-amber-200{border-color:#fde68a}

/* ── Border radius ────────────────────────────────────────────── */
.rounded{border-radius:.25rem}
.rounded-lg{border-radius:.5rem}
.rounded-xl{border-radius:.75rem}
.rounded-2xl{border-radius:1rem}
.rounded-full{border-radius:9999px}

/* ── Shadow ───────────────────────────────────────────────────── */
.shadow-sm{box-shadow:0 1px 2px 0 rgb(0 0 0/.05)}
.shadow-md{box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1)}
.shadow-lg{box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1)}

/* ── Object / Aspect ──────────────────────────────────────────── */
.object-cover{object-fit:cover}
.aspect-\[16\/9\]{aspect-ratio:16/9}

/* ── Opacity ──────────────────────────────────────────────────── */
.opacity-\[0\.04\]{opacity:.04}
.opacity-\[0\.06\]{opacity:.06}
.opacity-\[0\.08\]{opacity:.08}

/* ── Mix blend ────────────────────────────────────────────────── */
.mix-blend-luminosity{mix-blend-mode:luminosity}

/* ── Backdrop blur ────────────────────────────────────────────── */
.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.backdrop-blur-md{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}

/* ── Transform / Transition ───────────────────────────────────── */
.transform{transform:translateX(var(--tw-translate-x,0)) translateY(var(--tw-translate-y,0)) rotate(var(--tw-rotate,0)) skewX(var(--tw-skew-x,0)) skewY(var(--tw-skew-y,0)) scaleX(var(--tw-scale-x,1)) scaleY(var(--tw-scale-y,1))}
.translate-y-0{transform:translateY(0)}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.duration-300{transition-duration:300ms}
.cursor-pointer{cursor:pointer}

/* ── Visibility ───────────────────────────────────────────────── */
.visible{visibility:visible}

/* ── States ───────────────────────────────────────────────────── */
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:border-blue-400:focus{border-color:#60a5fa}
.focus\:ring-2:focus{box-shadow:0 0 0 2px #dbeafe}
.focus\:ring-blue-100:focus{--tw-ring-color:#dbeafe}
.hover\:underline:hover{text-decoration-line:underline}
.hover\:bg-blue-50:hover{background-color:#eff6ff}
.hover\:bg-blue-100:hover{background-color:#dbeafe}
.hover\:bg-slate-50:hover{background-color:#f8fafc}
.hover\:bg-slate-100:hover{background-color:#f1f5f9}
.hover\:bg-white\/10:hover{background-color:rgb(255 255 255/.1)}
.hover\:border-blue-200:hover{border-color:#bfdbfe}
.hover\:border-blue-300:hover{border-color:#93c5fd}
.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1)}
.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgb(0 0 0/.1),0 8px 10px -6px rgb(0 0 0/.1)}
.hover\:text-blue-200:hover{color:#bfdbfe}
.hover\:text-blue-700:hover{color:#1d4ed8}
.hover\:text-blue-800:hover{color:#1e40af}
.hover\:text-white:hover{color:#fff}
.hover\:-translate-y-1\.5:hover{transform:translateY(-.375rem)}
.group:hover .group-hover\:scale-105{transform:scale(1.05)}
.group:hover .group-hover\:scale-110{transform:scale(1.1)}
.group:hover .group-hover\:text-blue-600{color:#2563eb}

/* ── Responsive: sm 640px ─────────────────────────────────────── */
@media(min-width:640px){
  .sm\:flex-row{flex-direction:row}
  .sm\:gap-5{gap:1.25rem}
  .sm\:gap-6{gap:1.5rem}
  .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sm\:hidden{display:none}
  .sm\:inline-block{display:inline-block}
  .sm\:items-center{align-items:center}
  .sm\:items-end{align-items:flex-end}
  .sm\:justify-between{justify-content:space-between}
  .sm\:p-5{padding:1.25rem}
  .sm\:p-7{padding:1.75rem}
  .sm\:p-8{padding:2rem}
  .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
  .sm\:py-12{padding-top:3rem;padding-bottom:3rem}
  .sm\:py-16{padding-top:4rem;padding-bottom:4rem}
  .sm\:py-18{padding-top:4.5rem;padding-bottom:4.5rem}
  .sm\:py-20{padding-top:5rem;padding-bottom:5rem}
  .sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}
}

/* ── Responsive: md 768px ─────────────────────────────────────── */
@media(min-width:768px){
  .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .md\:leading-\[1\.1\]{line-height:1.1}
  .md\:text-5xl{font-size:3rem;line-height:1}
  .md\:text-\[3rem\]{font-size:3rem;line-height:1}
}

/* ── Responsive: lg 1024px ────────────────────────────────────── */
@media(min-width:1024px){
  .lg\:col-span-5{grid-column:span 5/span 5}
  .lg\:col-span-7{grid-column:span 7/span 7}
  .lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}
  .lg\:grid-cols-\[1\.1fr_0\.9fr\]{grid-template-columns:1.1fr .9fr}
  .lg\:grid-cols-\[1\.15fr_0\.85fr\]{grid-template-columns:1.15fr .85fr}
  .lg\:grid-cols-\[1fr_1fr\]{grid-template-columns:1fr 1fr}
  .lg\:mt-0{margin-top:0}
  .lg\:mt-4{margin-top:1rem}
  .lg\:p-8{padding:2rem}
  .lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}
  .lg\:px-12{padding-left:3rem;padding-right:3rem}
  .lg\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}
  .lg\:py-20{padding-top:5rem;padding-bottom:5rem}
  .lg\:py-24{padding-top:6rem;padding-bottom:6rem}
  .lg\:py-28{padding-top:7rem;padding-bottom:7rem}
  .lg\:text-\[2\.75rem\]{font-size:2.75rem}
  .lg\:text-\[3\.25rem\]{font-size:3.25rem}
}

/* ── Responsive: xl 1280px ────────────────────────────────────── */
@media(min-width:1280px){
  .xl\:flex{display:flex}
  .xl\:hidden{display:none}
  .xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
}

/* ── Custom components (shared across all pages) ──────────────── */
.bg-hero-pattern{background:radial-gradient(circle at 85% 15%,rgba(21,117,191,.07) 0%,transparent 50%),radial-gradient(circle at 10% 85%,rgba(44,149,187,.05) 0%,transparent 40%),linear-gradient(180deg,#edf5fa 0%,#fff 100%)}
.bg-hero-pattern::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23083675' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none;z-index:1}
.bg-blue-gradient{background:linear-gradient(180deg,#f8fafc 0%,#d4ecf7 100%)}
.btn-blue{background-color:#1572b6;transition:background-color .3s ease,transform .2s ease}
.btn-blue:hover{background-color:#0f5490;transform:translateY(-1px)}
.text-devantia{color:#0f172a}
.pill{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;padding:.4rem .65rem;border-radius:999px;background:#d4ecf7;color:#083675;max-width:100%;white-space:normal;text-align:center;line-height:1.3}
@media(min-width:640px){.pill{font-size:.75rem;letter-spacing:.03em;padding:.5rem .75rem;white-space:nowrap}}
.section-title{font-size:1.75rem;line-height:1.15;font-weight:800;color:#0f172a}
@media(min-width:640px){.section-title{font-size:2.1rem}}
@media(min-width:1024px){.section-title{font-size:2.5rem}}
.soft-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 12px 32px rgba(15,23,42,.05);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.soft-card:hover{box-shadow:0 16px 40px rgba(15,23,42,.08)}
.nav-link{color:#475569;transition:color .2s ease}
.nav-link:hover{color:#1572b6}
.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s ease,transform .7s cubic-bezier(.5,0,0,1)}
.reveal.active{opacity:1;transform:translateY(0)}
.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}
.delay-4{transition-delay:.4s}.delay-5{transition-delay:.5s}
.diag-item{display:flex;align-items:flex-start;gap:.875rem;padding:.875rem 1rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#f8fafc;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);user-select:none}
.diag-item:hover{border-color:#a8d5ec;background:#e5f4fb}
.diag-item.checked{border-color:#2090c8;background:#e5f4fb;box-shadow:0 0 0 1px #2090c8}
.diag-checkbox{width:1.125rem;height:1.125rem;min-width:1.125rem;border-radius:.25rem;border:2px solid #cbd5e1;background:#fff;display:flex;align-items:center;justify-content:center;margin-top:2px;transition:all .2s ease;flex-shrink:0}
.diag-item.checked .diag-checkbox{background:#1575bf;border-color:#1575bf}
.diag-checkmark{opacity:0;transform:scale(.5);transition:all .2s cubic-bezier(.34,1.56,.64,1)}
.diag-item.checked .diag-checkmark{opacity:1;transform:scale(1)}
.diag-result{transition:all .4s ease;overflow:hidden;max-height:0;opacity:0}
.diag-result.visible{max-height:260px;opacity:1}
.result-bar{height:4px;border-radius:999px;background:#e2e8f0;overflow:hidden;margin-top:.5rem}
.result-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#1575bf,#4eb8d8);transition:width .6s ease;width:0%}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-item.open .faq-answer{max-height:300px}
.faq-chevron{transition:transform .3s ease}
.faq-item.open .faq-chevron{transform:rotate(180deg)}
.hamburger-line{transform-origin:center}
#menu-btn.menu-open .hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}
#menu-btn.menu-open .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}
#menu-btn.menu-open .hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.level-card{transition:all .25s ease;cursor:pointer;text-decoration:none;color:inherit}
.level-card.is-active-card{transform:translateX(8px);border-color:#7cc8e4;background-color:#f8fafc;box-shadow:-3px 0 0 0 #1575bf}
.level-badge{transition:all .3s ease}
.level-card.is-active-card .level-badge{background-color:#1575bf;border-color:#1575bf;color:#fff}
.sticky-cta{transform:translateY(100%);transition:transform .4s ease}
.sticky-cta.visible{transform:translateY(0)}
.section-divider{height:1px;background:linear-gradient(90deg,transparent,#e2e8f0 20%,#e2e8f0 80%,transparent)}
.stat-number{font-size:2.5rem;font-weight:800;line-height:1;color:#083675}
@media(min-width:640px){.stat-number{font-size:3rem}}
.stat-label{font-size:.875rem;color:#64748b;margin-top:.5rem;line-height:1.4}
.bg-\[\#f8fafc\]{background-color:#f8fafc}
