:root {
  --primary: #0d9488;
  --secondary: #0f172a;
  --on-primary: #ffffff;
  --bg: #f8fafc;
  --surface: #ffffff;
  --text: #0f172a;
  --muted: #475569;
  --border: #e2e8f0;
  --radius: 16px;
  --shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  --font: "Plus Jakarta Sans", system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); }
.nav-links a.is-active { color: var(--primary); font-weight: 700; }
:root{--radius:16px}

:root, [data-section] {
  --section-padding: 4rem 0;
  --section-margin: 0;
  --section-container: 1120px;
  --section-radius: 16px;
  --section-bg: var(--bg);
  --section-overlay: none;
  --section-align: left;
  --section-spacing: 1.5rem;
}
.sec-header-06 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: color-mix(in srgb, var(--surface) 95%, transparent);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px color-mix(in srgb, var(--primary) 15%, transparent);
}
.sec-header-06 .bar {
  width: min(1400px, calc(100% - 10%));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
}
.sec-header-06 .logo {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  text-decoration: none;
  color: var(--primary);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: .04em;
}
.sec-header-06 .logo img { width: 34px; height: 34px; border-radius: 10px; object-fit: cover; }
.sec-header-06 .nav { display: none; gap: 1.75rem; flex-wrap: wrap; }
.sec-header-06 .nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
  font-size: .95rem;
  position: relative;
}
.sec-header-06 .nav a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -4px;
  width: 0; height: 2px;
  background: var(--primary);
  transition: width .25s ease;
}
.sec-header-06 .nav a:hover { color: var(--primary); }
.sec-header-06 .nav a:hover::after { width: 100%; }
.sec-header-06 .cta {
  display: inline-flex;
  background: var(--primary);
  color: var(--on-primary);
  text-decoration: none;
  font-weight: 700;
  font-size: .88rem;
  padding: .65rem 1.15rem;
  border-radius: 999px;
}
@media (min-width: 900px) {
  .sec-header-06 .nav { display: flex; }
}

