
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;color:#1e293b;background:#fff;line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:all .25s}ul{list-style:none}
.container{max-width:1200px;margin:0 auto;padding:0 28px}
.label{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#f97316;background:linear-gradient(135deg,rgba(249,115,22,.08),rgba(239,68,68,.08));padding:7px 16px;border-radius:50px;margin-bottom:18px}.label svg{width:14px;height:14px}
.heading{font-size:2.6rem;font-weight:800;line-height:1.18;color:#0f172a;letter-spacing:-.02em}.heading span{background:linear-gradient(135deg,#f97316,#ef4444,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.subtext{font-size:1.08rem;color:#64748b;max-width:620px;line-height:1.8}
.nav{position:fixed;top:0;left:0;right:0;z-index:999;padding:14px 28px}.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.72);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 24px rgba(0,0,0,.04);border-radius:16px;padding:10px 12px 10px 24px;height:58px;overflow:visible}.nav-logo{display:flex;align-items:center;gap:10px}.nav-logo-mark{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,#f97316,#ef4444);display:flex;align-items:center;justify-content:center}.nav-logo-mark svg{width:20px;height:20px;color:#fff}.nav-logo-text{font-size:1.15rem;font-weight:800;color:#0f172a}.nav-logo-text em{font-style:normal;color:#f97316}.nav-links{display:flex;align-items:center;gap:6px}.nav-links a{font-size:.87rem;font-weight:500;color:#475569;padding:8px 16px;border-radius:10px;transition:all .2s}.nav-links a:hover{color:#f97316;background:rgba(249,115,22,.06)}.nav-links .nav-cta{background:linear-gradient(135deg,#f97316,#ef4444);color:#fff;font-weight:600;padding:10px 22px;border-radius:12px;box-shadow:0 2px 12px rgba(249,115,22,.25)}.mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}.mobile-toggle svg{width:24px;height:24px;color:#0f172a}
.page-hero{padding:140px 0 60px;background:linear-gradient(160deg,#fffbf5 0%,#fff7ed 30%,#fef3e2 60%,#fff 100%);position:relative;overflow:hidden;text-align:center}.page-hero::before{content:'';position:absolute;top:-200px;right:-200px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(249,115,22,.1),transparent 70%)}.page-hero .subtext{margin:12px auto 0}
.breadcrumb{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.82rem;color:#94a3b8;margin-bottom:16px}.breadcrumb a{color:#f97316;font-weight:600}.breadcrumb svg{width:14px;height:14px}

/* CONTACT */
.contact-section{padding:100px 0;background:#fff}
.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:56px;align-items:start}
.contact-info h3{font-size:1.3rem;font-weight:700;color:#0f172a;margin-bottom:20px}
.contact-row{display:flex;gap:16px;margin-bottom:24px;align-items:flex-start}
.contact-row-icon{width:48px;height:48px;min-width:48px;border-radius:14px;background:linear-gradient(135deg,rgba(249,115,22,.1),rgba(239,68,68,.06));display:flex;align-items:center;justify-content:center}
.contact-row-icon svg{width:22px;height:22px;color:#f97316}
.contact-row h4{font-size:.95rem;font-weight:700;color:#0f172a;margin-bottom:2px}
.contact-row p{font-size:.88rem;color:#475569;line-height:1.6}
.contact-row a{color:#f97316;font-weight:600}

.form-card{background:rgba(255,255,255,.8);backdrop-filter:blur(16px);border:1px solid rgba(249,115,22,.1);border-radius:24px;padding:40px;box-shadow:0 16px 48px rgba(0,0,0,.06)}
.form-card h3{font-size:1.2rem;font-weight:700;color:#0f172a;margin-bottom:24px}
.form-group{margin-bottom:18px}
.form-group label{display:block;font-size:.82rem;font-weight:600;color:#475569;margin-bottom:6px}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:.9rem;font-family:inherit;background:#fff;transition:border-color .2s;outline:none}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#f97316;box-shadow:0 0 0 3px rgba(249,115,22,.08)}
.form-group textarea{resize:vertical;min-height:100px}
.form-submit{width:100%;padding:14px;border:none;border-radius:14px;font-size:.95rem;font-weight:700;cursor:pointer;background:linear-gradient(135deg,#f97316,#ef4444);color:#fff;box-shadow:0 4px 20px rgba(249,115,22,.25);transition:all .3s;font-family:inherit}.form-submit:hover{transform:translateY(-2px);box-shadow:0 6px 28px rgba(249,115,22,.35)}
.form-privacy{font-size:.72rem;color:#94a3b8;margin-top:12px;text-align:center;line-height:1.5}.form-privacy a{color:#f97316;text-decoration:underline}

/* MAP PLACEHOLDER */
.map-section{padding:0 0 100px;background:#fff}
.map-card{background:linear-gradient(135deg,rgba(249,115,22,.04),rgba(239,68,68,.02));border:1px solid rgba(249,115,22,.08);border-radius:20px;padding:48px;text-align:center}
.map-card h3{font-size:1.2rem;font-weight:700;color:#0f172a;margin-bottom:12px}
.map-card p{font-size:.92rem;color:#475569;line-height:1.7;max-width:600px;margin:0 auto}

.footer{background:linear-gradient(180deg,#1c1017,#2a1520);padding:80px 0 0;color:#a1a1aa}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.06)}.footer-brand p{font-size:.88rem;line-height:1.7;margin-bottom:20px}.footer-social{display:flex;gap:12px}.footer-social a{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;transition:all .2s}.footer-social a:hover{background:rgba(249,115,22,.2)}.footer-social a svg{width:16px;height:16px;color:#a1a1aa}.footer-col h4{font-size:.82rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:20px}.footer-col li{margin-bottom:12px}.footer-col li a{font-size:.87rem;color:#a1a1aa;transition:color .2s}.footer-col li a:hover{color:#fb923c}.footer-contact-row{display:flex;gap:10px;margin-bottom:14px;font-size:.84rem;color:#a1a1aa;line-height:1.6}.footer-contact-row svg{width:16px;height:16px;min-width:16px;color:#f97316;margin-top:3px}.footer-bottom{padding:24px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-copy{font-size:.8rem;color:#64748b}.footer-disc{font-size:.7rem;color:#64748b;max-width:580px;text-align:right;line-height:1.5;font-style:italic}
@media(max-width:1024px){.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:768px){.nav-links{display:none}.mobile-toggle{display:block}.heading{font-size:2rem}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.footer-disc{text-align:center}}
