/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HINGES â€” Premium Design System
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;700;900&display=swap');

/* â”€â”€ Reset & Base â”€â”€ */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }

:root {
    --brand:        #007866;
    --brand-d:      #005a4e;
    --brand-l:      #00a88f;
    --brand-xl:     #00d4b4;
    --brand-faint:  rgba(0,120,102,0.06);
    --brand-glow:   rgba(0,120,102,0.15);

    --bg:           #ffffff;
    --bg-2:         #f8f9fa;
    --bg-3:         #f0f2f5;
    --surface:      #ffffff;
    --surface-2:    #f8f9fa;
    --surface-3:    #f0f2f5;

    --text:         #1a1a1a;
    --text-muted:   #666666;
    --text-dim:     #999999;
    --border:       rgba(0,0,0,0.1);
    --border-hover: rgba(0,0,0,0.2);

    --font-body:    'Inter', sans-serif;
    --font-display: 'Playfair Display', serif;

    --radius-sm:    8px;
    --radius:       16px;
    --radius-lg:    24px;
    --radius-xl:    40px;

    --shadow-sm:    0 2px 8px rgba(0,0,0,0.08);
    --shadow:       0 8px 32px rgba(0,0,0,0.12);
    --shadow-brand: 0 8px 32px rgba(0,120,102,0.15);
    --shadow-xl:    0 24px 60px rgba(0,0,0,0.15);

    --transition:   0.35s cubic-bezier(0.23, 1, 0.32, 1);
    --transition-fast: 0.18s ease;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
    font-family: var(--font-body);
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
    line-height: 1.6;
}

img { display: block; max-width: 100%; }
a  { text-decoration: none; color: inherit; }

/* Cursor event states */
body.cursor-interactive { cursor: pointer; }
body.cursor-text { cursor: text; }
body.cursor-press { cursor: grabbing; }

a,
button,
.btn,
.pill-link,
.nav-link,
.nav-cta,
.hamburger,
.feat-card,
.visual-card {
    cursor: pointer;
}

input,
textarea,
select {
    cursor: text;
}

/* â”€â”€ Scroll Progress â”€â”€ */
.scroll-progress {
    position: fixed;
    top: 0; left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--brand), var(--brand-xl));
    z-index: 9999;
    transition: width 0.05s linear;
}

.cursor-blob { position: fixed; width: 14px; height: 14px; background: radial-gradient(circle, var(--brand-xl), var(--brand-l)); border-radius: 50%; top: 0; left: 0; pointer-events: none; z-index: 10000; transform: translate(-50%, -50%) scale(0.8); box-shadow: 0 0 20px rgba(0, 212, 180, 0.6), 0 0 40px rgba(0, 212, 180, 0.3); will-change: transform, box-shadow; transition: box-shadow 0.3s ease; }

.cursor-glow { position: fixed; width: 50px; height: 50px; border: 2px solid rgba(0, 212, 180, 0.3); border-radius: 50%; top: 0; left: 0; pointer-events: none; z-index: 9999; transform: translate(-50%, -50%) scale(0.8); box-shadow: 0 0 30px rgba(0, 212, 180, 0.2), inset 0 0 20px rgba(0, 212, 180, 0.1); will-change: transform; }

.cursor-trail { position: fixed; background: radial-gradient(circle, rgba(0, 212, 180, 0.9), rgba(0, 212, 180, 0.1)); border-radius: 50%; pointer-events: none; z-index: 9998; }

.cursor-burst { position: fixed; width: 12px; height: 12px; background: radial-gradient(circle, rgba(0, 212, 180, 1), rgba(0, 212, 180, 0.4)); border-radius: 50%; pointer-events: none; z-index: 9997; box-shadow: 0 0 15px rgba(0, 212, 180, 0.8); }

@keyframes trail-fade { 0% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, -50%) scale(0); } }

@keyframes burst-spread { 0% { opacity: 1; transform: translate(-50%, -50%) scale(1); } 100% { opacity: 0; transform: translate(calc(-50% + var(--tx)), calc(-50% + var(--ty))) scale(0); } }

body.cursor-interactive .cursor-blob { transform: translate(-50%, -50%) scale(1.4); box-shadow: 0 0 40px rgba(0, 212, 180, 1), 0 0 60px rgba(0, 212, 180, 0.5); }

