:root {
  --color-yellow: #ffcc22;
  --color-yellow-strong: #f4b800;
  --color-navy: #081b33;
  --color-navy-soft: #102b4d;
  --color-ink: #111827;
  --color-muted: #5b6472;
  --color-line: #d8dde6;
  --color-paper: #ffffff;
  --color-warm: #fff8df;
  --color-ash: #f3f5f8;
  --shadow-soft: 0 18px 50px rgba(8, 27, 51, 0.12);
  --shadow-card: 0 10px 28px rgba(8, 27, 51, 0.1);
  --radius: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  color: var(--color-ink);
  background: var(--color-paper);
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: 0;
  word-break: keep-all;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 204, 34, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(8, 27, 51, 0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

svg {
  width: 1.25em;
  height: 1.25em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 10px 14px;
  color: #fff;
  background: var(--color-navy);
  border-radius: var(--radius);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(8, 27, 51, 0.1);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  color: var(--color-navy);
  background: var(--color-yellow);
  border: 3px solid var(--color-navy);
  border-radius: var(--radius);
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 4px 4px 0 var(--color-navy);
}

.brand strong,
.brand em {
  display: block;
  font-style: normal;
  line-height: 1.2;
}

.brand strong {
  font-size: 23px;
  font-weight: 900;
}

.brand em {
  margin-top: 3px;
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 800;
}

.desktop-nav {
  display: none;
  align-items: center;
  gap: 4px;
  color: var(--color-navy);
  font-size: 16px;
  font-weight: 900;
}

.desktop-nav a {
  padding: 10px 14px;
  border-radius: var(--radius);
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  background: var(--color-warm);
}

.header-call {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  color: var(--color-navy);
  background: var(--color-yellow);
  border: 2px solid var(--color-navy);
  border-radius: var(--radius);
  font-size: 17px;
  font-weight: 950;
  box-shadow: 3px 3px 0 var(--color-navy);
}

.header-call:hover,
.header-call:focus-visible {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 56px;
  color: #fff;
  background:
    linear-gradient(112deg, rgba(8, 27, 51, 0.98) 0%, rgba(8, 27, 51, 0.92) 58%, rgba(244, 184, 0, 0.92) 58%, rgba(255, 204, 34, 0.94) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0 8px, transparent 8px 18px);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 16px;
  background: repeating-linear-gradient(135deg, var(--color-yellow) 0 24px, var(--color-navy) 24px 48px);
}

.hero-grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--color-yellow);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.final-cta h2,
.area-box h2 {
  margin: 0;
  line-height: 1.16;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 800px;
  font-size: clamp(36px, 5.4vw, 58px);
  font-weight: 950;
}

.hero-subtitle {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(19px, 2.3vw, 24px);
  font-weight: 750;
  line-height: 1.45;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.trust-badges li {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 900;
}

.trust-badges li::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 8px;
  background: var(--color-yellow);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 204, 34, 0.18);
}

.hero-actions {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 58px;
  padding: 14px 20px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--color-navy);
  background: var(--color-yellow);
  border-color: var(--color-yellow);
  box-shadow: 0 10px 22px rgba(255, 204, 34, 0.22);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #ffd84c;
}

.btn-secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.75);
}

.section .btn-secondary,
.faq .btn-secondary {
  color: var(--color-navy);
  background: #fff;
  border-color: var(--color-navy);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.section .btn-secondary:hover,
.section .btn-secondary:focus-visible,
.faq .btn-secondary:hover,
.faq .btn-secondary:focus-visible {
  background: var(--color-warm);
}

.btn-kakao {
  color: #161616;
  background: #fee500;
  border-color: #fee500;
}

.hero-contact {
  display: grid;
  gap: 5px;
  margin-top: 26px;
  padding: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  font-size: 16px;
}

.hero-contact strong {
  color: var(--color-yellow);
  font-size: 22px;
}

.hero-panel {
  position: relative;
  z-index: 1;
}

.image-placeholder {
  position: relative;
  display: grid;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 204, 34, 0.96), rgba(255, 255, 255, 0.82)),
    repeating-linear-gradient(135deg, rgba(8, 27, 51, 0.12) 0 14px, transparent 14px 28px);
  border: 3px solid #fff;
  box-shadow: var(--shadow-soft);
  isolation: isolate;
  place-items: center;
}

