/* AILocalEdge consolidated stylesheet */

/* Duplicates removed across uploaded pages. */

/* Header styles are intentionally placed LAST so they win in the cascade for navigation/header behavior. */


@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;900&family=Barlow:wght@400;500;600&display=swap');


/* ===== Shared / page styles ===== */
* { box-sizing: border-box; margin: 0; padding: 0; }

html, body { background: #0a0f1e !important; color: #c8d4e8 !important; }

html { scroll-behavior: smooth; color-scheme: dark; }

body { font-family: "Barlow", sans-serif; font-size: 17px; line-height: 1.65; overflow-x: hidden; min-height: 100vh; }

h1, h2, h3, h4 { color: #eef2ff !important; }

p, li { color: #c8d4e8 !important; }

strong { color: #eef2ff !important; }

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 18px 6%; background: #060a14 !important; border-bottom: 1px solid rgba(0,229,255,0.2); }

.logo { font-family: "Barlow Condensed", sans-serif; font-weight: 900; font-size: 1.6rem; color: #eef2ff !important; text-decoration: none; display: block; }

.logo span { color: #00e5ff !important; }

nav ul { list-style: none; display: flex; gap: 32px; }

nav ul li a { color: #c8d4e8 !important; text-decoration: none; font-weight: 500; font-size: 0.95rem; transition: color 0.2s; }

nav ul li a:hover { color: #00e5ff !important; }

.page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 130px 6% 80px;
    position: relative;
    overflow: hidden;
    background: #0a0f1e !important;
  }



.bg-grid {
    position: absolute; inset: 0; pointer-events: none;
    background-image: linear-gradient(rgba(0,229,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0,229,255,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black 30%, transparent 100%);
  }

.bg-glow-left {
    position: absolute; width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(0,100,255,0.14) 0%, transparent 70%);
    top: 10%; left: -100px; pointer-events: none;
  }

.bg-glow-right {
    position: absolute; width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(0,229,255,0.08) 0%, transparent 70%);
    bottom: 10%; right: -100px; pointer-events: none;
  }

.inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    max-width: 1100px;
    width: 100%;
  }

@media(max-width: 860px) {
    .inner { grid-template-columns: 1fr; gap: 48px; }
  }

.left-col { padding-top: 8px; }

.sec-label {
    font-size: 0.74rem; font-weight: 700; letter-spacing: 2.5px;
    text-transform: uppercase; color: #00e5ff !important; margin-bottom: 14px;
  }

h1 {
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 900 !important;
    font-size: clamp(2.4rem, 5vw, 3.8rem) !important;
    line-height: 1 !important;
    letter-spacing: -0.5px !important;
    text-transform: uppercase !important;
    margin-bottom: 20px;
    color: #eef2ff !important;
  }

h1 .accent { color: #00e5ff !important; }

.lead {
    font-size: 1.05rem;
    color: #c8d4e8 !important;
    line-height: 1.75;
    margin-bottom: 36px;
    max-width: 460px;
  }

.trust-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 36px; }

.trust-list li {
    display: flex; align-items: flex-start; gap: 12px;
    font-size: 0.96rem; color: #c8d4e8 !important; line-height: 1.55;
  }

.trust-list li::before {
    content: "âœ“";
    color: #00e5ff !important;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 1px;
  }

.trust-list li strong { color: #eef2ff !important; }

.excl-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(0,229,255,0.07);
    border: 1px solid rgba(0,229,255,0.2);
    border-left: 3px solid #00e5ff;
    border-radius: 4px;
    padding: 14px 20px;
    font-size: 0.9rem;
    color: #c8d4e8 !important;
    line-height: 1.5;
  }

.excl-badge strong { color: #eef2ff !important; display: block; margin-bottom: 3px; }

.form-card {
    background: #131e30 !important;
    border: 1px solid rgba(0,229,255,0.2);
    border-radius: 8px;
    padding: 44px 40px;
    position: relative;
    overflow: hidden;
  }

.form-card::before {
    content: "";
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, #0077ff, #00e5ff);
  }

.form-title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #eef2ff !important;
    margin-bottom: 6px;
  }

.form-subtitle {
    font-size: 0.88rem;
    color: #7a90b0 !important;
    margin-bottom: 28px;
    line-height: 1.5;
  }

.field { margin-bottom: 18px; }

.field label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #7a90b0 !important;
    margin-bottom: 7px;
  }

.field label .req { color: #00e5ff !important; margin-left: 2px; }

.field input,
  .field select {
    width: 100%;
    background: #0d1526 !important;
    border: 1px solid rgba(0,229,255,0.18);
    border-radius: 4px;
    padding: 13px 16px;
    font-family: "Barlow", sans-serif;
    font-size: 0.97rem;
    color: #eef2ff !important;
    outline: none;
    transition: border-color 0.2s;
    appearance: none;
    -webkit-appearance: none;
  }

.field input::placeholder { color: #4a6a8a !important; }

.field input:focus,
  .field select:focus { border-color: #00e5ff; }

.select-wrap { position: relative; }

.select-wrap::after {
    content: "â–¾";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #00e5ff;
    pointer-events: none;
    font-size: 1rem;
  }

.field select option { background: #0d1526; color: #eef2ff; }

.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

@media(max-width:520px){ .field-row { grid-template-columns: 1fr; } }

.submit-btn {
    width: 100%;
    background: #00e5ff !important;
    color: #0a0f1e !important;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
    letter-spacing: 0.3px;
  }

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0,229,255,0.4);
  }

.form-fine {
    text-align: center;
    font-size: 0.8rem;
    color: #4a6a8a !important;
    margin-top: 14px;
    line-height: 1.5;
  }

.ghl-embed {
    width: 100%;
    min-height: 520px;
    border: none;
  }

footer {
    padding: 32px 6%;
    border-top: 1px solid rgba(0,229,255,0.15);
    background: #0a0f1e !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
  }

footer p { color: #7a90b0 !important; font-size: 0.87rem; }

.foot-links { display: flex; gap: 22px; }

.foot-links a { color: #7a90b0 !important; text-decoration: none; font-size: 0.87rem; }

.foot-links a:hover { color: #00e5ff !important; }

@keyframes fadeUp { from{opacity:0;transform:translateY(22px);} to{opacity:1;transform:translateY(0);} }

.left-col { animation: fadeUp 0.5s ease both 0.1s; }

.form-card { animation: fadeUp 0.5s ease both 0.25s; }

body { font-family: "Barlow", sans-serif; font-size: 17px; line-height: 1.65; overflow-x: hidden; }

.logo { font-family: "Barlow Condensed", sans-serif; font-weight: 900; font-size: 1.6rem; color: #eef2ff !important; text-decoration: none; }

.nav-cta { background: #00e5ff !important; color: #0a0f1e !important; font-weight: 700 !important; padding: 10px 22px; border-radius: 4px; }

.btn { display: inline-block; text-decoration: none; border-radius: 4px; font-weight: 700; font-size: 1rem; padding: 15px 32px; transition: transform 0.2s, box-shadow 0.2s; cursor: pointer; border: none; font-family: "Barlow", sans-serif; }

.btn-primary { background: #00e5ff !important; color: #0a0f1e !important; }

.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,229,255,0.4); }

.sec-dark  { background: #0a0f1e !important; padding: 90px 6%; }

.sec-dark2 { background: #0d1526 !important; padding: 90px 6%; }

.sec-label { font-size: 0.74rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #00e5ff !important; margin-bottom: 14px; }

h2 { font-family: "Barlow Condensed", sans-serif !important; font-weight: 900 !important; font-size: clamp(2rem,4vw,3rem) !important; text-transform: uppercase !important; line-height: 1.05 !important; margin-bottom: 16px; color: #eef2ff !important; }

.intro-text { color: #c8d4e8 !important; max-width: 600px; margin-bottom: 52px; font-size: 1.05rem; line-height: 1.75; }

.hero { min-height: 100vh; display: flex; align-items: center; padding: 130px 6% 80px; position: relative; overflow: hidden; background: #0a0f1e !important; }

.hero-grid { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(0,229,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0,229,255,0.04) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%); }

.hero-glow { position: absolute; width: 700px; height: 700px; background: radial-gradient(circle, rgba(0,100,255,0.16) 0%, transparent 70%); top: 0; right: -150px; pointer-events: none; }

.hero-content { position: relative; max-width: 820px; }

.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,229,255,0.1); border: 1px solid rgba(0,229,255,0.25); border-radius: 100px; padding: 7px 18px; font-size: 0.78rem; font-weight: 700; color: #00e5ff !important; letter-spacing: 1.8px; text-transform: uppercase; margin-bottom: 28px; }

.hero-badge::before { content:""; width:7px; height:7px; background:#00e5ff; border-radius:50%; animation: blink 2s infinite; }

@keyframes blink { 0%,100%{opacity:1;} 50%{opacity:0.3;} }

h1 { font-family: "Barlow Condensed", sans-serif !important; font-weight: 900 !important; font-size: clamp(2.8rem,7vw,5.4rem) !important; line-height: 1 !important; letter-spacing: -1px !important; text-transform: uppercase !important; margin-bottom: 24px; color: #eef2ff !important; }

h1 .sub { display: block; color: #9ab0cc !important; font-size: 58% !important; margin-top: 8px; font-weight: 700 !important; }

.hero-p { font-size: 1.13rem; color: #c8d4e8 !important; max-width: 640px; margin-bottom: 40px; line-height: 1.78; }

.hero-p strong { color: #eef2ff !important; }

.excl-bar { margin-top: 48px; padding: 18px 26px; background: rgba(0,229,255,0.07) !important; border: 1px solid rgba(0,229,255,0.2); border-left: 3px solid #00e5ff; border-radius: 4px; font-size: 0.96rem; color: #c8d4e8 !important; }

.excl-bar strong { color: #eef2ff !important; }

.stakes { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 2px; background: rgba(0,229,255,0.12); }

.stake { background: #131e30 !important; padding: 36px 32px; text-align: center; }

.stake-num { font-family: "Barlow Condensed", sans-serif; font-size: 3rem; font-weight: 900; color: #00e5ff !important; line-height: 1; margin-bottom: 8px; }

.stake-label { color: #c8d4e8 !important; font-size: 0.9rem; line-height: 1.5; }

.stake-label strong { color: #eef2ff !important; display: block; margin-bottom: 4px; font-size: 1rem; }

.pain-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 20px; }

.pain-card { background: #131e30 !important; border: 1px solid rgba(0,229,255,0.15); border-radius: 6px; padding: 30px 26px; border-top: 3px solid rgba(0,229,255,0.3); }

.pain-card .pain-icon { font-size: 1.8rem; margin-bottom: 14px; display: block; }

.pain-card h3 { font-family: "Barlow Condensed", sans-serif !important; font-weight: 700 !important; font-size: 1.2rem !important; text-transform: uppercase !important; color: #eef2ff !important; margin-bottom: 10px; }

.pain-card p { color: #c8d4e8 !important; font-size: 0.93rem !important; line-height: 1.65; }

.ai-callout { background: linear-gradient(135deg, rgba(0,100,255,0.18), rgba(0,229,255,0.07)) !important; border: 1px solid rgba(0,229,255,0.3); border-radius: 8px; padding: 52px 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }

@media(max-width:768px){ .ai-callout { grid-template-columns: 1fr; padding: 36px 28px; } }

.ai-callout p { color: #c8d4e8 !important; font-size: 1.02rem; line-height: 1.75; margin-bottom: 16px; }

.ai-sim { background: #0a0f1e !important; border: 1px solid rgba(0,229,255,0.2); border-radius: 6px; padding: 28px; }

.ai-sim-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #00e5ff !important; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }

.ai-sim-label::before { content:""; width: 8px; height: 8px; background: #00e5ff; border-radius: 50%; animation: blink 2s infinite; }

.ai-query { background: rgba(0,229,255,0.06) !important; border: 1px solid rgba(0,229,255,0.15); border-radius: 4px; padding: 12px 16px; font-size: 0.95rem; color: #c8d4e8 !important; margin-bottom: 16px; font-style: italic; }

.ai-query::before { content: "ðŸ” "; }

.ai-answer { font-size: 0.9rem; line-height: 1.7; color: #c8d4e8 !important; }

.ai-answer .highlight { color: #00e5ff !important; font-weight: 600; }

.ai-answer .locked { color: #4a6a8a !important; text-decoration: line-through; }

.ai-note { margin-top: 14px; font-size: 0.8rem; color: #7a90b0 !important; font-style: italic; }

.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 20px; }

.svc-card { background: #131e30 !important; border: 1px solid rgba(0,229,255,0.15); border-radius: 6px; padding: 32px 28px; transition: border-color 0.25s, transform 0.2s; }

.svc-card:hover { border-color: #00e5ff; transform: translateY(-3px); }

.svc-card .svc-icon { font-size: 1.8rem; margin-bottom: 14px; display: block; }

.svc-card h3 { font-family: "Barlow Condensed", sans-serif !important; font-weight: 700 !important; font-size: 1.2rem !important; text-transform: uppercase !important; color: #eef2ff !important; margin-bottom: 10px; }

.svc-card p { color: #c8d4e8 !important; font-size: 0.93rem !important; line-height: 1.65; }

.timeline { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 2px; background: rgba(0,229,255,0.12); }

.tl-step { background: #0d1526 !important; padding: 38px 30px; }

.tl-num { font-family: "Barlow Condensed", sans-serif; font-size: 3.8rem; font-weight: 900; color: rgba(0,229,255,0.2) !important; line-height: 1; margin-bottom: 14px; }

.tl-phase { font-size: 0.7rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #00e5ff !important; margin-bottom: 8px; }

.tl-step h3 { font-family: "Barlow Condensed", sans-serif !important; font-weight: 700 !important; font-size: 1.2rem !important; text-transform: uppercase !important; color: #eef2ff !important; margin-bottom: 10px; }

.tl-step p { color: #c8d4e8 !important; font-size: 0.94rem !important; line-height: 1.65; }

.tl-unlock { margin-top: 12px; font-size: 0.78rem; color: #70b8ff !important; font-weight: 600; }

.addon-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 16px; margin-top: 40px; }

.addon-chip { background: #131e30 !important; border: 1px solid rgba(0,100,255,0.25); border-radius: 6px; padding: 22px 20px; }

.addon-chip .ic { font-size: 1.4rem; margin-bottom: 10px; display: block; }

.addon-chip h4 { font-family: "Barlow Condensed", sans-serif !important; font-weight: 700 !important; font-size: 1.05rem !important; text-transform: uppercase !important; color: #eef2ff !important; margin-bottom: 6px; }

.addon-chip p { color: #c8d4e8 !important; font-size: 0.88rem !important; line-height: 1.6; }

.addon-chip .tag { display: inline-block; margin-top: 10px; font-size: 0.68rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 3px 9px; border-radius: 3px; background: rgba(0,100,255,0.12) !important; color: #70b8ff !important; border: 1px solid rgba(0,100,255,0.28); }

.price-wrap { max-width: 700px; margin: 0 auto; }

.price-card { background: #131e30 !important; border: 1px solid #00e5ff; border-radius: 8px; padding: 48px 44px; position: relative; overflow: hidden; }

.price-card::before { content:""; position:absolute; top:0; left:0; right:0; height:3px; background: linear-gradient(90deg,#0077ff,#00e5ff); }

.price-lbl { font-size: 0.78rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #7a90b0 !important; margin-bottom: 10px; }

.price-amt { font-family: "Barlow Condensed", sans-serif; font-size: 4rem; font-weight: 900; color: #eef2ff !important; line-height: 1; }

.price-amt sup { font-size: 1.7rem; vertical-align: top; margin-top: 9px; }

.price-amt sub { font-size: 1.1rem; color: #7a90b0 !important; }

.price-note { color: #c8d4e8 !important; font-size: 0.92rem; margin-top: 10px; margin-bottom: 16px; }

.market-note { font-size: 0.88rem; color: #c8d4e8 !important; background: #1a2540 !important; border: 1px solid rgba(0,229,255,0.18); border-radius: 4px; padding: 13px 17px; margin-bottom: 26px; line-height: 1.65; }

.market-note strong { color: #eef2ff !important; }

.price-list { list-style: none; margin-bottom: 30px; }

.price-list li { padding: 10px 0; border-bottom: 1px solid rgba(0,229,255,0.12); color: #c8d4e8 !important; font-size: 0.95rem; display: flex; align-items: center; gap: 12px; }

.price-list li::before { content:"âœ“"; color: #00e5ff !important; font-weight: 700; flex-shrink: 0; }

.avail-badge { display: inline-block; margin-bottom: 26px; background: rgba(255,70,70,0.1) !important; border: 1px solid rgba(255,70,70,0.28); color: #ff8888 !important; font-size: 0.78rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; }

.cta-wrap { text-align: center; position: relative; }

.cta-glow { position: absolute; width: 500px; height: 280px; background: radial-gradient(ellipse, rgba(0,229,255,0.1) 0%, transparent 70%); top:50%; left:50%; transform:translate(-50%,-50%); pointer-events:none; }

.cta-p { color: #c8d4e8 !important; max-width: 500px; margin: 16px auto 34px; font-size: 1.02rem; position: relative; line-height: 1.72; }

.cta-fine { color: #7a90b0 !important; font-size: 0.84rem; margin-top: 18px; }

footer { padding: 36px 6%; border-top: 1px solid rgba(0,229,255,0.15); background: #0a0f1e !important; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }

.hero-content > * { animation: fadeUp 0.6s ease both; }

.hero-badge{animation-delay:0.1s;}

h1{animation-delay:0.2s;}

.hero-p{animation-delay:0.3s;}

.excl-bar{animation-delay:0.4s;}

.stakes { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 2px; background: rgba(0,229,255,0.12); margin-bottom: 0; }

.stake { background: #0d1526 !important; padding: 36px 32px; text-align: center; }

.intro-text { color: #c8d4e8 !important; max-width: 640px; margin-bottom: 52px; font-size: 1.05rem; line-height: 1.75; }

.hero-content { position: relative; max-width: 860px; }

.hero-p { font-size: 1.13rem; color: #c8d4e8 !important; max-width: 680px; margin-bottom: 40px; line-height: 1.78; }

block into your theme"[bad string]

<!-- Paste the sections below into your page builder              -->
<!-- ============================================================ -->

<!-- === CSS: paste into Appearance > Customize > Additional CSS === -->

<style>
  * { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: "Barlow", sans-serif;
    font-size: 17px;
    line-height: 1.65;
    overflow-x: hidden;
    background: #0a0f1e !important;
    color: #c8d4e8 !important;
  }

section, nav, footer, div, header { background-color: inherit; }

p, li, a.niche-link { color: #c8d4e8 !important; }

nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 6%;
    background: #060a14 !important;
    border-bottom: 1px solid rgba(0,229,255,0.2);
  }

nav ul li a { color: #c8d4e8 !important; text-decoration: none; font-weight: 500; font-size: 0.95rem; }

.hero {
    min-height: 100vh; display: flex; align-items: center;
    padding: 130px 6% 80px; position: relative; overflow: hidden;
    background: #0a0f1e !important;
  }

.hero-grid {
    position: absolute; inset: 0; pointer-events: none;
    background-image: linear-gradient(rgba(0,229,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0,229,255,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%);
    mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%);
  }

.hero-glow { position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(0,100,255,0.18) 0%, transparent 70%); top: 5%; right: -80px; pointer-events: none; }

.hero-content { position: relative; max-width: 780px; }

.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(0,229,255,0.1); border: 1px solid rgba(0,229,255,0.25);
    border-radius: 100px; padding: 7px 18px;
    font-size: 0.78rem; font-weight: 700; color: #00e5ff !important;
    letter-spacing: 1.8px; text-transform: uppercase; margin-bottom: 28px;
  }

h1 {
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 900 !important; font-size: clamp(2.8rem,7vw,5.2rem) !important;
    line-height: 1 !important; letter-spacing: -1px !important;
    text-transform: uppercase !important; margin-bottom: 24px;
    color: #eef2ff !important;
  }

h1 .sub { display: block; color: #9ab0cc !important; font-size: 60% !important; margin-top: 6px; }

.hero p { font-size: 1.12rem; color: #c8d4e8 !important; max-width: 580px; margin-bottom: 40px; line-height: 1.75; }

.hero p strong { color: #eef2ff !important; }

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; margin-bottom: 0; }

.btn { display: inline-block; text-decoration: none; border-radius: 4px; font-weight: 700; font-size: 1rem; padding: 15px 30px; transition: transform 0.2s, box-shadow 0.2s; cursor: pointer; border: none; }

.btn-ghost { background: transparent !important; color: #eef2ff !important; border: 2px solid rgba(0,229,255,0.4) !important; }

.btn-ghost:hover { border-color: #00e5ff !important; color: #00e5ff !important; }

.excl-bar {
    margin-top: 48px; padding: 18px 26px;
    background: rgba(0,229,255,0.07) !important; border-left: 3px solid #00e5ff;
    border: 1px solid rgba(0,229,255,0.2); border-left: 3px solid #00e5ff;
    border-radius: 4px; font-size: 0.96rem; color: #c8d4e8 !important;
  }

.intro-text { color: #c8d4e8 !important; max-width: 560px; margin-bottom: 52px; font-size: 1.04rem; line-height: 1.7; }

.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 2px; background: rgba(0,229,255,0.12); }

.step { background: #0d1526 !important; padding: 38px 30px; }

.step-n { font-family: "Barlow Condensed", sans-serif; font-size: 3.8rem; font-weight: 900; color: rgba(0,229,255,0.2) !important; line-height: 1; margin-bottom: 14px; }

.step h3 { font-family: "Barlow Condensed", sans-serif !important; font-weight: 700 !important; font-size: 1.25rem !important; text-transform: uppercase !important; color: #eef2ff !important; margin-bottom: 10px; }

.step p { color: #c8d4e8 !important; font-size: 0.95rem !important; line-height: 1.65; }

.niches { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }

@media(max-width:680px){ .niches { grid-template-columns: 1fr; } }

.niche-card { background: #131e30 !important; border: 1px solid rgba(0,229,255,0.18); border-radius: 6px; overflow: hidden; }

.niche-head { padding: 22px 26px; border-bottom: 1px solid rgba(0,229,255,0.15); display: flex; align-items: center; gap: 12px; background: #131e30 !important; }

.niche-head .ic { font-size: 1.5rem; }

.niche-head h3 { font-family: "Barlow Condensed", sans-serif !important; font-weight: 700 !important; font-size: 1.25rem !important; text-transform: uppercase !important; color: #eef2ff !important; }

.niche-body { padding: 18px 26px; background: #131e30 !important; }

.niche-row { display: flex; justify-content: space-between; align-items: center; padding: 11px 0; border-bottom: 1px solid rgba(0,229,255,0.1); text-decoration: none; color: #c8d4e8 !important; font-size: 0.95rem; font-weight: 500; transition: color 0.2s; }

.niche-row:last-child { border-bottom: none; }

.niche-row:hover { color: #00e5ff !important; }

.niche-row .arr { color: #4a6a8a !important; font-size: 0.85rem; }

.niche-row:hover .arr { color: #00e5ff !important; }

.found-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }

@media(max-width:768px){ .found-grid { grid-template-columns: 1fr; } }

.found-left p { color: #c8d4e8 !important; font-size: 1.02rem; line-height: 1.72; margin-bottom: 18px; }

.found-box { background: #131e30 !important; border: 1px solid rgba(0,229,255,0.18); border-radius: 6px; padding: 36px; }

.found-row { display: flex; gap: 18px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid rgba(0,229,255,0.12); }

.found-row:last-child { border-bottom: none; }

.found-ico { width: 42px; height: 42px; background: rgba(0,229,255,0.1) !important; border: 1px solid rgba(0,229,255,0.2); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }

.found-row h4 { font-family: "Barlow Condensed", sans-serif !important; font-weight: 700 !important; font-size: 1.08rem !important; text-transform: uppercase !important; color: #eef2ff !important; margin-bottom: 5px; }

.found-row p { color: #c8d4e8 !important; font-size: 0.91rem !important; line-height: 1.6; }

.addons-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 20px; margin-bottom: 36px; }

.addon { background: #131e30 !important; border: 1px solid rgba(0,229,255,0.16); border-radius: 6px; padding: 30px 26px; transition: border-color 0.25s, transform 0.2s; }

.addon:hover { border-color: #0077ff; transform: translateY(-3px); }

.addon .ic { font-size: 1.7rem; margin-bottom: 14px; display: block; }

.addon h3 { font-family: "Barlow Condensed", sans-serif !important; font-weight: 700 !important; font-size: 1.2rem !important; text-transform: uppercase !important; color: #eef2ff !important; margin-bottom: 8px; }

.addon p { color: #c8d4e8 !important; font-size: 0.92rem !important; line-height: 1.65; }

.addon-tag { display: inline-block; margin-top: 14px; font-size: 0.7rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; padding: 4px 10px; border-radius: 3px; background: rgba(0,100,255,0.14) !important; color: #70b8ff !important; border: 1px solid rgba(0,100,255,0.3); }

.noi-box {
    background: linear-gradient(135deg, rgba(0,100,255,0.18), rgba(0,229,255,0.09)) !important;
    border: 1px solid rgba(0,229,255,0.28); border-radius: 6px;
    padding: 34px 42px; display: flex; align-items: center; gap: 34px; flex-wrap: wrap;
  }

.noi-num { font-family: "Barlow Condensed", sans-serif; font-weight: 900; font-size: 4rem; color: #00e5ff !important; line-height: 1; white-space: nowrap; }

.noi-num span { font-size: 2rem; }

.noi-txt h4 { font-family: "Barlow Condensed", sans-serif !important; font-weight: 700 !important; font-size: 1.3rem !important; text-transform: uppercase !important; color: #eef2ff !important; margin-bottom: 8px; }

.noi-txt p { color: #c8d4e8 !important; font-size: 0.96rem !important; max-width: 500px; line-height: 1.7; }

.price-wrap { max-width: 680px; margin: 0 auto; text-align: center; }

.price-card {
    background: #131e30 !important; border: 1px solid #00e5ff;
    border-radius: 8px; padding: 48px 44px; margin-top: 40px;
    position: relative; overflow: hidden; text-align: left;
  }

.market-note { font-size: 0.88rem; color: #c8d4e8 !important; background: rgba(255,255,255,0.04) !important; border: 1px solid rgba(0,229,255,0.18); border-radius: 4px; padding: 13px 17px; margin-bottom: 26px; line-height: 1.65; }

.price-list li.plus::before { content:"ï¼‹"; color: #70b8ff !important; }

.cta-wrap h2 { position: relative; }

.cta-wrap .cta-p { color: #c8d4e8 !important; max-width: 480px; margin: 16px auto 34px; font-size: 1.02rem; position: relative; line-height: 1.7; }

.cta-fine { color: #7a90b0 !important; font-size: 0.84rem !important; margin-top: 18px; }

.hero p{animation-delay:0.3s;}

.hero-actions{animation-delay:0.4s;}

.excl-bar{animation-delay:0.5s;}

.hero-p { font-size: 1.13rem; color: #c8d4e8 !important; max-width: 620px; margin-bottom: 40px; line-height: 1.78; }

.cta-p { color: #c8d4e8 !important; max-width: 480px; margin: 16px auto 34px; font-size: 1.02rem; position: relative; line-height: 1.72; }

nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 6%; background: #060a14 !important;
    border-bottom: 1px solid rgba(0,229,255,0.2);
  }

.hero-grid {
    position: absolute; inset: 0; pointer-events: none;
    background-image: linear-gradient(rgba(0,229,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0,229,255,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%);
  }

h1 {
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 900 !important; font-size: clamp(2.8rem,7vw,5.4rem) !important;
    line-height: 1 !important; letter-spacing: -1px !important;
    text-transform: uppercase !important; margin-bottom: 24px; color: #eef2ff !important;
  }

.excl-bar {
    margin-top: 48px; padding: 18px 26px;
    background: rgba(0,229,255,0.07) !important;
    border: 1px solid rgba(0,229,255,0.2); border-left: 3px solid #00e5ff;
    border-radius: 4px; font-size: 0.96rem; color: #c8d4e8 !important;
  }

.ai-callout {
    background: linear-gradient(135deg, rgba(0,100,255,0.18), rgba(0,229,255,0.07)) !important;
    border: 1px solid rgba(0,229,255,0.3); border-radius: 8px;
    padding: 52px 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
  }

.ai-callout h2 { margin-bottom: 20px; }

.hero-p { font-size: 1.13rem; color: #c8d4e8 !important; max-width: 660px; margin-bottom: 40px; line-height: 1.78; }

html { color-scheme: dark; }

body { font-family: "Barlow", sans-serif; font-size: 17px; line-height: 1.65; }

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 6% 80px;
    position: relative;
    overflow: visible;
    background: #0a0f1e !important;
    text-align: center;
  }

.bg-grid {
    position: absolute; inset: 0; pointer-events: none;
    background-image: linear-gradient(rgba(0,229,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0,229,255,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 20%, transparent 100%);
  }

.bg-glow {
    position: absolute; width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(0,100,255,0.14) 0%, transparent 70%);
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    pointer-events: none;
  }

.inner {
    position: relative;
    max-width: 580px;
    width: 100%;
  }

.check-icon {
    width: 72px; height: 72px;
    background: rgba(0,229,255,0.1);
    border: 2px solid rgba(0,229,255,0.3);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 32px;
    font-size: 2rem;
    animation: popIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  }

@keyframes popIn {
    from { opacity: 0; transform: scale(0.5); }
    to   { opacity: 1; transform: scale(1); }
  }

.sec-label {
    font-size: 0.74rem; font-weight: 700; letter-spacing: 2.5px;
    text-transform: uppercase; color: #00e5ff !important;
    margin-bottom: 14px;
    animation: fadeUp 0.5s ease both 0.2s;
  }

h1 {
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 900 !important;
    font-size: clamp(2.4rem, 6vw, 4rem) !important;
    line-height: 1 !important;
    letter-spacing: -0.5px !important;
    text-transform: uppercase !important;
    color: #eef2ff !important;
    margin-bottom: 20px;
    animation: fadeUp 0.5s ease both 0.3s;
  }

.lead {
    font-size: 1.08rem;
    color: #c8d4e8 !important;
    line-height: 1.75;
    margin-bottom: 44px;
    animation: fadeUp 0.5s ease both 0.4s;
  }

.lead strong { color: #eef2ff !important; }

.next-steps {
    background: #131e30 !important;
    border: 1px solid rgba(0,229,255,0.18);
    border-radius: 8px;
    padding: 32px 36px;
    text-align: left;
    margin-bottom: 36px;
    animation: fadeUp 0.5s ease both 0.5s;
    position: relative;
    overflow: hidden;
  }

.next-steps::before {
    content: "";
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, #0077ff, #00e5ff);
  }

.next-steps h3 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #7a90b0 !important;
    margin-bottom: 18px;
  }

.steps-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }

.steps-list li {
    display: flex; gap: 14px; align-items: flex-start;
    font-size: 0.95rem; color: #c8d4e8 !important; line-height: 1.55;
  }

.step-num {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 900;
    font-size: 1.1rem;
    color: #00e5ff !important;
    flex-shrink: 0;
    line-height: 1.3;
    min-width: 20px;
  }

.steps-list li strong { color: #eef2ff !important; display: block; margin-bottom: 2px; }

.btn-home {
    display: inline-block;
    text-decoration: none;
    background: transparent;
    color: #c8d4e8 !important;
    border: 1px solid rgba(0,229,255,0.3);
    border-radius: 4px;
    padding: 13px 28px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    transition: border-color 0.2s, color 0.2s;
    animation: fadeUp 0.5s ease both 0.6s;
  }

.btn-home:hover { border-color: #00e5ff; color: #00e5ff !important; }

@keyframes fadeUp {
    from { opacity:0; transform:translateY(18px); }
    to   { opacity:1; transform:translateY(0); }
  }


/* ===== Footer styles ===== */
* { box-sizing: border-box; margin: 0; padding: 0; }

body { background: #0a0f1e; font-family: "Barlow", sans-serif; }

.ale-footer {
    background: #060a14 !important;
    border-top: 1px solid rgba(0,229,255,0.15);
    font-family: "Barlow", sans-serif;
  }

.ale-footer-main {
    max-width: 1400px;
    margin: 0 auto;
    padding: 56px 6% 40px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 48px;
  }

.ale-footer-brand {}

.ale-footer-logo {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 900;
    font-size: 1.8rem;
    color: #eef2ff !important;
    text-decoration: none;
    display: block;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
  }

.ale-footer-logo span { color: #00e5ff !important; }

.ale-footer-tagline {
    font-size: 0.88rem;
    color: #7a90b0 !important;
    line-height: 1.65;
    margin-bottom: 20px;
    max-width: 260px;
  }

.ale-footer-address {
    font-size: 0.85rem;
    color: #7a90b0 !important;
    line-height: 1.7;
    margin-bottom: 20px;
  }

.ale-footer-address strong {
    color: #c8d4e8 !important;
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 6px;
  }

.ale-footer-cta {
    display: inline-flex;
    align-items: center;
    background: #00e5ff !important;
    color: #0a0f1e !important;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    letter-spacing: 0.2px;
  }

.ale-footer-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0,229,255,0.35);
  }

.ale-footer-col {}

.ale-footer-col-title {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #eef2ff !important;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,229,255,0.15);
  }

.ale-footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

.ale-footer-col ul li a {
    color: #7a90b0 !important;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    transition: color 0.2s, padding-left 0.2s;
    display: block;
  }

.ale-footer-col ul li a:hover {
    color: #00e5ff !important;
    padding-left: 4px;
  }

.ale-footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 6%;
    border-top: 1px solid rgba(0,229,255,0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
  }

.ale-footer-copy {
    font-size: 0.82rem;
    color: #4a6a8a !important;
  }

.ale-footer-legal {
    display: flex;
    gap: 20px;
  }

.ale-footer-legal a {
    font-size: 0.82rem;
    color: #4a6a8a !important;
    text-decoration: none;
    transition: color 0.2s;
  }

.ale-footer-legal a:hover { color: #00e5ff !important; }

@media (max-width: 960px) {
    .ale-footer-main {
      grid-template-columns: 1fr 1fr;
      gap: 36px;
    }
  }

@media (max-width: 560px) {
    .ale-footer-main {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .ale-footer-bottom {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
    }
  }


/* ===== Header styles (priority) ===== */
* { box-sizing: border-box; margin: 0; padding: 0; }

.ale-nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: #060a14 !important;
    border-bottom: 1px solid rgba(0,229,255,0.2);
    font-family: "Barlow", sans-serif;
  }

.ale-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6%;
    height: 70px;
    max-width: 1400px;
    margin: 0 auto;
  }

.ale-logo {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 900;
    font-size: 1.7rem;
    color: #eef2ff !important;
    text-decoration: none;
    letter-spacing: 0.5px;
    flex-shrink: 0;
  }

.ale-logo span { color: #00e5ff !important; }

.ale-nav-links {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
  }

.ale-nav-links > li {
    position: relative;
  }

.ale-nav-links > li > a,
  .ale-nav-links > li > span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #c8d4e8 !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.92rem;
    padding: 8px 14px;
    border-radius: 3px;
    cursor: pointer;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
    letter-spacing: 0.2px;
  }

.ale-nav-links > li > a:hover,
  .ale-nav-links > li > span:hover,
  .ale-nav-links > li:hover > span {
    color: #00e5ff !important;
    background: rgba(0,229,255,0.06);
  }

.ale-arrow {
    display: inline-block;
    width: 0; height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #7a90b0;
    margin-top: 1px;
    transition: transform 0.2s, border-top-color 0.2s;
    flex-shrink: 0;
  }

.ale-nav-links > li:hover .ale-arrow {
    transform: rotate(180deg);
    border-top-color: #00e5ff;
  }

.ale-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: #0d1526 !important;
    border: 1px solid rgba(0,229,255,0.2);
    border-radius: 4px;
    min-width: 240px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
    box-shadow: 0 12px 40px rgba(0,0,0,0.5);
    overflow: hidden;
  }

.ale-nav-links > li:hover .ale-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

.ale-dropdown-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7a90b0 !important;
    padding: 12px 18px 6px;
    display: block;
  }

.ale-dropdown a {
    display: block;
    color: #c8d4e8 !important;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    padding: 9px 18px;
    transition: color 0.15s, background 0.15s, padding-left 0.15s;
    border-left: 2px solid transparent;
  }

.ale-dropdown a:hover {
    color: #00e5ff !important;
    background: rgba(0,229,255,0.06);
    padding-left: 22px;
    border-left-color: #00e5ff;
  }

.ale-dropdown-divider {
    height: 1px;
    background: rgba(0,229,255,0.12);
    margin: 6px 0;
  }

.ale-nav-cta {
    display: inline-flex;
    align-items: center;
    background: #00e5ff !important;
    color: #0a0f1e !important;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 9px 20px;
    border-radius: 3px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    white-space: nowrap;
    margin-left: 8px;
    letter-spacing: 0.2px;
  }

.ale-nav-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0,229,255,0.35);
  }

.ale-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 6px;
    background: none;
    border: none;
  }

.ale-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #c8d4e8;
    border-radius: 2px;
    transition: all 0.3s;
  }

.ale-mobile-menu {
    display: none;
    background: #0d1526 !important;
    border-top: 1px solid rgba(0,229,255,0.15);
    padding: 16px 6% 24px;
  }

.ale-mobile-menu.open { display: block; }

.ale-mobile-menu a {
    display: block;
    color: #c8d4e8 !important;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,229,255,0.08);
    transition: color 0.2s;
  }

.ale-mobile-menu a:hover { color: #00e5ff !important; }

.ale-mobile-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00e5ff !important;
    padding: 16px 0 4px;
    display: block;
  }

.ale-mobile-cta {
    display: block;
    background: #00e5ff !important;
    color: #0a0f1e !important;
    font-weight: 700;
    font-size: 0.95rem;
    text-align: center;
    padding: 12px;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 16px;
  }

@media (max-width: 900px) {
    .ale-nav-links { display: none; }
    .ale-hamburger { display: flex; }
  }

@media (min-width: 901px) {
    .ale-mobile-menu { display: none !important; }
  }

/* ===== Header hard override ===== */
.ale-nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  display: block !important;      /* overrides generic nav display:flex */
  width: 100% !important;
  padding: 0 !important;          /* overrides generic nav padding */
  margin: 0 !important;
  background: #060a14 !important;
  border-bottom: 1px solid rgba(0,229,255,0.2) !important;
}

.ale-nav-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 1400px !important;
  height: 70px !important;
  padding: 0 6% !important;
  margin: 0 auto !important;
}

.ale-logo {
  flex-shrink: 0 !important;
}

.ale-nav-links {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  list-style: none !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
}