body.cursor-interactive .cursor-glow { transform: translate(-50%, -50%) scale(1.3); border-color: rgba(0, 212, 180, 0.7); box-shadow: 0 0 50px rgba(0, 212, 180, 0.5), inset 0 0 30px rgba(0, 212, 180, 0.2); }

body.cursor-text .cursor-blob { transform: translate(-50%, -50%) scale(0.5); }

body.cursor-text .cursor-glow { transform: translate(-50%, -50%) scale(0.85); border-color: rgba(0, 212, 180, 0.15); }

body.cursor-press .cursor-blob { transform: translate(-50%, -50%) scale(1.6); box-shadow: 0 0 60px rgba(0, 212, 180, 1.2), 0 0 100px rgba(0, 212, 180, 0.6); }

body.cursor-press .cursor-glow { transform: translate(-50%, -50%) scale(1.5); border-color: rgba(0, 212, 180, 0.9); box-shadow: 0 0 60px rgba(0, 212, 180, 0.6), inset 0 0 35px rgba(0, 212, 180, 0.25); }


/* â”€â”€ Navbar â”€â”€ */
.navbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
}
.navbar.nav-scrolled {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    padding: 14px 0;
    box-shadow: var(--shadow);
}
.navbar-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.navbar-logo { display:flex; align-items:center; }
.logo-img {
    height: 44px;
    width: 44px;
    border-radius: var(--radius-sm);
    transition: transform var(--transition);
}
.logo-img:hover { transform: scale(1.07); }

.nav-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
}
.nav-link {
    position: relative;
    padding: 8px 14px;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--text-muted);
    border-radius: var(--radius-sm);
    transition: color var(--transition-fast);
    overflow: hidden;
}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 4px; left: 50%;
    width: 0; height: 2px;
    background: var(--brand-l);
    border-radius: 2px;
    transform: translateX(-50%);
    transition: width var(--transition);
}
.nav-link:hover,
.nav-link.active { color: var(--text); }
.nav-link:hover::after,
.nav-link.active::after { width: 60%; }

.nav-cta {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: var(--brand);
    color: #fff;
    border-radius: var(--radius);
    font-size: 0.88rem;
    font-weight: 600;
    transition: var(--transition);
    box-shadow: 0 0 0 0 var(--brand-glow);
}
.nav-cta:hover {
    background: var(--brand-l);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px var(--brand-glow);
}
.cta-arrow { transition: transform var(--transition); }
.nav-cta:hover .cta-arrow { transform: translateX(4px); }

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}
.hamburger span {
    display: block;
    width: 24px; height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: var(--transition);
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: translateX(-8px); }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* â”€â”€ Hero â”€â”€ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 120px 32px 80px;
}

/* animated grid */
.hero-bg-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0,168,143,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,168,143,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: gridDrift 20s linear infinite;
}
@keyframes gridDrift {
    from { background-position: 0 0, 0 0; }
    to   { background-position: 60px 60px, 60px 60px; }
}

/* glowing orbs */
.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: orbFloat 8s ease-in-out infinite;
    pointer-events: none;
}
.hero-orb-1 {
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(0,120,102,0.2) 0%, transparent 70%);
    top: -100px; left: -200px;
    animation-delay: 0s;
}
.hero-orb-2 {
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(0,168,143,0.15) 0%, transparent 70%);
    top: 40%; right: -100px;
    animation-delay: 3s;
}
.hero-orb-3 {
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(0,212,180,0.1) 0%, transparent 70%);
    bottom: 0; left: 40%;
    animation-delay: 6s;
}
@keyframes orbFloat {
    0%, 100% { transform: translate(0,0) scale(1); }
    33%       { transform: translate(20px,-30px) scale(1.05); }
    66%       { transform: translate(-15px,20px) scale(0.97); }
}

.hero-container {
    position: relative;
    z-index: 2;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    background: rgba(0,120,102,0.15);
    border: 1px solid rgba(0,168,143,0.3);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--brand-l);
    margin-bottom: 28px;
    backdrop-filter: blur(10px);
}
.badge-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--brand-xl);
    box-shadow: 0 0 8px var(--brand-xl);
    animation: badgePulse 2s ease-in-out infinite;
}
@keyframes badgePulse {
    0%,100% { box-shadow: 0 0 6px var(--brand-xl); }
    50%      { box-shadow: 0 0 16px var(--brand-xl); }
}