:root, [data-section] {
  --section-padding: 4rem 0;
  --section-margin: 0;
  --section-container: 1120px;
  --section-radius: 16px;
  --section-bg: var(--bg);
  --section-overlay: none;
  --section-align: left;
  --section-spacing: 1.5rem;
}
.sec-hero-08 {
  min-height: min(100vh, 900px);
  display: flex;
  align-items: center;
  padding: 4.5rem 0 3.5rem;
  background: linear-gradient(135deg, var(--bg) 0%, color-mix(in srgb, var(--primary) 18%, var(--bg)) 100%);
}
.sec-hero-08 .container { width: min(1400px, calc(100% - 10%)); margin: 0 auto; }
.sec-hero-08 .hero {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
.sec-hero-08 .eyebrow {
  margin: 0 0 1rem;
  color: var(--primary);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
}
.sec-hero-08 h1 {
  margin: 0 0 1.25rem;
  font-size: clamp(2.1rem, 4.5vw, 3.4rem);
  line-height: 1.25;
  letter-spacing: -.02em;
  color: var(--secondary);
}
.sec-hero-08 .lead {
  margin: 0 0 2rem;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.85;
  max-width: 38rem;
}
.sec-hero-08 .btn {
  display: inline-flex;
  background: var(--primary);
  color: var(--on-primary);
  text-decoration: none;
  font-weight: 700;
  padding: 1rem 2.2rem;
  border-radius: 999px;
  box-shadow: 0 8px 25px color-mix(in srgb, var(--primary) 30%, transparent);
  transition: transform .25s ease, background .25s ease;
}
.sec-hero-08 .btn:hover { transform: translateY(-3px); }
.sec-hero-08 img {
  width: 100%;
  height: min(560px, 70vw);
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 20px 60px color-mix(in srgb, var(--primary) 20%, transparent);
}
@media (min-width: 960px) {
  .sec-hero-08 .hero { grid-template-columns: 1fr 1fr; gap: 4rem; }
  .sec-hero-08 img { height: 600px; }
}

:root, [data-section] {
  --section-padding: 4rem 0;
  --section-margin: 0;
  --section-container: 1120px;
  --section-radius: 16px;
  --section-bg: var(--bg);
  --section-overlay: none;
  --section-align: left;
  --section-spacing: 1.5rem;
}
.sec-services-05 {
  padding: 5.5rem 0;
  background: var(--surface);
}
.sec-services-05 .container {
  width: min(1400px, calc(100% - 10%));
  margin: 0 auto;
}
.sec-services-05 .title {
  text-align: center;
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  color: var(--secondary);
  letter-spacing: -.02em;
  margin: 0 0 3.5rem;
}
.sec-services-05 .title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  margin: 1rem auto 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--primary) 45%, #d4b896);
}
.sec-services-05 .collection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 2.25rem;
  margin: 0 auto 3.5rem;
}
.sec-services-05 .card {
  background: var(--bg);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px color-mix(in srgb, var(--primary) 15%, transparent);
  transition: transform .35s ease, box-shadow .35s ease;
}
.sec-services-05 .card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px color-mix(in srgb, var(--primary) 25%, transparent);
}
.sec-services-05 .card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}
.sec-services-05 .card-content { padding: 1.75rem 1.85rem 2rem; }
.sec-services-05 .card-content h3 {
  margin: 0 0 .85rem;
  font-size: 1.45rem;
  color: var(--secondary);
}
.sec-services-05 .card-content p {
  margin: 0 0 1.25rem;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1rem;
}
.sec-services-05 .card-content a { text-decoration: none; }
.sec-services-05 .price {
  display: inline-block;
  background: color-mix(in srgb, var(--primary) 28%, #d4b896);
  color: var(--secondary);
  padding: .55rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: .95rem;
}
.sec-services-05 .price:empty { display: none; }
.sec-services-05 .banner {
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: var(--on-primary);
  padding: 3.5rem 2.5rem;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 15px 50px color-mix(in srgb, var(--primary) 30%, transparent);
}
.sec-services-05 .banner h2 {
  margin: 0 0 1.15rem;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  letter-spacing: -.02em;
}
.sec-services-05 .banner p {
  margin: 0 auto 1.5rem;
  max-width: 40rem;
  font-size: 1.08rem;
  line-height: 1.8;
  opacity: .95;
}
.sec-services-05 .banner .btn {
  display: inline-flex;
  background: #fff;
  color: var(--secondary);
  text-decoration: none;
  font-weight: 800;
  padding: .85rem 1.5rem;
  border-radius: 999px;
}
@media (max-width: 768px) {
  .sec-services-05 .card img { height: 220px; }
  .sec-services-05 .banner { padding: 2.5rem 1.5rem; }
}

:root, [data-section] {
  --section-padding: 4rem 0;
  --section-margin: 0;
  --section-container: 1120px;
  --section-radius: 16px;
  --section-bg: var(--bg);
  --section-overlay: none;
  --section-align: left;
  --section-spacing: 1.5rem;
}
.sec-features-05 {
  padding: 5.5rem 0;
  background: linear-gradient(180deg, var(--bg) 0%, color-mix(in srgb, var(--primary) 16%, var(--bg)) 100%);
}
.sec-features-05 .container { width: min(1400px, calc(100% - 10%)); margin: 0 auto; }
.sec-features-05 .title {
  text-align: center;
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  color: var(--secondary);
  margin: 0 0 3rem;
}
.sec-features-05 .title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  margin: 1rem auto 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--primary) 45%, #d4b896);
}
.sec-features-05 .grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
.sec-features-05 .box {
  background: var(--surface);
  border-radius: 20px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 10px 40px color-mix(in srgb, var(--primary) 15%, transparent);
  transition: transform .35s ease;
}
.sec-features-05 .box:hover { transform: translateY(-8px) scale(1.01); }
.sec-features-05 img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 1.15rem;
}
.sec-features-05 h3 {
  margin: 0 0 .7rem;
  font-size: 1.25rem;
  color: var(--secondary);
}
.sec-features-05 p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: .95rem;
}
@media (min-width: 700px) {
  .sec-features-05 .grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .sec-features-05 .grid { grid-template-columns: repeat(4, 1fr); }
}

