@tailwind base;@tailwind components;@tailwind utilities;@import url(https://fonts.googleapis.com/css2?family=Staatliches&display=swap);:root{--background: 0 0% 100%;--foreground: 0 0% 3.9%;--card: 0 0% 100%;--card-foreground: 0 0% 3.9%;--popover: 0 0% 100%;--popover-foreground: 0 0% 3.9%;--primary: 0 0% 9%;--primary-foreground: 0 0% 98%;--secondary: 0 0% 96.1%;--secondary-foreground: 0 0% 9%;--muted: 0 0% 96.1%;--muted-foreground: 0 0% 45.1%;--accent: 0 0% 96.1%;--accent-foreground: 0 0% 9%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 0 0% 89.8%;--input: 0 0% 89.8%;--ring: 0 0% 3.9%;--chart-1: 12 76% 61%;--chart-2: 173 58% 39%;--chart-3: 197 37% 24%;--chart-4: 43 74% 66%;--chart-5: 27 87% 67%;--radius: .5rem;--sidebar-background: 0 0% 98%;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-primary: 240 5.9% 10%;--sidebar-primary-foreground: 0 0% 98%;--sidebar-accent: 240 4.8% 95.9%;--sidebar-accent-foreground: 240 5.9% 10%;--sidebar-border: 220 13% 91%;--sidebar-ring: 217.2 91.2% 59.8%}.dark{--background: 0 0% 3.9%;--foreground: 0 0% 98%;--card: 0 0% 3.9%;--card-foreground: 0 0% 98%;--popover: 0 0% 3.9%;--popover-foreground: 0 0% 98%;--primary: 0 0% 98%;--primary-foreground: 0 0% 9%;--secondary: 0 0% 14.9%;--secondary-foreground: 0 0% 98%;--muted: 0 0% 14.9%;--muted-foreground: 0 0% 63.9%;--accent: 0 0% 14.9%;--accent-foreground: 0 0% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--border: 0 0% 14.9%;--input: 0 0% 14.9%;--ring: 0 0% 83.1%;--chart-1: 220 70% 50%;--chart-2: 160 60% 45%;--chart-3: 30 80% 55%;--chart-4: 280 65% 60%;--chart-5: 340 75% 55%;--sidebar-background: 240 5.9% 10%;--sidebar-foreground: 240 4.8% 95.9%;--sidebar-primary: 224.3 76.3% 48%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 240 3.7% 15.9%;--sidebar-accent-foreground: 240 4.8% 95.9%;--sidebar-border: 240 3.7% 15.9%;--sidebar-ring: 217.2 91.2% 59.8%}:root{--army-primary: #444542;--army-accent: #9B973A;--army-accent-rgb: 155, 151, 58;--army-white: #FAFAFA;--army-deep: #242424;--army-border-15: rgba(68, 69, 66, .15);--army-border-25: rgba(68, 69, 66, .25);--army-placeholder-60: rgba(68, 69, 66, .6);--army-tint-4: rgba(68, 69, 66, .04)}html{scroll-behavior:smooth;font-size:16px}body{font-family:Staatliches,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;color:var(--army-primary)!important;background-color:var(--army-white)!important;overscroll-behavior:none;font-synthesis-weight:none;letter-spacing:0}h1,h2,h3,h4,h5,h6,nav,.btn-primary{letter-spacing:1px}a{color:var(--army-primary);text-underline-offset:3px}a:hover{text-decoration:underline;text-decoration-color:var(--army-accent)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible,[role=button]:focus-visible{outline:2px solid var(--army-accent);outline-offset:2px}html>body *{border-color:hsl(var(--border))}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:5px}*{scrollbar-width:thin;scrollbar-color:hsl(var(--border)) transparent}.section-light{background-color:var(--army-white)}.section-tint{background-color:var(--army-tint-4)}.section-dark{background-color:var(--army-deep);color:var(--army-white)}.navbar-bg{background-color:var(--army-primary);color:var(--army-white)}.card-soft{background-color:var(--army-white);border:1px solid var(--army-border-15);box-shadow:0 2px 10px #0000000f;transition:box-shadow .2s ease,transform .1s ease,border-color .2s ease}.card-soft:hover{box-shadow:0 8px 24px #0000001f;border-color:var(--army-border-15)}.btn-primary{background-color:var(--army-accent);color:var(--army-white);text-transform:uppercase;border-radius:.5rem;letter-spacing:1px;transition:transform .05s ease,background-color .15s ease,opacity .2s ease}.btn-primary:hover{background-color:#8a8734}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.4;cursor:not-allowed}input,textarea,select{background-color:var(--army-white);border:1px solid var(--army-border-25);color:var(--army-primary)}input::placeholder,textarea::placeholder{color:var(--army-placeholder-60)}.footer-link{color:var(--army-white)}.footer-link:hover{color:var(--army-accent);text-decoration:underline;text-decoration-color:var(--army-accent)}.hero{position:relative;display:grid;grid-template-columns:1fr;align-items:center;padding:24px 20px;min-height:86vh;overflow:hidden;background-position:center;background-size:cover;background-repeat:no-repeat}@media (min-width: 1024px){.hero{grid-template-columns:repeat(12,1fr);min-height:70vh;padding:48px}}.hero-overlay{position:absolute;inset:0;background:#00000059}.hero-inner{position:relative;z-index:1}@media (min-width: 1024px){.hero-inner{grid-column:1 / span 7}}.review-slider{position:relative;width:100%;display:grid;grid-template-columns:auto 1fr auto;grid-auto-rows:auto;justify-items:center;row-gap:10px;z-index:1}@media (min-width: 1024px){.review-slider{grid-column:8 / -1;margin:0}}.slider-viewport{overflow:hidden;width:100%;padding:16px 24px;box-sizing:border-box;grid-column:1 / -1}@media (min-width: 1024px){.slider-viewport{padding:16px 48px}}.slider-track{display:flex;flex-wrap:nowrap;gap:16px;transition:transform .4s ease;will-change:transform}.slide{flex:0 0 100%;max-width:100%}.review-card{position:relative;width:100%;min-height:220px;overflow:hidden;background:#fff;color:#1f2937;border-radius:18px;box-shadow:0 10px 28px #0000002e;padding:22px 20px;height:260px;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;margin:0 auto}@media (min-width: 1024px){.review-card{height:300px}}.review-card h4{margin:8px 0 6px;font-weight:700;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:15px}@media (min-width: 1024px){.review-card h4{font-size:16px}}.review-card p{margin:0;line-height:1.7;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;font-size:14px}@media (min-width: 1024px){.review-card p{font-size:15px}}.review-meta{font-size:12px;color:#6b7280;margin-top:10px}.badge{font-size:12px;padding:6px 10px;background:rgba(var(--army-accent-rgb),.15);border-radius:9999px;color:#475569}.stars{letter-spacing:2px;color:var(--army-accent)}.slider-dots{display:flex;gap:10px;margin-top:0;justify-content:center;grid-column:2;grid-row:2}.slider-dots button{width:8px;height:8px;border-radius:9999px;background:#c7cbd1;border:0;padding:0}.slider-dots button.active{background:#4b5563}.slider-nav{position:static;width:36px;height:36px;border:0;border-radius:9999px;background:#ffffffeb;box-shadow:0 2px 10px #0000001f;display:grid;place-items:center;cursor:pointer;color:#f59e0b;font-size:20px}.slider-prev{grid-column:1;grid-row:2}.slider-next{grid-column:3;grid-row:2}
