:root {
  --navy: #020d1c;
  --panel: #06172a;
  --panel-2: #09233c;
  --cyan: #72edf7;
  --blue: #29bfff;
  --mint: #58edb8;
  --green: #42ff91;
  --violet: #ae8dff;
  --coral: #ff755f;
  --text: #eaf8ff;
  --muted: #9cbaca;
  --line: rgba(105, 226, 245, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 7%, rgba(49, 96, 205, .13), transparent 26%),
    radial-gradient(circle at 50% 68%, rgba(17, 155, 242, .08), transparent 30%),
    var(--navy);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
img { max-width: 100%; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.home-nav { width: min(100% - 48px, 1320px); margin: 0 auto; padding: 24px 0; }
.home-nav nav { min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.nav-links, .home-footer nav { display: flex; align-items: center; gap: 30px; }
.nav-links a, .home-footer nav a { color: var(--muted); font-size: .82rem; font-weight: 700; text-decoration: none; }
.nav-links a:hover, .home-footer nav a:hover { color: var(--cyan); }
.nav-logo img { display: block; width: 305px; max-height: 100px; object-fit: contain; }
.nav-launch { justify-self: end; padding: 12px 22px; border: 1px solid rgba(94, 236, 247, .58); border-radius: 9px; color: var(--cyan); font-size: .82rem; font-weight: 850; text-decoration: none; text-transform: uppercase; }

main { width: min(100% - 44px, 1320px); margin: 0 auto; }
.home-hero { padding: 42px 0 36px; text-align: center; }
.eyebrow { margin: 0 0 12px; color: var(--cyan); font-size: .78rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.home-hero h1 { margin: 0; font-size: clamp(3rem, 6.2vw, 6.4rem); line-height: .98; letter-spacing: -.055em; }
.home-hero h1 span, .signup-section h2 { background: linear-gradient(90deg, #4c94ff, #26c9f6 35%, #4fe1b1 60%, #b58bff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy { margin: 28px 0 0; color: #c2d6e1; font-size: clamp(1rem, 1.5vw, 1.32rem); line-height: 1.65; }

.workflow-section { position: relative; margin: 22px auto 34px; overflow: hidden; border: 1px solid rgba(102, 119, 255, .8); border-radius: 22px; background: #031023; box-shadow: 0 0 34px rgba(38, 101, 255, .18); }
.workflow-section img { display: block; width: 100%; }
.workflow-hotspot { position: absolute; top: 0; bottom: 0; z-index: 2; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--text); cursor: help; }
.workflow-hotspot::after { position: absolute; inset: 10px 4px; border: 1px solid transparent; border-radius: 12px; background: transparent; content: ""; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.workflow-hotspot span { position: absolute; bottom: 31%; z-index: 3; width: min(440px, 42vw); padding: 13px 16px; border: 1px solid rgba(118, 226, 255, .62); border-radius: 11px; background: rgba(5, 61, 88, .96); box-shadow: 0 12px 30px rgba(0, 0, 0, .45), 0 0 22px rgba(33, 215, 255, .16); color: #effdff; font-size: clamp(.78rem, 1.15vw, 1rem); font-weight: 750; line-height: 1.35; text-align: center; opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .18s ease, transform .18s ease; }
.workflow-hotspot:hover::after, .workflow-hotspot:focus-visible::after { border-color: rgba(135, 244, 255, .48); background: rgba(33, 215, 255, .06); box-shadow: inset 0 0 24px rgba(33, 215, 255, .08); }
.workflow-hotspot:hover span, .workflow-hotspot:focus-visible span { opacity: 1; transform: translateY(0); }
.hotspot-upload { left: 0; width: 24%; }
.hotspot-analysis { left: 24%; width: 23%; }
.hotspot-review { left: 47%; width: 27%; }
.hotspot-export { left: 74%; width: 18%; }
.hotspot-finish { left: 92%; width: 8%; }
.hotspot-upload span { left: 10px; }
.hotspot-analysis span, .hotspot-review span { left: 50%; transform: translate(-50%, 8px); }
.hotspot-analysis:hover span, .hotspot-analysis:focus-visible span, .hotspot-review:hover span, .hotspot-review:focus-visible span { transform: translate(-50%, 0); }
.hotspot-export span, .hotspot-finish span { right: 10px; }
.primary-cta { display: flex; justify-content: center; margin: 34px 0 44px; }
.primary-cta a { width: min(100%, 650px); padding: 24px 38px; border: 2px solid #72ffad; border-radius: 16px; background: linear-gradient(180deg, rgba(19, 99, 62, .8), rgba(5, 60, 39, .9)); box-shadow: inset 0 0 30px rgba(68, 255, 140, .15), 0 0 28px rgba(49, 255, 126, .45); color: #f3fff8; font-size: clamp(1.45rem, 3vw, 2.55rem); font-weight: 900; letter-spacing: .035em; text-align: center; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.primary-cta a:hover { transform: translateY(-3px); box-shadow: inset 0 0 30px rgba(68, 255, 140, .22), 0 0 44px rgba(49, 255, 126, .62); }

.feature-section, .product-section { padding: 62px 0; }
.section-heading { width: min(100%, 760px); margin: 0 auto 42px; text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.08; letter-spacing: -.04em; }
.feature-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.feature-card { min-height: 330px; padding: 30px 22px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(160deg, rgba(9, 35, 61, .92), rgba(4, 17, 32, .95)); text-align: center; box-shadow: 0 18px 45px rgba(0, 0, 0, .18); }
.feature-icon { width: 82px; height: 82px; margin: 0 auto 22px; display: grid; place-items: center; border: 2px solid var(--cyan); border-radius: 22px; color: var(--cyan); font-size: 2rem; font-weight: 900; box-shadow: inset 0 0 24px rgba(52, 218, 242, .12), 0 0 24px rgba(52, 218, 242, .08); }
.feature-icon.expert { border: 0; color: #ffc86f; font-size: 1.7rem; }
.feature-card:nth-child(2) .feature-icon { color: var(--violet); border-color: var(--violet); }
.feature-card:nth-child(4) .feature-icon { color: #c39cff; border-color: #c39cff; }
.feature-card:nth-child(5) .feature-icon { color: var(--mint); border-color: var(--mint); font-size: 1.2rem; }
.feature-card h3 { margin: 0 0 14px; color: #dffaff; font-size: 1.12rem; line-height: 1.35; }
.feature-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }

.product-section { padding-bottom: 90px; overflow: hidden; }
.product-showcase { position: relative; isolation: isolate; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; align-items: end; padding: 34px 18px 0; perspective: 1250px; perspective-origin: 50% 42%; }
.product-showcase::after { position: absolute; right: 4%; bottom: 75px; left: 4%; z-index: -1; height: 80px; border-radius: 50%; background: radial-gradient(ellipse, rgba(25, 132, 255, .62), rgba(29, 74, 255, .2) 45%, transparent 72%); filter: blur(22px); content: ""; }
.product-shot { position: relative; z-index: 1; margin: 0; min-width: 0; transform-style: preserve-3d; }
.product-shot.shot-center { z-index: 3; }
.shot-frame { aspect-ratio: 1800 / 1415; overflow: hidden; border: 2px solid rgba(77, 158, 255, .9); border-radius: 18px; background: #031023; box-shadow: 0 30px 52px rgba(0, 0, 0, .58), 0 0 34px rgba(41, 139, 255, .34), inset 0 0 20px rgba(76, 177, 255, .08); transform-style: preserve-3d; backface-visibility: hidden; }
.shot-frame img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.shot-left .shot-frame { transform: translateX(22px) rotateY(14deg) rotateZ(-1.2deg); transform-origin: right center; }
.shot-center .shot-frame { transform: translateZ(72px) translateY(14px) scale(1.035); }
.shot-right .shot-frame { transform: translateX(-22px) rotateY(-14deg) rotateZ(1.2deg); transform-origin: left center; }
.product-shot figcaption { min-height: 110px; padding: 38px 22px 0; color: #eefaff; font-size: clamp(.95rem, 1.5vw, 1.2rem); font-weight: 750; line-height: 1.45; text-align: center; text-shadow: 0 2px 18px rgba(32, 153, 255, .35); }

.signup-section { padding: 40px 0 54px; text-align: center; }
.signup-section h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 3.4rem); line-height: 1.2; }
.signup-section h2 span { color: var(--mint); }
.signup-section .primary-cta { margin-bottom: 0; }

.keyword-cloud { min-height: 270px; margin: 50px 0 80px; padding: 38px 52px; display: flex; align-items: center; justify-content: center; align-content: center; gap: 26px 55px; flex-wrap: wrap; border: 1px solid rgba(116, 242, 196, .34); border-radius: 18px; background: radial-gradient(circle at 50% 45%, rgba(33, 215, 255, .13), transparent 52%), linear-gradient(145deg, rgba(5, 17, 31, .98), rgba(8, 31, 54, .92)); box-shadow: 0 18px 50px rgba(0, 18, 48, .35); }
.keyword-cloud span { color: #dffcff; font-weight: 750; line-height: 1; white-space: nowrap; }
.keyword-buy { color: var(--mint) !important; font-size: 2.2rem; }
.keyword-analysis { color: var(--blue) !important; font-size: 2rem; }
.keyword-adobe { color: #ff445d !important; font-size: clamp(2rem, 4.2vw, 4rem); font-weight: 950 !important; letter-spacing: .04em; text-shadow: 0 0 12px rgba(255, 68, 93, .55), 0 0 30px rgba(255, 68, 93, .28); }
.keyword-bundles { color: var(--blue) !important; font-size: 1.55rem; }
.keyword-payment { color: #d6b6ff !important; font-size: 1.35rem; }
.keyword-expiration, .keyword-tuning { color: #b997ff !important; font-size: 1.6rem; }
.keyword-subscription { color: var(--coral) !important; font-size: 1.55rem; }
.keyword-releases { color: var(--mint) !important; font-size: 1.35rem; }
.keyword-starting-price { color: #ffd071 !important; font-size: 1.55rem; text-shadow: 0 0 18px rgba(255, 208, 113, .2); }


.home-footer { width: min(100% - 44px, 1320px); margin: 0 auto; padding: 34px 0 42px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; border-top: 1px solid rgba(102, 226, 245, .16); }
.footer-logo img { width: 185px; display: block; }
.home-footer p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.65; }
.home-footer p a { color: var(--cyan); text-decoration: none; }

@media (max-width: 1050px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card:last-child { grid-column: 1 / -1; min-height: 250px; }
  .home-footer { grid-template-columns: auto 1fr; }
  .home-footer nav { grid-column: 1 / -1; justify-content: center; }
}

@media (max-width: 760px) {
  .home-nav { width: min(100% - 28px, 1320px); padding-top: 12px; }
  .home-nav nav { grid-template-columns: 1fr auto; }
  .nav-logo { grid-row: 1; }
  .nav-logo img { width: 210px; }
  .nav-links { grid-column: 1 / -1; grid-row: 2; justify-content: center; order: 3; }
  .nav-launch { grid-column: 2; grid-row: 1; }
  main { width: min(100% - 28px, 1320px); }
  .home-hero { padding-top: 28px; }
  .workflow-section { border-radius: 12px; }
  .feature-grid, .product-showcase { grid-template-columns: 1fr; }
  .feature-card, .feature-card:last-child { grid-column: auto; min-height: auto; }
  .product-showcase { gap: 50px; padding-inline: 0; perspective: none; }
  .shot-frame, .shot-left .shot-frame, .shot-center .shot-frame, .shot-right .shot-frame { aspect-ratio: 1800 / 1415; transform: none; }
  .product-shot figcaption { min-height: 0; }
  .keyword-cloud { padding: 34px 18px; gap: 25px; }
  .keyword-cloud span { white-space: normal; text-align: center; }
  .home-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-logo img { margin: 0 auto; }
  .home-footer nav { grid-column: auto; flex-wrap: wrap; gap: 16px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .primary-cta a { transition: none; }
}
