/* contact - extracted verbatim from the original React bundle. */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  overflow-x:hidden;
  background:#f5faf7;
  font-family:'Inter',sans-serif;
  color:#111827;
}

.contact-page{
  overflow:hidden;
  background:
  radial-gradient(circle at top left,
  rgba(34,197,94,.12),
  transparent 28%),

  radial-gradient(circle at bottom right,
  rgba(132,204,22,.10),
  transparent 30%),

  linear-gradient(
  to bottom,
  #f6fbf7,
  #ffffff);
}

.container{
  width:min(1420px, calc(100% - 48px));
  margin:auto;
}

.section{
  padding:110px 0;
  position:relative;
}

.hero{
  min-height:92vh;
  display:flex;
  align-items:center;
  padding-top:120px;
}

.hero-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.hero-centered-content {
  max-width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.hero-centered-content .hero-badge {
  margin: 0 auto;
}

.hero-centered-content .hero-title {
  text-align: center;
}

.hero-centered-content .hero-desc {
  margin: 24px auto 0;
  max-width: 760px;
}

.centered-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 36px;
}

.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;

  padding:13px 20px;

  border-radius:999px;

  background:rgba(255,255,255,.85);

  border:1px solid rgba(34,197,94,.12);

  backdrop-filter:blur(14px);

  box-shadow:
  0 12px 40px rgba(34,197,94,.08);

  color:#16a34a;

  font-size:11px;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.hero-title{
  margin-top:34px;

  font-family:'Outfit',sans-serif;
  font-size:clamp(56px,7vw,108px);
  line-height:.9;
  letter-spacing:-0.07em;
  font-weight:900;
}

.hero-title span{
  display:block;

  background:linear-gradient(
  135deg,
  #16a34a,
  #84cc16);

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.hero-desc{
  margin-top:30px;
  max-width:670px;

  font-size:15px;
  line-height:2;

  color:#617067;
}

.hero-features{
  margin-top:40px;

  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.hero-feature{
  display:flex;
  align-items:center;
  gap:12px;

  color:#425248;

  font-size:13px;
  font-weight:600;
}

.hero-feature svg{
  color:#16a34a;
}

.hero-image-wrap{
  position:relative;
}

.hero-panoramic-box {
  position: relative;
  width: 100%;
  border-radius: 40px;
  margin-top: 10px;
}

.hero-panoramic-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 40px;
  display: block;
  box-shadow: 0 40px 120px rgba(10,50,30,.15);
}

.floating-card-left {
  position: absolute;
  bottom: -30px;
  left: 60px;
  width: 420px;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: 0 25px 70px rgba(10,40,20,.12);
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
}

.floating-card-left .floating-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34,197,94,.12), rgba(132,204,22,.12));
  color: #16a34a;
  flex-shrink: 0;
}

.floating-card-left .floating-title {
  font-size: 20px;
  font-weight: 800;
  color: #111827;
}

.floating-card-left .floating-desc {
  margin-top: 6px;
  color: #617067;
  font-size: 13px;
  line-height: 1.5;
}

.floating-card-right {
  position: absolute;
  bottom: -30px;
  right: 60px;
  width: 280px;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: 0 25px 70px rgba(10,40,20,.12);
}

.floating-icon{
  width:72px;
  height:72px;

  border-radius:22px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:
  linear-gradient(
  135deg,
  rgba(34,197,94,.12),
  rgba(132,204,22,.12));

  color:#16a34a;
}

.floating-title{
  margin-top:22px;

  font-size:26px;
  font-weight:900;
}

.floating-desc{
  margin-top:14px;

  color:#617067;

  line-height:1.9;
  font-size:14px;
}

.section-top{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:40px;
  flex-wrap:wrap;
}

.section-badge{
  color:#16a34a;

  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.section-title{
  margin-top:16px;

  font-family:'Outfit',sans-serif;
  font-size:clamp(40px,4.5vw,68px);
  line-height:1;
  letter-spacing:-0.05em;
  font-weight:900;
}

.section-desc{
  max-width:680px;

  color:#617067;

  line-height:1.9;
  font-size:15px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #16a34a;
  border-radius: 50%;
  display: inline-block;
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(22, 163, 74, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
  }
}

.contact-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 40px;
  align-items: stretch;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  height: 100%;
  align-content: space-between;
}

.info-grid > div:nth-child(3),
.info-grid > div:nth-child(4) {
  grid-column: span 2;
}

.info-card {
  position: relative;
  padding: 30px;
  border-radius: 28px;
  background: white;
  border: 1px solid rgba(22, 163, 74, 0.08);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(10, 45, 25, 0.03);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info-card:hover {
  transform: translateY(-8px);
  border-color: rgba(22, 163, 74, 0.2);
  box-shadow: 0 25px 60px rgba(22, 163, 74, 0.12);
}

.info-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.info-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(132, 204, 22, 0.1));
  color: #16a34a;
  transition: all 0.4s ease;
}