.image-placeholder::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 2px dashed rgba(8, 27, 51, 0.34);
  border-radius: var(--radius);
}

.image-placeholder::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -34px;
  width: 210px;
  height: 110px;
  background:
    linear-gradient(var(--color-navy), var(--color-navy)) 36px 36px / 110px 26px no-repeat,
    linear-gradient(var(--color-navy), var(--color-navy)) 86px 16px / 28px 88px no-repeat,
    linear-gradient(135deg, transparent 48%, var(--color-navy) 49% 54%, transparent 55%) 82px -8px / 116px 116px no-repeat,
    radial-gradient(circle, var(--color-navy) 0 19px, #fff 20px 27px, transparent 28px) 20px 74px / 58px 58px no-repeat,
    radial-gradient(circle, var(--color-navy) 0 19px, #fff 20px 27px, transparent 28px) 125px 74px / 58px 58px no-repeat;
  opacity: 0.9;
  z-index: -1;
}

.image-placeholder img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: transform 400ms ease, opacity 220ms ease;
}

.image-placeholder:has(img)::before,
.image-placeholder:has(img)::after {
  display: none;
}

.image-placeholder:has(img) {
  background: #111827;
}

.image-placeholder:has(img) > span {
  display: none;
}

.image-placeholder.has-image {
  background: #111827;
}

.image-placeholder.has-image::before,
.image-placeholder.has-image::after {
  display: none;
}

.image-placeholder.has-image img {
  opacity: 1;
}

.image-placeholder.has-image:hover img {
  transform: scale(1.03);
}

.image-placeholder.has-image span {
  display: none;
}

.photo-card.has-image span {
  display: none;
}

.photo-card figcaption {
  display: none;
}

.photo-card.has-image figcaption {
  position: absolute;
  bottom: 14px;
  left: 14px;
  z-index: 3;
  display: inline-flex;
  max-width: calc(100% - 28px);
  padding: 10px 13px;
  color: #fff;
  background: rgba(8, 27, 51, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 950;
}

.photo-card:has(img) figcaption {
  position: absolute;
  bottom: 14px;
  left: 14px;
  z-index: 3;
  display: inline-flex;
  max-width: calc(100% - 28px);
  padding: 10px 13px;
  color: #fff;
  background: rgba(8, 27, 51, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 950;
}

.image-placeholder span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  padding: 14px 18px;
  color: var(--color-navy);
  background: rgba(255, 255, 255, 0.92);
  border: 2px solid var(--color-navy);
  border-radius: var(--radius);
  font-size: 22px;
  font-weight: 950;
  box-shadow: 4px 4px 0 var(--color-navy);
}

.hero-photo {
  min-height: 410px;
}

.hero-photo img {
  object-position: center center;
}

.quick-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 14px 0 0;
  padding: 14px 16px;
  color: var(--color-navy);
  background: rgba(255, 255, 255, 0.96);
  border: 2px solid var(--color-navy);
  border-radius: var(--radius);
  box-shadow: 5px 5px 0 var(--color-yellow);
}

.quick-card p {
  margin: 0 0 4px;
  color: var(--color-muted);
  font-size: 15px;
  font-weight: 900;
}

.quick-card strong {
  display: block;
  font-size: clamp(23px, 3.2vw, 30px);
  line-height: 1.1;
  font-weight: 950;
}

.quick-card a {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  color: #fff;
  background: var(--color-navy);
  border-radius: var(--radius);
}

.section {
  padding: 72px 0;
}

.intro-strip {
  padding: 26px 0;
  background: var(--color-yellow);
  border-bottom: 4px solid var(--color-navy);
}

.intro-inner {
  display: grid;
  gap: 6px;
  color: var(--color-navy);
}

.intro-inner strong {
  font-size: clamp(22px, 4.6vw, 34px);
  line-height: 1.25;
  font-weight: 950;
}