:root, [data-section] {
  --section-padding: 4rem 0;
  --section-margin: 0;
  --section-container: 1120px;
  --section-radius: 16px;
  --section-bg: var(--bg);
  --section-overlay: none;
  --section-align: left;
  --section-spacing: 1.5rem;
}
.sec-about-04 {
  padding: 5.5rem 0;
  background: var(--surface);
}
.sec-about-04 .container { width: min(1400px, calc(100% - 10%)); margin: 0 auto; }
.sec-about-04 .about {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
.sec-about-04 img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 20px 60px color-mix(in srgb, var(--primary) 20%, transparent);
}
.sec-about-04 h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--secondary);
  letter-spacing: -.02em;
}
.sec-about-04 .text p {
  margin: 0 0 1.15rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.85;
}
.sec-about-04 .text p:empty { display: none; }
.sec-about-04 .text p:last-child { margin-bottom: 0; }
@media (min-width: 960px) {
  .sec-about-04 .about { grid-template-columns: 1fr 1fr; gap: 4.5rem; }
  .sec-about-04 img { height: 550px; }
}

:root, [data-section] {
  --section-padding: 4rem 0;
  --section-margin: 0;
  --section-container: 1120px;
  --section-radius: 16px;
  --section-bg: var(--bg);
  --section-overlay: none;
  --section-align: left;
  --section-spacing: default;
}
.sec-contact-03 {
  padding: 5.5rem 0;
  background: linear-gradient(135deg, var(--bg) 0%, color-mix(in srgb, var(--primary) 16%, var(--bg)) 100%);
}
.sec-contact-03 .container { width: min(1400px, calc(100% - 10%)); margin: 0 auto; }
.sec-contact-03 .title {
  text-align: center;
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  color: var(--secondary);
  margin: 0 0 3rem;
}
.sec-contact-03 .title::after {
  content: '◎';
  display: block;
  margin-top: .85rem;
  color: color-mix(in srgb, var(--primary) 55%, #d4b896);
  font-size: 1.2rem;
}
.sec-contact-03 .grid {
  display: grid;
  gap: 1.75rem;
}
.sec-contact-03 .panel {
  background: var(--surface);
  padding: 2rem;
  border-radius: 25px;
  box-shadow: 0 15px 50px color-mix(in srgb, var(--primary) 15%, transparent);
}
.sec-contact-03 form input,
.sec-contact-03 form textarea {
  width: 100%;
  padding: .95rem 1.2rem;
  margin-bottom: 1.1rem;
  border: 2px solid color-mix(in srgb, var(--border) 80%, #e8e8e8);
  border-radius: 12px;
  font: inherit;
  background: var(--surface);
  color: var(--text);
}
.sec-contact-03 form input:focus,
.sec-contact-03 form textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary) 12%, transparent);
}
.sec-contact-03 form textarea { resize: vertical; min-height: 140px; }
.sec-contact-03 form button {
  width: 100%;
  border: 0;
  background: var(--primary);
  color: var(--on-primary);
  padding: 1.05rem;
  border-radius: 12px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.sec-contact-03 .info h3 {
  margin: 0 0 1.35rem;
  font-size: 1.55rem;
  color: var(--secondary);
}
.sec-contact-03 .info p {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.8;
}
.sec-contact-03 .info a { color: var(--primary); text-decoration: none; font-weight: 600; }
.sec-contact-03 .info strong { color: var(--secondary); }
@media (min-width: 900px) {
  .sec-contact-03 .grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .sec-contact-03 .panel { padding: 2.5rem; }
}

:root, [data-section] {
  --section-padding: 4rem 0;
  --section-margin: 0;
  --section-container: 1120px;
  --section-radius: 16px;
  --section-bg: var(--bg);
  --section-overlay: none;
  --section-align: left;
  --section-spacing: 1.5rem;
}
.sec-footer-06 {
  background: var(--secondary);
  color: #fff;
  text-align: center;
  padding: 2.75rem 1rem;
}
.sec-footer-06 .container { width: min(1400px, calc(100% - 10%)); margin: 0 auto; }
.sec-footer-06 p {
  margin: 0;
  font-size: 1.02rem;
  opacity: .92;
}

:root, [data-section] {
  --section-padding: 4rem 0;
  --section-margin: 0;
  --section-container: 1120px;
  --section-radius: 16px;
  --section-bg: var(--bg);
  --section-overlay: none;
  --section-align: left;
  --section-spacing: 1.5rem;
}
.sec-header-06 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: color-mix(in srgb, var(--surface) 95%, transparent);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px color-mix(in srgb, var(--primary) 15%, transparent);
}
.sec-header-06 .bar {
  width: min(1400px, calc(100% - 10%));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
}
.sec-header-06 .logo {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  text-decoration: none;
  color: var(--primary);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: .04em;
}
.sec-header-06 .logo img { width: 34px; height: 34px; border-radius: 10px; object-fit: cover; }
.sec-header-06 .nav { display: none; gap: 1.75rem; flex-wrap: wrap; }
.sec-header-06 .nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
  font-size: .95rem;
  position: relative;
}
.sec-header-06 .nav a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -4px;
  width: 0; height: 2px;
  background: var(--primary);
  transition: width .25s ease;
}
.sec-header-06 .nav a:hover { color: var(--primary); }
.sec-header-06 .nav a:hover::after { width: 100%; }
.sec-header-06 .cta {
  display: inline-flex;
  background: var(--primary);
  color: var(--on-primary);
  text-decoration: none;
  font-weight: 700;
  font-size: .88rem;
  padding: .65rem 1.15rem;
  border-radius: 999px;
}
@media (min-width: 900px) {
  .sec-header-06 .nav { display: flex; }
}

