:root {
  color-scheme: light;
  --bg: #eef6fb;
  --bg-soft: #f7fbfe;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: rgba(255, 255, 255, 0.94);
  --line: rgba(150, 165, 190, 0.26);
  --line-soft: rgba(150, 165, 190, 0.16);
  --text: #162238;
  --text-soft: #344258;
  --muted: #5f6c82;
  --muted-2: #7a8799;
  --blue: #2f64e9;
  --green: #12b84f;
  --teal: #15a99f;
  --purple: #8447d6;
  --gold: #e6ac20;
  --red: #e35a52;
  --shadow: 0 16px 34px rgba(65, 86, 122, 0.09);
  --shadow-soft: 0 10px 22px rgba(65, 86, 122, 0.07);
  --radius-xl: 26px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; text-size-adjust: 100%; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.018em;
  background:
    radial-gradient(circle at 10% 4%, rgba(58, 120, 245, 0.08), transparent 28rem),
    radial-gradient(circle at 90% 2%, rgba(35, 205, 153, 0.13), transparent 28rem),
    linear-gradient(180deg, #f8fbfe 0%, #edf6fb 48%, #f7fbfe 100%);
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--text); font-weight: 400; letter-spacing: -0.055em; }
p { color: var(--muted); line-height: 1.58; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  transition: top 0.2s ease;
}
.skip-link:focus { top: 1rem; }
.container { width: min(var(--container), calc(100% - 2rem)); margin-inline: auto; }
.section { position: relative; padding: clamp(2.35rem, 5vw, 4.4rem) 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(20, 35, 62, 0.08);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  transition: background 0.18s ease, box-shadow 0.18s ease;
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 20px rgba(50, 66, 96, 0.06);
}
.nav {
  width: min(var(--container), calc(100% - 2rem));
  min-height: 68px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand { display: inline-flex; align-items: center; gap: 0.7rem; }
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1.3px solid #18243a;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(35, 50, 78, 0.05);
}
.brand-check { color: var(--green); font-size: 1.28rem; line-height: 1; }
.brand-stack {
  display: inline-flex;
  flex-direction: column;
  gap: 0;
  color: var(--text);
  font-size: 0.82rem;
  line-height: 0.95;
}
.brand-stack span:last-child { color: var(--blue); }

.nav-menu { display: inline-flex; align-items: center; gap: 0.2rem; }
.nav-menu a {
  position: relative;
  padding: 0.65rem 0.78rem;
  border-radius: 999px;
  color: #172238;
  font-size: 0.78rem;
  letter-spacing: -0.01em;
  transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}
