:root{color-scheme:dark;--bg: #f5f7fb;--surface: #ffffff;--surface-strong: #ffffff;--text: #111827;--muted: #6b7280;--primary: #2563eb;--primary-dark: #1d4ed8;--accent: #14b8a6;--border: #e5e7eb;--shadow: 0 18px 60px rgba(15, 23, 42, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{min-height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.app-shell{display:flex;flex-direction:column;min-height:100vh}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 2rem;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:10;border-bottom:1px solid var(--border)}.brand{font-weight:700;font-size:1.2rem;display:flex;align-items:center}.brand-logo{height:48px;width:auto;display:block}.site-nav{display:flex;gap:1.25rem;align-items:center}.site-nav a{color:var(--muted);font-weight:500;transition:color .18s ease}.site-nav a:hover,.site-nav a.active{color:var(--text)}.hero-section{min-height:72vh;display:grid;place-items:center;padding:4rem 2rem;color:#fff;background-size:cover;background-position:center}.hero-copy{max-width:720px;text-align:center}.hero-actions{display:inline-flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1.5rem}.hero-copy .eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.85rem;margin-bottom:1rem;opacity:.88}.hero-copy h1{margin:0;font-size:clamp(2.5rem,3.6vw,4.5rem);line-height:1.02}.hero-copy .hero-description{max-width:640px;margin:1.5rem auto 2rem;font-size:1.1rem;color:#ffffffe6}.section{padding:4rem 2rem}.section-header{max-width:720px;margin:0 auto 2rem;text-align:center}.section-header h2{margin-bottom:1rem;font-size:clamp(2rem,2.5vw,2.75rem)}.section-header p{margin:0;color:var(--muted);line-height:1.75}.feature-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card{padding:2rem;background:var(--surface);border:1px solid var(--border);border-radius:1.25rem;box-shadow:var(--shadow)}.feature-card h3{margin-top:0}.services-section .service-grid,.highlights-section .highlight-grid,.cases-section .case-grid,.hubs-section .hub-grid,.plans-section .plan-grid,.brands-section .brand-grid{display:grid;gap:1.5rem}.services-section .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.highlight-grid,.hub-grid,.plan-grid,.case-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.brand-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.service-card,.highlight-card,.case-card,.hub-card,.plan-card,.brand-card{padding:1.75rem;background:var(--surface);border:1px solid var(--border);border-radius:1.5rem;box-shadow:var(--shadow)}.service-card h3,.highlight-card h3,.case-card h3,.hub-card h3,.plan-card h3{margin-top:0}.service-link{display:inline-flex;margin-top:1rem;color:var(--primary);font-weight:700}.case-tag{margin-bottom:.75rem;color:var(--accent);font-size:.9rem;text-transform:uppercase;letter-spacing:.12em}.plan-price{margin:1rem 0 .5rem;font-size:1.35rem;font-weight:700}.brand-card{min-height:120px;display:grid;place-items:center;font-weight:700;color:var(--text);background:linear-gradient(135deg,#2563eb14,#14b8a614)}.about-section{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:center}.about-content h2{margin-top:0}.contact-box{margin-top:2rem;padding:1.75rem;border-radius:1rem;background:var(--surface);box-shadow:var(--shadow)}.about-image-wrap{min-height:320px;border-radius:1.5rem;overflow:hidden;background:linear-gradient(135deg,#e0f2fe,#d1fae5);display:grid;place-items:center}.about-image-wrap img{width:100%;height:100%;object-fit:cover}.image-fallback{padding:2rem;color:var(--text);font-weight:600}.contact-section{display:grid;grid-template-columns:1fr 1.2fr;gap:2rem;align-items:flex-start}.contact-card,.contact-form{background:var(--surface);border:1px solid var(--border);border-radius:1.5rem;padding:2rem;box-shadow:var(--shadow)}.contact-card h2,.contact-form h2{margin-top:0}.contact-item{display:grid;gap:.4rem;margin-top:1.25rem}.contact-item strong{display:block;color:var(--text);font-weight:700}.contact-item span{color:var(--muted)}.contact-form label{display:grid;gap:.75rem;margin-bottom:1rem}.contact-form input,.contact-form textarea{width:100%;padding:.95rem 1rem;border:1px solid var(--border);border-radius:1rem;outline:none}.contact-form textarea{resize:vertical;min-height:140px}.form-message{color:#dc2626;margin-bottom:1rem}.form-success{margin-top:1rem;color:#15803d}.cta-section{background:linear-gradient(135deg,#eef2ff,#ecfdf5)}.cta-panel{max-width:980px;margin:0 auto;padding:3rem;border-radius:2rem;text-align:center;box-shadow:var(--shadow)}.cta-panel h2{margin-top:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;border:1px solid transparent;padding:.95rem 1.6rem;font-weight:700;cursor:pointer;transition:transform .18s ease,background-color .18s ease,color .18s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--primary);color:#fff}.button-primary:hover{background:var(--primary-dark)}.button-secondary{background:#fff;color:var(--text);border-color:var(--border)}.button-ghost{background:transparent;color:var(--text);border-color:transparent}.site-footer{padding:2rem;text-align:center;color:var(--muted)}@media (max-width: 1024px){.services-section .service-grid,.highlight-grid,.case-grid,.hub-grid,.plan-grid,.brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-section{grid-template-columns:1fr}}@media (max-width: 720px){.site-header{flex-direction:column;align-items:stretch}.service-card,.highlight-card,.case-card,.hub-card,.plan-card,.brand-card{padding:1.5rem}.hero-section{padding:3rem 1.25rem}.feature-grid,.services-section .service-grid,.highlight-grid,.case-grid,.hub-grid,.plan-grid,.brand-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:center}}.loading-panel{padding:4rem 2rem;text-align:center;color:var(--muted)}.admin-page{max-width:1100px;margin:0 auto;padding:2rem;min-height:100vh}.admin-logo-area{text-align:center;margin-bottom:2.5rem}.admin-logo{height:52px;width:auto}.admin-login,.admin-panel{margin-top:2rem;background:var(--surface);border:1px solid var(--border);border-radius:1.25rem;padding:2rem;box-shadow:var(--shadow)}.admin-login label,.admin-panel label{display:grid;gap:.75rem;margin-bottom:1rem}.admin-login input,.admin-panel input,.admin-panel textarea{width:100%;min-height:2.8rem;padding:.85rem 1rem;border-radius:.95rem;border:1px solid var(--border);outline:none}.admin-panel textarea{resize:vertical}.form-group{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.form-group h2{margin-top:0;margin-bottom:1rem}.array-group{padding:1rem;border:1px solid rgba(148,163,184,.2);border-radius:1rem;background:#fff;margin-bottom:1rem}.array-group h3{margin:0 0 1rem;font-size:1rem}.form-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.image-upload-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr));margin:1rem 0 1.5rem}.upload-card{background:#f8fafc;border:1px dashed var(--border);border-radius:1rem;padding:1rem}.upload-preview{display:flex;flex-direction:column;align-items:center;margin-bottom:.75rem}.upload-thumb{max-width:100%;max-height:180px;border-radius:.75rem;object-fit:cover;border:1px solid var(--border);box-shadow:0 2px 8px #0000000f}.upload-hint{color:var(--muted);font-size:.85rem;font-style:italic;margin:.5rem 0}.button-sm{padding:.45rem .85rem;font-size:.8rem}.admin-warning,.admin-notice{padding:1rem 1.25rem;border-radius:1rem;margin-bottom:1.5rem}.admin-warning{background:#fef3c7;border:1px solid #fde68a}.admin-warning hr{border:none;border-top:1px solid #fde68a;margin:1rem 0}.admin-warning a{color:var(--primary);text-decoration:underline}.admin-notice{background:#dbeafe;border:1px solid #bfdbfe}code{background:#0f172a0d;padding:.15rem .35rem;border-radius:.45rem}@media (max-width: 900px){.feature-grid,.about-section,.services-section .service-grid,.highlight-grid,.case-grid,.hub-grid,.plan-grid,.brand-grid,.contact-section,.form-grid,.image-upload-grid{grid-template-columns:1fr}.site-header{flex-wrap:wrap;justify-content:center;gap:.75rem}.site-nav{justify-content:center}}@media (max-width: 620px){.site-header{padding:1rem}.site-nav{width:100%;justify-content:space-around}.hero-section{padding:3rem 1.2rem}.hero-copy h1{font-size:clamp(2rem,9vw,3rem)}.hero-copy .hero-description{margin:1rem auto 1.5rem;font-size:1rem}.section{padding:2.5rem 1.2rem}.cta-panel{padding:2rem 1.25rem}.button{width:100%}.hero-actions{gap:.75rem}}
