/* site.css — OadeChat landing pages — replaces cdn.tailwindcss.com */

/* ── Reset (Tailwind preflight) ────────────────────────────────────── */
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif}
body{margin:0;line-height:inherit}
hr{height:0;color:inherit;border-top-width:1px}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
small{font-size:80%}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}
button,select{text-transform:none}
button,[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button;appearance:button;background-color:transparent;background-image:none}
:-moz-focusring{outline:auto}
:-moz-ui-invalid{box-shadow:none}
::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}
[type='search']{-webkit-appearance:textfield;outline-offset:-2px}
::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
summary{display:list-item}
blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}
fieldset,legend{margin:0;padding:0}
ol,ul,menu{list-style:none;margin:0;padding:0}
textarea{resize:vertical}
input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}
button,[role='button']{cursor:pointer}
:disabled{cursor:default}
img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}
img,video{max-width:100%;height:auto}
[hidden]{display:none}

/* ── CSS Variables ─────────────────────────────────────────────────── */
:root{
  --tw-gradient-from:#000;
  --tw-gradient-to:rgba(0,0,0,0);
  --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);
}

/* ── Base ──────────────────────────────────────────────────────────── */
body{font-family:'Inter',system-ui,sans-serif}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.min-h-screen{min-height:100vh}

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

/* ── Flex ──────────────────────────────────────────────────────────── */
.flex-row{flex-direction:row}.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.grow{flex-grow:1}
.items-start{align-items:flex-start}.items-center{align-items:center}
.items-end{align-items:flex-end}.items-baseline{align-items:baseline}
.justify-start{justify-content:flex-start}.justify-center{justify-content:center}
.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}
.self-center{align-self:center}

/* ── Grid ──────────────────────────────────────────────────────────── */
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.grid-cols-\[1fr_380px\]{grid-template-columns:1fr 380px}
.grid-cols-\[1fr_360px\]{grid-template-columns:1fr 360px}
.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}

/* ── Gap ───────────────────────────────────────────────────────────── */
.gap-0{gap:0}.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-7{gap:1.75rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}

/* ── Space ─────────────────────────────────────────────────────────── */
.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}
.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}
.space-y-5>*+*{margin-top:1.25rem}.space-y-6>*+*{margin-top:1.5rem}

/* ── Margin ────────────────────────────────────────────────────────── */
.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}
.ml-1{margin-left:.25rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}
.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}
.mt-1\.5{margin-top:.375rem}.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-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}
.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}
.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.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-9{margin-bottom:2.25rem}
.mb-10{margin-bottom:2.5rem}.mb-14{margin-bottom:3.5rem}

/* ── 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-3{padding-left:.75rem;padding-right:.75rem}
.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-8{padding-left:2rem;padding-right:2rem}
.px-10{padding-left:2.5rem;padding-right:2.5rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}
.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}
.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-4{padding-top:1rem;padding-bottom:1rem}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.py-7{padding-top:1.75rem;padding-bottom:1.75rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.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}
.py-20{padding-top:5rem;padding-bottom:5rem}
.py-24{padding-top:6rem;padding-bottom:6rem}
.py-28{padding-top:7rem;padding-bottom:7rem}
.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}
.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}
.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}
.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}
.pl-2{padding-left:.5rem}.pr-10{padding-right:2.5rem}

/* ── Sizing ────────────────────────────────────────────────────────── */
.w-full{width:100%}.w-auto{width:auto}
.w-2{width:.5rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}
.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}
.w-9{width:2.25rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}
.w-13{width:3.25rem}.w-14{width:3.5rem}.w-16{width:4rem}
.h-0\.5{height:.125rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}
.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}
.h-8{height:2rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}
.h-12{height:3rem}.h-13{height:3.25rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-px{height:1px}
.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-xl{max-width:36rem}
.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}
.max-w-7xl{max-width:80rem}.max-w-none{max-width:none}.max-h-0{max-height:0}

/* ── 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}.top-24{top:6rem}.-top-40{top:-10rem}
.bottom-0{bottom:0}.bottom-5{bottom:1.25rem}.-bottom-1{bottom:-.25rem}.-bottom-4{bottom:-1rem}
.left-0{left:0}.left-2{left:.5rem}.-left-4{left:-1rem}.-left-32{left:-8rem}
.right-0{right:0}.right-5{right:1.25rem}.-right-4{right:-1rem}.-right-40{right:-10rem}
.z-40{z-index:40}.z-50{z-index:50}
.order-1{order:1}.order-2{order:2}.order-first{order:-9999}.order-last{order:9999}

/* ── Overflow / Object ─────────────────────────────────────────────── */
.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}
.object-cover{object-fit:cover}.object-contain{object-fit:contain}
.pointer-events-none{pointer-events:none}.cursor-text{cursor:text}.cursor-pointer{cursor:pointer}
.select-none{user-select:none}.select-all{user-select:all}
.aspect-square{aspect-ratio:1/1}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}

