*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --orange: #e8611a;
    --orange-h: #cf5516;
    --dark: #1e1e1e;
    --text: #2c2c2c;
    --muted: #6b7280;
    --border: #e5e7eb;
    --bg: #f9f9f9;
    --radius: 10px;
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--text);
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

/* ── HEADER ── */
.header {
    position: sticky; top: 0; z-index: 500;
    background: #fff; border-bottom: 1px solid var(--border);
}
.header__inner {
    max-width: 1200px; margin: 0 auto; padding: 0 32px;
    height: 68px; display: flex; align-items: center; gap: 40px;
}
.header__logo {
    display: flex; align-items: center; gap: 10px;
    text-decoration: none; flex-shrink: 0;
}
.logo-mark { width: 34px; height: 34px; }
.logo-mark svg { width: 100%; height: 100%; }
.logo-text { font-size: 1rem; font-weight: 700; letter-spacing: -0.02em; color: var(--dark); }
.logo-text span { color: var(--orange); }
.header__nav { display: flex; align-items: center; gap: 4px; flex: 1; }
.header__nav a {
    text-decoration: none; color: var(--text); font-size: 0.875rem;
    font-weight: 500; padding: 6px 11px; border-radius: 6px;
    transition: background .15s, color .15s; white-space: nowrap;
}
.header__nav a:hover, .header__nav a.active { background: var(--bg); color: var(--orange); }
.header__right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.btn-track-nav {
    background: var(--orange); color: #fff; border: none;
    font-size: 0.875rem; font-weight: 600; padding: 9px 18px;
    border-radius: 6px; cursor: pointer; transition: background .15s;
    white-space: nowrap;
}
.btn-track-nav:hover { background: var(--orange-h); }
.burger {
    display: none; flex-direction: column; justify-content: center;
    gap: 4.5px; background: none; border: none; cursor: pointer;
    padding: 8px; margin-left: auto;
}
.burger span { display: block; width: 22px; height: 2px; background: var(--dark); border-radius: 2px; }