:root, [data-section] {
  --section-padding: 4rem 0;
  --section-margin: 0;
  --section-container: 1120px;
  --section-radius: 16px;
  --section-bg: var(--bg);
  --section-overlay: none;
  --section-align: left;
  --section-spacing: 1.5rem;
}
.sec-about-04 {
  padding: 5.5rem 0;
  background: var(--surface);
}
.sec-about-04 .container { width: min(1400px, calc(100% - 10%)); margin: 0 auto; }
.sec-about-04 .about {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
.sec-about-04 img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 20px 60px color-mix(in srgb, var(--primary) 20%, transparent);
}
.sec-about-04 h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--secondary);
  letter-spacing: -.02em;
}
.sec-about-04 .text p {
  margin: 0 0 1.15rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.85;
}
.sec-about-04 .text p:empty { display: none; }
.sec-about-04 .text p:last-child { margin-bottom: 0; }
@media (min-width: 960px) {
  .sec-about-04 .about { grid-template-columns: 1fr 1fr; gap: 4.5rem; }
  .sec-about-04 img { height: 550px; }
}

:root, [data-section] {
  --section-padding: 4rem 0;
  --section-margin: 0;
  --section-container: 1120px;
  --section-radius: 16px;
  --section-bg: var(--bg);
  --section-overlay: none;
  --section-align: left;
  --section-spacing: 1.5rem;
}
.sec-footer-06 {
  background: var(--secondary);
  color: #fff;
  text-align: center;
  padding: 2.75rem 1rem;
}
.sec-footer-06 .container { width: min(1400px, calc(100% - 10%)); margin: 0 auto; }
.sec-footer-06 p {
  margin: 0;
  font-size: 1.02rem;
  opacity: .92;
}