.hero-headline {
    font-family: var(--font-display);
    font-size: clamp(3rem, 7vw, 6rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -2px;
    color: var(--text);
    margin-bottom: 28px;
}
.text-gradient {
    background: linear-gradient(135deg, var(--brand-l) 0%, var(--brand-xl) 60%, #a0ffe8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-sub {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto 20px;
    line-height: 1.8;
}
.hero-tagline {
    font-family: var(--font-display);
    font-size: 1.1rem;
    color: var(--brand-l);
    margin-bottom: 40px;
    opacity: 0.85;
}

.hero-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 64px;
}

.hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}
.stat-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.stat-num {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--text);
    line-height: 1;
}
.stat-plus {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--brand-l);
}
.stat-label {
    font-size: 0.78rem;
    color: var(--text-muted);
    letter-spacing: 0.5px;
}
.stat-divider {
    width: 1px;
    height: 40px;
    background: var(--border);
}

.hero-scroll-hint {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: var(--text-dim);
    font-size: 0.72rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    z-index: 2;
}
.scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, var(--brand), transparent);
    animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
    0%   { transform: scaleY(0); transform-origin: top; }
    50%  { transform: scaleY(1); transform-origin: top; }
    100% { transform: scaleY(0); transform-origin: bottom; }
}

/* â”€â”€ Buttons â”€â”€ */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: var(--radius);
    font-size: 0.95rem;
    font-weight: 600;
    font-family: var(--font-body);
    border: none;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
.btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.08);
    opacity: 0;
    transition: opacity var(--transition-fast);
}
.btn:hover::before { opacity: 1; }
.btn-primary {
    background: linear-gradient(135deg, var(--brand), var(--brand-l));
    color: #fff;
    box-shadow: 0 4px 20px var(--brand-glow);
}
.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px var(--brand-glow);
}
.btn-primary .btn-icon { transition: transform var(--transition); }
.btn-primary:hover .btn-icon { transform: translateX(4px); }
.btn-ghost {
    background: transparent;
    color: var(--text-muted);
    border: 1px solid var(--border);
}
.btn-ghost:hover {
    color: var(--text);
    border-color: var(--brand-l);
    background: var(--brand-faint);
}

/* â”€â”€ Services Nav Pills â”€â”€ */
.services-nav {
    position: sticky;
    top: 70px;
    z-index: 100;
    padding: 12px 32px;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
}
.services-nav-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}
.pill-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-muted);
    border: 1px solid transparent;
    transition: var(--transition);
}
.pill-link:hover,
.pill-link.active {
    color: var(--brand-l);
    background: var(--brand-faint);
    border-color: var(--border-hover);
}

/* â”€â”€ Service Sections â”€â”€ */
.service-section {
    padding: 120px 32px;
    position: relative;
    overflow: hidden;
}
.service-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0,120,102,0.02) 50%, transparent 100%);
    pointer-events: none;
}
.service-alt { background: var(--bg-2); }

.section-inner {
    max-width: 1240px;
    margin: 0 auto;
}
.section-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--brand-l);
    margin-bottom: 16px;
    display: block;
}
.section-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.section-split.reverse { direction: rtl; }
.section-split.reverse > * { direction: ltr; }

.section-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--text);
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}
.section-title.centered { text-align: center; }

.section-body {
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.85;
    margin-bottom: 32px;
}
.section-body.centered { text-align: center; }