.info-card:hover .info-icon {
  transform: scale(1.08) rotate(6deg);
  background: linear-gradient(135deg, #16a34a, #84cc16);
  color: white;
  box-shadow: 0 10px 25px rgba(22, 163, 74, 0.25);
}

.info-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #16a34a;
  background: rgba(22, 163, 74, 0.06);
  padding: 6px 12px;
  border-radius: 99px;
  transition: all 0.3s ease;
}

.info-card:hover .info-card-tag {
  background: rgba(22, 163, 74, 0.12);
  transform: translateX(2px);
}

.info-title {
  margin-top: 0;
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.02em;
}

.info-detail {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #16a34a;
  line-height: 1.5;
}

.info-detail a {
  color: #16a34a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.info-detail a:hover {
  color: #15803d;
}

.info-desc {
  margin-top: 10px;
  color: #617067;
  line-height: 1.6;
  font-size: 13px;
}

.form-box {
  position: relative;
  padding: 48px;
  border-radius: 36px;
  background: white;
  border: 1px solid rgba(22, 163, 74, 0.1);
  box-shadow: 0 25px 70px rgba(10, 45, 25, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(22, 163, 74, 0.08);
  border: 1px solid rgba(22, 163, 74, 0.15);
  color: #15803d;
  border-radius: 99px;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.form-title {
  font-family: 'Outfit', sans-serif;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 900;
  color: #111827;
  letter-spacing: -0.03em;
}

.form-desc {
  margin-top: 12px;
  color: #617067;
  line-height: 1.7;
  font-size: 15px;
}

.form-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.input-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.input-box label {
  font-size: 13px;
  font-weight: 700;
  color: #1e2a24;
}

.input,
.textarea {
  width: 100%;
  border: none;
  outline: none;
  background: #f8faf8;
  border: 1px solid #e1ebe3;
  border-radius: 18px;
  padding: 16px 20px;
  font-size: 14px;
  color: #1d2a22;
  font-family: 'Inter', sans-serif;
  transition: all 0.3s ease;
}

.input:focus,
.textarea:focus {
  border-color: #16a34a;
  background: white;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12);
}

.textarea {
  min-height: 140px;
  resize: none;
}

.full {
  grid-column: span 2;
}

.btn-primary {
  margin-top: 10px;
  height: 60px;
  width: 100%;
  padding: 0 34px;
  border: none;
  border-radius: 18px;
  background: linear-gradient(135deg, #16a34a, #84cc16);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(22, 163, 74, .25);
  transition: .45s cubic-bezier(.22, 1, .36, 1);
}

.btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(22, 163, 74, .35);
}

.btn-primary svg {
  transition: transform 0.3s ease;
}

.btn-primary:hover svg {
  transform: translateX(4px) rotate(-15deg);
}

.btn-primary:hover{
  transform:translateY(-6px);
}

.btn-primary svg {
  transition: transform 0.3s ease;
}

.btn-primary:hover svg {
  transform: translateX(4px) rotate(-15deg);
}

.map-box{
  margin-top:80px;

  overflow:hidden;

  border-radius:38px;

  height:560px;

  box-shadow:
  0 20px 60px rgba(20,60,30,.08);
}

.map-box iframe{
  width:100%;
  height:100%;
  border:none;
}

.cta-box{
  position:relative;

  padding:100px 70px;

  border-radius:44px;

  overflow:hidden;

  background:
  linear-gradient(
  135deg,
  #16a34a,
  #84cc16);

  color:white;

  text-align:center;
}

.cta-pattern{
  position:absolute;
  inset:0;

  background-image:
  radial-gradient(
  rgba(255,255,255,.14) 1px,
  transparent 1px);

  background-size:28px 28px;

  opacity:.3;
}

.cta-content{
  position:relative;
  z-index:2;
}

.cta-title{
  font-family:'Outfit',sans-serif;
  font-size:clamp(44px,5vw,82px);
  line-height:.95;
  letter-spacing:-0.05em;
  font-weight:900;
}

.cta-desc{
  margin:28px auto 40px;

  max-width:760px;

  line-height:1.9;
  font-size:16px;

  color:rgba(255,255,255,.92);
}

.btn-light{
  height:62px;
  padding:0 34px;

  border:none;
  border-radius:20px;

  background:white;

  color:#17221b;

  display:inline-flex;
  align-items:center;
  gap:12px;

  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;

  cursor:pointer;
}

@media(max-width:1100px){
  .contact-grid{
    grid-template-columns:1fr;
    gap: 50px;
  }

  .hero-panoramic-image {
    height: 380px;
  }

  .floating-card-left,
  .floating-card-right {
    position:relative;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    margin-top:24px;
  }

  .hero-features,
  .form-grid{
    grid-template-columns:1fr;
  }

  .full{
    grid-column:span 1;
  }
}

@media(max-width:768px){

  .section{
    padding:90px 0;
  }

  .hero-title{
    font-size:52px;
  }

  .form-box,
  .cta-box{
    padding:34px 24px;
  }

  .map-box{
    height:420px;
  }
}

@media(max-width:640px){
  .info-grid {
    grid-template-columns: 1fr;
  }
  .info-grid > div:nth-child(3),
  .info-grid > div:nth-child(4) {
    grid-column: span 1;
  }
}