/* ── 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-6xl{font-size:3.75rem;line-height:1}
.font-normal{font-weight:400}.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-normal{line-height:1.5}.leading-relaxed{line-height:1.625}
.tracking-tight{letter-spacing:-.025em}
.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}
.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}
.uppercase{text-transform:uppercase}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}
.bg-clip-text{-webkit-background-clip:text;background-clip:text}.text-transparent{color:transparent}

/* ── Text Colors ───────────────────────────────────────────────────── */
.text-white{color:#fff}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}
.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}
.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}
.text-red-500{color:#ef4444}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}
.text-blue-500{color:#3b82f6}.text-blue-700{color:#1d4ed8}
.text-green-500{color:#22c55e}.text-green-600{color:#16a34a}.text-green-700{color:#15803d}
.text-yellow-700{color:#a16207}.text-orange-700{color:#c2410c}
.text-pink-600{color:#db2777}.text-sky-600{color:#0284c7}.text-purple-600{color:#9333ea}
.text-white\/80{color:rgba(255,255,255,.80)}.text-white\/90{color:rgba(255,255,255,.90)}
.text-\[\#1E3A5F\]{color:#1E3A5F}.text-\[\#25D366\]{color:#25D366}.text-\[\#F5A623\]{color:#F5A623}

/* ── Background Colors ─────────────────────────────────────────────── */
.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}
.bg-gray-100{background-color:#f3f4f6}.bg-transparent{background-color:transparent}
.bg-red-50{background-color:#fef2f2}.bg-red-100{background-color:#fee2e2}
.bg-blue-50{background-color:#eff6ff}.bg-blue-100{background-color:#dbeafe}
.bg-green-50{background-color:#f0fdf4}.bg-green-100{background-color:#dcfce7}
.bg-green-500{background-color:#22c55e}.bg-green-600{background-color:#16a34a}
.bg-yellow-50{background-color:#fefce8}.bg-orange-50{background-color:#fff7ed}
.bg-orange-100{background-color:#ffedd5}.bg-pink-50{background-color:#fdf2f8}
.bg-sky-50{background-color:#f0f9ff}.bg-purple-50{background-color:#faf5ff}
.bg-white\/10{background-color:rgba(255,255,255,.10)}.bg-white\/90{background-color:rgba(255,255,255,.90)}
.bg-\[\#1E3A5F\]{background-color:#1E3A5F}.bg-\[\#162d4a\]{background-color:#162d4a}
.bg-\[\#0F2440\]{background-color:#0F2440}.bg-\[\#25D366\]{background-color:#25D366}
.bg-\[\#F5A623\]{background-color:#F5A623}
.bg-\[\#25D366\]\/10{background-color:rgba(37,211,102,.10)}
.bg-\[\#F5A623\]\/10{background-color:rgba(245,166,35,.10)}
.bg-\[\#1E3A5F\]\/5{background-color:rgba(30,58,95,.05)}
.bg-\[\#1E3A5F\]\/10{background-color:rgba(30,58,95,.10)}
.bg-\[\#1E3A5F\]\/90{background-color:rgba(30,58,95,.90)}

/* ── Gradients ─────────────────────────────────────────────────────── */
.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}
.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}
.from-\[\#1E3A5F\]{--tw-gradient-from:#1E3A5F;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,58,95,0))}
.via-\[\#162d4a\]{--tw-gradient-stops:var(--tw-gradient-from),#162d4a,var(--tw-gradient-to,rgba(22,45,74,0))}
.to-\[\#0F2440\]{--tw-gradient-to:#0F2440}
.to-\[\#2a5080\]{--tw-gradient-to:#2a5080}
.from-\[\#25D366\]{--tw-gradient-from:#25D366;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,211,102,0))}
.to-\[\#1fb855\]{--tw-gradient-to:#1fb855}

/* ── Borders ───────────────────────────────────────────────────────── */
.border{border-width:1px}.border-2{border-width:2px}.border-0{border-width:0}
.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}
.border-l{border-left-width:1px}.border-r{border-right-width:1px}
.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}
.border-gray-300{border-color:#d1d5db}
.border-red-100{border-color:#fee2e2}.border-red-200{border-color:#fecaca}
.border-blue-100{border-color:#dbeafe}.border-blue-200{border-color:#bfdbfe}
.border-green-100{border-color:#dcfce7}.border-green-200{border-color:#bbf7d0}
.border-green-400{border-color:#4ade80}
.border-yellow-200{border-color:#fef08a}
.border-orange-100{border-color:#ffedd5}.border-orange-200{border-color:#fed7aa}
.border-pink-200{border-color:#fbcfe8}.border-sky-200{border-color:#bae6fd}
.border-purple-200{border-color:#e9d5ff}
.border-white\/10{border-color:rgba(255,255,255,.10)}.border-white\/20{border-color:rgba(255,255,255,.20)}
.border-\[\#1E3A5F\]{border-color:#1E3A5F}
.border-\[\#25D366\]\/30{border-color:rgba(37,211,102,.30)}
.border-\[\#F5A623\]\/30{border-color:rgba(245,166,35,.30)}
.border-\[\#1E3A5F\]\/20{border-color:rgba(30,58,95,.20)}
.border-\[\#1E3A5F\]\/30{border-color:rgba(30,58,95,.30)}
.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}
.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}
.rounded-bl-lg{border-bottom-left-radius:.5rem}

/* ── Shadows ───────────────────────────────────────────────────────── */
.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}
.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}
.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}
.shadow-black\/30{box-shadow:0 25px 50px -12px rgba(0,0,0,.30)}

/* ── Filters / Blur ────────────────────────────────────────────────── */
.blur-3xl{filter:blur(64px)}
.brightness-0{filter:brightness(0)}.invert{filter:invert(1)}
.brightness-0.invert{filter:brightness(0) invert(1)}
.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.backdrop-blur-lg{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}

/* ── Transitions / Transform ───────────────────────────────────────── */
.transition{transition-property:color,background-color,border-color,opacity,box-shadow,transform,filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.transition-all{transition:all 150ms cubic-bezier(.4,0,.2,1)}
.transition-shadow{transition:box-shadow 150ms cubic-bezier(.4,0,.2,1)}
.transition-colors{transition:color,background-color,border-color 150ms cubic-bezier(.4,0,.2,1)}
.transition-transform{transition:transform 150ms cubic-bezier(.4,0,.2,1)}
.duration-300{transition-duration:300ms}
.-translate-y-1\/2{transform:translateY(-50%)}
.opacity-25{opacity:.25}.opacity-75{opacity:.75}

/* ── Hover states ──────────────────────────────────────────────────── */
.hover\:underline:hover{text-decoration:underline}
.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}
.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}
.hover\:-translate-y-1:hover{transform:translateY(-.25rem)}
.hover\:scale-110:hover{transform:scale(1.1)}
.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:bg-gray-100:hover{background-color:#f3f4f6}
.hover\:text-white:hover{color:#fff}.hover\:bg-green-600:hover{background-color:#16a34a}
.hover\:border-white\/40:hover{border-color:rgba(255,255,255,.40)}
.hover\:text-\[\#1E3A5F\]:hover{color:#1E3A5F}.hover\:text-\[\#25D366\]:hover{color:#25D366}
.hover\:text-\[\#F5A623\]:hover{color:#F5A623}
.hover\:bg-\[\#1E3A5F\]:hover{background-color:#1E3A5F}
.hover\:bg-\[\#162d4a\]:hover{background-color:#162d4a}
.hover\:bg-\[\#25D366\]:hover{background-color:#25D366}
.hover\:bg-\[\#1fb855\]:hover{background-color:#1fb855}
.hover\:bg-\[\#e8960f\]:hover{background-color:#e8960f}
.hover\:bg-\[\#F5A623\]:hover{background-color:#F5A623}
.hover\:bg-white\/10:hover{background-color:rgba(255,255,255,.10)}
.hover\:bg-red-100:hover{background-color:#fee2e2}
.hover\:bg-blue-100:hover{background-color:#dbeafe}
.hover\:bg-green-100:hover{background-color:#dcfce7}
.hover\:bg-orange-100:hover{background-color:#ffedd5}
.hover\:bg-pink-100:hover{background-color:#fce7f3}
.hover\:bg-sky-100:hover{background-color:#e0f2fe}
.hover\:bg-purple-100:hover{background-color:#f3e8ff}

/* ── Group hover ───────────────────────────────────────────────────── */
.group:hover .group-hover\:scale-110{transform:scale(1.1)}
.group:hover .group-hover\:bg-red-100{background-color:#fee2e2}
.group:hover .group-hover\:bg-blue-100{background-color:#dbeafe}
.group:hover .group-hover\:bg-green-100{background-color:#dcfce7}
.group:hover .group-hover\:bg-orange-100{background-color:#ffedd5}
.group:hover .group-hover\:bg-pink-100{background-color:#fce7f3}
.group:hover .group-hover\:bg-sky-100{background-color:#e0f2fe}
.group:hover .group-hover\:bg-purple-100{background-color:#f3e8ff}
.group:hover .group-hover\:bg-\[\#1E3A5F\]\/10{background-color:rgba(30,58,95,.10)}

/* ── Animations ────────────────────────────────────────────────────── */
.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}
.animate-spin{animation:spin 1s linear infinite}
.animate-bounce{animation:bounce 1s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes bounce{0%,100%{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}
.spin{animation:spin 1s linear infinite}
.pulse-dot{animation:pulsedot 1.2s ease-in-out infinite}
@keyframes pulsedot{0%,100%{opacity:1}50%{opacity:.4}}

/* ── Site-specific ─────────────────────────────────────────────────── */
[data-lucide]{display:inline-block;vertical-align:middle}
#mobile-menu{max-height:0;overflow:hidden;transition:max-height .3s ease}
#mobile-menu.open{max-height:400px}
input:focus,textarea:focus,select:focus{outline:none;border-color:#1E3A5F !important;box-shadow:0 0 0 3px rgba(30,58,95,.12) !important}
/* Tab states for checkout */
.tab-pix-active,.tab-cc-active{background:#1E3A5F;color:#fff;border-color:#1E3A5F}
.tab-inactive{background:#fff;color:#6b7280;border-color:#e5e7eb}
/* PIX qr max-width */
.pix-qr{max-width:220px}

/* ── Responsive: sm (≥640px) ───────────────────────────────────────── */
@media(min-width:640px){
  .sm\:block{display:block}.sm\:inline{display:inline}.sm\:inline-flex{display:inline-flex}
  .sm\:flex{display:flex}.sm\:hidden{display:none}
  .sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}
  .sm\:w-full{width:100%}.sm\:w-auto{width:auto}
  .sm\:col-span-2{grid-column:span 2/span 2}
  .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\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-8{gap:2rem}.sm\:gap-10{gap:2.5rem}
  .sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}
  .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
  .sm\:px-8{padding-left:2rem;padding-right:2rem}
  .sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}
  .sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}
  .sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}
  .sm\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}
  .sm\:py-16{padding-top:4rem;padding-bottom:4rem}
  .sm\:py-20{padding-top:5rem;padding-bottom:5rem}
  .sm\:mb-14{margin-bottom:3.5rem}.sm\:mt-16{margin-top:4rem}
  .sm\:text-base{font-size:1rem;line-height:1.5rem}
  .sm\:text-lg{font-size:1.125rem;line-height:1.75rem}
  .sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}
  .sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}
  .sm\:h-6{height:1.5rem}.sm\:h-7{height:1.75rem}.sm\:h-8{height:2rem}
  .sm\:h-11{height:2.75rem}.sm\:h-12{height:3rem}.sm\:h-14{height:3.5rem}.sm\:h-16{height:4rem}
  .sm\:w-7{width:1.75rem}.sm\:w-8{width:2rem}.sm\:w-12{width:3rem}.sm\:w-14{width:3.5rem}.sm\:w-16{width:4rem}
  .sm\:-bottom-4{bottom:-1rem}.sm\:-left-4{left:-1rem}.sm\:-right-4{right:-1rem}
  .sm\:justify-center{justify-content:center}.sm\:justify-start{justify-content:flex-start}
  .sm\:order-1{order:1}.sm\:order-2{order:2}
}

/* ── Responsive: md (≥768px) ───────────────────────────────────────── */
@media(min-width:768px){
  .md\:flex{display:flex}.md\:hidden{display:none}.md\:flex-row{flex-direction:row}
  .md\:px-6{padding-left:1.5rem;padding-right:1.5rem}
}

/* ── Responsive: lg (≥1024px) ─────────────────────────────────────── */
@media(min-width:1024px){
  .lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:block{display:block}
  .lg\:flex-row{flex-direction:row}
  .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-\[1fr_380px\]{grid-template-columns:1fr 380px}
  .lg\:grid-cols-\[1fr_360px\]{grid-template-columns:1fr 360px}
  .lg\:col-span-1{grid-column:span 1/span 1}
  .lg\:gap-12{gap:3rem}
  .lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:py-28{padding-top:7rem;padding-bottom:7rem}
  .lg\:px-8{padding-left:2rem;padding-right:2rem}
  .lg\:mt-0{margin-top:0}.lg\:mb-0{margin-bottom:0}.lg\:pb-6{padding-bottom:1.5rem}
  .lg\:text-left{text-align:left}
  .lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}
  .lg\:text-5xl{font-size:3rem;line-height:1}
  .lg\:text-6xl{font-size:3.75rem;line-height:1}
  .lg\:justify-start{justify-content:flex-start}
  .lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:order-last{order:9999}
}
