.elementor-2002 .elementor-element.elementor-element-7155c5e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2002 .elementor-element.elementor-element-1d1a0b8{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}body.elementor-page-2002{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-1d1a0b8 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --bg:       #0c0c0c;
      --bg2:      #141414;
      --bg3:      #1c1c1c;
      --border:   #2a2a2a;
      --orange:   #E8700A;
      --orange2:  #FF8820;
      --orange-g: linear-gradient(135deg,#E8700A,#FF9F40);
      --text:     #f0ece4;
      --muted:    #888;
      --radius:   4px;
      --max:      1200px;
      --font-head: 'Bebas Neue', sans-serif;
      --font-cond: 'Barlow Condensed', sans-serif;
      --font-body: 'Barlow', sans-serif;
    }

    html { scroll-behavior: smooth; }

    body {
      background: var(--bg);
      color: var(--text);
      font-family: var(--font-body);
      font-weight: 400;
      line-height: 1.6;
      overflow-x: hidden;
    }

    /* ── NOISE OVERLAY ── */
    body::before {
      content: '';
      position: fixed; inset: 0; z-index: 0;
      pointer-events: none;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
      opacity: .025;
    }

    /* ── UTILITY ── */
    .container { max-width: var(--max); margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
    .tag {
      display: inline-block;
      font-family: var(--font-cond);
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .15em;
      text-transform: uppercase;
      color: var(--orange);
      border: 1px solid var(--orange);
      padding: 4px 12px;
      border-radius: 2px;
      margin-bottom: 20px;
    }
    .section-title {
      font-family: var(--font-head);
      font-size: clamp(2.4rem, 5vw, 3.8rem);
      letter-spacing: .02em;
      line-height: 1.05;
      color: var(--text);
    }
    .section-title span { color: var(--orange); }
    .section-sub {
      font-size: 1.05rem;
      color: var(--muted);
      max-width: 560px;
      margin-top: 14px;
      font-weight: 300;
    }

    .btn {
      display: inline-flex; align-items: center; gap: 10px;
      font-family: var(--font-cond);
      font-size: .95rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      text-decoration: none;
      padding: 14px 32px;
      border-radius: var(--radius);
      cursor: pointer;
      border: none;
      transition: transform .2s, box-shadow .2s, background .2s;
    }
    .btn-primary {
      background: var(--orange-g);
      color: #fff;
      box-shadow: 0 4px 24px rgba(232,112,10,.3);
    }
    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(232,112,10,.5); }
    .btn-outline {
      background: transparent;
      color: var(--text);
      border: 1px solid var(--border);
    }
    .btn-outline:hover { border-color: var(--orange); color: var(--orange); }

    /* ── TOP BAR ── */
    .topbar {
      background: var(--bg2);
      border-bottom: 1px solid var(--border);
      padding: 8px 0;
    }
    .topbar .container {
      display: flex; align-items: center; justify-content: space-between;
      gap: 16px; flex-wrap: wrap;
    }
    .topbar-left, .topbar-right {
      display: flex; align-items: center; gap: 20px;
      font-size: .82rem; color: var(--muted);
    }
    .topbar a { color: var(--muted); text-decoration: none; transition: color .2s; }
    .topbar a:hover { color: var(--orange); }
    .topbar-item { display: flex; align-items: center; gap: 7px; }
    .topbar-item svg { color: var(--orange); }

    /* ── NAV ── */
    nav {
      position: sticky; top: 0; z-index: 100;
      background: rgba(12,12,12,.92);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--border);
      transition: background .3s;
    }
    .nav-inner {
      display: flex; align-items: center; justify-content: space-between;
      padding: 0 24px; max-width: var(--max); margin: 0 auto;
      height: 68px;
    }
    .logo {
      font-family: var(--font-head);
      font-size: 1.7rem;
      letter-spacing: .05em;
      color: var(--text);
      text-decoration: none;
      display: flex; align-items: center; gap: 4px;
    }
    .logo span { color: var(--orange); }
    .logo-badge {
      font-family: var(--font-cond);
      font-size: .6rem;
      letter-spacing: .12em;
      font-weight: 600;
      color: var(--muted);
      text-transform: uppercase;
      margin-left: 8px;
      margin-top: 4px;
    }
    .nav-links {
      display: flex; gap: 32px; list-style: none;
    }
    .nav-links a {
      font-family: var(--font-cond);
      font-size: .92rem;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--muted);
      text-decoration: none;
      transition: color .2s;
      position: relative;
    }
    .nav-links a::after {
      content: '';
      position: absolute; bottom: -4px; left: 0; right: 0;
      height: 2px; background: var(--orange);
      transform: scaleX(0); transform-origin: left;
      transition: transform .25s;
    }
    .nav-links a:hover { color: var(--text); }
    .nav-links a:hover::after { transform: scaleX(1); }
    .hamburger {
      display: none; flex-direction: column; gap: 5px;
      cursor: pointer; background: none; border: none; padding: 4px;
    }
    .hamburger span {
      display: block; width: 24px; height: 2px;
      background: var(--text); transition: .3s;
    }
    .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .hamburger.open span:nth-child(2) { opacity: 0; }
    .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .mobile-menu {
      display: none; flex-direction: column; gap: 0;
      background: var(--bg2); border-top: 1px solid var(--border);
    }
    .mobile-menu.show { display: flex; }
    .mobile-menu a {
      font-family: var(--font-cond);
      font-size: 1.1rem;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--muted);
      text-decoration: none;
      padding: 16px 24px;
      border-bottom: 1px solid var(--border);
      transition: color .2s, padding-left .2s;
    }
    .mobile-menu a:hover { color: var(--orange); padding-left: 36px; }

    /* ── HERO ── */
    .hero {
      position: relative;
      min-height: 92vh;
      display: flex; align-items: center;
      overflow: hidden;
      padding: 80px 0;
    }
    .hero-bg {
      position: absolute; inset: 0; z-index: 0;
      background:
        radial-gradient(ellipse 60% 70% at 80% 50%, rgba(232,112,10,.12) 0%, transparent 65%),
        radial-gradient(ellipse 40% 40% at 20% 20%, rgba(232,112,10,.06) 0%, transparent 60%),
        var(--bg);
    }
    .hero-grid {
      position: absolute; inset: 0; z-index: 0;
      background-image:
        linear-gradient(rgba(232,112,10,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(232,112,10,.05) 1px, transparent 1px);
      background-size: 60px 60px;
      mask-image: radial-gradient(ellipse at center, black 20%, transparent 75%);
    }
    .hero-content {
      position: relative; z-index: 1;
      display: grid; grid-template-columns: 1fr 1fr;
      align-items: center; gap: 60px;
    }
    .hero-kicker {
      font-family: var(--font-cond);
      font-size: .8rem;
      font-weight: 600;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--orange);
      display: flex; align-items: center; gap: 12px;
      margin-bottom: 20px;
    }
    .hero-kicker::before {
      content: '';
      display: block; width: 40px; height: 2px; background: var(--orange);
    }
    .hero-title {
      font-family: var(--font-head);
      font-size: clamp(3.5rem, 7vw, 6rem);
      line-height: .95;
      letter-spacing: .02em;
      color: var(--text);
      margin-bottom: 24px;
    }
    .hero-title .accent { color: var(--orange); }
    .hero-title .stroke {
      -webkit-text-stroke: 1px var(--orange);
      color: transparent;
    }
    .hero-desc {
      font-size: 1.1rem;
      color: var(--muted);
      font-weight: 300;
      max-width: 480px;
      line-height: 1.7;
      margin-bottom: 36px;
    }
    .hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
    .hero-stats {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 1px; margin-top: 48px;
      border: 1px solid var(--border); border-radius: var(--radius);
      overflow: hidden;
      background: var(--border);
    }
    .stat {
      background: var(--bg2);
      padding: 20px;
      text-align: center;
    }
    .stat-num {
      font-family: var(--font-head);
      font-size: 2.4rem;
      color: var(--orange);
      line-height: 1;
    }
    .stat-label {
      font-family: var(--font-cond);
      font-size: .75rem;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--muted);
      margin-top: 4px;
    }
    .hero-visual {
      position: relative;
      display: flex; align-items: center; justify-content: center;
    }
    .hero-circle {
      position: relative;
      width: 420px; height: 420px;
      border-radius: 50%;
      background: radial-gradient(circle at 35% 35%, rgba(232,112,10,.15), rgba(232,112,10,.02));
      border: 1px solid rgba(232,112,10,.2);
      display: flex; align-items: center; justify-content: center;
      animation: pulse-ring 4s ease-in-out infinite;
    }
    .hero-circle::before {
      content: '';
      position: absolute; inset: 24px;
      border-radius: 50%;
      border: 1px solid rgba(232,112,10,.15);
      animation: spin-slow 20s linear infinite;
    }
    .hero-circle::after {
      content: '';
      position: absolute;
      width: 12px; height: 12px;
      background: var(--orange);
      border-radius: 50%;
      top: 20px; left: 50%;
      box-shadow: 0 0 16px var(--orange);
      animation: orbit 20s linear infinite;
      transform-origin: 0 188px;
    }
    @keyframes pulse-ring {
      0%, 100% { box-shadow: 0 0 0 0 rgba(232,112,10,.08); }
      50% { box-shadow: 0 0 0 32px rgba(232,112,10,0); }
    }
    @keyframes spin-slow {
      to { transform: rotate(360deg); }
    }
    @keyframes orbit {
      to { transform: rotate(360deg) translateX(0); }
    }
    .hero-icon-center {
      font-size: 7rem;
      line-height: 1;
      filter: drop-shadow(0 0 32px rgba(232,112,10,.4));
      animation: float 5s ease-in-out infinite;
    }
    @keyframes float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-12px); }
    }
    .hero-badge {
      position: absolute; top: 20px; right: 0;
      background: var(--bg2);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 12px 16px;
      display: flex; align-items: center; gap: 10px;
    }
    .hero-badge-dot {
      width: 8px; height: 8px; border-radius: 50%;
      background: #4CAF50;
      box-shadow: 0 0 8px #4CAF50;
      animation: blink 2s ease-in-out infinite;
    }
    @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: .3; }
    }
    .hero-badge-text {
      font-family: var(--font-cond);
      font-size: .75rem;
      font-weight: 600;
      letter-spacing: .06em;
      color: var(--text);
      text-transform: uppercase;
    }
    .hero-badge-sub {
      font-size: .65rem;
      color: var(--muted);
    }

    /* ── STRIP ── */
    .strip {
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      background: var(--bg2);
      padding: 0;
      overflow: hidden;
    }
    .strip-track {
      display: flex;
      animation: marquee 25s linear infinite;
      white-space: nowrap;
    }
    .strip-item {
      display: flex; align-items: center; gap: 14px;
      padding: 16px 40px;
      font-family: var(--font-cond);
      font-size: .85rem;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--muted);
      flex-shrink: 0;
    }
    .strip-item .dot {
      width: 5px; height: 5px; border-radius: 50%; background: var(--orange);
    }
    @keyframes marquee {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    /* ── SERVICES ── */
    .services { padding: 100px 0; }
    .services-header { margin-bottom: 60px; }
    .services-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: var(--border);
      border: 1px solid var(--border);
      border-radius: 6px;
      overflow: hidden;
    }
    .service-card {
      background: var(--bg2);
      padding: 32px 28px;
      text-decoration: none;
      position: relative;
      overflow: hidden;
      transition: background .3s;
      display: block;
    }
    .service-card::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0;
      height: 2px;
      background: var(--orange-g);
      transform: scaleX(0); transform-origin: left;
      transition: transform .3s;
    }
    .service-card:hover { background: var(--bg3); }
    .service-card:hover::before { transform: scaleX(1); }
    .service-num {
      font-family: var(--font-head);
      font-size: 3rem;
      color: rgba(232,112,10,.12);
      line-height: 1;
      margin-bottom: 12px;
      transition: color .3s;
    }
    .service-card:hover .service-num { color: rgba(232,112,10,.25); }
    .service-icon { font-size: 2rem; margin-bottom: 14px; display: block; }
    .service-name {
      font-family: var(--font-cond);
      font-size: 1.15rem;
      font-weight: 700;
      letter-spacing: .04em;
      text-transform: uppercase;
      color: var(--text);
      margin-bottom: 10px;
    }
    .service-desc {
      font-size: .87rem;
      color: var(--muted);
      line-height: 1.55;
      font-weight: 300;
    }
    .service-link {
      margin-top: 20px;
      display: flex; align-items: center; gap: 8px;
      font-family: var(--font-cond);
      font-size: .78rem;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--orange);
      opacity: 0;
      transform: translateX(-8px);
      transition: opacity .3s, transform .3s;
    }
    .service-card:hover .service-link { opacity: 1; transform: translateX(0); }

    /* ── ABOUT ── */
    .about { padding: 100px 0; background: var(--bg2); }
    .about-inner {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 80px; align-items: center;
    }
    .about-visual {
      position: relative;
    }
    .about-frame {
      aspect-ratio: 3/4;
      border: 1px solid var(--border);
      border-radius: 6px;
      background: var(--bg3);
      display: flex; align-items: center; justify-content: center;
      overflow: hidden;
      position: relative;
    }
    .about-frame-bg {
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse at 50% 50%, rgba(232,112,10,.1), transparent 70%),
        repeating-linear-gradient(
          45deg,
          transparent,
          transparent 20px,
          rgba(232,112,10,.03) 20px,
          rgba(232,112,10,.03) 21px
        );
    }
    .about-frame-content {
      position: relative; z-index: 1;
      text-align: center;
      padding: 40px;
    }
    .about-big-text {
      font-family: var(--font-head);
      font-size: 7rem;
      color: var(--orange);
      line-height: 1;
      opacity: .15;
      position: absolute;
      top: 20px; left: 50%;
      transform: translateX(-50%);
    }
    .about-icon-big { font-size: 5rem; margin-bottom: 20px; display: block; }
    .about-frame-stats {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 16px; margin-top: 24px;
    }
    .frame-stat {
      background: rgba(232,112,10,.08);
      border: 1px solid rgba(232,112,10,.15);
      border-radius: 4px;
      padding: 14px;
      text-align: center;
    }
    .frame-stat-num {
      font-family: var(--font-head);
      font-size: 2rem;
      color: var(--orange);
      line-height: 1;
    }
    .frame-stat-label {
      font-size: .7rem;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: .08em;
      font-family: var(--font-cond);
      font-weight: 600;
      margin-top: 4px;
    }
    .about-corner {
      position: absolute; bottom: -20px; right: -20px;
      width: 100px; height: 100px;
      border: 2px solid var(--orange);
      border-radius: 4px;
      opacity: .2;
    }
    .about-text h2 { margin-bottom: 20px; }
    .about-text p {
      color: var(--muted);
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.75;
      margin-bottom: 20px;
    }
    .about-text p strong { color: var(--text); font-weight: 600; }

    /* ── DIFFERENTIALS ── */
    .differentials { padding: 100px 0; }
    .diff-header { margin-bottom: 60px; }
    .diff-grid {
      display: grid; grid-template-columns: repeat(2, 1fr);
      gap: 1px; background: var(--border);
      border: 1px solid var(--border); border-radius: 6px; overflow: hidden;
    }
    .diff-card {
      background: var(--bg2);
      padding: 48px 40px;
      position: relative;
      overflow: hidden;
      transition: background .3s;
    }
    .diff-card:hover { background: var(--bg3); }
    .diff-num {
      font-family: var(--font-head);
      font-size: 6rem;
      color: rgba(232,112,10,.07);
      line-height: 1;
      position: absolute; top: 20px; right: 24px;
      transition: color .3s;
    }
    .diff-card:hover .diff-num { color: rgba(232,112,10,.12); }
    .diff-icon { font-size: 2.5rem; margin-bottom: 20px; display: block; }
    .diff-title {
      font-family: var(--font-cond);
      font-size: 1.3rem;
      font-weight: 700;
      letter-spacing: .04em;
      text-transform: uppercase;
      color: var(--text);
      margin-bottom: 12px;
    }
    .diff-desc { font-size: .93rem; color: var(--muted); font-weight: 300; line-height: 1.65; }

    /* ── FAQ ── */
    .faq { padding: 100px 0; background: var(--bg2); }
    .faq-inner {
      display: grid; grid-template-columns: 1fr 1.6fr;
      gap: 80px; align-items: start;
    }
    .faq-sticky { position: sticky; top: 100px; }
    .faq-list { display: flex; flex-direction: column; gap: 2px; }
    .faq-item {
      background: var(--bg3);
      border: 1px solid var(--border);
      border-radius: 4px;
      overflow: hidden;
    }
    .faq-q {
      width: 100%;
      display: flex; align-items: center; justify-content: space-between;
      padding: 20px 24px;
      background: none; border: none; cursor: pointer;
      font-family: var(--font-cond);
      font-size: 1rem;
      font-weight: 600;
      letter-spacing: .03em;
      text-transform: uppercase;
      color: var(--text);
      text-align: left;
      gap: 16px;
      transition: color .2s;
    }
    .faq-q:hover { color: var(--orange); }
    .faq-arrow {
      width: 22px; height: 22px; flex-shrink: 0;
      border: 1px solid var(--border);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      transition: transform .3s, border-color .3s, background .3s;
      font-size: .8rem;
    }
    .faq-item.open .faq-arrow {
      transform: rotate(45deg);
      border-color: var(--orange);
      background: rgba(232,112,10,.1);
    }
    .faq-a {
      max-height: 0; overflow: hidden;
      transition: max-height .4s ease, padding .4s;
      font-size: .93rem; color: var(--muted);
      font-weight: 300; line-height: 1.7;
    }
    .faq-item.open .faq-a { max-height: 300px; }
    .faq-a-inner { padding: 0 24px 20px; }

    /* ── CTA ── */
    .cta-section {
      padding: 100px 0;
      position: relative;
      overflow: hidden;
    }
    .cta-bg {
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse 60% 80% at 50% 50%, rgba(232,112,10,.1) 0%, transparent 70%),
        var(--bg);
    }
    .cta-inner {
      position: relative; z-index: 1;
      text-align: center; max-width: 700px; margin: 0 auto;
    }
    .cta-inner .section-title { font-size: clamp(2.8rem, 6vw, 4.5rem); margin-bottom: 20px; }
    .cta-inner .section-sub { margin: 0 auto 40px; max-width: 500px; font-size: 1.1rem; }
    .cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
    .cta-line {
      position: absolute; top: 50%; left: -100px; right: -100px;
      height: 1px; background: linear-gradient(90deg, transparent, rgba(232,112,10,.3), transparent);
    }

    /* ── CONTACT ── */
    .contact { padding: 100px 0; background: var(--bg2); }
    .contact-grid {
      display: grid; grid-template-columns: 1fr 1.4fr;
      gap: 60px; align-items: start;
    }
    .contact-info { display: flex; flex-direction: column; gap: 20px; }
    .contact-card {
      background: var(--bg3);
      border: 1px solid var(--border);
      border-radius: 4px;
      padding: 24px;
      display: flex; align-items: flex-start; gap: 16px;
      text-decoration: none;
      transition: border-color .3s, transform .2s;
    }
    .contact-card:hover { border-color: var(--orange); transform: translateX(4px); }
    .contact-icon {
      width: 44px; height: 44px; flex-shrink: 0;
      background: rgba(232,112,10,.1);
      border: 1px solid rgba(232,112,10,.2);
      border-radius: 4px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.2rem;
    }
    .contact-label {
      font-family: var(--font-cond);
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 4px;
    }
    .contact-value {
      font-size: 1rem;
      font-weight: 500;
      color: var(--text);
    }
    .map-placeholder {
      background: var(--bg3);
      border: 1px solid var(--border);
      border-radius: 6px;
      overflow: hidden;
    }
    .map-placeholder iframe {
      width: 100%; height: 380px;
      display: block; border: none; filter: grayscale(1) invert(1) contrast(.8);
    }

    /* ── FOOTER ── */
    footer {
      background: var(--bg);
      border-top: 1px solid var(--border);
      padding: 60px 0 32px;
    }
    .footer-grid {
      display: grid; grid-template-columns: 1.5fr 1fr 1fr;
      gap: 60px; margin-bottom: 48px;
    }
    .footer-brand .logo { font-size: 1.5rem; display: inline-flex; margin-bottom: 16px; }
    .footer-brand p {
      font-size: .87rem;
      color: var(--muted);
      font-weight: 300;
      line-height: 1.7;
      max-width: 280px;
    }
    .footer-col h4 {
      font-family: var(--font-cond);
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 20px;
    }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer-col ul li a {
      font-size: .9rem;
      color: var(--muted);
      text-decoration: none;
      transition: color .2s;
      display: flex; align-items: center; gap: 8px;
    }
    .footer-col ul li a::before {
      content: '→';
      font-size: .8rem;
      opacity: 0;
      transform: translateX(-4px);
      transition: opacity .2s, transform .2s;
    }
    .footer-col ul li a:hover { color: var(--text); }
    .footer-col ul li a:hover::before { opacity: 1; transform: translateX(0); }
    .footer-bottom {
      border-top: 1px solid var(--border);
      padding-top: 28px;
      display: flex; align-items: center; justify-content: space-between;
      flex-wrap: wrap; gap: 16px;
    }
    .footer-copy {
      font-size: .82rem; color: var(--muted); font-weight: 300;
    }
    .footer-social { display: flex; gap: 12px; }
    .footer-social a {
      width: 36px; height: 36px;
      border: 1px solid var(--border);
      border-radius: 4px;
      display: flex; align-items: center; justify-content: center;
      color: var(--muted);
      text-decoration: none;
      font-size: .95rem;
      transition: border-color .2s, color .2s, background .2s;
    }
    .footer-social a:hover {
      border-color: var(--orange);
      color: var(--orange);
      background: rgba(232,112,10,.08);
    }

    /* ── WHATSAPP FLOAT ── */
    .wa-float {
      position: fixed; bottom: 28px; right: 28px; z-index: 999;
      width: 58px; height: 58px;
      background: #25D366;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.6rem;
      text-decoration: none;
      box-shadow: 0 4px 24px rgba(37,211,102,.4);
      transition: transform .2s, box-shadow .2s;
      animation: wa-in .6s ease 1s both;
    }
    .wa-float:hover { transform: scale(1.1); box-shadow: 0 8px 32px rgba(37,211,102,.5); }
    @keyframes wa-in {
      from { opacity: 0; transform: scale(.7); }
      to { opacity: 1; transform: scale(1); }
    }
    .wa-float-tooltip {
      position: absolute; right: 68px;
      background: var(--bg2);
      border: 1px solid var(--border);
      border-radius: 4px;
      padding: 6px 12px;
      font-family: var(--font-cond);
      font-size: .78rem;
      font-weight: 600;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: var(--text);
      white-space: nowrap;
      opacity: 0;
      pointer-events: none;
      transition: opacity .2s;
    }
    .wa-float:hover .wa-float-tooltip { opacity: 1; }

    /* ── SCROLL REVEAL ── */
    .reveal {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity .7s ease, transform .7s ease;
    }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    .reveal-delay-1 { transition-delay: .1s; }
    .reveal-delay-2 { transition-delay: .2s; }
    .reveal-delay-3 { transition-delay: .3s; }
    .reveal-delay-4 { transition-delay: .4s; }

    /* ── RESPONSIVE ── */
    @media (max-width: 1024px) {
      .services-grid { grid-template-columns: repeat(2, 1fr); }
      .hero-content { grid-template-columns: 1fr; gap: 40px; }
      .hero-visual { display: none; }
      .hero-title { font-size: clamp(3rem, 8vw, 5rem); }
      .about-inner { grid-template-columns: 1fr; }
      .about-visual { display: none; }
      .faq-inner { grid-template-columns: 1fr; }
      .faq-sticky { position: static; }
      .contact-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }

    @media (max-width: 768px) {
      .services-grid { grid-template-columns: 1fr; }
      .diff-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; gap: 36px; }
      .nav-links { display: none; }
      .nav-btn-desktop { display: none; }
      .hamburger { display: flex; }
      .hero-stats { grid-template-columns: repeat(3, 1fr); }
      .topbar-right { display: none; }
      .hero { min-height: auto; padding: 60px 0; }
    }/* End custom CSS */