@charset "UTF-8";body{font-family:outfit,sans-serif;font-weight:400;line-height:1.6;font-size:1rem;color:#1f2937}h1,h2,h3,h4,h5,h6{font-family:outfit,sans-serif;font-weight:800;color:#2563eb;line-height:1.2;margin-top:0;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1rem}h6{font-size:.875rem}p{margin-bottom:1rem;color:#1f2937}a{color:#2563eb;text-decoration:none;transition:color .3s ease}a:hover{color:#134cca;text-decoration:none}ul,ol{padding-left:1.5rem;margin-bottom:1rem}li{margin-bottom:.5rem}html[data-theme=dark] body{color:#f3f4f6}html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3{color:#f59e0b}html[data-theme=dark] a{color:#f59e0b}html[data-theme=dark]{}html[data-theme=dark] .prose,html[data-theme=dark] .post-content,html[data-theme=dark] .content{color:#f3f4f6}html[data-theme=dark] .prose p,html[data-theme=dark] .prose li,html[data-theme=dark] .post-content p,html[data-theme=dark] .post-content li,html[data-theme=dark] .content p,html[data-theme=dark] .content li{color:#f3f4f6;opacity:1}html[data-theme=dark] h4,html[data-theme=dark] h5,html[data-theme=dark] h6{color:#f59e0b}html[data-theme=dark] .post-meta,html[data-theme=dark] time,html[data-theme=dark] .muted{color:#9ca3af;opacity:1}html[data-theme=dark] a{color:#f59e0b}html[data-theme=dark] a:hover,html[data-theme=dark] a:focus{color:#f6aa28;text-decoration:underline}.post-content a:hover,.content a:hover,.prose a:hover{text-decoration:underline}.container{max-width:1024px;margin-inline:auto;padding-inline:1rem;width:100%}.section{padding:4rem 1rem;width:100%}.section h2{font-size:2rem;margin-bottom:1.5rem;text-align:center;color:#2563eb}.section.alt{background:#f9fafb;text-align:center}.section.contact{text-align:center}.row{display:flex;flex-wrap:wrap;margin:-1rem}.col{padding:1rem;flex:1 1 100%}@media(min-width:768px){.col-6{flex:0 0 50%}.col-4{flex:0 0 33.333%}}form{display:flex;flex-direction:column;gap:1rem;max-width:500px;margin:0 auto}input,textarea,select{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:12px;font-family:inherit;font-size:1rem;color:#1f2937;background-color:#fff}input:focus,textarea:focus,select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.2)}form button,form input[type=submit]{display:inline-block;padding:.75rem 1.5rem;border:none;border-radius:8px;background-color:#2563eb;color:#fff;font-weight:600;cursor:pointer;transition:background .2s ease-in-out,transform .1s}form button:hover,form input[type=submit]:hover{background-color:#1e40af;transform:translateY(-2px)}form button:active,form input[type=submit]:active{transform:translateY(0)}html[data-theme=dark] input,html[data-theme=dark] textarea,html[data-theme=dark] select{background-color:#1f2937;color:#f3f4f6;border-color:#374151}html[data-theme=dark] input:focus,html[data-theme=dark] textarea:focus,html[data-theme=dark] select:focus{box-shadow:0 0 0 2px rgba(245,158,11,.3)}.btn{display:inline-block;padding:.75rem 1.5rem;font-weight:600;border-radius:12px;background-color:#f59e0b;color:#fff;transition:background-color .3s ease;border:none;cursor:pointer;text-align:center;text-decoration:none}.btn:hover{background-color:#c57f08}.btn.small{padding:.5rem 1rem;font-size:.9rem}.btn.ghost{background-color:transparent;color:#2563eb;border:2px solid #2563eb}.btn.ghost:hover{background-color:#2563eb;color:#fff}html[data-theme=dark] .btn.ghost{color:#f59e0b;border-color:#f59e0b}html[data-theme=dark] .btn.ghost:hover{background-color:#f59e0b;color:#000}.btn,button{border-radius:8px;background-color:#2563eb;color:#fff;font-weight:600;padding:.75rem 1.5rem;transition:background .2s ease-in-out,transform .1s}.btn:hover,button:hover{background-color:#1e40af;transform:translateY(-2px)}:root{--safe-top:env(safe-area-inset-top);--safe-right:env(safe-area-inset-right);--safe-left:env(safe-area-inset-left)}.site-header{position:sticky;top:0;z-index:1000;width:100%;background:#fff;border-bottom:1px solid rgba(0,0,0,8%);padding-top:calc(.25rem + var(--safe-top))}html[data-theme=dark] .site-header{background:#0f172a;border-bottom:1px solid rgba(255,255,255,.12)}.site-header.scrolled{box-shadow:0 6px 20px rgba(0,0,0,8%)}.site-header .nav-container{width:100%;max-width:1200px;margin-inline:auto;padding-block:.5rem;padding-inline:calc(16px + var(--safe-left))calc(16px + var(--safe-right));display:flex;align-items:center;justify-content:space-between;gap:.75rem}.site-title a{display:inline-flex;gap:.35rem;font-weight:800;text-decoration:none}.site-title .part1{color:#2563eb}.site-title .part2{color:#f59e0b}.nav-right{display:flex;align-items:center;gap:.6rem}.site-nav{display:flex;align-items:center;gap:1rem}.site-nav a{text-decoration:none;font-weight:600;opacity:.9}.site-nav a:hover{opacity:1}.lang-button,.theme-toggle,.burger{display:inline-flex;align-items:center;justify-content:center;height:36px;min-width:36px;padding:.35rem .6rem;gap:.25rem;border-radius:8px;border:1px solid rgba(15,23,42,.12);background:#f8fafc;color:#0f172a;cursor:pointer}.theme-toggle svg{width:20px;height:20px;stroke:currentColor;fill:none}html[data-theme=dark] .lang-button,html[data-theme=dark] .theme-toggle,html[data-theme=dark] .burger{background:rgba(255,255,255,6%);color:#e5e7eb;border-color:rgba(255,255,255,.18)}.lang-dropdown{position:relative}.lang-menu{position:absolute;right:0;top:calc(100% + .35rem);min-width:3.5rem;padding:.35rem;border-radius:8px;background:#fff;border:1px solid rgba(0,0,0,.12);box-shadow:0 8px 24px rgba(0,0,0,8%);display:none;z-index:1100}.lang-menu.visible{display:block}.lang-menu a{display:block;padding:.25rem .4rem;text-decoration:none;color:inherit}html[data-theme=dark] .lang-menu{background:#0f172a;border-color:rgba(255,255,255,.18);color:#e5e7eb}.burger{padding:0 .4rem}.burger span{display:block;width:18px;height:2px;background:currentColor;margin:3px 0}.burger{display:none}.nav-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;z-index:998}.nav-backdrop.show{opacity:1;visibility:visible}body.nav-open{overflow:hidden}@media(max-width:960px){.burger{display:inline-flex}.site-nav{position:absolute;top:calc(100% + .5rem);right:calc(16px + var(--safe-right));left:calc(16px + var(--safe-left));margin:0 auto;width:auto;max-width:420px;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.2);padding:1rem;display:none;flex-direction:column;gap:.75rem;z-index:999;transform:translateY(-8px);opacity:0;transition:opacity .18s ease,transform .18s ease}html[data-theme=dark] .site-nav{background:#0f172a;color:#e5e7eb;border-color:rgba(255,255,255,.18)}.site-nav.open{display:flex;opacity:1;transform:translateY(0)}}@media(min-width:961px){.site-nav{display:flex !important;position:static;padding:0;border:0;background:0 0;box-shadow:none;transform:none;opacity:1}.nav-backdrop{display:none !important}}.site-header,.site-header a{color:#0f172a}html[data-theme=dark] .site-header,html[data-theme=dark] .site-header a{color:#e5e7eb}.hero{width:100%;max-width:100%}.hero .container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1rem}.hero img,.hero svg{max-width:100%;height:auto}.hero{background:#1d4ed8}html:not([data-theme=dark]) .hero{background:linear-gradient(135deg,#1d4ed8 0%,#1e3a8a 100%)}html[data-theme=dark] .hero{background:linear-gradient(135deg,#0b2a6b 0%,#0b214f 100%)}.hero .text-block h1,.hero .text-block p{color:#fff}@media(max-width:640px){.hero{padding-block:2.4rem}.hero .hero-content{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.hero .text-block{max-width:34ch;margin-inline:auto;text-align:center}.hero .text-block h1{font-size:2rem;line-height:1.2}.hero .image-block{width:100%;display:flex;justify-content:center;align-items:center}.hero .image-block img,.hero .image-block svg{width:68%;max-width:300px;height:auto;object-fit:contain}}@media(min-width:641px) and (max-width:959px){.hero{padding-block:3rem}.hero .container{padding-inline:1.5rem}.hero .hero-content{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;column-gap:2rem}.hero .image-block{display:flex;justify-content:center;align-items:center}.hero .image-block img,.hero .image-block svg{width:100%;max-width:340px;height:auto;object-fit:contain}}@media(min-width:960px){.hero{padding-block:4.5rem}.hero .container{padding-inline:3rem}.hero .hero-content{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;column-gap:3rem}.hero .text-block{text-align:left;max-width:48ch;margin-inline:0}.hero .text-block h1{font-size:2.6rem;line-height:1.15;margin-bottom:.75rem}.hero .text-block p{font-size:1.05rem;line-height:1.6}.hero .image-block{display:flex;justify-content:center;align-items:center;padding-right:2rem}.hero .image-block img,.hero .image-block svg{width:auto;max-width:220px;height:auto;object-fit:contain}}.section#services{padding:4rem 1rem;text-align:center}.section#services h2{font-size:2rem;margin-bottom:2rem;color:#2563eb;font-weight:800}@media(max-width:480px){.section#services>.container{padding-inline:16px}}.services-flip-grid{display:grid;grid-template-columns:1fr;gap:1rem;justify-items:center;align-items:stretch}@media(min-width:640px){.services-flip-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}}@media(min-width:768px){.services-flip-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}@media(min-width:1024px){.services-flip-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}}.flip-card{width:100%;max-width:320px;border-radius:16px;overflow:hidden;perspective:1000px;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.14);background:0 0;contain:layout paint;aspect-ratio:4/5}@media(min-width:640px){.flip-card{aspect-ratio:5/6}}@media(min-width:1024px){.flip-card{aspect-ratio:2/3}}html[data-theme=dark] .flip-card{box-shadow:0 10px 24px rgba(0,0,0,.34)}@supports not (aspect-ratio:1/1){.flip-card .flip-card-inner{height:360px}}.flip-card-inner{position:relative;height:100%;transition:transform .6s ease;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;will-change:transform}.flip-card:hover .flip-card-inner,.flip-card.is-open .flip-card-inner{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{position:absolute;inset:0;display:grid;place-items:center;min-height:100%;padding:1.25rem;border-radius:16px;text-align:center;box-sizing:border-box;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform-style:preserve-3d;box-shadow:none}.flip-card-front{transform:translateZ(.1px);background:#f3f4f6}.flip-card-front img{width:48px;height:48px;margin-bottom:1rem;object-fit:contain;opacity:.85}.flip-card-front svg{width:48px;height:48px;margin-bottom:1rem}.flip-card-front p{margin:0;font-weight:600;color:#111827}html[data-theme=dark] .flip-card-front svg{color:#f3f4f6;opacity:.95}html[data-theme=dark] .flip-card-front img{filter:brightness(0)invert(1)opacity(.9)}.flip-card.help .flip-card-front svg{color:#60a5fa;opacity:1}html[data-theme=dark] .flip-card.help .flip-card-front img{filter:none}.flip-card-back{transform:rotateY(180deg)translateZ(.1px);background:#2563eb;color:#fff}.flip-card-back p{margin:0;font-weight:500;max-width:90%;line-height:1.6;opacity:.98}html[data-theme=dark] .flip-card-front{background:#1f2937}html[data-theme=dark] .flip-card-back{background:#0f172a}html[data-theme=dark] .flip-card-front p,html[data-theme=dark] .flip-card-back p{color:#f3f4f6}html[data-theme=dark] .flip-card-front,html[data-theme=dark] .flip-card-back,html:not([data-theme=dark]) .flip-card-front,html:not([data-theme=dark]) .flip-card-back{padding:1.25rem}html:not([data-theme=dark]) .flip-card-back p{color:#fff !important}@media(hover:none),(pointer:coarse){.flip-card-front{position:relative}.flip-card-front .mobile-hint{position:absolute;top:.6rem;right:1rem;width:1.15rem;height:1.15rem;display:flex;align-items:center;justify-content:center;opacity:.65;pointer-events:none;color:#2563eb}html[data-theme=dark] .flip-card-front .mobile-hint{color:#e5e7eb;opacity:.55}}@media(hover:hover) and (pointer:fine){.flip-card-front .mobile-hint{display:none !important}}.section#articles,.section#post-articles{padding:4rem 1rem;text-align:center}.section#articles h2,.section#articles .section-title,.section#post-articles h2,.section#post-articles .section-title{font-size:clamp(1.5rem,calc(1rem + 2.2vw),2.25rem);margin-bottom:.5rem;color:#2563eb;font-weight:800}.section#articles .section-subtitle,.section#post-articles .section-subtitle{text-align:center;color:#64748b;margin:0 auto 2rem}.article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.25rem;margin-top:2rem}.article-grid+p{margin-top:1rem;text-align:center}.article-grid+p a.cta{display:inline-block;padding:.5rem 1rem;border-radius:8px;font-weight:600;background-color:#2563eb;color:#fff;text-decoration:none;transition:background .2s ease}.article-grid+p a.cta:hover{background-color:#1e40af}.article-card{background:#fff;border-radius:16px;padding:1rem;text-align:left;border:1px solid rgba(2,6,23,8%);box-shadow:0 10px 24px rgba(2,0,46,6%);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.article-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(2,0,46,.12);border-color:rgba(2,6,23,.12)}.article-card .article-thumb{display:block;width:100%;height:180px;object-fit:cover;margin-bottom:1rem;background:#e5e7eb;border-radius:12px;filter:none !important}.article-card .post-date{font-size:.85rem;color:#6b7280;margin-bottom:.25rem;display:block}.article-card h3{font-size:1.1rem;font-weight:700;margin:0 0 .35rem}.article-card h3 a{color:inherit;text-decoration:none}.article-card h3 a:hover{text-decoration:underline}.article-card p{color:inherit}.article-card .read-more,.article-card .cta.small{color:#f59e0b;font-weight:700;text-decoration:none}.section#post-articles,.section#articles{background:#fff;color:#0f172a}.search-wrapper{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:1rem auto 2rem}.search-wrapper .search-bar{width:90%;max-width:600px;border:1px solid rgba(2,6,23,.12);background:#fff;border-radius:12px;padding:.85rem 1rem;font-size:.95rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.search-wrapper .search-bar:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15)}.search-wrapper #clearSearch{border:none;background:#2563eb;color:#fff;border-radius:10px;padding:.65rem .9rem;font-weight:700;cursor:pointer;transition:background .15s ease,transform .05s ease}.search-wrapper #clearSearch:hover{background:#1e40af}.search-wrapper #clearSearch:active{transform:translateY(1px)}.post-cover{width:100%;aspect-ratio:16/6;background:#f59e0b;border-radius:16px;overflow:hidden;margin:1.25rem auto 1.75rem}.post-cover img{width:100%;height:100%;object-fit:cover;display:block}.article-content{padding:2rem 1rem}.article-content .container{max-width:900px;margin-inline:auto}.article-content h1{font-size:clamp(1.6rem,calc(1rem + 2.2vw),2.4rem);line-height:1.15;margin:0 0 .75rem;color:#0f172a;font-weight:900}.article-content .meta{color:#64748b;margin-bottom:1.5rem}.article-content .markdown{color:#111827;font-size:1.05rem;line-height:1.7}.article-content .markdown h2{margin-top:2rem;margin-bottom:.5rem;font-weight:800}.article-content .markdown h3{margin-top:1.25rem;margin-bottom:.35rem;font-weight:700}.article-content .markdown a{color:#2563eb;text-decoration:none}.article-content .markdown a:hover{text-decoration:underline}.article-content .markdown ul,.article-content .markdown ol{padding-left:1.25rem}.article-content .markdown code{background:#f3f4f6;border:1px solid rgba(2,6,23,8%);border-radius:6px;padding:.1rem .35rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.95em}.article-content .markdown pre{background:#0b1220;color:#e5e7eb;border-radius:10px;padding:1rem;overflow:auto}.article-content .markdown blockquote{border-left:4px solid #2563eb;background:rgba(37,99,235,6%);padding:.75rem 1rem;border-radius:8px;margin:1rem 0;color:#1f2937}.article-content .markdown img{max-width:100%;height:auto;border-radius:12px}@media(min-width:992px){.article-card .article-thumb{height:200px}}html[data-theme=dark] .section#post-articles,html[data-theme=dark] .section#articles{background:#0b1220;color:#e5e7eb}html[data-theme=dark] .section#post-articles .section-title,html[data-theme=dark] .section#post-articles h2,html[data-theme=dark] .section#articles .section-title,html[data-theme=dark] .section#articles h2{color:#e5e7eb}html[data-theme=dark] .section#post-articles .section-subtitle,html[data-theme=dark] .section#articles .section-subtitle{color:#94a3b8}html[data-theme=dark] .article-card{background:#111827;color:#e5e7eb;border-color:rgba(148,163,184,.12);box-shadow:0 8px 24px rgba(0,0,0,.35)}html[data-theme=dark] .article-card h3 a,html[data-theme=dark] .article-card p,html[data-theme=dark] .article-card a{color:#e5e7eb}html[data-theme=dark] .article-card .read-more,html[data-theme=dark] .article-card .cta.small{color:#f59e0b}html[data-theme=dark] .article-card .article-thumb{filter:none !important}html[data-theme=dark] .search-wrapper .search-bar{background:#0b1220;color:#e5e7eb;border-color:rgba(148,163,184,.18)}html[data-theme=dark] .article-content h1{color:#e5e7eb}html[data-theme=dark] .article-content .meta{color:#9aa4b2}html[data-theme=dark] .article-content .markdown{color:#e5e7eb}html[data-theme=dark] .article-content .markdown code{background:#0b1220;border-color:rgba(148,163,184,.2);color:#e5e7eb}html[data-theme=dark] .article-content .markdown blockquote{background:rgba(37,99,235,.12);color:#dbe4ff}html[data-theme=dark] .article-content .markdown a{color:#93c5fd}footer{text-align:center;padding:2rem 1rem;background:#f3f4f6;color:#6b7280;font-size:.9rem}.text-center{text-align:center !important}.text-left{text-align:left !important}.text-right{text-align:right !important}.hidden{display:none !important}.visible{display:block !important}.inline{display:inline-block !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-4{margin-top:1rem !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-4{margin-bottom:1rem !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-4{padding:1rem !important}.bg-primary{background-color:#2563eb !important;color:#fff}.bg-accent{background-color:#f59e0b !important;color:#fff}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;border-radius:50%;background:#2563eb;display:none;align-items:center;justify-content:center;box-shadow:0 4px 6px rgba(0,0,0,.15);z-index:9999;transition:background .2s,transform .2s,opacity .3s ease;cursor:pointer}.back-to-top svg{width:24px;height:24px;stroke:#fff}.back-to-top:hover{background:#1d4ed8;transform:scale(1.05)}.back-to-top.show{display:flex}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.flip-card-inner{transition:transform .6s ease;transform-style:preserve-3d}.flip-card:hover .flip-card-inner{transform:rotateY(180deg)}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.alert{padding:1rem;border-radius:12px;margin-bottom:1rem;font-weight:500;font-size:.95rem}.alert-success{background-color:#d1fae5;color:#065f46}.alert-error{background-color:#fee2e2;color:#991b1b}.alert-warning{background-color:#fef3c7;color:#92400e}.alert-info{background-color:#dbeafe;color:#1e3a8a}html[data-theme=dark]{background:#111827;color:#f3f4f6}html[data-theme=dark] body{background:#111827;color:#f3f4f6}html[data-theme=dark] .site-header{background:#1f2937;box-shadow:none}html[data-theme=dark] .site-nav a{color:#f3f4f6}html[data-theme=dark] .post-card{background:#1f2937;border-color:#374151;color:#e5e7eb}html[data-theme=dark] .post-card h3{color:#f59e0b}html[data-theme=dark] .hero{background:linear-gradient(135deg,#0e3b9c,#111827)}html[data-theme=dark] .flip-card{background:#1f2937}html[data-theme=dark] .section h2{color:#f59e0b}html[data-theme=dark] footer{background:#1f2937;color:#9ca3af}html[data-theme=dark] .post-card p{color:#e5e7eb}html[data-theme=dark] .flip-card-front img{filter:brightness(.9)}html[data-theme=dark]{--dm-body:#e5e7eb;--dm-muted:#9ca3af;--dm-heading:#f3f4f6}html[data-theme=dark] .content,html[data-theme=dark] .post-content,html[data-theme=dark] article{color:var(--dm-body)}html[data-theme=dark] p,html[data-theme=dark] li,html[data-theme=dark] .content p,html[data-theme=dark] .content li,html[data-theme=dark] .post-content p,html[data-theme=dark] .post-content li{color:var(--dm-body) !important;opacity:1 !important}html[data-theme=dark] .content h1,html[data-theme=dark] .content h2,html[data-theme=dark] .content h3,html[data-theme=dark] .post-content h1,html[data-theme=dark] .post-content h2,html[data-theme=dark] .post-content h3{color:var(--dm-heading) !important}html[data-theme=dark] .post-meta,html[data-theme=dark] time,html[data-theme=dark] .content .meta,html[data-theme=dark] .post-content .meta{color:var(--dm-muted) !important}@media(max-width:600px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.site-nav a{padding:.5rem 0}footer{padding:1rem;font-size:.8rem}}@media(max-width:768px){.site-nav{display:none;flex-direction:column;position:absolute;top:60px;right:1rem;background:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:1rem;border-radius:8px}.site-nav.open{display:flex}.burger{display:block;color:#2563eb}}@media(min-width:768px){.hero-content{flex-direction:row;align-items:center;justify-content:space-between;text-align:left}}@media(max-width:768px){.hide-sm{display:none !important}}.show-sm{display:none !important}@media(max-width:768px){.show-sm{display:block !important}}.show-md-up{display:none !important}@media(min-width:769px){.show-md-up{display:block !important}}.debug-border{border:2px dashed red !important}.debug-bg{background-color:rgba(255,0,0,.1) !important}.debug-grid{background-image:linear-gradient(to right,rgba(0,0,0,5%) 1px,transparent 1px);background-size:20px 100%}.debug-label::before{content:attr(class);position:absolute;top:0;left:0;font-size:10px;background:#000;color:#fff;padding:2px 4px;z-index:9999}