.nav-menu a:hover, .nav-menu a:focus-visible { color: var(--blue); outline: none; }
.nav-menu a[href="#home"] { color: var(--blue); }
.nav-menu a[href="#home"]::after {
  content: "";
  position: absolute;
  left: 0.78rem;
  right: 0.78rem;
  bottom: -0.78rem;
  height: 2px;
  border-radius: 999px;
  background: var(--blue);
}
.nav-menu .nav-cta {
  margin-left: 0.5rem;
  padding-inline: 1.25rem;
  color: #fff;
  background: linear-gradient(135deg, #18c75a, #10a947);
  box-shadow: 0 12px 22px rgba(18, 184, 79, 0.16);
}
.nav-menu .nav-cta:hover, .nav-menu .nav-cta:focus-visible { color: #fff; transform: translateY(-1px); }
.nav-toggle {
  display: none;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(22, 34, 56, 0.12);
  border-radius: 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.86);
  cursor: pointer;
}
.nav-toggle-line { display: block; width: 17px; height: 1px; margin: 5px auto; background: currentColor; transition: transform 0.2s ease, opacity 0.2s ease; }
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.hero { overflow: hidden; }
.hero-v3 { padding-top: clamp(2rem, 4vw, 3rem); padding-bottom: clamp(2rem, 4vw, 3rem); }
.hero-bg { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.orb { position: absolute; display: block; border-radius: 999px; filter: blur(20px); opacity: 0.85; }
.orb-one { width: 26rem; height: 26rem; top: -6rem; right: -6rem; background: radial-gradient(circle, rgba(44, 157, 255, 0.14), transparent 70%); }
.orb-two { width: 25rem; height: 25rem; left: -8rem; bottom: -8rem; background: radial-gradient(circle, rgba(29, 210, 151, 0.15), transparent 70%); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr); align-items: center; gap: clamp(1.6rem, 4vw, 3.6rem); }
.hero-copy { position: relative; z-index: 1; }
.hero-v3 h1 {
  max-width: 640px;
  margin-bottom: 1.05rem;
  font-size: clamp(2.25rem, 5.2vw, 4rem);
  line-height: 1.06;
}
.hero-desc-light { max-width: 680px; margin-bottom: 1.35rem; color: #40506b; font-size: clamp(0.95rem, 1.45vw, 1.08rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.78rem; margin-bottom: 1.2rem; }
.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 0.88rem;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.btn:hover, .btn:focus-visible { transform: translateY(-1px); outline: none; }
.btn-wa { color: #fff; background: linear-gradient(135deg, #18c75a, #0fa947); box-shadow: 0 14px 28px rgba(18, 184, 79, 0.16); }
.btn-outline-light { color: var(--text); border-color: rgba(47, 100, 233, 0.22); background: rgba(255, 255, 255, 0.74); }
.hero-note { max-width: 640px; display: grid; grid-template-columns: auto 1fr; gap: 0.72rem; align-items: start; }
.hero-note-icon {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(20, 35, 62, 0.1);
  border-radius: 9px;
  color: #1f4b94;
  background: rgba(255, 255, 255, 0.76);
}
.hero-note p { margin: 0; color: #485873; font-size: 0.92rem; line-height: 1.58; }
.hero-visual { position: relative; z-index: 1; }
.hero-visual-frame {
  position: relative;
  min-height: 465px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 1.25rem;
  border: 1px solid rgba(184, 197, 216, 0.54);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255,255,255,0.82), rgba(238,247,251,0.82));
  box-shadow: var(--shadow);
}
.hero-visual-frame::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(199, 209, 222, 0.8);
  border-radius: 24px;
  background:
    repeating-linear-gradient(120deg, rgba(190, 202, 220, 0.13) 0 2px, transparent 2px 16px),
    radial-gradient(circle at 68% 42%, rgba(190, 216, 255, 0.34), transparent 45%);
}
.hero-visual-frame img { position: relative; z-index: 1; width: min(88%, 590px); height: auto; filter: drop-shadow(0 10px 18px rgba(176, 58, 68, 0.12)); }
.hero-chip {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  padding: 0.68rem 0.92rem;
  border: 1px solid rgba(190, 201, 216, 0.78);
  border-radius: 999px;
  color: #162238;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 20px rgba(65, 86, 122, 0.08);
  font-size: 0.82rem;
}
.hero-chip::before {
  content: "✓";
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--green);
  background: rgba(18, 184, 79, 0.08);
  font-size: 0.72rem;
}
.hero-chip-top { top: 52px; right: 44px; }
.hero-chip-bottom { left: 44px; bottom: 48px; }