:root, [data-section] {
  --section-padding: 4rem 0;
  --section-margin: 0;
  --section-container: 1120px;
  --section-radius: 16px;
  --section-bg: var(--bg);
  --section-overlay: none;
  --section-align: left;
  --section-spacing: 1.5rem;
}
.sec-header-06 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: color-mix(in srgb, var(--surface) 95%, transparent);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px color-mix(in srgb, var(--primary) 15%, transparent);
}
.sec-header-06 .bar {
  width: min(1400px, calc(100% - 10%));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
}
.sec-header-06 .logo {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  text-decoration: none;
  color: var(--primary);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: .04em;
}
.sec-header-06 .logo img { width: 34px; height: 34px; border-radius: 10px; object-fit: cover; }
.sec-header-06 .nav { display: none; gap: 1.75rem; flex-wrap: wrap; }
.sec-header-06 .nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
  font-size: .95rem;
  position: relative;
}
.sec-header-06 .nav a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -4px;
  width: 0; height: 2px;
  background: var(--primary);
  transition: width .25s ease;
}
.sec-header-06 .nav a:hover { color: var(--primary); }
.sec-header-06 .nav a:hover::after { width: 100%; }
.sec-header-06 .cta {
  display: inline-flex;
  background: var(--primary);
  color: var(--on-primary);
  text-decoration: none;
  font-weight: 700;
  font-size: .88rem;
  padding: .65rem 1.15rem;
  border-radius: 999px;
}
@media (min-width: 900px) {
  .sec-header-06 .nav { display: flex; }
}

:root, [data-section] {
  --section-padding: 4rem 0;
  --section-margin: 0;
  --section-container: 1120px;
  --section-radius: 16px;
  --section-bg: var(--bg);
  --section-overlay: none;
  --section-align: left;
  --section-spacing: 1.5rem;
}
.sec-services-05 {
  padding: 5.5rem 0;
  background: var(--surface);
}
.sec-services-05 .container {
  width: min(1400px, calc(100% - 10%));
  margin: 0 auto;
}
.sec-services-05 .title {
  text-align: center;
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  color: var(--secondary);
  letter-spacing: -.02em;
  margin: 0 0 3.5rem;
}
.sec-services-05 .title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  margin: 1rem auto 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--primary) 45%, #d4b896);
}
.sec-services-05 .collection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 2.25rem;
  margin: 0 auto 3.5rem;
}
.sec-services-05 .card {
  background: var(--bg);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px color-mix(in srgb, var(--primary) 15%, transparent);
  transition: transform .35s ease, box-shadow .35s ease;
}
.sec-services-05 .card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px color-mix(in srgb, var(--primary) 25%, transparent);
}
.sec-services-05 .card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}
.sec-services-05 .card-content { padding: 1.75rem 1.85rem 2rem; }
.sec-services-05 .card-content h3 {
  margin: 0 0 .85rem;
  font-size: 1.45rem;
  color: var(--secondary);
}
.sec-services-05 .card-content p {
  margin: 0 0 1.25rem;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1rem;
}
.sec-services-05 .card-content a { text-decoration: none; }
.sec-services-05 .price {
  display: inline-block;
  background: color-mix(in srgb, var(--primary) 28%, #d4b896);
  color: var(--secondary);
  padding: .55rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: .95rem;
}
.sec-services-05 .price:empty { display: none; }
.sec-services-05 .banner {
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: var(--on-primary);
  padding: 3.5rem 2.5rem;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 15px 50px color-mix(in srgb, var(--primary) 30%, transparent);
}
.sec-services-05 .banner h2 {
  margin: 0 0 1.15rem;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  letter-spacing: -.02em;
}
.sec-services-05 .banner p {
  margin: 0 auto 1.5rem;
  max-width: 40rem;
  font-size: 1.08rem;
  line-height: 1.8;
  opacity: .95;
}
.sec-services-05 .banner .btn {
  display: inline-flex;
  background: #fff;
  color: var(--secondary);
  text-decoration: none;
  font-weight: 800;
  padding: .85rem 1.5rem;
  border-radius: 999px;
}
@media (max-width: 768px) {
  .sec-services-05 .card img { height: 220px; }
  .sec-services-05 .banner { padding: 2.5rem 1.5rem; }
}

:root, [data-section] {
  --section-padding: 4rem 0;
  --section-margin: 0;
  --section-container: 1120px;
  --section-radius: 16px;
  --section-bg: var(--bg);
  --section-overlay: none;
  --section-align: left;
  --section-spacing: 1.5rem;
}
.sec-footer-06 {
  background: var(--secondary);
  color: #fff;
  text-align: center;
  padding: 2.75rem 1rem;
}
.sec-footer-06 .container { width: min(1400px, calc(100% - 10%)); margin: 0 auto; }
.sec-footer-06 p {
  margin: 0;
  font-size: 1.02rem;
  opacity: .92;
}

:root, [data-section] {
  --section-padding: 4rem 0;
  --section-margin: 0;
  --section-container: 1120px;
  --section-radius: 16px;
  --section-bg: var(--bg);
  --section-overlay: none;
  --section-align: left;
  --section-spacing: 1.5rem;
}
.sec-header-06 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: color-mix(in srgb, var(--surface) 95%, transparent);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px color-mix(in srgb, var(--primary) 15%, transparent);
}
.sec-header-06 .bar {
  width: min(1400px, calc(100% - 10%));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
}
.sec-header-06 .logo {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  text-decoration: none;
  color: var(--primary);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: .04em;
}
.sec-header-06 .logo img { width: 34px; height: 34px; border-radius: 10px; object-fit: cover; }
.sec-header-06 .nav { display: none; gap: 1.75rem; flex-wrap: wrap; }
.sec-header-06 .nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
  font-size: .95rem;
  position: relative;
}
.sec-header-06 .nav a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -4px;
  width: 0; height: 2px;
  background: var(--primary);
  transition: width .25s ease;
}
.sec-header-06 .nav a:hover { color: var(--primary); }
.sec-header-06 .nav a:hover::after { width: 100%; }
.sec-header-06 .cta {
  display: inline-flex;
  background: var(--primary);
  color: var(--on-primary);
  text-decoration: none;
  font-weight: 700;
  font-size: .88rem;
  padding: .65rem 1.15rem;
  border-radius: 999px;
}
@media (min-width: 900px) {
  .sec-header-06 .nav { display: flex; }
}