/* AMC block */
.amc-block {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px;
    margin-bottom: 32px;
    transition: var(--transition);
}
.amc-block:hover {
    border-color: var(--border-hover);
    box-shadow: 0 4px 24px rgba(0,120,102,0.1);
}
.amc-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 18px;
}
.amc-badge {
    background: linear-gradient(135deg, var(--brand), var(--brand-l));
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 3px 10px;
    border-radius: 999px;
}
.amc-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.amc-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.6;
}
.check {
    color: var(--brand-l);
    font-size: 0.8rem;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Visual card */
.split-visual { display: flex; align-items: center; justify-content: center; }

.visual-card {
    width: 100%;
    max-width: 440px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 48px 40px;
    text-align: center;
    transition: border-color var(--transition), box-shadow var(--transition);
    position: relative;
    overflow: hidden;
}
.visual-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center top, rgba(0,168,143,0.06) 0%, transparent 70%);
}
.visual-card:hover {
    border-color: var(--border-hover);
    box-shadow: 0 20px 60px rgba(0,120,102,0.15);
}
.visual-icon {
    font-size: 4.5rem;
    margin-bottom: 20px;
    display: block;
    filter: drop-shadow(0 4px 16px rgba(0,212,180,0.2));
}
.visual-tag {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--brand-l);
    margin-bottom: 28px;
}
.feature-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.chip {
    padding: 6px 14px;
    background: var(--brand-faint);
    border: 1px solid var(--border);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--brand-l);
    transition: var(--transition-fast);
}
.chip:hover {
    background: rgba(0,120,102,0.2);
    border-color: var(--border-hover);
    color: var(--brand-xl);
}

/* â”€â”€ Why Hinges â”€â”€ */
.why-section {
    padding: 120px 32px;
    background: var(--bg-2);
    position: relative;
    overflow: hidden;
}
.why-section::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(0,120,102,0.06) 0%, transparent 70%);
    transform: translate(-50%,-50%);
    pointer-events: none;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}
.feat-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 36px 28px;
    transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
    position: relative;
    overflow: hidden;
}
.feat-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,168,143,0.04) 0%, transparent 60%);
    opacity: 0;
    transition: opacity var(--transition);
}
.feat-card:hover {
    border-color: var(--border-hover);
    box-shadow: 0 12px 40px rgba(0,120,102,0.12);
}
.feat-card:hover::after { opacity: 1; }
.feat-icon {
    font-size: 2.4rem;
    margin-bottom: 16px;
    display: block;
}
.feat-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
}
.feat-card p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.7;
}

.why-closing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 40px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    flex-wrap: wrap;
    text-align: center;
}
.closing-logo { width: 52px; height: 52px; border-radius: var(--radius-sm); }
.why-closing p {
    font-family: var(--font-display);
    font-size: 1.2rem;
    color: var(--text-muted);
    max-width: 500px;
}

/* â”€â”€ Contact Section â”€â”€ */
.contact-section {
    padding: 120px 32px;
    background: var(--bg-3);
    position: relative;
    overflow: hidden;
}
.contact-section::before {
    content: '';
    position: absolute;
    top: -200px; right: -200px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(0,120,102,0.12) 0%, transparent 70%);
    pointer-events: none;
}
.contact-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: start;
}
.contact-title {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: 900;
    line-height: 1.15;
    color: var(--text);
    margin: 16px 0 40px;
}
.contact-title span { color: var(--brand-l); }

.contact-perks {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.perk {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 1rem;
    color: var(--text-muted);
}
.perk-icon { font-size: 1.4rem; }

/* Contact Form */
.contact-form-wrap {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 40px;
}
.contact-form { display: flex; flex-direction: column; gap: 20px; }

.form-group { position: relative; }
.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 16px 18px;
    background: var(--bg-2);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--text);
    outline: none;
    transition: var(--transition);
    -webkit-appearance: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: var(--brand-l);
    background: var(--surface-2);
    box-shadow: 0 0 0 3px rgba(0,168,143,0.12);
}
.form-group label {
    position: absolute;
    top: 16px; left: 18px;
    font-size: 0.9rem;
    color: var(--text-dim);
    pointer-events: none;
    transition: var(--transition);
}
.form-group input:focus ~ label,
.form-group input:not(:placeholder-shown) ~ label,
.form-group textarea:focus ~ label,
.form-group textarea:not(:placeholder-shown) ~ label {
    top: -10px;
    font-size: 0.73rem;
    color: var(--brand-l);
    background: var(--surface);
    padding: 0 6px;
    left: 12px;
}
.form-group select option { background: var(--bg-2); color: var(--text); }

