/* IgoeScan homepage — Sep 2026. Design system = jeffigoe.com:
   black header, white body, one teal accent, Montserrat black + Playfair italic + Inter. */
:root{--teal:#9FC90E;--teal-2:#8ab80c;--teal-3:#6f8f09;--teal-dim:rgba(159,201,14,.14);--ink:#0a0a0a;--font-head:'Montserrat',Inter,sans-serif;--font-serif:'Playfair Display',Georgia,serif}
.ig-hero,.ig-how,.ig-package,.ig-seven,.ig-proof,.ig-clients,.ig-faq{font-family:'Inter',-apple-system,sans-serif}
.ig-h1,.ig-h2,.ig-step h3,.ig-pack-card h3,.ig-price-num,.ig-faq summary{font-family:var(--font-head)}
.ig-h1{font-weight:900}
.ig-h1 em,.ig-h2 em{font-family:var(--font-head);font-style:normal;font-weight:900;color:var(--teal-3);letter-spacing:-.03em}

.ig-eyebrow{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1.02rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--teal-3);margin:0 0 .8rem}
.ig-eyebrow--light{color:var(--teal)}
.ig-h1{font-size:clamp(2.3rem,5.4vw,4.4rem);line-height:1.05;letter-spacing:-.03em;font-weight:800;color:var(--text);margin:0 0 1.1rem}
.ig-h1 span{color:var(--teal-3)}
.ig-h2{font-size:clamp(2rem,4vw,3rem);line-height:1.12;letter-spacing:-.025em;font-weight:800;color:var(--text);margin:0 0 .8rem}
.ig-h2--light{color:#fff}
.ig-sub{font-size:1.1rem;line-height:1.65;color:var(--text-2);max-width:62ch;margin:0 0 2.2rem}
.ig-sub--light{color:rgba(255,255,255,.72)}
.ig-lede{font-size:1.22rem;line-height:1.65;color:var(--text-2);max-width:64ch;margin:0 auto 1.8rem}
.ig-lede strong{color:var(--text)}
.ig-link{color:var(--teal-3);font-weight:700;text-decoration:none;font-size:1.05rem}
.ig-link:hover{text-decoration:underline}

.ig-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.6rem;border-radius:999px;font-weight:800;font-size:1.02rem;text-decoration:none;letter-spacing:-.01em;transition:transform .15s,box-shadow .15s}
.ig-btn:hover{transform:translateY(-1px)}
.ig-btn-dark{background:#0a0a0a;color:#fff}
.ig-btn-lime{background:var(--teal);color:#0a0a0a;box-shadow:0 8px 24px rgba(0,200,180,.35)}

/* hero */
.ig-hero{background:linear-gradient(180deg,#F8F9FB 0%,#fff 100%);padding:4.5rem 0 3.5rem;text-align:center}
.ig-hero-inner{max-width:1180px;margin:0 auto}
.ig-video{position:relative;max-width:1000px;margin:0 auto 1.8rem;border-radius:22px;overflow:hidden;background:#000;box-shadow:0 24px 60px rgba(10,15,30,.18);aspect-ratio:16/9;cursor:pointer}
.ig-video img{width:100%;height:100%;object-fit:cover;display:block;opacity:.92}
.ig-video video{width:100%;height:100%;display:block;background:#000}
.ig-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:84px;height:84px;border-radius:50%;border:0;background:var(--teal);cursor:pointer;display:grid;place-items:center;box-shadow:0 10px 30px rgba(0,0,0,.35);transition:transform .15s}
.ig-play:hover{transform:translate(-50%,-50%) scale(1.06)}
.ig-play span{width:0;height:0;border-left:26px solid #0A0F1E;border-top:15px solid transparent;border-bottom:15px solid transparent;margin-left:6px}
.ig-video-label{position:absolute;left:0;right:0;bottom:14px;text-align:center;color:#fff;font-size:.8rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;text-shadow:0 1px 6px rgba(0,0,0,.6);pointer-events:none}
.ig-cta-row{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}
.ig-hero-cred{font-size:.9rem;color:var(--text-3);margin:0}

/* how */
.ig-how{padding:4.5rem 0;background:#fff;text-align:center}
.ig-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;text-align:left;margin-top:2rem}
.ig-step{background:var(--off-white);border:1px solid var(--border);border-radius:20px;padding:1.8rem 1.6rem 1.6rem;position:relative;display:flex;flex-direction:column}
.ig-step p{flex:1}
.ig-step .ig-link{margin-top:auto}
.ig-step-num{width:2.4rem;height:2.4rem;border-radius:50%;background:#0a0a0a;color:var(--teal);font-weight:900;display:grid;place-items:center;margin-bottom:1rem;font-size:1.05rem}
.ig-step h3{font-size:1.45rem;letter-spacing:-.015em;margin:0 0 .5rem;color:var(--text)}
.ig-step p{color:var(--text-2);line-height:1.62;margin:0 0 .9rem;font-size:1.1rem}

/* package */
.ig-package{padding:5rem 0;background:var(--off-white);text-align:center}
.ig-pack{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;text-align:left;margin:2.2rem 0 2.4rem}
.ig-pack-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:1.9rem 1.7rem;box-shadow:0 2px 10px rgba(10,15,30,.04);display:flex;flex-direction:column}
.ig-pack-card--app{border:2px solid var(--teal);box-shadow:0 12px 40px rgba(0,200,180,.18)}
.ig-pack-icon{font-weight:900;font-size:.85rem;letter-spacing:.16em;color:var(--teal-3);margin-bottom:.8rem}
.ig-pack-card h3{font-size:1.5rem;letter-spacing:-.02em;margin:0 0 .6rem;color:var(--text)}
.ig-pack-card p{color:var(--text-2);line-height:1.62;margin:0 0 .9rem;font-size:1.05rem}
.ig-pack-card ul{list-style:none;padding:0;margin:0 0 .5rem;display:grid;gap:.5rem}
.ig-pack-card li{padding-left:1.5rem;position:relative;color:var(--text-2);line-height:1.5;font-size:.96rem}
.ig-pack-card li::before{content:"✓";position:absolute;left:0;color:var(--teal-3);font-weight:900}
/* phone mock */
.ig-phone{margin:1.2rem auto 0;width:220px;background:#0A0F1E;border-radius:30px;padding:12px;box-shadow:0 18px 40px rgba(10,15,30,.28)}
.ig-phone-screen{background:#F6F6F3;border-radius:20px;padding:18px 12px 14px;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif}
.ig-phone-logo{font-weight:800;font-size:15px;text-align:center;letter-spacing:-.02em;color:#111}
.ig-phone-sub{font-size:8px;letter-spacing:.14em;text-align:center;color:#777;font-weight:700;margin:2px 0 10px}
.ig-phone-h{font-weight:800;font-size:15px;text-align:center;margin-bottom:10px;color:#111}
.ig-phone-door{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #E6E6E1;border-radius:12px;padding:9px 10px;margin-bottom:7px}
.ig-phone-door b{display:block;font-size:10.5px;color:#111}
.ig-phone-door small{display:block;font-size:8px;color:#777;line-height:1.3}
.ig-phone-ic{flex:none;width:26px;height:26px;border-radius:8px;display:grid;place-items:center;color:#fff;font-size:12px}
.ig-phone-ic--g{background:#8C5A2B}.ig-phone-ic--v{background:#111}
.ig-phone-lights{display:flex;gap:6px;justify-content:center;align-items:center;font-size:8.5px;color:#444;font-weight:700;margin-top:6px}
.ig-phone-lights i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--teal-2);margin-right:2px}

.ig-price{display:grid;grid-template-columns:auto 1fr auto;gap:2rem;align-items:center;background:#0a0a0a;color:#fff;border-radius:22px;padding:2rem 2.2rem;text-align:left}
.ig-price-num{font-weight:900;font-size:4rem;line-height:1;letter-spacing:-.04em;color:#fff}
.ig-price-num span{font-size:1.8rem;vertical-align:top;color:var(--teal)}
.ig-price-num small{font-size:1.2rem;color:rgba(255,255,255,.6);margin-left:.15em;font-weight:600}
.ig-price-text b{display:block;font-size:1.1rem;margin-bottom:.4rem}
.ig-price-text p{margin:0;color:rgba(255,255,255,.7);line-height:1.6;font-size:.98rem;max-width:56ch}

/* seven */
.ig-seven{background:#0a0a0a;padding:5rem 0;color:#fff}
.ig-seven-inner{display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;align-items:start}
.ig-seven-list{counter-reset:s;list-style:none;padding:0;margin:0;display:grid;gap:.9rem}
.ig-seven-list li{counter-increment:s;position:relative;padding-left:2.6rem;color:rgba(255,255,255,.82);line-height:1.55;font-size:1.02rem}
.ig-seven-list li b{color:#fff}
.ig-seven-list li::before{content:counter(s);position:absolute;left:0;top:.05rem;width:1.8rem;height:1.8rem;border-radius:50%;background:var(--teal);color:#0a0a0a;font-weight:900;display:grid;place-items:center;font-size:.9rem}

/* proof */
.ig-proof{padding:5rem 0;background:#fff}
.ig-cred{display:grid;grid-template-columns:1.1fr .9fr;gap:3.5rem;align-items:center}
.ig-cred-copy p{font-size:1.15rem;line-height:1.7;color:var(--text-2);margin:0 0 1.1rem}
.ig-cred-personal{color:var(--ink)!important;font-size:1.2rem!important;border-left:4px solid var(--teal);padding-left:1rem}
.ig-cred-photo{margin:0 0 1.2rem;border-radius:22px;overflow:hidden;box-shadow:0 24px 60px rgba(10,15,30,.16)}
.ig-cred-photo img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.ig-stats{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}
.ig-stats li{background:#f4f6f8;border-radius:16px;padding:1rem 1.1rem}
.ig-stats b{display:block;font-family:var(--font-head);font-weight:900;font-size:2.1rem;line-height:1;color:var(--ink);letter-spacing:-.02em}
.ig-stats b span{color:var(--teal-3)}
.ig-stats li>span{display:block;font-size:.85rem;color:var(--text-3);margin-top:.35rem;font-weight:600}
.ig-clients{padding:5rem 0;background:#f7f9fb;border-top:1px solid var(--border)}
.ig-clients-sub{font-size:1.15rem;color:var(--text-2);margin:.4rem 0 0}
.ig-tv{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:1.6rem}
.ig-tv-card{margin:0;background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 10px rgba(10,15,30,.04)}
.ig-tv-video video{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;background:#000}
.ig-tv-card blockquote{margin:0;padding:1.2rem 1.3rem .4rem;font-family:'Inter',-apple-system,sans-serif;font-style:normal;font-weight:600;font-size:1.05rem;line-height:1.5;letter-spacing:-.01em;color:var(--ink);flex:1}
.ig-tv-card figcaption{padding:.6rem 1.3rem 1.2rem;border-top:1px solid var(--border);margin-top:.8rem}
.ig-tv-card figcaption b{display:block;font-size:.95rem;color:var(--ink);font-family:var(--font-head);font-weight:800}
.ig-tv-card figcaption span{font-size:.8rem;color:var(--text-3)}

/* faq */
.ig-faq{padding:5rem 0;background:var(--off-white)}
.ig-faq-inner{max-width:820px}
.ig-faq details{background:#fff;border:1px solid var(--border);border-radius:14px;padding:0 1.3rem;margin-bottom:.7rem}
.ig-faq summary{cursor:pointer;list-style:none;padding:1.05rem 0;font-weight:800;font-size:1.05rem;color:var(--text);display:flex;justify-content:space-between;gap:1rem;letter-spacing:-.01em}
.ig-faq summary::-webkit-details-marker{display:none}
.ig-faq summary::after{content:"+";color:var(--teal-3);font-weight:900;font-size:1.3rem;line-height:1}
.ig-faq details[open] summary::after{content:"–"}
.ig-faq details p{margin:0 0 1.1rem;color:var(--text-2);line-height:1.68}

@media(max-width:960px){
  .ig-steps,.ig-pack{grid-template-columns:1fr}
  .ig-seven-inner{grid-template-columns:1fr;gap:2rem}
  .ig-tv{grid-template-columns:repeat(2,1fr)}
  .ig-cred{grid-template-columns:1fr;gap:2rem}
  .ig-price{grid-template-columns:1fr;text-align:center;gap:1.2rem}
  .ig-price-text p{margin:0 auto}
}
@media(max-width:600px){
  .ig-hero{padding:3rem 0 2.5rem}
  .ig-how,.ig-package,.ig-seven,.ig-proof,.ig-clients,.ig-faq{padding:3.5rem 0}
  .ig-tv{grid-template-columns:1fr}
  .ig-play{width:68px;height:68px}
  .ig-btn{width:100%}
}

/* header: black, like jeffigoe.com */
.site-header,.site-header.scrolled,.site-header.transparent,.site-header.light-mode{
  background:#0a0a0a!important;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 1px 0 rgba(255,255,255,.06)!important}
.site-header .nav-link{color:rgba(255,255,255,.75)!important}
.site-header .nav-link:hover{color:#fff!important}
.site-header .nav-link-highlight{color:var(--teal)!important}
.site-header .header-cta{background:var(--teal)!important;color:#0a0a0a!important;border-color:var(--teal)!important}
.site-header .hamburger span{background:#fff!important}
.ig-hero{padding-top:calc(var(--header-h,72px) + 3.2rem)}

/* ── three stacked items ─────────────────────────── */
.ig-package{padding:5rem 0 1.5rem}
.ig-item{padding:4.5rem 0}
.ig-item--website{background:#fff}
.ig-item--app{background:var(--off-white)}
.ig-item--tune{background:#0a0a0a;color:#fff}
.ig-item-num{font-family:var(--font-head);font-weight:900;font-size:1rem;letter-spacing:.18em;color:var(--teal-3);margin-bottom:.8rem}
.ig-item--tune .ig-item-num{color:var(--teal)}
.ig-item-head{display:grid;grid-template-columns:auto 1fr;gap:1.2rem 1.6rem;align-items:start;text-align:left}
.ig-item-head--photo{grid-template-columns:auto 1.1fr .9fr}
.ig-item-photo{margin:0;border-radius:22px;overflow:hidden;box-shadow:0 24px 60px rgba(10,15,30,.16);background:#000}
.ig-item-photo img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}
.ig-item-photo figcaption{background:#0a0a0a;color:rgba(255,255,255,.75);font-size:.85rem;padding:.7rem 1rem}
.ig-checks{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}
.ig-checks li{padding-left:1.6rem;position:relative;color:var(--text-2);line-height:1.5;font-size:1.05rem}
.ig-checks li::before{content:"✓";position:absolute;left:0;color:var(--teal-3);font-weight:900}
.ig-item--website .ig-sub{margin-bottom:1.2rem}
/* portfolio pieces (from the old page) inherit style.css; keep them light */
.ig-item--website .portfolio-showcase,.ig-item--website .portfolio-grid{margin-top:1.6rem}

/* app section */
.ig-app-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3.5rem;align-items:center;text-align:left}
.ig-app-steps{display:grid;gap:.9rem;margin-top:1.4rem}
.ig-app-steps>div{background:#fff;border:1px solid var(--border);border-radius:16px;padding:1.05rem 1.2rem}
.ig-app-steps b{display:block;font-family:var(--font-head);font-size:1.08rem;margin-bottom:.25rem;color:var(--ink)}
.ig-app-steps span{color:var(--text-2);line-height:1.55;font-size:1rem}
.ig-app-visual{text-align:center}
.ig-phone--lg{width:300px;padding:14px;border-radius:38px}
.ig-phone--lg .ig-phone-screen{padding:24px 16px 18px;border-radius:26px}
.ig-phone--lg .ig-phone-logo{font-size:19px}.ig-phone--lg .ig-phone-sub{font-size:9.5px;margin-bottom:14px}.ig-phone--lg .ig-phone-h{font-size:19px;margin-bottom:12px}
.ig-phone--lg .ig-phone-door{padding:12px 12px;border-radius:14px}.ig-phone--lg .ig-phone-door b{font-size:13px}.ig-phone--lg .ig-phone-door small{font-size:10px}
.ig-phone--lg .ig-phone-ic{width:34px;height:34px;font-size:15px}
.ig-phone-check{margin-top:12px;background:#fff;border:1px solid #E6E6E1;border-radius:14px;padding:10px 12px;text-align:left}
.ig-phone-check>div{display:grid;grid-template-columns:auto auto 1fr;gap:6px;align-items:center;padding:6px 0;border-bottom:1px solid #EEE;font-size:11px}
.ig-phone-check>div:last-child{border:0}
.ig-phone-check b{font-size:11.5px;color:#111}.ig-phone-check span{color:#1E9E5A;font-size:10.5px}
.ig-phone-check i{width:10px;height:10px;border-radius:50%;background:#1E9E5A;display:inline-block}
.ig-phone-go{display:block!important;text-align:center;color:#1E9E5A;font-weight:800;font-size:11px;padding-top:8px!important}
.ig-app-cap{margin:1rem auto 0;color:var(--text-3);font-size:.95rem;max-width:34ch}

/* tune-up section */
.ig-tune-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:start;text-align:left}
.ig-tune-cols{display:grid;grid-template-columns:1fr 1.25fr;gap:1.4rem;margin-top:1.4rem}
.ig-tune-col{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:1.3rem 1.4rem}
.ig-tune-col h3{font-family:var(--font-head);font-size:1rem;letter-spacing:.06em;text-transform:uppercase;color:var(--teal);margin:0 0 .8rem}
.ig-tune-col ul,.ig-tune-col ol{padding-left:1.2rem;margin:0;display:grid;gap:.5rem;color:rgba(255,255,255,.82);line-height:1.5;font-size:.98rem}
.ig-tune-col ol{counter-reset:s;list-style:none;padding:0}
.ig-tune-col ol li{counter-increment:s;position:relative;padding-left:2.1rem}
.ig-tune-col ol li::before{content:counter(s);position:absolute;left:0;top:.05rem;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--teal);color:#0a0a0a;font-weight:900;display:grid;place-items:center;font-size:.8rem}
.ig-tune-col b{color:#fff}
.ig-tune-col p{margin:.9rem 0 0;color:var(--teal);font-weight:700;font-size:.95rem}
.ig-tune-visual{position:relative}
.ig-tune-photo{display:block;width:100%;border-radius:22px;object-fit:cover;aspect-ratio:4/3;box-shadow:0 24px 60px rgba(0,0,0,.5)}
.ig-note{position:relative;margin:-4rem 2rem 0 -1.5rem;background:#fff;color:var(--ink);border-radius:18px;padding:1.1rem 1.2rem;box-shadow:0 24px 60px rgba(0,0,0,.45)}
.ig-note-head{display:flex;justify-content:space-between;font-family:ui-monospace,Menlo,monospace;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-3);margin-bottom:.4rem}
.ig-note-title{font-family:var(--font-head);font-weight:800;font-size:1rem;margin-bottom:.6rem}
.ig-note-row{display:flex;gap:.6rem;align-items:flex-start;padding:.4rem 0;border-top:1px solid var(--border);font-size:.86rem}
.ig-note-row i{flex:none;width:10px;height:10px;border-radius:50%;margin-top:.35rem}
.ig-note-row i.fix{background:var(--teal)}.ig-note-row i.ok{background:#1E9E5A}.ig-note-row i.ask{background:#D97706}
.ig-note-row b{display:block;font-size:.88rem}.ig-note-row span{color:var(--text-2);line-height:1.4}
.ig-note-foot{margin-top:.6rem;font-size:.8rem;color:var(--text-3);font-style:normal}
.ig-pricewrap{padding:3.5rem 0 4.5rem;background:#fff}

/* note from Jeff */
.ig-notefrom{padding:5rem 0;background:#fff}
.ig-notefrom-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center;text-align:left}
.ig-notefrom-photo{width:100%;border-radius:22px;aspect-ratio:16/9;object-fit:cover;box-shadow:0 24px 60px rgba(10,15,30,.18)}
.ig-notefrom p{font-size:1.15rem;line-height:1.7;color:var(--text-2);margin:0 0 1rem;max-width:60ch}
.ig-sign{font-family:var(--font-head);font-weight:800;font-style:normal;font-size:1.05rem;letter-spacing:-.01em;color:var(--ink);margin:.4rem 0 1.4rem!important}

@media(max-width:960px){
  .ig-item-head,.ig-item-head--photo,.ig-app-grid,.ig-tune-grid,.ig-tune-cols,.ig-notefrom-grid{grid-template-columns:1fr}
  .ig-note{position:static;margin-top:1rem}
  .ig-note{margin:-2rem 0 0 0}
  .ig-notefrom-photo{max-width:100%}
}

/* ── One accent: brand green. Blue is retired on this page. ── */
:root{--blue:#6f8f09;--blue-dark:#5c7607;--blue-mid:#7da00a;--blue-light:#f0f7d0;--blue-glow:rgba(159,201,14,.25)}
::selection{background:#9FC90E;color:#0a0a0a}
#website .section-label,#website .portfolio-showcase-badge{display:none}
#website .reveal{opacity:1!important;transform:none!important}
#website .portfolio-showcase-wrap{margin-top:1.4rem}
#website .portfolio-sub-header h3,#website .portfolio-sub-header .t-display-md{font-family:var(--font-head);font-weight:900;letter-spacing:-.02em;color:var(--ink)}
#website .portfolio-showcase-title{font-family:var(--font-head);font-weight:900}
#website>.portfolio-showcase-wrap,#website>.portfolio-sub-header,#website>.portfolio-grid{max-width:1180px;margin-left:auto;margin-right:auto;padding-left:var(--s6);padding-right:var(--s6);box-sizing:border-box}
#website>.portfolio-showcase-wrap{margin-top:1rem}

/* ── App section: recording phone + small doors phone ── */
.ig-app-phones{position:relative;width:470px;max-width:100%;margin:0 auto;padding:0 0 3rem 170px}
.ig-phone--rec{width:300px;padding:12px;border-radius:40px;background:#0a0a0a;box-shadow:0 30px 70px rgba(10,15,30,.35);margin:0}
.ig-rec-screen{position:relative;border-radius:30px;overflow:hidden;aspect-ratio:9/19.5;background:#000;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif}
.ig-rec-screen img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ig-rec-top{position:absolute;top:14px;left:14px;right:14px;display:flex;align-items:center;gap:6px;color:#fff;font-size:12px;font-weight:700;letter-spacing:.06em;text-shadow:0 1px 3px rgba(0,0,0,.6)}
.ig-rec-dot{width:9px;height:9px;border-radius:50%;background:#ff3b30;box-shadow:0 0 0 3px rgba(255,59,48,.3);animation:igblink 1.2s infinite}
@keyframes igblink{50%{opacity:.25}}
.ig-rec-top b{font-family:ui-monospace,Menlo,monospace;font-weight:600;letter-spacing:0}
.ig-rec-brand{margin-left:auto;font-size:10px;letter-spacing:.14em;text-transform:uppercase;opacity:.9}
.ig-rec-bottom{position:absolute;left:0;right:0;bottom:0;padding:14px 14px 18px;background:linear-gradient(to top,rgba(0,0,0,.78),rgba(0,0,0,0));color:#fff;text-align:center}
.ig-rec-lamps{display:flex;justify-content:center;gap:8px;margin-bottom:8px}
.ig-rec-lamps div{display:flex;align-items:center;gap:5px;background:rgba(255,255,255,.14);backdrop-filter:blur(6px);border-radius:999px;padding:4px 9px;font-size:10.5px;font-weight:700}
.ig-rec-lamps i{width:8px;height:8px;border-radius:50%;background:#34c759;box-shadow:0 0 6px #34c759}
.ig-rec-hint{font-size:11.5px;font-weight:600;color:#b7ff5c;margin-bottom:10px}
.ig-rec-btn{width:58px;height:58px;border-radius:50%;border:4px solid #fff;margin:0 auto;display:grid;place-items:center}
.ig-rec-btn span{width:24px;height:24px;border-radius:6px;background:#ff3b30}
.ig-phone--sm{position:absolute;left:0;bottom:1rem;width:190px;padding:9px;border-radius:26px;margin:0;box-shadow:0 18px 40px rgba(10,15,30,.3)}
.ig-phone--sm .ig-phone-screen{padding:14px 10px 12px;border-radius:18px}
.ig-phone--sm .ig-phone-logo{font-size:14px}.ig-phone--sm .ig-phone-sub{font-size:8px;margin-bottom:8px}.ig-phone--sm .ig-phone-h{font-size:13px;margin-bottom:8px}
.ig-phone--sm .ig-phone-door{padding:8px;border-radius:10px;gap:8px}.ig-phone--sm .ig-phone-door b{font-size:10.5px}.ig-phone--sm .ig-phone-door small{font-size:8.5px}
.ig-phone--sm .ig-phone-ic{width:24px;height:24px;font-size:11px}
@media(max-width:600px){.ig-app-phones{width:100%;padding:0 0 0 0}.ig-phone--rec{margin:0 auto}.ig-phone--sm{display:none}}

/* ── Tune-up: horizontal seven ── */
.ig-tune-head{display:grid;grid-template-columns:1fr 1.3fr;gap:3rem;align-items:end;margin-bottom:2.4rem}
.ig-tune-head .ig-sub{margin:0}
.ig-seven{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.ig-seven li{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:1.4rem 1.3rem 1.3rem;position:relative}
.ig-seven li>span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--teal);color:#0a0a0a;font-family:var(--font-head);font-weight:900;font-size:1rem;margin-bottom:.9rem}
.ig-seven li b{display:block;font-family:var(--font-head);font-weight:800;font-size:1.08rem;color:#fff;line-height:1.25;margin-bottom:.5rem}
.ig-seven li p{margin:0;color:rgba(255,255,255,.72);font-size:.95rem;line-height:1.55}
.ig-seven-note{background:#fff!important;border-color:#fff!important;color:var(--ink)}
.ig-seven-note .ig-note-head{margin-bottom:.8rem;font-size:.68rem}
.ig-seven-note b{color:var(--ink)!important;font-size:1rem!important}
.ig-seven-note p{color:var(--text-2)!important}
@media(max-width:960px){.ig-tune-head{grid-template-columns:1fr;gap:1rem}.ig-seven{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.ig-seven{grid-template-columns:1fr}}
.ig-contact-book{display:inline-flex;margin:1.2rem 0 .6rem;font-size:1.05rem}
.ig-contact-or{color:var(--text-3);font-size:.95rem;margin:0 0 1.4rem}

.ig-app-try{display:flex;flex-direction:column;align-items:center;gap:.6rem;margin:1.4rem auto .4rem;text-align:center}
.ig-app-try span{font-size:.9rem;color:var(--text-3)}
.ig-header-phone{color:#fff;text-decoration:none;font-weight:700;font-size:.95rem;margin-right:1rem;white-space:nowrap;opacity:.9}
.ig-header-phone:hover{color:var(--teal)}
@media(max-width:960px){.ig-header-phone{display:none}}

/* seo: this replaces your seo */
.ig-seo{padding:5rem 0;background:#f7f9fb;border-top:1px solid var(--border);font-family:'Inter',-apple-system,sans-serif}
.ig-seo-head{max-width:820px;margin-bottom:2.4rem}
.ig-seo-lede{font-size:1.15rem;line-height:1.7;color:var(--text-2);margin:.4rem 0 0}
.ig-seo-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:1.4rem;align-items:stretch}
.ig-seo-col{border-radius:22px;padding:1.8rem 1.7rem}
.ig-seo-col h3{font-family:var(--font-head);font-weight:800;font-size:1.25rem;letter-spacing:-.02em;line-height:1.25;margin:0 0 1.1rem}
.ig-seo-col--them{background:#fff;border:1px solid var(--border);color:var(--text-2)}
.ig-seo-col--them h3{color:var(--text-3)}
.ig-seo-col--them ul{list-style:none;margin:0;padding:0;display:grid;gap:.7rem}
.ig-seo-col--them li{position:relative;padding-left:1.4rem;line-height:1.55;font-size:1.02rem}
.ig-seo-col--them li::before{content:"";position:absolute;left:0;top:.62rem;width:.55rem;height:.55rem;border-radius:50%;background:#c9ced6}
.ig-seo-kicker{margin:1.2rem 0 0;padding-top:1.1rem;border-top:1px solid var(--border);font-size:.98rem;line-height:1.6;color:var(--text-3)}
.ig-seo-col--us{background:#0a0a0a;color:#fff}
.ig-seo-col--us h3{color:#fff}
.ig-seo-col--us ol{list-style:none;margin:0;padding:0;display:grid;gap:1rem}
.ig-seo-col--us li{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.1rem 1.2rem 1.1rem 3.6rem;position:relative}
.ig-seo-col--us li>span{position:absolute;left:1.1rem;top:1.15rem;display:inline-grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--teal);color:#0a0a0a;font-family:var(--font-head);font-weight:900;font-size:.95rem}
.ig-seo-col--us li b{display:block;font-family:var(--font-head);font-weight:800;font-size:1.08rem;line-height:1.25;margin-bottom:.4rem}
.ig-seo-col--us li p{margin:0;color:rgba(255,255,255,.74);font-size:.97rem;line-height:1.58}
.ig-seo-foot{max-width:820px;margin-top:2rem}
.ig-seo-foot p{font-size:1.1rem;line-height:1.7;color:var(--text-2);margin:0 0 1rem}
.ig-seo-foot p b{color:var(--ink)}
.ig-seo-check{color:var(--ink)!important;font-weight:600;border-left:4px solid var(--teal);padding-left:1rem}
.ig-seo-foot .ig-btn{margin-top:.4rem}
@media(max-width:960px){
  .ig-seo{padding:3.5rem 0}
  .ig-seo-grid{grid-template-columns:1fr}
}

/* real photos strip under the note (Sep 11 2026) */
.ig-real{margin-top:3rem}
.ig-real-line{display:flex;align-items:center;gap:.6rem;font-size:1.02rem;font-weight:600;color:var(--text-2);margin:0 0 1rem}
.ig-real-dot{width:9px;height:9px;border-radius:50%;background:var(--teal-3);box-shadow:0 0 0 4px rgba(159,201,14,.25);flex:none}
.ig-real-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.ig-real-strip figure{margin:0;position:relative;aspect-ratio:1/1;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(10,15,30,.12);background:#f2f4f8}
.ig-real-strip img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s cubic-bezier(.2,.8,.2,1)}
.ig-real-strip figure:hover img{transform:scale(1.06)}
.ig-real-strip figcaption{position:absolute;left:0;right:0;bottom:0;padding:28px 10px 9px;color:#fff;font-size:.76rem;font-weight:700;letter-spacing:.01em;background:linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,0));text-shadow:0 1px 6px rgba(0,0,0,.4)}
@media(max-width:900px){.ig-real-strip{grid-template-columns:repeat(3,1fr)}}
@media(max-width:520px){.ig-real-strip{grid-template-columns:repeat(2,1fr);gap:8px}.ig-real-strip figure{border-radius:12px}}

/* found on ai: quarterly updates showcase */
.ig-foa{padding:6rem 0 5.5rem;background:#0a0a0a;color:#fff;position:relative;overflow:hidden;font-family:'Inter',-apple-system,sans-serif}
.ig-foa::before{content:"";position:absolute;inset:auto -20% -40% -20%;height:70%;background:radial-gradient(ellipse at 50% 100%,rgba(159,201,14,.22),transparent 60%);pointer-events:none}
.ig-foa .container{position:relative}
.ig-foa-head{max-width:880px;margin:0 auto 2.6rem;text-align:center}
.ig-foa-head .ig-h2{font-size:clamp(2.2rem,4.6vw,3.6rem)}
.ig-foa-head .ig-h2 em{color:var(--teal)}
.ig-foa-lede{font-size:1.18rem;line-height:1.7;color:rgba(255,255,255,.78);margin:.6rem auto 0;max-width:760px}

/* framed sample report */
.ig-foa-frame{background:#12141a;border:1px solid rgba(255,255,255,.12);border-radius:26px;overflow:hidden;box-shadow:0 40px 90px rgba(0,0,0,.55),0 0 0 8px rgba(159,201,14,.08)}
.ig-foa-bar{display:flex;align-items:center;gap:1rem;padding:.8rem 1.2rem;background:#1b1e26;border-bottom:1px solid rgba(255,255,255,.08);font-size:.85rem;color:rgba(255,255,255,.6)}
.ig-foa-dots{display:inline-flex;gap:6px}
.ig-foa-dots i{width:11px;height:11px;border-radius:50%;background:#3a3f4b}
.ig-foa-title{font-weight:600;letter-spacing:.02em}
.ig-foa-tag{margin-left:auto;background:var(--teal);color:#0a0a0a;font-weight:800;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .65rem;border-radius:999px}
.ig-foa-report{padding:2.2rem 2.2rem 2rem}
.ig-foa-top{display:grid;grid-template-columns:1.5fr .9fr;gap:2rem;align-items:center;margin-bottom:2rem}
.ig-foa-who{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin:0 0 .6rem;font-weight:700}
.ig-foa-top h3{font-family:var(--font-head);font-weight:900;font-size:clamp(1.5rem,2.6vw,2.1rem);line-height:1.15;letter-spacing:-.03em;margin:0 0 .8rem;color:#fff}
.ig-foa-top p{margin:0;color:rgba(255,255,255,.7);font-size:1.05rem;line-height:1.6}
.ig-foa-verdict{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:1.5rem 1.4rem;text-align:center}
.ig-foa-big{font-family:var(--font-head);font-weight:900;font-size:4.2rem;line-height:1;letter-spacing:-.04em;color:#ff5c5c}
.ig-foa-big span{font-size:1.6rem;color:rgba(255,255,255,.5);font-weight:800}
.ig-foa-lab{font-size:.8rem;font-weight:700;color:rgba(255,255,255,.7);margin-top:.5rem;letter-spacing:.06em;text-transform:uppercase}
.ig-foa-sub{font-size:.92rem;color:rgba(255,255,255,.7);margin-top:.6rem;line-height:1.5}

.ig-foa-models{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.ig-foa-m{background:#0f1116;border:1px solid rgba(255,92,92,.35);border-radius:18px;padding:1.1rem 1.1rem 1rem}
.ig-foa-m.some{border-color:rgba(255,196,0,.45)}
.ig-foa-name{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.6rem}
.ig-foa-name b{font-family:var(--font-head);font-weight:800;font-size:1.05rem}
.ig-foa-pill{font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:.25rem .55rem;border-radius:999px;white-space:nowrap}
.ig-foa-pill.no{background:rgba(255,92,92,.18);color:#ff8a8a}
.ig-foa-pill.some{background:rgba(255,196,0,.18);color:#ffd45c}
.ig-foa-score{font-family:var(--font-head);font-weight:900;font-size:2.4rem;line-height:1;letter-spacing:-.03em;margin-bottom:.9rem}
.ig-foa-score small{display:block;font-family:'Inter',sans-serif;font-weight:500;font-size:.78rem;color:rgba(255,255,255,.55);letter-spacing:0;margin-top:.25rem}
.ig-foa-instead span{display:block;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:.4rem}
.ig-foa-instead ol{margin:0;padding:0;list-style:none;font-size:.88rem;line-height:1.45;color:rgba(255,255,255,.85)}
.ig-foa-instead li{display:flex;justify-content:space-between;gap:.6rem;margin:0 0 .3rem}
.ig-foa-instead li em{font-style:normal;color:rgba(255,255,255,.5);flex-shrink:0}

.ig-foa-qs{margin-top:1.6rem;border-top:1px solid rgba(255,255,255,.08);padding-top:1.4rem}
.ig-foa-qhead{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap;margin-bottom:.8rem}
.ig-foa-qhead b{font-family:var(--font-head);font-weight:800;font-size:1.05rem}
.ig-foa-qhead span{font-size:.82rem;color:rgba(255,255,255,.55);display:inline-flex;align-items:center;gap:.35rem}
.ig-foa-qhead i,.ig-foa-q em i{display:inline-block;width:12px;height:12px;border-radius:50%}
.ig-foa-qhead i.y,.ig-foa-q em i.y{background:var(--teal)}
.ig-foa-qhead i.n,.ig-foa-q em i.n{background:#ff5c5c}
.ig-foa-q{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.7rem 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:.98rem;color:rgba(255,255,255,.85)}
.ig-foa-q:last-child{border-bottom:0}
.ig-foa-q em{font-style:normal;display:inline-flex;gap:5px;flex-shrink:0}
.ig-foa-q em i{width:13px;height:13px}

.ig-foa-timeline{display:flex;align-items:flex-start;gap:0;margin-top:1.6rem;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.08)}
.ig-foa-step{flex:1;position:relative;text-align:center;padding-top:1.2rem}
.ig-foa-step::before{content:"";position:absolute;top:6px;left:0;right:0;height:2px;background:rgba(255,255,255,.14)}
.ig-foa-step:first-child::before{left:50%}
.ig-foa-step:last-child::before{right:50%}
.ig-foa-step i{position:absolute;top:0;left:50%;transform:translateX(-50%);width:14px;height:14px;border-radius:50%;background:#3a3f4b;border:2px solid #12141a}
.ig-foa-step.now i{background:#ff5c5c}
.ig-foa-step.next i{background:#fff}
.ig-foa-step.q i{background:var(--teal);box-shadow:0 0 0 6px rgba(159,201,14,.2)}
.ig-foa-step b{display:block;font-family:var(--font-head);font-weight:800;font-size:.95rem}
.ig-foa-step small{display:block;font-size:.78rem;color:rgba(255,255,255,.55);margin-top:.15rem;line-height:1.35}
.ig-foa-step.q b{color:var(--teal)}

/* three things every update includes */
.ig-foa-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2.6rem}
.ig-foa-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1.6rem 1.5rem 1.4rem}
.ig-foa-card span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--teal);color:#0a0a0a;font-family:var(--font-head);font-weight:900;font-size:1.05rem;margin-bottom:1rem}
.ig-foa-card b{display:block;font-family:var(--font-head);font-weight:800;font-size:1.2rem;line-height:1.25;letter-spacing:-.02em;margin-bottom:.6rem}
.ig-foa-card p{margin:0;color:rgba(255,255,255,.74);font-size:1rem;line-height:1.62}

.ig-foa-foot{max-width:820px;margin:2.6rem auto 0;text-align:center}
.ig-foa-foot p{font-size:1.15rem;line-height:1.7;color:rgba(255,255,255,.85);margin:0 0 1.4rem}
.ig-foa-ctas{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}
.ig-btn-ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.35)}
.ig-btn-ghost:hover{border-color:#fff}

@media(max-width:1100px){.ig-foa-models{grid-template-columns:repeat(2,1fr)}}
@media(max-width:960px){
  .ig-foa{padding:4rem 0 3.5rem}
  .ig-foa-report{padding:1.4rem 1.2rem 1.3rem}
  .ig-foa-top{grid-template-columns:1fr}
  .ig-foa-grid{grid-template-columns:1fr}
  .ig-foa-timeline{flex-wrap:wrap;gap:.8rem 0}
  .ig-foa-step{flex:1 1 33%}
  .ig-foa-step::before{display:none}
  .ig-foa-q{flex-direction:column;align-items:flex-start;gap:.5rem}
}
@media(max-width:600px){
  .ig-foa-models{grid-template-columns:1fr}
  .ig-foa-bar .ig-foa-title{display:none}
  .ig-foa-step{flex:1 1 50%}
}