.intro-inner span {
  font-size: 18px;
  font-weight: 800;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.section-heading h2,
.area-box h2 {
  color: var(--color-navy);
  font-size: clamp(32px, 6vw, 48px);
  font-weight: 950;
}

.section-heading p:not(.eyebrow),
.area-box p,
.final-cta p {
  margin: 14px 0 0;
  color: var(--color-muted);
  font-size: 19px;
  font-weight: 750;
}

.service-grid {
  display: grid;
  gap: 14px;
}

.service-card,
.reason-item,
.review-card,
.faq-item,
.note-box {
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
}

.service-card {
  padding: 22px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-yellow-strong);
  box-shadow: 0 18px 36px rgba(8, 27, 51, 0.13);
}

.icon-wrap {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  color: var(--color-navy);
  background: var(--color-yellow);
  border: 2px solid var(--color-navy);
  border-radius: var(--radius);
}

.service-card h3 {
  margin: 0;
  color: var(--color-navy);
  font-size: 23px;
  line-height: 1.25;
  font-weight: 950;
}

.service-card p {
  margin: 10px 0 0;
  color: var(--color-muted);
  font-size: 17px;
  font-weight: 700;
}

.seo-service {
  background: #081b33;
  color: #fff;
}

.seo-service .section-heading h2,
.seo-service .section-heading p {
  color: #fff;
}

.seo-service .eyebrow {
  color: var(--color-yellow);
}

.seo-service-box {
  display: grid;
  gap: 24px;
}

.keyword-grid {
  display: grid;
  gap: 14px;
}

.keyword-grid article {
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
}

.keyword-grid strong {
  color: var(--color-yellow);
  font-size: 21px;
  line-height: 1.25;
}

.keyword-grid p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  font-weight: 700;
}

.keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.keyword-list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 13px;
  color: #081b33;
  background: var(--color-yellow);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 900;
}

.visual-band {
  background: linear-gradient(180deg, #fff 0%, var(--color-ash) 100%);
}

.visual-grid {
  display: grid;
  gap: 16px;
}

.visual-grid .image-placeholder {
  min-height: 360px;
  border-color: var(--color-navy);
}

.why {
  background: var(--color-ash);
}

.why-grid,
.faq-grid {
  display: grid;
  gap: 32px;
  align-items: start;
}

.section-cta {
  margin-top: 24px;
}

.reason-list {
  display: grid;
  gap: 12px;
}

.reason-item {
  position: relative;
  padding: 22px 22px 22px 58px;
}

.reason-item::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 29px;
  width: 18px;
  height: 18px;
  background: var(--color-yellow);
  border: 3px solid var(--color-navy);
  border-radius: 50%;
}

.reason-item strong {
  display: block;
  color: var(--color-navy);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 950;
}

.reason-item p {
  margin: 8px 0 0;
  color: var(--color-muted);
  font-size: 17px;
  font-weight: 720;
}

.reviews {
  background: #fff;
}

.rating-panel {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  padding: 22px;
  color: #fff;
  background: var(--color-navy);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.rating-panel > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.stars {
  color: var(--color-yellow);
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0;
}

.rating-panel strong {
  font-size: clamp(27px, 5vw, 38px);
  line-height: 1.1;
  font-weight: 950;
}

.rating-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 780;
}

.review-grid {
  display: grid;
  gap: 14px;
}

.review-card {
  padding: 22px;
}

.review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.review-top strong {
  color: var(--color-navy);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 950;
}

.review-top span {
  flex: 0 0 auto;
  color: var(--color-muted);
  font-size: 14px;
  font-weight: 800;
}

.review-card p {
  margin: 0;
  color: #202938;
  font-size: 17px;
  font-weight: 720;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.tag-list span {
  padding: 7px 10px;
  color: var(--color-navy);
  background: var(--color-warm);
  border: 1px solid rgba(244, 184, 0, 0.52);
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 900;
}

.process {
  color: #fff;
  background: var(--color-navy);
}

.process .section-heading h2,
.process .section-heading p:not(.eyebrow) {
  color: #fff;
}

.process-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 78px;
  padding: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
}

.process-list span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  color: var(--color-navy);
  background: var(--color-yellow);
  border-radius: 50%;
  font-size: 19px;
  font-weight: 950;
}

.process-list strong {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 950;
}