:root, [data-section] {
  --section-padding: 4rem 0;
  --section-margin: 0;
  --section-container: 1120px;
  --section-radius: 16px;
  --section-bg: var(--bg);
  --section-overlay: none;
  --section-align: left;
  --section-spacing: 1.5rem;
}
.sec-gallery-01 { padding: 4rem 0; }
.sec-gallery-01 .container { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.sec-gallery-01 h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); letter-spacing: -0.02em; margin: 0 0 1rem; }
.sec-gallery-01 p { color: var(--muted, #475569); line-height: 1.65; }

.sec-gallery-01 .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.sec-gallery-01 img { width: 100%; height: 200px; object-fit: cover; border-radius: var(--radius); }
@media (max-width: 860px) { .sec-gallery-01 .grid { grid-template-columns: 1fr; } }

:root, [data-section] {
  --section-padding: 4rem 0;
  --section-margin: 0;
  --section-container: 1120px;
  --section-radius: 16px;
  --section-bg: var(--bg);
  --section-overlay: none;
  --section-align: left;
  --section-spacing: 1.5rem;
}
.sec-footer-06 {
  background: var(--secondary);
  color: #fff;
  text-align: center;
  padding: 2.75rem 1rem;
}
.sec-footer-06 .container { width: min(1400px, calc(100% - 10%)); margin: 0 auto; }
.sec-footer-06 p {
  margin: 0;
  font-size: 1.02rem;
  opacity: .92;
}

:root, [data-section] {
  --section-padding: 4rem 0;
  --section-margin: 0;
  --section-container: 1120px;
  --section-radius: 16px;
  --section-bg: var(--bg);
  --section-overlay: none;
  --section-align: left;
  --section-spacing: 1.5rem;
}
.sec-header-06 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: color-mix(in srgb, var(--surface) 95%, transparent);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px color-mix(in srgb, var(--primary) 15%, transparent);
}
.sec-header-06 .bar {
  width: min(1400px, calc(100% - 10%));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
}
.sec-header-06 .logo {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  text-decoration: none;
  color: var(--primary);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: .04em;
}
.sec-header-06 .logo img { width: 34px; height: 34px; border-radius: 10px; object-fit: cover; }
.sec-header-06 .nav { display: none; gap: 1.75rem; flex-wrap: wrap; }
.sec-header-06 .nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
  font-size: .95rem;
  position: relative;
}
.sec-header-06 .nav a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -4px;
  width: 0; height: 2px;
  background: var(--primary);
  transition: width .25s ease;
}
.sec-header-06 .nav a:hover { color: var(--primary); }
.sec-header-06 .nav a:hover::after { width: 100%; }
.sec-header-06 .cta {
  display: inline-flex;
  background: var(--primary);
  color: var(--on-primary);
  text-decoration: none;
  font-weight: 700;
  font-size: .88rem;
  padding: .65rem 1.15rem;
  border-radius: 999px;
}
@media (min-width: 900px) {
  .sec-header-06 .nav { display: flex; }
}

