:root {
  --navy: #142638;
  --navy-deep: #0f2132;
  --ink: #142231;
  --muted: #697789;
  --line: #e6edf4;
  --paper: #f3f9ff;
  --white: #ffffff;
  --blue: #39a8ff;
  --blue-deep: #1877f2;
  --cyan: #56d9d1;
  --shadow: 0 18px 38px rgba(20, 38, 56, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 clamp(24px, 4vw, 48px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(20, 38, 56, 0.04);
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
  font-size: 21px;
}

.brand-mark.muted {
  background: rgba(255, 255, 255, 0.12);
}

.brand strong,
.footer-brand strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: #7b8796;
  font-size: 12px;
  font-weight: 800;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 40px);
  color: #334154;
  font-size: 15px;
  font-weight: 800;
}

.desktop-nav a {
  padding: 30px 0;
}

.desktop-nav a:hover {
  color: var(--blue-deep);
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 0 0 auto;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 900;
}

.phone-link svg {
  font-size: 20px;
}

.header-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 900;
}

.header-cta {
  padding: 0 24px;
  background: var(--navy);
  color: var(--white);
  font-size: 15px;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.mobile-nav {
  position: fixed;
  inset: 82px 16px auto 16px;
  z-index: 45;
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.mobile-nav a {
  padding: 14px 12px;
  border-radius: 8px;
  color: var(--ink);
  font-weight: 900;
}

.mobile-nav a:hover {
  background: var(--paper);
}

.hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(17, 50, 80, 0.78) 0%, rgba(35, 92, 138, 0.62) 48%, rgba(82, 154, 219, 0.36) 100%),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1800&q=82") center / cover;
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(120deg, rgba(125, 190, 255, 0.16), rgba(86, 217, 209, 0.1));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 112px clamp(24px, 4vw, 48px) 96px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 32px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.hero-badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(75, 148, 255, 0.16);
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-size: clamp(46px, 6vw, 76px);
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: 0;
}