.note-box {
  margin-top: 18px;
  padding: 22px;
  color: var(--color-navy);
  background: var(--color-yellow);
  border-color: transparent;
}

.note-box strong {
  display: block;
  font-size: 24px;
  font-weight: 950;
}

.note-box p {
  margin: 8px 0 0;
  color: var(--color-navy);
  font-weight: 850;
}

.faq {
  background: var(--color-ash);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 18px 58px 18px 20px;
  color: var(--color-navy);
  cursor: pointer;
  font-size: 20px;
  font-weight: 950;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  transform: translateY(-50%);
  color: var(--color-navy);
  background: var(--color-yellow);
  border-radius: 50%;
  font-size: 25px;
  line-height: 1;
  font-weight: 950;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 20px 22px;
  color: var(--color-muted);
  font-size: 17px;
  font-weight: 730;
}

.service-area {
  background: #fff;
}

.area-box {
  display: grid;
  gap: 22px;
  align-items: center;
  padding: 28px;
  color: var(--color-navy);
  background: var(--color-warm);
  border: 3px solid var(--color-navy);
  border-radius: var(--radius);
  box-shadow: 8px 8px 0 var(--color-yellow);
}

.area-box .eyebrow {
  color: var(--color-navy);
}

.final-cta {
  padding: 72px 0 86px;
  color: #fff;
  background:
    repeating-linear-gradient(135deg, rgba(255, 204, 34, 0.2) 0 16px, transparent 16px 34px),
    var(--color-navy);
}

.final-inner {
  max-width: 930px;
  text-align: center;
}

.final-cta h2 {
  color: #fff;
  font-size: clamp(34px, 7vw, 58px);
  font-weight: 950;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.82);
}

.final-cta .hero-actions {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.site-footer {
  padding: 34px 0 96px;
  color: rgba(255, 255, 255, 0.82);
  background: #050d18;
}

.footer-grid {
  display: grid;
  gap: 20px;
}

.site-footer strong {
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 950;
}

.site-footer p {
  margin: 6px 0;
  font-size: 15px;
  font-weight: 700;
}

.site-footer a {
  color: var(--color-yellow);
  font-weight: 950;
}

.mobile-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(5, 13, 24, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 -16px 34px rgba(0, 0, 0, 0.2);
}

.mobile-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  color: var(--color-navy);
  background: var(--color-yellow);
  border-radius: var(--radius);
  font-size: 17px;
  font-weight: 950;
}

.mobile-cta a:last-child {
  color: #fff;
  background: var(--color-navy-soft);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@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;
  }
}

@media (min-width: 560px) {
  .service-grid,
  .review-grid,
  .visual-grid,
  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 800px) {
  .site-footer {
    padding-bottom: 38px;
  }

  .desktop-nav {
    display: flex;
  }

  .header-call {
    display: inline-flex;
  }

  .hero {
    padding: 54px 0 78px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
    gap: 42px;
  }

  .hero-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .final-cta .hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-actions .btn {
    min-width: 184px;
  }

  .hero-actions .btn-primary {
    min-width: 282px;
  }

  .intro-inner {
    grid-template-columns: 1.4fr 0.8fr;
    align-items: center;
  }

  .service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .keyword-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-grid,
  .faq-grid {
    grid-template-columns: 0.82fr 1.18fr;
    gap: 46px;
  }

  .reason-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .area-box {
    grid-template-columns: 1fr auto;
  }

  .footer-grid {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .mobile-cta {
    display: none;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .brand strong {
    font-size: 20px;
  }

  .brand em {
    font-size: 12px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .header-inner {
    min-height: 68px;
  }

  .hero {
    padding-top: 28px;
  }

  .trust-badges li {
    min-height: 40px;
    font-size: 15px;
  }

  .btn {
    width: 100%;
    min-height: 60px;
    font-size: 18px;
  }

  .hero-photo {
    min-height: 320px;
  }

  .image-placeholder span {
    max-width: calc(100% - 34px);
    font-size: 19px;
    text-align: center;
  }

  .quick-card {
    margin-top: 12px;
    padding: 13px;
  }

  .section {
    padding: 58px 0;
  }

  .review-top {
    display: grid;
  }

  .faq-item summary {
    font-size: 18px;
  }
}