:root, [data-section] {
  --section-padding: 4rem 0;
  --section-margin: 0;
  --section-container: 1120px;
  --section-radius: 16px;
  --section-bg: var(--bg);
  --section-overlay: none;
  --section-align: left;
  --section-spacing: default;
}
.sec-contact-03 {
  padding: 5.5rem 0;
  background: linear-gradient(135deg, var(--bg) 0%, color-mix(in srgb, var(--primary) 16%, var(--bg)) 100%);
}
.sec-contact-03 .container { width: min(1400px, calc(100% - 10%)); margin: 0 auto; }
.sec-contact-03 .title {
  text-align: center;
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  color: var(--secondary);
  margin: 0 0 3rem;
}
.sec-contact-03 .title::after {
  content: '◎';
  display: block;
  margin-top: .85rem;
  color: color-mix(in srgb, var(--primary) 55%, #d4b896);
  font-size: 1.2rem;
}
.sec-contact-03 .grid {
  display: grid;
  gap: 1.75rem;
}
.sec-contact-03 .panel {
  background: var(--surface);
  padding: 2rem;
  border-radius: 25px;
  box-shadow: 0 15px 50px color-mix(in srgb, var(--primary) 15%, transparent);
}
.sec-contact-03 form input,
.sec-contact-03 form textarea {
  width: 100%;
  padding: .95rem 1.2rem;
  margin-bottom: 1.1rem;
  border: 2px solid color-mix(in srgb, var(--border) 80%, #e8e8e8);
  border-radius: 12px;
  font: inherit;
  background: var(--surface);
  color: var(--text);
}
.sec-contact-03 form input:focus,
.sec-contact-03 form textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary) 12%, transparent);
}
.sec-contact-03 form textarea { resize: vertical; min-height: 140px; }
.sec-contact-03 form button {
  width: 100%;
  border: 0;
  background: var(--primary);
  color: var(--on-primary);
  padding: 1.05rem;
  border-radius: 12px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.sec-contact-03 .info h3 {
  margin: 0 0 1.35rem;
  font-size: 1.55rem;
  color: var(--secondary);
}
.sec-contact-03 .info p {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.8;
}
.sec-contact-03 .info a { color: var(--primary); text-decoration: none; font-weight: 600; }
.sec-contact-03 .info strong { color: var(--secondary); }
@media (min-width: 900px) {
  .sec-contact-03 .grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .sec-contact-03 .panel { padding: 2.5rem; }
}

:root, [data-section] {
  --section-padding: 4rem 0;
  --section-margin: 0;
  --section-container: 1120px;
  --section-radius: 16px;
  --section-bg: var(--bg);
  --section-overlay: none;
  --section-align: left;
  --section-spacing: 1.5rem;
}
.sec-footer-06 {
  background: var(--secondary);
  color: #fff;
  text-align: center;
  padding: 2.75rem 1rem;
}
.sec-footer-06 .container { width: min(1400px, calc(100% - 10%)); margin: 0 auto; }
.sec-footer-06 p {
  margin: 0;
  font-size: 1.02rem;
  opacity: .92;
}