.section-heading { max-width: 760px; margin-bottom: 1.45rem; }
.section-heading-center { margin-inline: auto; text-align: center; }
.problem-section { padding-top: 1.25rem; padding-bottom: 2.8rem; }
.problem-heading { max-width: 1120px; margin-bottom: 1.3rem; }
.problem-heading h2, .solution-heading h2 { margin-bottom: 0; font-size: clamp(1.72rem, 3.8vw, 2.65rem); line-height: 1.15; }
.problem-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.92rem; }
.problem-card {
  min-height: 238px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.65rem 1.2rem 1.35rem;
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  background: var(--surface-strong);
  box-shadow: var(--shadow-soft);
  text-align: center;
}
.problem-icon, .solution-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 1.15rem; border-radius: 999px; }
.problem-icon svg, .solution-icon svg { width: 30px; height: 30px; stroke-width: 1.9; }
.problem-icon-green, .solution-icon-green { color: #12a94a; background: rgba(18, 184, 79, 0.11); }
.problem-icon-gold, .solution-icon-gold { color: var(--gold); background: rgba(230, 172, 32, 0.13); }
.problem-icon-blue, .solution-icon-blue { color: var(--blue); background: rgba(47, 100, 233, 0.11); }
.problem-icon-purple, .solution-icon-purple { color: var(--purple); background: rgba(132, 71, 214, 0.11); }
.solution-icon-orange { color: #f07f13; background: rgba(240, 127, 19, 0.11); }
.solution-icon-red { color: var(--red); background: rgba(227, 90, 82, 0.11); }
.problem-card h3 { margin-bottom: 0.65rem; font-size: 0.96rem; line-height: 1.34; }
.problem-card p { margin: 0; color: #52617b; font-size: 0.86rem; line-height: 1.56; }
.solution-panel {
  margin-top: 1rem;
  padding: 1.75rem 1.3rem 1.45rem;
  border: 1px solid var(--line-soft);
  border-radius: 22px;
  background: var(--surface-strong);
  box-shadow: var(--shadow-soft);
}
.solution-heading { max-width: 960px; margin-bottom: 1.45rem; }
.solution-grid { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 0.8rem; }
.solution-item { display: flex; flex-direction: column; align-items: center; gap: 0.7rem; text-align: center; }
.solution-icon { width: 56px; height: 56px; margin-bottom: 0; }
.solution-icon svg { width: 26px; height: 26px; }
.solution-item span { color: var(--text); font-size: 0.82rem; line-height: 1.32; }

.package-section { padding-top: 2.8rem; }
.package-header { margin-bottom: 1.35rem; }
.section-pill { display: inline-flex; padding: 0.58rem 0.88rem; border: 1px solid rgba(181, 194, 214, 0.42); border-radius: 999px; color: #2754d9; background: rgba(255,255,255,0.72); font-size: 0.78rem; box-shadow: 0 8px 16px rgba(65, 86, 122, 0.05); }
.package-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 1.3rem; margin-top: 0.85rem; }
.package-title-row h2, .portfolio-head h2, .about-copy h2, .contact-copy h2 { margin-bottom: 0.7rem; font-size: clamp(1.75rem, 3.9vw, 2.75rem); line-height: 1.14; }
.package-title-row p, .about-copy p, .contact-copy p { max-width: 780px; color: #53627b; font-size: 0.92rem; }
.package-nav { display: flex; gap: 0.65rem; margin-top: 1.2rem; }
.package-nav span { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-strong); font-size: 1.35rem; box-shadow: var(--shadow-soft); }
.package-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.92rem; }
.price-card {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.25rem 1.2rem;
  border: 1px solid var(--line-soft);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}
.price-label { margin-bottom: 0.48rem; color: #31415c; font-size: 0.78rem; }
.price-card h3 { margin-bottom: 0.82rem; font-size: 1.06rem; line-height: 1.28; }
.price-tag { width: fit-content; display: inline-flex; padding: 0.58rem 0.82rem; border-radius: 10px; color: #fff; font-size: 0.82rem; }
.card-green .price-tag, .card-green .price-btn { background: linear-gradient(135deg, #22be52, #0fa344); }
.card-blue .price-tag, .card-blue .price-btn { background: linear-gradient(135deg, #4b7bf1, #315fd7); }
.card-purple .price-tag, .card-purple .price-btn { background: linear-gradient(135deg, #9662ea, #7137cb); }
.card-teal .price-tag, .card-teal .price-btn { background: linear-gradient(135deg, #22b9ad, #159789); }
.price-card ul { margin: 1.1rem 0 1.35rem; padding: 0; list-style: none; display: grid; gap: 0.6rem; }
.price-card li { position: relative; padding-left: 1.72rem; color: #2f3f59; font-size: 0.84rem; line-height: 1.35; }
.price-card li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 1rem; height: 1rem; display: grid; place-items: center; border: 1px solid rgba(18, 184, 79, 0.26); border-radius: 999px; color: #0ea94a; background: rgba(18, 184, 79, 0.08); font-size: 0.66rem; }
.price-btn { min-height: 46px; margin-top: auto; display: inline-flex; align-items: center; justify-content: center; border-radius: 13px; color: #fff; font-size: 0.86rem; }
.package-note { margin: 1rem 0 0; text-align: center; color: #4e5d76; font-size: 0.86rem; }

.portfolio-section { padding-top: 2.6rem; }
.portfolio-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.portfolio-head a, .portfolio-card a { color: #2754d9; font-size: 0.86rem; }
.portfolio-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.portfolio-card { text-align: center; }
.portfolio-shot { min-height: 152px; position: relative; overflow: hidden; border: 1px solid var(--line-soft); border-radius: 15px; background: var(--surface-strong); box-shadow: var(--shadow-soft); }
.portfolio-shot span { position: absolute; left: 0.9rem; bottom: 0.8rem; z-index: 1; color: #fff; font-size: 0.76rem; }
.shot-mams { background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.9)), radial-gradient(circle at 70% 42%, rgba(129,184,214,.55), transparent 20%), linear-gradient(120deg, #f6f3eb, #dbe6ec); }
.shot-mams::before { content: ""; position: absolute; width: 130px; height: 130px; right: 18px; top: 18px; border-radius: 50%; background: linear-gradient(135deg, rgba(150,194,214,.55), rgba(92,150,180,.35)); }
.shot-mams span, .shot-college span { color: #1c2438; }
.shot-wasend { background: linear-gradient(135deg, #4a352d, #e29a56 55%, #f5efe4); }
.shot-ai { background: linear-gradient(135deg, #4b2f38, #fff 28%, #dfe7e1 68%, #fff); }
.shot-college { background: linear-gradient(135deg, #fffaf4, #fff 54%, #ffd7c5); }
.shot-college::before { content: ""; position: absolute; width: 160px; height: 160px; right: -10px; top: 25px; border-radius: 50%; background: rgba(244,153,115,.78); }
.portfolio-card h3 { margin: 0.8rem 0 0.34rem; font-size: 0.96rem; }
.portfolio-card p { margin-bottom: 0.55rem; color: #51607a; font-size: 0.84rem; line-height: 1.36; }

.about-layout, .contact-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 1.4rem; align-items: start; }
.about-kicker { display: inline-flex; margin-bottom: 0.8rem; color: var(--blue); font-size: 0.82rem; }
.about-points { display: grid; gap: 0.88rem; }
.about-points article { display: grid; grid-template-columns: auto 1fr; gap: 0.9rem; padding: 1.12rem 1.12rem; border: 1px solid var(--line-soft); border-radius: 20px; background: var(--surface-strong); box-shadow: var(--shadow-soft); }
.about-point-icon { width: 1.8rem; height: 1.8rem; display: grid; place-items: center; color: #0fa444; }
.about-points h3 { margin-bottom: 0.24rem; font-size: 0.98rem; }
.about-points p { margin: 0; color: #5a6882; font-size: 0.86rem; }
.contact-layout { align-items: center; }
.contact-wa { width: fit-content; margin-top: 1.15rem; }
.contact-form-wrap { padding: 1.22rem; border: 1px solid var(--line-soft); border-radius: 24px; background: var(--surface-strong); box-shadow: var(--shadow-soft); }
.contact-form { display: grid; gap: 0.88rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.85rem 1rem; }
.contact-form label { display: grid; gap: 0.42rem; }
.contact-form label span { color: var(--text); font-size: 0.84rem; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(186, 196, 213, 0.7); border-radius: 14px; background: #f8fafc; color: #283654; padding: 0.82rem 0.95rem; font: inherit; font-size: 0.88rem; outline: none; transition: border-color 0.18s ease, box-shadow 0.18s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: rgba(47,100,233,.45); box-shadow: 0 0 0 4px rgba(47,100,233,.08); }
.textarea-field { grid-column: 1 / -1; }
.submit-btn { min-height: 50px; border: 0; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #4a78ee, #315fd7); font: inherit; font-size: 0.9rem; cursor: pointer; box-shadow: 0 12px 24px rgba(47,100,233,.14); }

.footer-v2 { margin-top: 0.3rem; padding: 2rem 0 0.95rem; border-top: 0; color: rgba(232,242,252,.92); background: linear-gradient(90deg, #0d2c5d 0%, #001e3f 36%, #00182f 100%); }
.footer-v2-inner { display: grid; grid-template-columns: 1.2fr 0.76fr 0.76fr 1fr; gap: 1.55rem; padding-bottom: 1.45rem; }
.footer-v2 .brand-mark { border-color: rgba(255,255,255,.72); background: transparent; box-shadow: none; }
.footer-v2 .brand-check, .footer-v2 .brand-stack, .footer-v2 .brand-stack span:last-child, .footer-v2 h3, .footer-v2 h4, .footer-v2 a, .footer-v2 p { color: rgba(239,246,255,.92); }
.footer-brand-col p { max-width: 370px; margin: 0.95rem 0 1rem; line-height: 1.65; font-size: 0.88rem; }
.footer-socials { display: flex; gap: 0.75rem; }
.footer-socials a { width: 1.8rem; height: 1.8rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; }
.footer-links-col, .footer-contact-col { display: grid; align-content: start; gap: 0.58rem; }
.footer-links-col h3, .footer-contact-col h3 { margin: 0 0 0.35rem; font-size: 0.94rem; }
.footer-links-col a, .footer-contact-col p, .footer-bottom a, .footer-bottom p { margin: 0; font-size: 0.84rem; }
.footer-cta-box { margin-top: 0.68rem; padding: 0.92rem; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; }
.footer-cta-box h4 { margin: 0 0 0.4rem; font-size: 0.92rem; }
.footer-cta-box p { margin: 0; line-height: 1.55; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 0.9rem; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom div { display: flex; gap: 0.85rem; flex-wrap: wrap; }

.reveal { opacity: 0; transform: translateY(12px); transition: opacity 0.48s ease, transform 0.48s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-visual-frame { min-height: 400px; }
  .problem-grid, .package-grid, .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solution-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .footer-v2-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .nav { min-height: 64px; }
  .nav-toggle { position: relative; z-index: 70; display: inline-block; }
  .nav-menu {
    position: fixed;
    inset: 0.72rem;
    top: 74px;
    z-index: 60;
    display: grid;
    align-content: start;
    gap: 0.45rem;
    padding: 0.74rem;
    border: 1px solid rgba(170, 184, 204, 0.48);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 16px 34px rgba(35, 50, 78, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
  }
  .nav-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-menu a { padding: 0.82rem; border-radius: 13px; background: #f5f8fb; }
  .nav-menu a[href="#home"]::after { display: none; }
  .nav-menu .nav-cta { margin-left: 0; text-align: center; }
  .package-title-row, .about-layout, .contact-layout { grid-template-columns: 1fr; display: grid; }
  .package-nav { display: none; }
}

@media (max-width: 740px) {
  body { font-size: 13px; }
  .container, .nav { width: min(var(--container), calc(100% - 1.2rem)); }
  .section { padding: 2.35rem 0; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-stack { font-size: 0.76rem; }
  .hero-v3 { padding-top: 1.4rem; padding-bottom: 1.8rem; }
  .hero-v3 h1 { font-size: clamp(2rem, 11vw, 3.05rem); }
  .hero-desc-light { font-size: 0.92rem; line-height: 1.62; }
  .hero-actions { gap: 0.58rem; }
  .btn { width: 100%; min-height: 46px; padding: 0.78rem 1rem; }
  .hero-note { grid-template-columns: 1fr; gap: 0.55rem; }
  .hero-visual-frame { min-height: 270px; padding: 0.8rem; border-radius: 22px; }
  .hero-visual-frame::before { inset: 13px; border-radius: 16px; }
  .hero-chip { padding: 0.54rem 0.72rem; font-size: 0.72rem; }
  .hero-chip::before { width: 16px; height: 16px; }
  .hero-chip-top { top: 24px; right: 18px; }
  .hero-chip-bottom { left: 18px; bottom: 22px; }
  .problem-grid, .package-grid, .portfolio-grid, .solution-grid, .form-grid, .footer-v2-inner { grid-template-columns: 1fr; }
  .problem-heading h2, .solution-heading h2, .package-title-row h2, .portfolio-head h2, .about-copy h2, .contact-copy h2 { font-size: clamp(1.48rem, 8vw, 2.15rem); letter-spacing: -0.045em; }
  .problem-card { min-height: auto; padding: 1.25rem 1rem; }
  .problem-icon, .solution-icon { width: 52px; height: 52px; margin-bottom: 0.85rem; }
  .problem-icon svg, .solution-icon svg { width: 24px; height: 24px; }
  .solution-panel { padding: 1.2rem 0.9rem; }
  .solution-grid { gap: 0.7rem; }
  .solution-item { min-height: 92px; padding: 0.82rem; border: 1px solid var(--line-soft); border-radius: 16px; background: rgba(255,255,255,.72); }
  .package-title-row { gap: 0.5rem; }
  .price-card { min-height: auto; padding: 1.15rem 1rem; }
  .portfolio-head, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .portfolio-shot { min-height: 135px; }
  .contact-form-wrap { padding: 1rem; border-radius: 20px; }
  .contact-wa { width: 100%; }
  .footer-v2 { padding-top: 1.6rem; }
  .footer-bottom div { gap: 0.5rem; }
}

@media (max-width: 380px) {
  .nav-menu { inset: 0.55rem; top: 70px; }
  .hero-v3 h1 { font-size: 1.85rem; }
  .hero-visual-frame { min-height: 240px; }
  .problem-card h3, .price-card h3, .portfolio-card h3 { font-size: 0.92rem; }
}

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


/* Hero polish v8 brutal compact */
.hero-v3 {
  min-height: auto;
  padding-top: clamp(1.35rem, 2.7vw, 2.25rem);
  padding-bottom: clamp(1.45rem, 2.9vw, 2.35rem);
}

.hero-v3 .hero-layout {
  grid-template-columns: minmax(0, 0.88fr) minmax(340px, 1.12fr);
  gap: clamp(1.45rem, 3.4vw, 3rem);
}

.hero-v3 .hero-copy {
  max-width: 620px;
  align-self: center;
}

.hero-v3 h1 {
  max-width: 575px;
  margin-bottom: 0.85rem;
  color: #111c31;
  font-size: clamp(1.95rem, 3.45vw, 3.05rem);
  line-height: 1.085;
  letter-spacing: -0.055em;
}

.hero-v3 h1 span {
  display: inline;
  color: #436fe3;
  text-decoration-line: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.15em;
  text-decoration-color: rgba(67, 111, 227, 0.28);
}

.hero-v3 .hero-desc-light {
  max-width: 610px;
  margin-bottom: 1.05rem;
  color: #44536d;
  font-size: clamp(0.86rem, 1.15vw, 0.97rem);
  line-height: 1.72;
  letter-spacing: -0.017em;
}

.hero-v3 .hero-actions {
  gap: 0.58rem;
  margin-bottom: 1.02rem;
}

.hero-v3 .btn {
  min-height: 43px;
  padding: 0.68rem 1.08rem;
  border-radius: 11px;
  font-size: 0.81rem;
  letter-spacing: -0.005em;
}

.hero-v3 .btn-wa {
  box-shadow: 0 12px 22px rgba(18, 184, 79, 0.15);
}

.hero-v3 .btn-outline-light {
  border-color: rgba(47, 100, 233, 0.2);
  background: rgba(255,255,255,0.62);
  box-shadow: 0 10px 20px rgba(46, 69, 112, 0.05);
}

.hero-v3 .hero-note {
  max-width: 570px;
  grid-template-columns: 24px 1fr;
  gap: 0.65rem;
}

.hero-v3 .hero-note-icon {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  font-size: 0.78rem;
}

.hero-v3 .hero-note p {
  color: #4a5a74;
  font-size: 0.84rem;
  line-height: 1.58;
  letter-spacing: -0.012em;
}

.hero-v3 .hero-visual {
  align-self: center;
}

.hero-v3 .hero-visual-frame {
  min-height: clamp(330px, 34vw, 410px);
  padding: 1rem;
  border-radius: 25px;
  border-color: rgba(184, 197, 216, 0.42);
  background:
    radial-gradient(circle at 18% 86%, rgba(190, 245, 224, 0.34), transparent 38%),
    radial-gradient(circle at 76% 24%, rgba(210, 220, 255, 0.38), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0.86), rgba(239,247,251,0.8));
  box-shadow: 0 18px 34px rgba(80, 102, 136, 0.09);
}

.hero-v3 .hero-visual-frame::before {
  inset: 18px;
  border-radius: 20px;
  border-color: rgba(204, 214, 228, 0.64);
  background:
    repeating-linear-gradient(120deg, rgba(181, 195, 216, 0.11) 0 1px, transparent 1px 13px),
    radial-gradient(circle at 66% 42%, rgba(190, 216, 255, 0.25), transparent 45%);
}

.hero-v3 .hero-visual-frame img {
  width: min(84%, 500px);
  transform: translateY(4px);
  filter: drop-shadow(0 12px 16px rgba(174, 52, 62, 0.10));
}

.hero-v3 .hero-chip {
  gap: 0.42rem;
  padding: 0.56rem 0.76rem;
  border-color: rgba(190, 201, 216, 0.56);
  background: rgba(255,255,255,0.9);
  box-shadow: 0 10px 18px rgba(65, 86, 122, 0.07);
  font-size: 0.73rem;
}

.hero-v3 .hero-chip::before {
  width: 16px;
  height: 16px;
  font-size: 0.66rem;
}

.hero-v3 .hero-chip-top {
  top: 46px;
  right: 42px;
}

.hero-v3 .hero-chip-bottom {
  left: 44px;
  bottom: 44px;
}

@media (max-width: 1180px) {
  .hero-v3 .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-v3 .hero-copy {
    max-width: 760px;
  }

  .hero-v3 h1 {
    max-width: 760px;
  }

  .hero-v3 .hero-visual-frame {
    min-height: 350px;
  }
}

@media (max-width: 740px) {
  .hero-v3 {
    padding-top: 1.15rem;
    padding-bottom: 1.45rem;
  }

  .hero-v3 .hero-layout {
    gap: 1.05rem;
  }

  .hero-v3 h1 {
    max-width: 100%;
    margin-bottom: 0.72rem;
    font-size: clamp(1.52rem, 8.2vw, 2.22rem);
    line-height: 1.12;
    letter-spacing: -0.052em;
  }

  .hero-v3 .hero-desc-light {
    margin-bottom: 0.9rem;
    font-size: 0.84rem;
    line-height: 1.62;
  }

  .hero-v3 .hero-actions {
    margin-bottom: 0.85rem;
  }

  .hero-v3 .btn {
    min-height: 42px;
    padding: 0.72rem 0.9rem;
    font-size: 0.8rem;
  }

  .hero-v3 .hero-note {
    grid-template-columns: 22px 1fr;
    gap: 0.55rem;
  }

  .hero-v3 .hero-note-icon {
    width: 22px;
    height: 22px;
  }

  .hero-v3 .hero-note p {
    font-size: 0.8rem;
    line-height: 1.55;
  }

  .hero-v3 .hero-visual-frame {
    min-height: 238px;
    padding: 0.7rem;
    border-radius: 19px;
  }

  .hero-v3 .hero-visual-frame::before {
    inset: 10px;
    border-radius: 14px;
  }

  .hero-v3 .hero-visual-frame img {
    width: min(86%, 360px);
  }

  .hero-v3 .hero-chip {
    padding: 0.42rem 0.56rem;
    gap: 0.34rem;
    font-size: 0.66rem;
  }

  .hero-v3 .hero-chip::before {
    width: 14px;
    height: 14px;
    font-size: 0.58rem;
  }

  .hero-v3 .hero-chip-top {
    top: 20px;
    right: 18px;
  }

  .hero-v3 .hero-chip-bottom {
    left: 18px;
    bottom: 18px;
  }
}

@media (max-width: 380px) {
  .hero-v3 h1 {
    font-size: 1.46rem;
  }

  .hero-v3 .hero-visual-frame {
    min-height: 220px;
  }
}