.hero h1 em {
  color: transparent;
  font-style: normal;
  background: linear-gradient(90deg, #63a4ff, #63e6dc);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lead {
  max-width: 720px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.primary-button {
  padding: 0 28px;
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.primary-button::after {
  content: "→";
  margin-left: 12px;
  font-size: 22px;
}

.secondary-button {
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 88px clamp(24px, 4vw, 48px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-heading h2,
.feature-copy h2,
.case-heading h2,
.contact-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.feature-copy p,
.case-heading p,
.contact-panel p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.service-card,
.process-grid article,
.review-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(20, 38, 56, 0.07);
}

.service-card {
  min-height: 410px;
  padding: 34px;
}

.service-card.featured {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.service-card.featured::after {
  position: absolute;
  top: -70px;
  right: -54px;
  content: "";
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.icon-box {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 8px;
  background: #eaf6ff;
  color: var(--blue-deep);
  font-size: 28px;
}

.service-card.featured .icon-box {
  background: rgba(255, 255, 255, 0.1);
  color: #70e3dc;
}

.service-card h3,
.process-grid h3,
.review-card h3 {
  margin: 26px 0 0;
  font-size: 24px;
  font-weight: 950;
}

.service-card p,
.process-grid p,
.review-card p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.service-card.featured p,
.service-card.featured li,
.service-card.featured a {
  color: rgba(255, 255, 255, 0.76);
}

.service-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 24px;
  color: #516173;
  font-size: 14px;
  line-height: 1.5;
}

.service-card li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "✓";
  color: var(--blue-deep);
  font-weight: 900;
}

.service-card.featured li::before {
  color: #70e3dc;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  color: var(--ink);
  font-weight: 950;
}

.service-card a span {
  font-size: 21px;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.feature-image {
  min-height: 440px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.feature-image img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: #344151;
  font-weight: 900;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.process-grid article {
  min-height: 230px;
  padding: 28px;
}

.process-grid span {
  color: var(--blue-deep);
  font-size: 14px;
  font-weight: 950;
}

.cases {
  max-width: none;
  padding: 92px clamp(24px, 3vw, 44px) 120px;
  background: #f7f9fc;
}

.case-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  max-width: 1390px;
  margin: 0 auto 54px;
}

.case-heading h2 {
  font-size: clamp(28px, 3vw, 34px);
}

.case-heading p {
  margin-top: 12px;
  color: #6a7585;
  font-size: 15px;
}

.case-controls {
  display: flex;
  gap: 10px;
  padding-top: 2px;
}

.case-controls button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: #7d8896;
  cursor: pointer;
  font-size: 24px;
}

.case-controls button.dark {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1390px;
  margin: 0 auto;
}

.review-card {
  min-height: 280px;
  padding: 34px 32px 30px;
  border-color: #edf1f6;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(20, 38, 56, 0.07);
}

.review-card.is-hidden {
  display: none;
}

.stars {
  color: #ffc400;
  font-size: 17px;
  letter-spacing: 2px;
}

.review-card h3 {
  margin-top: 24px;
  color: #1d2938;
  font-size: 18px;
  line-height: 1.45;
}

.review-card p {
  color: #4f5b6a;
  font-size: 14px;
  line-height: 1.85;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.reviewer img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.reviewer strong,
.reviewer small {
  display: block;
}

.reviewer strong {
  color: #182536;
  font-size: 14px;
  font-weight: 950;
}

.reviewer small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.contact-section {
  padding-top: 40px;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(28px, 5vw, 58px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(75, 148, 255, 0.14), rgba(86, 217, 209, 0.08)),
    var(--navy);
  color: var(--white);
  box-shadow: var(--shadow);
}

.contact-panel h2,
.contact-panel p {
  color: var(--white);
}

.contact-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.contact-methods a {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.contact-methods strong,
.contact-methods span {
  display: block;
}

.contact-methods strong {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.contact-methods span {
  margin-top: 6px;
  font-weight: 950;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #3c4856;
  font-size: 13px;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d6dee6;
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(75, 148, 255, 0.18);
}

.contact-form button {
  min-height: 50px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: var(--white);
  cursor: pointer;
  font-size: 16px;
  font-weight: 950;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.site-footer {
  margin-top: 0;
  padding: 70px clamp(24px, 3vw, 44px) 34px;
  background: #14293a;
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.55fr 0.85fr;
  gap: clamp(28px, 7vw, 120px);
  max-width: 1390px;
  margin: 0 auto;
}

.footer-grid p,
.footer-grid a {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.footer-grid a {
  display: block;
  margin-top: 14px;
}

.footer-grid h2 {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 950;
}

.footer-grid > div:first-child p {
  max-width: 420px;
}

.license {
  font-size: 13px;
}

.footer-contact {
  position: relative;
  padding-left: 28px;
}

.footer-contact span {
  position: absolute;
  left: 0;
  top: 1px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  max-width: 1390px;
  margin: 48px auto 0;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
}

.floating-actions {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 40;
  display: grid;
  gap: 12px;
}

.floating-actions a {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 14px 28px rgba(16, 34, 50, 0.22);
}

.floating-actions .chat {
  background: #ffd600;
  color: #101b27;
  font-size: 28px;
}

.floating-actions .phone {
  background: #172d40;
  color: var(--white);
  font-size: 25px;
}

.detail-page {
  background:
    radial-gradient(circle at 12% 12%, rgba(57, 168, 255, 0.16), transparent 28%),
    var(--paper);
}

.detail-hero {
  position: relative;
  overflow: hidden;
  max-width: 1240px;
  margin: 0 auto;
  padding: 110px clamp(24px, 4vw, 48px) 86px;
  background:
    linear-gradient(90deg, rgba(17, 50, 80, 0.76), rgba(42, 101, 151, 0.54), rgba(116, 184, 238, 0.28)),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1800&q=82") center / cover;
  border-radius: 0 0 18px 18px;
  isolation: isolate;
}

.detail-hero .hero-badge {
  color: rgba(255, 255, 255, 0.94);
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.2);
}

.detail-hero h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 950;
  line-height: 1.08;
}

.detail-hero p:not(.hero-badge) {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  line-height: 1.75;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 52px clamp(24px, 4vw, 48px) 96px;
}

.detail-main,
.detail-side,
.admin-header,
.admin-form,
.review-admin-panel,
.export-box {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(24, 119, 242, 0.08);
}

.detail-main,
.detail-side {
  padding: 34px;
}

.detail-main h2,
.detail-side h2 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  font-weight: 950;
}

.detail-main p,
.detail-side p {
  color: var(--muted);
  line-height: 1.85;
}

.blue-panel {
  margin-top: 28px;
  padding: 28px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(57, 168, 255, 0.13), rgba(86, 217, 209, 0.12));
}

.blue-panel h3 {
  margin: 0 0 16px;
  color: #125caa;
}

.blue-panel ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blue-panel li {
  position: relative;
  padding-left: 24px;
  color: #2b4258;
  font-weight: 800;
}

.blue-panel li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--blue-deep);
}

.detail-side {
  align-self: start;
  background: linear-gradient(180deg, #ffffff, #edf8ff);
}

.detail-reviews {
  padding-top: 30px;
  background: transparent;
}

.admin-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 0%, rgba(57, 168, 255, 0.24), transparent 34%),
    #eef8ff;
}

.admin-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 54px 22px 80px;
}

.admin-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  padding: 30px;
}

