:root {
  --primary: #2eaff2;
  --primary-dark: #087fc4;
  --primary-deep: #075d98;
  --primary-light: #eaf8ff;
  --primary-soft: #f4fbff;
  --navy: #07152d;
  --navy-2: #0b2f52;
  --text: #24334b;
  --text-light: #60708b;
  --white: #fff;
  --off-white: #f8fbfe;
  --border: #dceaf5;
  --border-strong: #c6deef;
  --success: #18a875;
  --danger: #dc5a5a;
  --shadow-small: 0 12px 30px rgba(25, 88, 133, .08);
  --shadow-medium: 0 24px 60px rgba(25, 88, 133, .12);
  --shadow-large: 0 35px 90px rgba(25, 88, 133, .16);
  --radius-small: 12px;
  --radius-medium: 22px;
  --radius-large: 34px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "Montserrat", Arial, sans-serif; color: var(--text); background: var(--white); line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
ul { list-style: none; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: 92%; max-width: 1280px; margin: auto; }
.container-narrow { max-width: 930px; }
.section-padding { padding: 7rem 0; }
.section-heading-container { max-width: 820px; margin-bottom: 3.5rem; }
.section-heading-container.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-label { display: inline-block; color: var(--primary-dark); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; margin-bottom: .9rem; }
.section-label-light { color: #aee6ff; }
.section-heading { color: var(--navy); font-size: clamp(2.15rem, 4vw, 3.75rem); line-height: 1.06; letter-spacing: -.045em; font-weight: 900; }
.section-heading-light { color: var(--white); }
.section-intro { color: var(--text-light); font-size: 1.05rem; margin-top: 1.25rem; }
.text-gradient { background: linear-gradient(100deg, var(--primary-dark), #48caff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 9999; background: var(--navy); color: var(--white); padding: .8rem 1.1rem; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 20px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; border: 1px solid transparent; border-radius: 12px; font-weight: 900; line-height: 1.2; text-align: center; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: .82rem 1.2rem; font-size: .84rem; }
.button-large { min-height: 58px; padding: 1rem 1.45rem; font-size: .94rem; }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--primary), var(--primary-dark)); box-shadow: 0 14px 32px rgba(46,175,242,.28); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(46,175,242,.38); }
.button-secondary { color: var(--navy); background: var(--white); border-color: var(--border-strong); box-shadow: var(--shadow-small); }
.button-secondary:hover { border-color: var(--primary); box-shadow: var(--shadow-medium); }
.button-white { color: var(--primary-deep); background: var(--white); box-shadow: 0 20px 45px rgba(2,33,68,.22); }
.button-outline-light { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.45); }
.button-outline-light:hover { background: rgba(255,255,255,.16); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(198,222,239,.7); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.main-nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand-link { display: inline-flex; align-items: center; gap: .7rem; flex-shrink: 0; }
.brand-logo { width: 48px; height: 48px; object-fit: contain; }
.brand-name { color: var(--navy); font-size: 1rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.nav-menu-container { display: flex; align-items: center; gap: 2rem; }
.nav-menu { display: flex; align-items: center; gap: 1.65rem; }
.nav-link { color: var(--text); font-size: .85rem; font-weight: 800; transition: color .15s ease; }
.nav-link:hover { color: var(--primary-dark); }
.mobile-menu-button { width: 46px; height: 46px; display: none; align-items: center; justify-content: center; flex-direction: column; gap: 5px; background: var(--primary-soft); border: 1px solid var(--border); border-radius: 11px; cursor: pointer; }
.mobile-menu-line { width: 21px; height: 2px; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }
.mobile-menu-button.is-open .mobile-menu-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu-button.is-open .mobile-menu-line:nth-child(2) { opacity: 0; }
.mobile-menu-button.is-open .mobile-menu-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero-section { position: relative; padding: 6.3rem 0 5.2rem; background: radial-gradient(circle at 12% 20%, rgba(46,175,242,.16), transparent 27%), radial-gradient(circle at 88% 74%, rgba(46,175,242,.13), transparent 31%), linear-gradient(180deg, #fafdff 0%, #fff 100%); overflow: hidden; }
.hero-grid-lines { position: absolute; inset: auto 0 0; height: 32%; opacity: .16; background-image: linear-gradient(rgba(46,175,242,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(46,175,242,.35) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, transparent, #000); }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; border: 1px solid rgba(46,175,242,.15); }
.hero-orb-one { width: 380px; height: 380px; top: -220px; right: 4%; }
.hero-orb-two { width: 580px; height: 580px; bottom: -410px; left: -300px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 4.2rem; }
.eyebrow { display: inline-flex; align-items: center; gap: .65rem; color: var(--primary-deep); background: var(--primary-light); border: 1px solid #ccecff; padding: .62rem .9rem; border-radius: 999px; font-size: .73rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 1.45rem; }
.eyebrow-dot { width: 8px; height: 8px; background: var(--primary); border-radius: 50%; box-shadow: 0 0 0 5px rgba(46,175,242,.13); }
.hero-heading { color: var(--navy); font-size: clamp(3.4rem, 6.4vw, 6.2rem); line-height: .94; letter-spacing: -.07em; font-weight: 900; }
.hero-text { max-width: 680px; color: var(--text); font-size: 1.12rem; margin-top: 1.7rem; }
.hero-subtext { max-width: 650px; color: var(--text-light); font-size: .95rem; margin-top: .85rem; }
.hero-subtext strong { color: var(--navy); }
.hero-button-container { display: flex; align-items: center; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.hero-benefits { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .75rem 1.2rem; margin-top: 2rem; }
.hero-benefits li { display: flex; align-items: center; gap: .55rem; color: var(--text); font-size: .82rem; font-weight: 800; }
.check-icon { width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 22px; color: #fff; background: var(--success); border-radius: 50%; font-size: .7rem; }
.hero-image-column { position: relative; padding: 1.4rem 0 2rem 1rem; }
.hero-image-glow { position: absolute; width: 78%; height: 78%; top: 11%; left: 12%; background: rgba(46,175,242,.24); filter: blur(70px); border-radius: 50%; }
.hero-image-card { position: relative; z-index: 2; padding: .72rem; background: #fff; border: 1px solid var(--border); border-radius: 28px; box-shadow: var(--shadow-large); transform: rotate(1deg); }
.hero-image { width: 100%; border-radius: 20px; }
.hero-floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: .8rem; max-width: 250px; padding: .85rem 1rem; background: rgba(255,255,255,.97); border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow-medium); }
.hero-floating-card-one { left: -2rem; bottom: -.1rem; }
.hero-floating-card-two { top: .3rem; right: -1rem; }
.floating-icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; flex: 0 0 44px; color: #fff; background: linear-gradient(135deg,var(--primary),var(--primary-dark)); border-radius: 12px; font-size: .73rem; font-weight: 900; line-height: 1; text-align: center; }
.hero-floating-card strong, .hero-floating-card div span { display: block; }
.hero-floating-card strong { color: var(--navy); font-size: .79rem; }
.hero-floating-card div span { color: var(--text-light); font-size: .67rem; line-height: 1.35; margin-top: .18rem; }

.proof-strip { position: relative; z-index: 4; background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-item { min-height: 126px; display: flex; align-items: center; gap: 1rem; padding: 1.5rem 2rem; border-right: 1px solid var(--border); }
.proof-item:last-child { border-right: 0; }
.proof-number { color: var(--primary-dark); font-size: 2.65rem; line-height: 1; font-weight: 900; }
.proof-label { color: var(--text); font-size: .77rem; line-height: 1.45; font-weight: 800; }

.positioning-section { background: var(--off-white); border-bottom: 1px solid var(--border); }
.positioning-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 5rem; }
.positioning-copy p { color: var(--text-light); font-size: 1rem; margin-top: 1.25rem; }
.comparison-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-large); overflow: hidden; box-shadow: var(--shadow-medium); }
.comparison-head { padding: 1.15rem 1.6rem; font-size: .84rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.comparison-head-bad { color: #9d3434; background: #fff5f5; border-bottom: 1px solid #f1dada; }
.comparison-head-good { color: #087252; background: #effcf7; border-top: 1px solid #d4eee4; border-bottom: 1px solid #d4eee4; }
.comparison-list { padding: .75rem 1.6rem 1rem; }
.comparison-list li { display: flex; gap: .8rem; align-items: flex-start; padding: .75rem 0; border-bottom: 1px solid var(--border); font-size: .87rem; font-weight: 700; }
.comparison-list li:last-child { border-bottom: 0; }
.comparison-list span { width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 24px; border-radius: 50%; font-weight: 900; }
.comparison-list-bad span { color: var(--danger); background: #fff0f0; }
.comparison-list-good span { color: var(--success); background: #e9fff7; }

.roadmap-section { background: #fff; }
.feature-image-shell { padding: .55rem; background: #fff; border: 1px solid var(--border); border-radius: 30px; box-shadow: var(--shadow-medium); overflow: hidden; }
.feature-image-shell img { width: 100%; border-radius: 24px; }
.stack-cards { display: grid; grid-template-columns: repeat(5,1fr); gap: 1rem; margin-top: 1.35rem; }
.stack-card { padding: 1.35rem; background: #fff; border: 1px solid var(--border); border-radius: 18px; box-shadow: var(--shadow-small); }
.stack-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 64px; height: 34px; padding: 0 .65rem; border-radius: 8px; font-size: .74rem; font-weight: 900; }
.html-badge { color: #a53e1b; background: #fff0e9; }.css-badge { color: #185db2; background: #e9f2ff; }.js-badge { color: #5f5100; background: #fff8bd; }.php-badge { color: #4f568e; background: #eeeeff; }.mysql-badge { color: #006a99; background: #e6f8ff; }
.stack-card h3 { color: var(--navy); font-size: 1rem; line-height: 1.25; margin-top: .9rem; }
.stack-card p { color: var(--text-light); font-size: .73rem; margin-top: .5rem; }

.projects-section { background: var(--off-white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.projects-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 4.5rem; }
.projects-image { padding: .45rem; background: #fff; border: 1px solid var(--border); border-radius: 28px; box-shadow: var(--shadow-medium); }
.projects-image img { border-radius: 22px; }
.detail-lead { color: var(--text-light); font-size: 1.02rem; margin-top: 1.25rem; }
.project-tag-grid { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.55rem; }
.project-tag-grid span { color: var(--primary-deep); background: var(--primary-light); border: 1px solid #ccecff; border-radius: 999px; padding: .48rem .7rem; font-size: .68rem; font-weight: 800; }
.note-card { color: var(--text); background: #fffbe8; border: 1px solid #f1e4a5; border-radius: 14px; padding: 1rem; font-size: .78rem; margin-top: 1.35rem; }
.note-card strong { color: var(--navy); }

.method-section { background: radial-gradient(circle at 86% 14%, rgba(46,175,242,.22), transparent 25%), linear-gradient(135deg,var(--navy),var(--navy-2)); }
.method-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 4.5rem; }
.method-copy > p { color: #c1d0de; margin-top: 1.2rem; }
.method-image { padding: .45rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.method-image img { border-radius: 22px; }
.dark-check-list { margin-top: 1.6rem; }
.dark-check-list li { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.dark-check-list li:last-child { border-bottom: 0; }
.dark-check-list > li > span { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; flex: 0 0 40px; color: #fff; background: linear-gradient(135deg,var(--primary),var(--primary-dark)); border-radius: 12px; font-size: .75rem; font-weight: 900; }
.dark-check-list strong { color: #fff; font-size: .9rem; }
.dark-check-list p { color: #aebfd0; font-size: .77rem; margin-top: .2rem; }

.curriculum-section { background: radial-gradient(circle at 10% 10%,rgba(46,175,242,.1),transparent 24%), linear-gradient(180deg,#f7fcff 0%,#fff 100%); }
.curriculum-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.35rem; }
.curriculum-card { padding: 2rem; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-medium); box-shadow: var(--shadow-small); }
.curriculum-card-wide { grid-column: 1 / -1; }
.curriculum-top { display: flex; align-items: center; justify-content: space-between; }
.curriculum-number { color: var(--primary-dark); font-size: .85rem; font-weight: 900; }
.curriculum-tech { color: var(--primary-deep); background: var(--primary-light); border: 1px solid #ccecff; border-radius: 999px; padding: .42rem .65rem; font-size: .67rem; font-weight: 900; }
.curriculum-card h3 { color: var(--navy); font-size: 1.42rem; line-height: 1.2; margin-top: 1.2rem; }
.curriculum-card > p { color: var(--text-light); font-size: .82rem; margin-top: .55rem; }
.curriculum-card ul { margin-top: 1.15rem; }
.curriculum-card li { position: relative; color: var(--text); font-size: .77rem; font-weight: 650; padding: .5rem 0 .5rem 1.2rem; border-bottom: 1px solid var(--border); }
.curriculum-card li:last-child { border-bottom: 0; }
.curriculum-card li::before { content: ""; position: absolute; width: 6px; height: 6px; left: 0; top: .95rem; background: var(--primary); border-radius: 50%; }
.curriculum-list-columns { display: grid; grid-template-columns: repeat(2,1fr); column-gap: 2rem; }
.curriculum-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2.2rem; margin-top: 2rem; background: var(--navy); border-radius: var(--radius-medium); box-shadow: var(--shadow-large); }
.curriculum-cta-label { color: #8edcff; font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.curriculum-cta h3 { color: #fff; font-size: 1.42rem; line-height: 1.2; margin-top: .35rem; }
.curriculum-cta p { max-width: 680px; color: #b8c9da; font-size: .79rem; margin-top: .5rem; }
.curriculum-cta .button { flex-shrink: 0; }

.ai-section { background: #fff; }
.ai-card { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 2.2rem; padding: 3rem; background: linear-gradient(135deg,#f4fbff,#fff); border: 1px solid var(--border); border-radius: var(--radius-large); box-shadow: var(--shadow-medium); }
.ai-icon { width: 160px; height: 160px; display: flex; align-items: center; justify-content: center; color: #fff; background: radial-gradient(circle at 35% 30%,#55cfff,#087fc4); border-radius: 38px; box-shadow: 0 24px 55px rgba(46,175,242,.3); font-size: 3.3rem; font-weight: 900; letter-spacing: -.08em; }
.ai-copy p { color: var(--text-light); margin-top: 1rem; }
.ai-copy strong { color: var(--navy); }

.audience-section { background: var(--off-white); border-top: 1px solid var(--border); }
.audience-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
.audience-column { padding: 2rem; border-radius: var(--radius-medium); }
.audience-column-positive { background: #f3fffb; border: 1px solid #c9efdf; }
.audience-column-negative { background: #fff8f8; border: 1px solid #f0dada; }
.audience-heading { display: flex; align-items: center; gap: .8rem; }
.audience-heading h3 { color: var(--navy); font-size: 1.25rem; }
.audience-icon { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-weight: 900; }
.audience-column-positive .audience-icon { color: var(--success); background: #e0f8ee; }
.audience-column-negative .audience-icon { color: var(--danger); background: #ffeded; }
.audience-column ul { margin-top: 1.2rem; }
.audience-column li { position: relative; color: var(--text); font-size: .84rem; font-weight: 650; padding: .72rem 0 .72rem 1.35rem; border-bottom: 1px solid rgba(7,21,45,.08); }
.audience-column li:last-child { border-bottom: 0; }
.audience-column li::before { content: ""; position: absolute; width: 6px; height: 6px; left: 0; top: 1.16rem; border-radius: 50%; }
.audience-column-positive li::before { background: var(--success); }.audience-column-negative li::before { background: var(--danger); }

.transformation-section { background: radial-gradient(circle at 82% 20%,rgba(46,175,242,.22),transparent 27%),linear-gradient(135deg,#07152d,#0b2f52); }
.transformation-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 4rem; }
.transformation-intro p { color: #bdccdc; font-size: .96rem; margin-top: 1.25rem; }
.transformation-cards { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; }
.transformation-card { padding: 1.7rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; backdrop-filter: blur(12px); }
.transformation-card-after { background: rgba(46,175,242,.18); border-color: rgba(107,205,255,.34); }
.transformation-card > span { color: #9edfff; font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.transformation-card h3 { color: #fff; font-size: 1.15rem; line-height: 1.25; margin-top: .6rem; }
.transformation-card p { color: #bdccdc; font-size: .76rem; margin-top: .6rem; }
.transformation-arrow { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--primary); border-radius: 50%; font-weight: 900; }

.faq-section { background: #fff; }
.faq-container { display: flex; flex-direction: column; gap: .85rem; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-small); }
.faq-button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; color: var(--navy); background: transparent; border: 0; padding: 1.3rem 1.45rem; text-align: left; cursor: pointer; font-size: .9rem; font-weight: 900; }
.faq-plus { color: var(--primary-dark); font-size: 1.3rem; line-height: 1; transition: transform .2s ease; }
.faq-item.is-open .faq-plus { transform: rotate(45deg); }
.faq-answer { overflow: visible; }
.js-enabled .faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer-inner { padding: 0 1.45rem 1.35rem; }
.faq-answer p { color: var(--text-light); font-size: .84rem; }

.final-cta-section { background: var(--off-white); border-top: 1px solid var(--border); }
.final-cta-card { position: relative; padding: 4.6rem 2rem; background: linear-gradient(135deg,#087fc4 0%,#2eaff2 55%,#46c5ff 100%); border-radius: 34px; overflow: hidden; box-shadow: var(--shadow-large); }
.final-cta-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.glow-one { width: 360px; height: 360px; top: -210px; left: -130px; background: rgba(255,255,255,.16); }
.glow-two { width: 420px; height: 420px; right: -210px; bottom: -260px; border: 1px solid rgba(255,255,255,.24); }
.final-cta-content { position: relative; z-index: 2; max-width: 900px; margin: auto; text-align: center; }
.final-cta-content h2 { color: #fff; font-size: clamp(2.3rem,5vw,4.5rem); line-height: 1.03; letter-spacing: -.05em; }
.final-cta-content > p { max-width: 760px; color: rgba(255,255,255,.9); margin: 1.2rem auto 0; }
.price-pill { display: inline-flex; align-items: center; gap: .7rem; margin-top: 1.5rem; padding: .55rem .8rem; color: #fff; background: rgba(4,48,82,.22); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .76rem; }
.price-pill strong { font-size: .82rem; }
.final-cta-buttons { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .9rem; margin-top: 1.8rem; }
.final-cta-content .price-note { font-size: .68rem; opacity: .84; margin-top: 1rem; }

.site-footer { padding: 4.5rem 0 2rem; background: #f5faff; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr 1fr; gap: 3rem; }
.footer-brand-link { width: fit-content; }
.footer-brand-column p, .footer-cta-column p { color: var(--text-light); font-size: .79rem; margin-top: 1rem; }
.footer-link-column h3, .footer-cta-column h3 { color: var(--navy); font-size: .88rem; margin-bottom: .9rem; }
.footer-link-column li { color: var(--text-light); font-size: .77rem; font-weight: 650; margin-bottom: .6rem; }
.footer-link-column a { transition: color .15s ease; }.footer-link-column a:hover { color: var(--primary-dark); }
.footer-cta-column .button { margin-top: 1rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; color: var(--text-light); border-top: 1px solid var(--border); padding-top: 1.5rem; margin-top: 3.2rem; font-size: .71rem; font-weight: 650; }

.js-enabled .reveal-content { opacity: 0; transform: translateY(28px); transition: opacity .65s ease-out, transform .65s ease-out; }
.js-enabled .reveal-content.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .hero-grid { gap: 2.5rem; }
  .hero-floating-card-one { left: -1rem; }
  .hero-floating-card-two { right: -.5rem; }
  .positioning-grid, .projects-grid, .method-grid, .transformation-grid { gap: 2.8rem; }
  .stack-cards { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 1024px) {
  .section-padding { padding: 5.5rem 0; }
  .mobile-menu-button { display: flex; }
  .nav-menu-container { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: flex; align-items: stretch; flex-direction: column; gap: 1.25rem; padding: 1.4rem 4%; background: rgba(255,255,255,.99); border-bottom: 1px solid var(--border); box-shadow: var(--shadow-medium); }
  .js-enabled .nav-menu-container { display: none; }
  .js-enabled .nav-menu-container.is-open { display: flex; }
  .nav-menu { align-items: stretch; flex-direction: column; gap: 0; }
  .nav-menu li { border-bottom: 1px solid var(--border); }
  .nav-link { display: block; padding: .9rem 0; }
  .nav-cta { width: 100%; }
  .hero-grid, .positioning-grid, .projects-grid, .method-grid, .transformation-grid { grid-template-columns: 1fr; }
  .hero-grid { row-gap: 4.4rem; }
  .hero-content { max-width: 780px; }
  .hero-image-column { max-width: 850px; width: 100%; margin: auto; }
  .proof-grid { grid-template-columns: repeat(2,1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .projects-image { order: 2; }
  .method-image { max-width: 840px; }
  .curriculum-cta { align-items: flex-start; flex-direction: column; }
  .ai-card { grid-template-columns: 130px 1fr; }
  .ai-icon { width: 125px; height: 125px; border-radius: 30px; font-size: 2.7rem; }
  .audience-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 767px) {
  .container { width: 90%; }
  .section-padding { padding: 4.6rem 0; }
  .brand-name { font-size: .8rem; letter-spacing: .08em; }
  .brand-logo { width: 42px; height: 42px; }
  .hero-section { padding: 4rem 0 3.5rem; }
  .hero-heading { font-size: clamp(3rem,15vw,4.45rem); }
  .hero-text { font-size: .98rem; }
  .hero-button-container, .hero-button-container .button { width: 100%; }
  .hero-benefits { grid-template-columns: 1fr; }
  .hero-image-column { padding-left: 0; }
  .hero-floating-card { position: relative; max-width: none; width: calc(50% - .4rem); display: inline-flex; vertical-align: top; margin-top: .8rem; }
  .hero-floating-card-one, .hero-floating-card-two { inset: auto; }
  .hero-floating-card-two { margin-left: .4rem; }
  .proof-item { min-height: 108px; padding: 1.2rem; }
  .proof-number { font-size: 2.15rem; }
  .stack-cards { grid-template-columns: repeat(2,1fr); }
  .curriculum-grid { grid-template-columns: 1fr; }
  .curriculum-card-wide { grid-column: auto; }
  .curriculum-list-columns { grid-template-columns: 1fr; }
  .ai-card { grid-template-columns: 1fr; padding: 2rem; }
  .ai-icon { width: 105px; height: 105px; border-radius: 26px; font-size: 2.3rem; }
  .transformation-cards { grid-template-columns: 1fr; }
  .transformation-arrow { margin: auto; transform: rotate(90deg); }
  .final-cta-card { padding: 3.5rem 1.2rem; }
  .final-cta-buttons, .final-cta-buttons .button { width: 100%; }
  .price-pill { flex-direction: column; gap: .1rem; border-radius: 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .5rem; }
}

@media (max-width: 520px) {
  .main-nav { min-height: 74px; }
  .brand-name { display: none; }
  .hero-floating-card { width: 100%; }
  .hero-floating-card-two { margin-left: 0; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item, .proof-item:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--border); }
  .proof-item:last-child { border-bottom: 0; }
  .stack-cards { grid-template-columns: 1fr; }
  .feature-image-shell, .projects-image, .method-image { padding: .25rem; border-radius: 18px; }
  .feature-image-shell img, .projects-image img, .method-image img { border-radius: 14px; }
  .curriculum-card, .audience-column { padding-left: 1.25rem; padding-right: 1.25rem; }
  .faq-button { padding: 1.1rem; font-size: .82rem; }
  .faq-answer-inner { padding-left: 1.1rem; padding-right: 1.1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js-enabled .reveal-content { opacity: 1; transform: none; }
}