.btn-submit {
    width: 100%;
    padding: 16px;
    justify-content: center;
    background: linear-gradient(135deg, var(--brand), var(--brand-l));
    color: #fff;
    border-radius: var(--radius-sm);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 20px var(--brand-glow);
    transition: var(--transition);
}
.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px var(--brand-glow);
}

/* â”€â”€ Footer â”€â”€ */
.footer {
    background: var(--bg);
    border-top: 1px solid var(--border);
    padding: 60px 32px 32px;
}
.footer-top {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--border);
}
.footer-brand { }
.footer-logo { width: 48px; height: 48px; border-radius: var(--radius-sm); margin-bottom: 16px; }
.footer-brand p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.8; max-width: 280px; }
.footer-links h5,
.footer-contact h5 {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-dim);
    margin-bottom: 20px;
}
.footer-links ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-links a,
.footer-contact a {
    font-size: 0.9rem;
    color: var(--text-muted);
    transition: color var(--transition-fast);
}
.footer-links a:hover,
.footer-contact a:hover { color: var(--brand-l); }
.footer-contact p { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 8px; }
.avail-tag {
    display: inline-block;
    margin-top: 8px;
    padding: 4px 12px;
    background: rgba(0,120,102,0.15);
    border: 1px solid var(--border);
    border-radius: 999px;
    font-size: 0.73rem;
    font-weight: 600;
    color: var(--brand-l);
    letter-spacing: 0.5px;
}
.footer-bottom {
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}
.footer-bottom p { font-size: 0.82rem; color: var(--text-dim); }

/* â”€â”€ Scroll Reveal Animations â”€â”€ */
.reveal-up,
.reveal-right,
.reveal-left {
    opacity: 0;
    transition: opacity 0.7s cubic-bezier(0.23,1,0.32,1), transform 0.7s cubic-bezier(0.23,1,0.32,1);
    will-change: opacity, transform;
}
.reveal-up    { transform: translateY(40px); }
.reveal-right { transform: translateX(-40px); }
.reveal-left  { transform: translateX(40px); }

.reveal-up.visible,
.reveal-right.visible,
.reveal-left.visible {
    opacity: 1;
    transform: translate(0);
}

/* â”€â”€ Responsive â”€â”€ */
@media (max-width: 1024px) {
    .section-split { grid-template-columns: 1fr; gap: 48px; }
    .section-split.reverse { direction: ltr; }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .contact-inner { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 768px) {
    body { cursor: auto; }
    .btn { cursor: pointer; }
    a, button, select, input, textarea { cursor: auto; }

    .navbar { padding: 14px 0; background: rgba(255,255,255,0.95); backdrop-filter: blur(20px); }
    .navbar-container { padding: 0 20px; }
    .hamburger { display: flex; }
    .nav-menu {
        display: none;
        flex-direction: column;
        position: fixed;
        top: 70px; left: 0; right: 0;
        background: rgba(255,255,255,0.98);
        backdrop-filter: blur(20px);
        padding: 24px;
        gap: 4px;
        border-bottom: 1px solid var(--border);
        align-items: flex-start;
    }
    .nav-menu.open { display: flex; }
    .nav-link { padding: 12px 0; font-size: 1rem; }
    .nav-cta { margin-top: 12px; width: 100%; justify-content: center; }

    .hero { padding: 100px 20px 80px; }
    .hero-headline { font-size: 2.8rem; letter-spacing: -1px; }
    .hero-stats { gap: 20px; }
    .stat-divider { display: none; }

    .service-section, .why-section, .contact-section { padding: 80px 20px; }
    .services-nav { padding: 10px 20px; top: 62px; }
    .features-grid { grid-template-columns: 1fr; }
    .visual-card { max-width: 100%; }
    .contact-form-wrap { padding: 28px 20px; }

    .footer { padding: 48px 20px 28px; }
    .footer-top { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
    .hero-headline { font-size: 2.2rem; }
    .hero-badge { font-size: 0.72rem; padding: 6px 14px; }
    .hero-actions { gap: 10px; }
    .btn { padding: 12px 22px; font-size: 0.9rem; }
    .section-title { font-size: 1.8rem; }
    .services-nav-inner { gap: 6px; }
    .pill-link { padding: 6px 14px; font-size: 0.78rem; }
}