/* ── MOBILE MENU ── */
.mobile-menu {
    display: none; flex-direction: column;
    position: fixed; top: 68px; left: 0;
    width: 100%; height: calc(100dvh - 68px);
    background: var(--dark); z-index: 499;
    padding: 12px 0; overflow-y: auto;
}
.mobile-menu.is-open { display: flex; }
.mobile-menu a, .mobile-menu .mob-track {
    color: rgba(255,255,255,.8); text-decoration: none;
    font-size: .95rem; font-weight: 500; padding: 14px 24px;
    border-bottom: 1px solid rgba(255,255,255,.07);
    background: none; border-left: none; border-right: none; border-top: none;
    text-align: left; cursor: pointer; width: 100%;
    transition: background .15s;
}
.mobile-menu a:hover, .mobile-menu .mob-track:hover { background: rgba(255,255,255,.05); color: #fff; }
.mob-track { color: var(--orange) !important; font-weight: 700 !important; }
.mob-lang { display: flex; gap: 4px; padding: 18px 24px; }
.mob-lang a { border: none !important; padding: 6px 10px !important; color: rgba(255,255,255,.4) !important; border-radius: 4px; font-size: .8rem; }
.mob-lang a.active { color: #fff !important; background: rgba(255,255,255,.1); }

/* ── FOOTER ── */
footer { background: var(--dark); color: rgba(255,255,255,.45); padding: 48px 32px 32px; }
.footer__inner { max-width: 1200px; margin: 0 auto; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer__brand .logo-text { font-size: 1.05rem; color: rgba(255,255,255,.9); }
.footer__brand p { margin-top: 12px; font-size: .85rem; line-height: 1.7; }
.footer__col h4 { color: rgba(255,255,255,.85); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; }
.footer__col a { display: block; color: rgba(255,255,255,.5); text-decoration: none; font-size: .875rem; margin-bottom: 8px; transition: color .15s; }
.footer__col a:hover { color: #fff; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; font-size: .8rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* ── BUTTONS ── */
.btn { display: inline-block; text-decoration: none; font-weight: 600; font-size: .9rem; padding: 12px 26px; border-radius: 6px; border: none; cursor: pointer; transition: background .15s, border-color .15s; }
.btn-orange { background: var(--orange); color: #fff; }
.btn-orange:hover { background: var(--orange-h); }
.btn-dark { background: var(--dark); color: #fff; }
.btn-dark:hover { background: #111; }
.btn-outline { background: transparent; color: var(--text); border: 1.5px solid var(--border); }
.btn-outline:hover { border-color: var(--dark); }
.btn-outline-white { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.3); }
.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }
.btn-lg { padding: 15px 32px; font-size: .95rem; }
.btn-sm { padding: 8px 16px; font-size: .82rem; }

/* ── HERO (HOME) ── */
.hero { 
    background: linear-gradient(rgba(17, 24, 39, 0.7), rgba(17, 24, 39, 0.95)), url('https://images.unsplash.com/photo-1586528116311-ad8ed7c83a7f?auto=format&fit=crop&q=80&w=2000') center/cover; 
    color: #fff; 
    padding: 120px 32px 100px; 
}
.hero__inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(232,97,26,.15); color: var(--orange); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: 6px 13px; border-radius: 20px; margin-bottom: 24px; }
.hero h1 { font-size: clamp(2.2rem,4vw,3.2rem); font-weight: 800; line-height: 1.12; letter-spacing: -.03em; margin-bottom: 20px; }
.hero__desc { color: rgba(255,255,255,.6); font-size: 1rem; line-height: 1.75; margin-bottom: 40px; }
.hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__visual { display: flex; flex-direction: column; gap: 14px; }
.stat-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 20px 22px; display: flex; align-items: center; gap: 16px; }
.stat-icon { width: 44px; height: 44px; background: rgba(232,97,26,.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.stat-label { font-size: .75rem; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 3px; }
.stat-value { font-size: 1.05rem; font-weight: 700; color: #fff; }

/* ── PAGE HERO (inner pages) ── */
.page-hero { background: var(--dark); color: #fff; padding: 64px 32px 60px; }
.page-hero__inner { max-width: 1200px; margin: 0 auto; }
.page-hero h1 { font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 800; letter-spacing: -.03em; margin-bottom: 12px; }
.page-hero p { color: rgba(255,255,255,.6); font-size: 1rem; line-height: 1.7; max-width: 560px; }
.breadcrumb { display: flex; gap: 6px; align-items: center; margin-bottom: 20px; font-size: .8rem; color: rgba(255,255,255,.4); }
.breadcrumb a { color: rgba(255,255,255,.5); text-decoration: none; }
.breadcrumb a:hover { color: #fff; }

/* ── SECTIONS ── */
.section { padding: 80px 32px; }
.section--gray { background: var(--bg); }
.section__inner { max-width: 1200px; margin: 0 auto; }
.section__eyebrow { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--orange); margin-bottom: 10px; }
.section__title { font-size: clamp(1.6rem,3vw,2.2rem); font-weight: 800; letter-spacing: -.025em; margin-bottom: 8px; }
.section__sub { font-size: 1rem; color: var(--muted); margin-bottom: 48px; max-width: 560px; line-height: 1.65; }

/* ── GRIDS ── */
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }

/* ── CARD ── */
.card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 26px; transition: box-shadow .2s, transform .2s; }
.card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.08); transform: translateY(-2px); }
.card__icon { width: 48px; height: 48px; background: rgba(232,97,26,.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 18px; }
.card h3 { font-size: .95rem; font-weight: 700; margin-bottom: 8px; }
.card p { font-size: .875rem; color: var(--muted); line-height: 1.65; }
.card .btn { margin-top: 20px; }

/* ── PRICING ── */
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.price-card { border: 1px solid var(--border); border-radius: 14px; padding: 32px 28px; position: relative; background: #fff; }
.price-card.featured { border-color: var(--orange); box-shadow: 0 0 0 1px var(--orange); }
.price-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--orange); color: #fff; font-size: .72rem; font-weight: 700; padding: 4px 14px; border-radius: 20px; white-space: nowrap; }
.price-name { font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 10px; }
.price-amount { font-size: 2.6rem; font-weight: 800; letter-spacing: -.04em; color: var(--dark); margin-bottom: 4px; }
.price-amount sup { font-size: 1.2rem; font-weight: 700; vertical-align: top; margin-top: 8px; }
.price-note { font-size: .8rem; color: var(--muted); margin-bottom: 24px; }
.price-features { list-style: none; margin-bottom: 28px; }
.price-features li { font-size: .875rem; color: var(--text); padding: 7px 0; border-bottom: 1px solid var(--border); display: flex; gap: 8px; align-items: flex-start; }
.price-features li:last-child { border-bottom: none; }
.price-features li::before { content: "✓"; color: #16a34a; font-weight: 700; flex-shrink: 0; }

/* ── FORM ── */
.form-section { max-width: 760px; margin: 0 auto; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1/-1; }
label { font-size: .8rem; font-weight: 600; color: var(--text); }
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], select, textarea {
    width: 100%; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: 7px;
    font-size: .9rem; font-family: inherit; color: var(--dark); background: #fff;
    outline: none; transition: border-color .15s;
}
input:focus, select:focus, textarea:focus { border-color: var(--orange); }
textarea { min-height: 120px; resize: vertical; }
.form-submit { margin-top: 12px; }
.form-note { font-size: .8rem; color: var(--muted); margin-top: 10px; }

/* ── SUCCESS BANNER ── */
.success-banner { display: none; background: #f0fdf4; border: 1px solid #bbf7d0; color: #15803d; padding: 16px 20px; border-radius: 8px; font-size: .875rem; margin-top: 16px; }
.success-banner.show { display: block; }

/* ── SERVICE ITEM ── */
.service-item { display: grid; grid-template-columns: 80px 1fr; gap: 24px; align-items: start; padding: 32px; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; transition: box-shadow .2s; }
.service-item:hover { box-shadow: 0 6px 24px rgba(0,0,0,.07); }
.service-icon-lg { width: 64px; height: 64px; background: rgba(232,97,26,.08); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 2rem; flex-shrink: 0; }

/* ── TEAM ── */
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.team-card { text-align: center; }
.team-avatar { width: 88px; height: 88px; border-radius: 50%; background: var(--bg); margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; font-size: 2.2rem; border: 3px solid var(--border); }
.team-name { font-weight: 700; font-size: .95rem; margin-bottom: 4px; }
.team-role { font-size: .8rem; color: var(--muted); }

/* ── CONTACT ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 48px; align-items: start; }
.contact-info h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 20px; }
.contact-item { display: flex; gap: 14px; margin-bottom: 24px; align-items: flex-start; }
.contact-item-icon { width: 40px; height: 40px; background: rgba(232,97,26,.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.contact-item-text .label { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); margin-bottom: 2px; }
.contact-item-text p { font-size: .9rem; color: var(--text); }

/* ── MODAL ── */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.55); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); z-index: 10000; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.is-open { display: flex; }
.modal { background: #fff; border-radius: 16px; width: 100%; max-width: 480px; overflow: hidden; box-shadow: 0 24px 64px rgba(0,0,0,.18); animation: modalIn .22s cubic-bezier(.34,1.56,.64,1); }
@keyframes modalIn { from { opacity: 0; transform: scale(.95) translateY(12px); } to { opacity: 1; transform: scale(1) translateY(0); } }
.modal__header { display: flex; align-items: center; justify-content: space-between; padding: 22px 26px 18px; border-bottom: 1px solid var(--border); }
.modal__title { font-size: 1rem; font-weight: 700; }
.modal__close { width: 30px; height: 30px; border-radius: 6px; border: 1px solid var(--border); background: #fff; cursor: pointer; font-size: 1rem; color: var(--muted); display: flex; align-items: center; justify-content: center; transition: background .15s; }
.modal__close:hover { background: var(--bg); }
.modal__body { padding: 22px 26px; }
.modal__sub { font-size: .85rem; color: var(--muted); margin-bottom: 18px; line-height: 1.6; }
.input-row { display: flex; gap: 10px; margin-bottom: 12px; }
.track-field { flex: 1; height: 44px; padding: 0 13px; border: 1.5px solid var(--border); border-radius: 7px; font-size: .875rem; font-family: inherit; color: var(--dark); outline: none; transition: border-color .15s; }
.track-field:focus { border-color: var(--orange); }
.track-field.is-error { border-color: #ef4444; }
.btn-search { height: 44px; padding: 0 18px; background: var(--orange); color: #fff; border: none; border-radius: 7px; font-weight: 600; font-size: .875rem; cursor: pointer; transition: background .15s; white-space: nowrap; }
.btn-search:hover { background: var(--orange-h); }
.track-msg { display: none; font-size: .82rem; padding: 10px 13px; border-radius: 7px; margin-bottom: 14px; }
.track-msg.error { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.result { display: none; border: 1px solid var(--border); border-radius: 11px; overflow: hidden; }
.result__top { background: var(--dark); color: #fff; padding: 15px 18px; display: flex; justify-content: space-between; align-items: center; }
.result__id-label { font-size: .68rem; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 2px; }
.result__id { font-size: .95rem; font-weight: 700; }
.badge { display: inline-flex; align-items: center; gap: 5px; font-size: .7rem; font-weight: 700; padding: 4px 10px; border-radius: 20px; background: #16a34a; color: #fff; }
.result__row { display: flex; justify-content: space-between; align-items: center; padding: 11px 18px; font-size: .85rem; border-bottom: 1px solid var(--border); }
.result__row:last-child { border-bottom: none; }
.result__row .lbl { color: var(--muted); }
.result__row .val { font-weight: 600; color: var(--dark); }
.result__row .val.hi { color: var(--orange); }
.progress-track { background: var(--bg); border-top: 1px solid var(--border); padding: 14px 18px 18px; }
.progress-label { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 12px; }
.steps { display: flex; }
.step { flex: 1; display: flex; flex-direction: column; align-items: center; position: relative; }
.step__line { position: absolute; top: 8px; left: 50%; width: 100%; height: 2px; background: #16a34a; z-index: 0; }
.step:last-child .step__line { display: none; }
.step.pending .step__line { background: var(--border); }
.step__dot { width: 17px; height: 17px; border-radius: 50%; background: #16a34a; z-index: 1; position: relative; margin-bottom: 7px; border: 3px solid #fff; box-shadow: 0 0 0 1.5px #16a34a; }
.step.pending .step__dot { background: #d1d5db; box-shadow: 0 0 0 1.5px #d1d5db; }
.step__name { font-size: .65rem; color: var(--muted); text-align: center; line-height: 1.3; }
.step.active .step__name { color: var(--orange); font-weight: 700; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
    .hero__inner { grid-template-columns: 1fr; }
    .hero__visual { display: none; }
    .grid-3, .pricing-grid, .team-grid { grid-template-columns: 1fr 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .header__nav, .header__right { display: none; }
    .burger { display: flex; }
    .header__inner { gap: 0; }
    .section { padding: 52px 20px; }
    .hero { padding: 60px 20px; }
    .grid-3, .grid-2, .pricing-grid, .form-grid, .team-grid { grid-template-columns: 1fr; }
    .service-item { grid-template-columns: 1fr; }
    .footer__grid { grid-template-columns: 1fr; }
}