.admin-header h1 {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
}

.admin-header p:not(.hero-badge) {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.7;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.admin-actions button,
.admin-link {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
  background: var(--blue-deep);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.admin-actions .danger {
  background: #e5484d;
}

.admin-link {
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line);
}

.admin-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
  padding: 28px;
}

.review-admin-panel {
  margin-top: 22px;
  padding: 28px;
}

.review-admin-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.review-admin-head h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 950;
}

.review-admin-head p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.review-admin-head button,
.review-admin-title button {
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  padding: 0 14px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.review-admin-list {
  display: grid;
  gap: 16px;
}

.review-admin-item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  border: 1px solid #dcebf9;
  border-radius: 12px;
  background: #f8fcff;
}

.review-admin-title {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.review-admin-title strong {
  color: var(--ink);
  font-size: 17px;
}

.review-admin-title button {
  background: #e5484d;
}

.review-admin-item label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 900;
}

.review-admin-item label:nth-of-type(2) {
  grid-column: 1 / -1;
}

.review-admin-item input,
.review-admin-item textarea {
  width: 100%;
  border: 1px solid #cfe0f2;
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
}

.review-admin-item textarea {
  resize: vertical;
}

.admin-form label {
  display: grid;
  gap: 9px;
}

.admin-form span {
  color: var(--ink);
  font-weight: 950;
}

.admin-form small {
  display: block;
  margin-top: 4px;
  color: #7d8ca0;
  font-size: 12px;
  font-weight: 700;
}

.admin-form input,
.admin-form textarea,
.export-box {
  width: 100%;
  border: 1px solid #cfe0f2;
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
}

.admin-form textarea {
  resize: vertical;
}

.admin-form input:focus,
.admin-form textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(57, 168, 255, 0.18);
}

.export-box {
  min-height: 220px;
  margin-top: 22px;
  resize: vertical;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

@media (max-width: 1100px) {
  .desktop-nav,
  .header-contact {
    display: none;
  }

  .menu-button {
    display: block;
  }

  body.menu-open .mobile-nav {
    display: flex;
  }

  .service-grid,
  .feature-band,
  .contact-panel,
  .detail-layout,
  .admin-form {
    grid-template-columns: 1fr;
  }

  .admin-header,
  .review-admin-head {
    display: block;
  }

  .admin-actions {
    justify-content: flex-start;
    margin-top: 22px;
  }

  .review-admin-head button {
    margin-top: 16px;
  }

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

  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-card.is-hidden {
    display: block;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 68px;
    padding-inline: 16px;
  }

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

  .brand small {
    display: none;
  }

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

  .mobile-nav {
    inset: 68px 12px auto 12px;
  }

  .hero {
    min-height: 570px;
  }

  .hero-inner {
    padding: 72px 22px 64px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions,
  .footer-bottom {
    flex-direction: column;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .process-grid,
  .contact-methods,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 72px 22px;
  }

  .detail-hero {
    padding: 76px 22px 58px;
    border-radius: 0 0 14px 14px;
  }

  .detail-layout {
    padding: 0 22px 72px;
  }

  .detail-main,
  .detail-side {
    padding: 24px;
  }

  .review-admin-item {
    grid-template-columns: 1fr;
  }

  .service-card,
  .process-grid article,
  .review-card {
    min-height: auto;
    padding: 26px;
  }

  .feature-image,
  .feature-image img {
    min-height: 330px;
  }

  .case-heading {
    display: block;
  }

  .case-controls {
    display: none;
  }

  .contact-panel {
    padding: 24px;
  }

  .contact-form {
    padding: 18px;
  }

  .floating-actions {
    right: 18px;
    bottom: 18px;
  }

  .floating-actions a {
    width: 52px;
    height: 52px;
  }
}
