.elementor-121 .elementor-element.elementor-element-15788f8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7bad4d0 *//* ========================================
   We Marketing 360 — Main Stylesheet
   ======================================== */

:root {
    --black: #000000;
    --off-black: #0a0a0a;
    --dark: #111111;
    --mid: #1a1a1a;
    --panel: #141414;
    --white: #ffffff;
    --off-white: #f0ede8;
    --muted: rgba(255,255,255,0.45);
    --border: rgba(255,255,255,0.08);
    --gold: #c9a84c;
    --gold-light: #e2c57e;
    --gold-dim: rgba(201,168,76,0.12);
    --red-accent: #e03030;
  }

  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }

  body {
    background: var(--black);
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
  }

  /* SCROLLBAR */
  ::-webkit-scrollbar { width: 4px; }
  ::-webkit-scrollbar-track { background: var(--black); }
  ::-webkit-scrollbar-thumb { background: var(--gold); }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 200;
    padding: 0 5vw;
    height: 72px;
    display: flex; align-items: center; justify-content: space-between;
    background: rgba(0,0,0,0.92);
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(24px);
  }
  .nav-logo img {
    height: 44px; width: auto;
    filter: brightness(1);
  }
  .nav-links {
    display: flex; gap: 32px; list-style: none;
  }
  .nav-links a {
    font-size: 11px; font-weight: 700;
    letter-spacing: 2.5px; text-transform: uppercase;
    color: var(--muted); text-decoration: none;
    transition: color 0.3s;
  }
  .nav-links a:hover { color: var(--gold); }
  .nav-cta {
    font-size: 11px !important; font-weight: 700 !important;
    letter-spacing: 2px !important; text-transform: uppercase;
    color: var(--black) !important;
    background: var(--gold);
    padding: 10px 24px;
    text-decoration: none;
    transition: background 0.3s, transform 0.2s !important;
    white-space: nowrap;
  }
  .nav-cta:hover { background: var(--gold-light); transform: scale(1.03) !important; }

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    display: grid; grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 100px 5vw 60px;
    gap: 80px;
    position: relative;
    overflow: hidden;
  }

  /* Diagonal lines bg */
  .hero::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
      repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 60px,
        rgba(201,168,76,0.025) 60px,
        rgba(201,168,76,0.025) 61px
      );
    pointer-events: none;
  }

  /* Gold glow top-right */
  .hero::after {
    content: '';
    position: absolute; top: -200px; right: -200px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, transparent 70%);
    pointer-events: none;
    animation: breathe 7s ease-in-out infinite;
  }
  @keyframes breathe {
    0%,100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.6; }
  }

  .hero-tag {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px; letter-spacing: 2px; color: var(--gold);
    margin-bottom: 28px;
    opacity: 0; animation: up 0.8s 0.1s forwards;
  }
  .hero-tag::before {
    content: ''; width: 32px; height: 1px; background: var(--gold);
  }
  .hero-tag::after {
    content: ''; width: 32px; height: 1px; background: var(--gold);
  }

  .hero-h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(48px, 5.5vw, 80px);
    font-weight: 800; line-height: 1.05;
    letter-spacing: -1px;
    margin-bottom: 24px;
    opacity: 0; animation: up 0.9s 0.25s forwards;
  }
  .hero-h1 em {
    font-style: italic; color: var(--gold);
    display: block;
  }
  .hero-h1 span {
    display: block;
    -webkit-text-stroke: 1px rgba(255,255,255,0.3);
    color: transparent;
  }

  .hero-line {
    width: 60px; height: 2px; background: var(--gold); margin-bottom: 24px;
    opacity: 0; animation: up 0.9s 0.38s forwards;
  }

  .hero-p {
    font-size: 15px; line-height: 1.9; font-weight: 300;
    color: rgba(255,255,255,0.55);
    max-width: 440px; margin-bottom: 44px;
    opacity: 0; animation: up 0.9s 0.5s forwards;
  }

  .hero-btns {
    display: flex; gap: 20px; align-items: center;
    opacity: 0; animation: up 0.9s 0.62s forwards;
  }
  .btn-gold {
    background: var(--gold); color: var(--black);
    padding: 15px 38px;
    font-size: 11px; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase;
    text-decoration: none; display: inline-block;
    transition: background 0.3s, transform 0.2s;
  }
  .btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); }
  .btn-outline {
    border: 1px solid rgba(255,255,255,0.2); color: var(--off-white);
    padding: 14px 32px;
    font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
    text-decoration: none; display: inline-block;
    transition: border-color 0.3s, color 0.3s;
  }
  .btn-outline:hover { border-color: var(--gold); color: var(--gold); }

  /* Hero right — logo display */
  .hero-visual {
    display: flex; align-items: center; justify-content: center;
    opacity: 0; animation: up 1s 0.4s forwards;
    position: relative;
  }
  .logo-container {
    position: relative;
    width: clamp(280px, 30vw, 420px);
    aspect-ratio: 1;
    display: flex; align-items: center; justify-content: center;
  }
  .logo-ring {
    position: absolute; inset: 0;
    border: 1px solid rgba(201,168,76,0.2);
    border-radius: 50%;
    animation: spin 20s linear infinite;
  }
  .logo-ring-2 {
    position: absolute; inset: 20px;
    border: 1px dashed rgba(201,168,76,0.1);
    border-radius: 50%;
    animation: spin 15s linear infinite reverse;
  }
  @keyframes spin { to { transform: rotate(360deg); } }
  .logo-ring-dot {
    position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 8px; height: 8px; background: var(--gold); border-radius: 50%;
    box-shadow: 0 0 10px var(--gold);
  }
  .logo-img {
    width: 65%;
    position: relative; z-index: 2;
    filter: drop-shadow(0 0 40px rgba(201,168,76,0.15));
  }
  .logo-glow {
    position: absolute; inset: 0;
    background: radial-gradient(circle at center, rgba(201,168,76,0.06) 0%, transparent 70%);
    border-radius: 50%;
  }

  /* ── TICKER ── */
  .ticker {
    background: var(--gold);
    padding: 13px 0; overflow: hidden; white-space: nowrap;
  }
  .ticker-track {
    display: inline-flex; animation: ticker 28s linear infinite;
  }
  .ticker-item {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
    color: var(--black); padding: 0 36px;
    display: flex; align-items: center; gap: 18px;
    font-weight: 500;
  }
  .ticker-item::after { content: '◆'; font-size: 8px; }
  @keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

  /* ── STATS ── */
  .stats {
    padding: 80px 5vw;
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 1px; background: var(--border);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }
  .stat {
    background: var(--off-black);
    padding: 44px 36px;
    text-align: center;
    transition: background 0.3s;
  }
  .stat:hover { background: var(--mid); }
  .stat-n {
    font-family: 'Playfair Display', serif;
    font-size: clamp(40px, 4vw, 60px);
    font-weight: 800; color: var(--gold);
    line-height: 1; margin-bottom: 10px;
  }
  .stat-l {
    font-size: 10px; font-weight: 700;
    letter-spacing: 2.5px; text-transform: uppercase;
    color: var(--muted);
  }
  .stat-s {
    font-size: 12px; font-weight: 300;
    color: rgba(255,255,255,0.25); margin-top: 6px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
  }

  /* ── SERVICES ── */
  .services {
    padding: 120px 5vw;
    background: var(--off-black);
  }
  .sec-eyebrow {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px; letter-spacing: 3px; color: var(--gold);
    text-transform: uppercase;
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 16px;
  }
  .sec-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--gold); }
  .sec-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 800; line-height: 1.1;
    margin-bottom: 16px;
  }
  .sec-title em { font-style: italic; color: var(--gold); }
  .sec-sub {
    font-size: 14px; font-weight: 300; line-height: 1.8;
    color: var(--muted); max-width: 460px; margin-bottom: 70px;
  }

  .services-grid {
    display: grid; grid-template-columns: repeat(7, 1fr);
    border: 1px solid var(--border);
  }
  .svc {
    padding: 36px 20px 40px;
    border-right: 1px solid var(--border);
    position: relative; overflow: hidden;
    cursor: default;
    transition: background 0.4s;
  }
  .svc:last-child { border-right: none; }
  .svc::after {
    content: '';
    position: absolute; bottom: 0; left: 0;
    width: 100%; height: 3px;
    background: var(--gold); transform: scaleX(0);
    transform-origin: left; transition: transform 0.4s ease;
  }
  .svc:hover::after { transform: scaleX(1); }
  .svc:hover { background: var(--mid); }
  .svc-num {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px; letter-spacing: 2px; color: var(--gold);
    margin-bottom: 24px; opacity: 0.6;
  }
  .svc-icon {
    font-size: 26px; margin-bottom: 18px; display: block;
    filter: grayscale(0.3);
  }
  .svc-name {
    font-size: 11px; font-weight: 800;
    letter-spacing: 1px; text-transform: uppercase;
    line-height: 1.5; margin-bottom: 12px;
    color: var(--white);
  }
  .svc-desc {
    font-size: 11px; line-height: 1.8; font-weight: 300;
    color: rgba(255,255,255,0.4);
  }

  /* ── PROCESS ── */
  .process {
    padding: 120px 5vw;
    background: var(--black);
  }
  .process-header {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 60px; align-items: end; margin-bottom: 70px;
  }
  .steps {
    display: grid; grid-template-columns: repeat(4, 1fr);
    position: relative;
  }
  .steps::before {
    content: '';
    position: absolute; top: 36px; left: 0; right: 0;
    height: 1px; background: var(--border);
    z-index: 0;
  }
  .step-item {
    padding: 0 24px 0 0;
    position: relative; z-index: 1;
  }
  .step-dot {
    width: 12px; height: 12px;
    border: 2px solid var(--gold);
    border-radius: 50%; background: var(--black);
    margin-bottom: 28px;
    position: relative;
    transition: background 0.3s;
  }
  .step-item:hover .step-dot { background: var(--gold); }
  .step-n {
    font-family: 'Playfair Display', serif;
    font-size: 52px; font-weight: 800;
    color: rgba(201,168,76,0.1);
    line-height: 1; margin-bottom: 14px;
    transition: color 0.3s;
  }
  .step-item:hover .step-n { color: rgba(201,168,76,0.25); }
  .step-title {
    font-size: 13px; font-weight: 800;
    letter-spacing: 1px; text-transform: uppercase;
    margin-bottom: 12px;
  }
  .step-desc {
    font-size: 12px; line-height: 1.8; font-weight: 300;
    color: var(--muted);
  }

  /* ── WHY US ── */
  .why {
    padding: 120px 5vw;
    background: var(--panel);
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 80px; align-items: center;
  }
  .why-items { display: flex; flex-direction: column; gap: 0; }
  .why-item {
    display: grid; grid-template-columns: auto 1fr;
    gap: 20px; align-items: start;
    padding: 24px 0; border-bottom: 1px solid var(--border);
    transition: padding-left 0.3s;
  }
  .why-item:hover { padding-left: 8px; }
  .why-icon {
    width: 44px; height: 44px; flex-shrink: 0;
    border: 1px solid rgba(201,168,76,0.3);
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    background: var(--gold-dim);
  }
  .why-title {
    font-size: 13px; font-weight: 800;
    letter-spacing: 0.5px; text-transform: uppercase;
    margin-bottom: 6px;
  }
  .why-text {
    font-size: 12px; line-height: 1.8; font-weight: 300;
    color: var(--muted);
  }

  /* Why right — decorative logo block */
  .why-visual {
    position: relative;
    display: flex; align-items: center; justify-content: center;
  }
  .why-block {
    width: 100%; aspect-ratio: 1;
    background: var(--mid);
    border: 1px solid var(--border);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 24px;
    position: relative; overflow: hidden;
  }
  .why-block::before {
    content: '';
    position: absolute; inset: 0;
    background: conic-gradient(from 0deg at 50% 50%, transparent 0%, rgba(201,168,76,0.04) 30%, transparent 60%);
    animation: spin 10s linear infinite;
  }
  .why-block img {
    width: 55%; position: relative; z-index: 1;
    filter: drop-shadow(0 0 20px rgba(201,168,76,0.2));
  }
  .why-block-tag {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px; letter-spacing: 3px; color: var(--gold);
    text-transform: uppercase; position: relative; z-index: 1;
  }
  .why-corner {
    position: absolute;
    width: 20px; height: 20px;
    border-color: var(--gold);
    border-style: solid;
    opacity: 0.4;
  }
  .why-corner.tl { top: 16px; left: 16px; border-width: 1px 0 0 1px; }
  .why-corner.tr { top: 16px; right: 16px; border-width: 1px 1px 0 0; }
  .why-corner.bl { bottom: 16px; left: 16px; border-width: 0 0 1px 1px; }
  .why-corner.br { bottom: 16px; right: 16px; border-width: 0 1px 1px 0; }

  /* ── CTA ── */
  .cta-band {
    padding: 100px 5vw;
    background: var(--black);
    display: grid; grid-template-columns: 1fr auto;
    gap: 60px; align-items: center;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    position: relative; overflow: hidden;
  }
  .cta-band::before {
    content: '360';
    font-family: 'Playfair Display', serif;
    font-size: 300px; font-weight: 800;
    color: rgba(201,168,76,0.03);
    position: absolute; right: -40px; top: 50%; transform: translateY(-50%);
    pointer-events: none; line-height: 1;
  }
  .cta-h {
    font-family: 'Playfair Display', serif;
    font-size: clamp(32px, 3.5vw, 52px);
    font-weight: 800; line-height: 1.15;
  }
  .cta-h em { font-style: italic; color: var(--gold); }
  .cta-p {
    font-size: 14px; font-weight: 300; line-height: 1.8;
    color: var(--muted); margin-top: 16px; max-width: 500px;
  }
  .cta-right { display: flex; flex-direction: column; gap: 14px; align-items: flex-end; flex-shrink: 0; }
  .cta-phone {
    font-family: 'Playfair Display', serif;
    font-size: 20px; color: var(--gold); font-weight: 700;
    text-decoration: none;
    transition: color 0.3s;
  }
  .cta-phone:hover { color: var(--gold-light); }

  /* ── TESTIMONIALS ── */
  .testi {
    padding: 120px 5vw;
    background: var(--off-black);
  }
  .testi-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1px; background: var(--border); margin-top: 60px;
  }
  .testi-card {
    background: var(--off-black); padding: 44px 36px;
    transition: background 0.3s;
    position: relative;
  }
  .testi-card::before {
    content: '"';
    font-family: 'Playfair Display', serif;
    font-size: 80px; color: var(--gold); opacity: 0.15;
    position: absolute; top: 20px; left: 28px;
    line-height: 1;
  }
  .testi-card:hover { background: var(--mid); }
  .testi-stars { color: var(--gold); font-size: 12px; margin-bottom: 20px; letter-spacing: 2px; }
  .testi-q {
    font-size: 14px; line-height: 1.9; font-weight: 300;
    color: rgba(255,255,255,0.6); font-style: italic;
    margin-bottom: 28px;
  }
  .testi-author { display: flex; align-items: center; gap: 14px; }
  .testi-av {
    width: 42px; height: 42px; background: var(--gold);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 16px; font-weight: 700; color: var(--black);
    flex-shrink: 0;
  }
  .testi-name { font-size: 13px; font-weight: 700; }
  .testi-role { font-size: 11px; color: var(--muted); margin-top: 3px; font-family: 'IBM Plex Mono', monospace; letter-spacing: 0.5px; }

  /* ── FOOTER ── */
  footer {
    background: var(--off-black);
    border-top: 1px solid var(--border);
    padding: 64px 5vw 32px;
  }
  .footer-top {
    display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 60px; margin-bottom: 48px;
  }
  .footer-logo img { height: 48px; margin-bottom: 16px; }
  .footer-tagline {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px; letter-spacing: 2px; color: var(--gold);
    text-transform: uppercase; margin-bottom: 12px;
  }
  .footer-desc {
    font-size: 12px; line-height: 1.8; font-weight: 300;
    color: rgba(255,255,255,0.35); max-width: 240px;
  }
  .footer-col h4 {
    font-size: 10px; font-weight: 700; letter-spacing: 3px;
    text-transform: uppercase; color: rgba(255,255,255,0.25);
    margin-bottom: 20px;
  }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .footer-col a {
    font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.5);
    text-decoration: none; transition: color 0.3s;
  }
  .footer-col a:hover { color: var(--gold); }
  .footer-bottom {
    border-top: 1px solid var(--border); padding-top: 24px;
    display: flex; align-items: center; justify-content: space-between;
  }
  .footer-copy { font-size: 11px; color: rgba(255,255,255,0.2); letter-spacing: 0.5px; font-family: 'IBM Plex Mono', monospace; }
  .footer-socials { display: flex; gap: 10px; }
  .social-link {
    width: 34px; height: 34px; border: 1px solid var(--border);
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; color: var(--muted); text-decoration: none;
    font-family: 'IBM Plex Mono', monospace;
    transition: border-color 0.3s, color 0.3s, background 0.3s;
  }
  .social-link:hover { border-color: var(--gold); color: var(--black); background: var(--gold); }

  /* ── ANIMATIONS ── */
  @keyframes up {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  /* ── MOBILE ── */
  @media (max-width: 960px) {
    .hero { grid-template-columns: 1fr; text-align: center; }
    .hero-visual { display: none; }
    .hero-p { margin: 0 auto 44px; }
    .hero-line { margin: 0 auto 24px; }
    .hero-tag { justify-content: center; }
    .hero-btns { justify-content: center; flex-wrap: wrap; }
    .stats { grid-template-columns: repeat(2, 1fr); }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .svc { border-right: none; border-bottom: 1px solid var(--border); }
    .process-header { grid-template-columns: 1fr; }
    .steps { grid-template-columns: 1fr 1fr; }
    .why { grid-template-columns: 1fr; }
    .why-visual { display: none; }
    .cta-band { grid-template-columns: 1fr; }
    .cta-right { align-items: flex-start; }
    .testi-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .nav-links { display: none; }
  }/* End custom CSS */