html, body { overflow-x: hidden; }

.sf-contact-flat{
  --gold:#B89B5C;
  --green:#6D9197;
  --ink:#17373b;
  --muted: rgba(23,55,59,.72);

  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;

  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);

  padding: clamp(48px, 6vw, 88px) 18px;
  background: var(--green);
  overflow-x: hidden;
}

.sf-contact-flat h1,
.sf-contact-flat h2,
.sf-contact-flat h3,
.sf-contact-flat h4,
.sf-contact-flat h5,
.sf-contact-flat h6{
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.sf-contact-flat,
.sf-contact-flat *{ box-sizing: border-box; }

.sf-wrap{
  width: min(1120px, calc(100vw - 56px));
  margin: 0 auto;
}

.sf-head{
  text-align:center;
  margin-bottom: 18px;
  color: rgba(255,255,255,.95);
}
.sf-head h2{
  margin:0 0 8px;
  color:#fff !important;
  font-size: clamp(32px, 3.6vw, 56px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.sf-head p{
  margin:0;
  font-size: clamp(15px, 1.4vw, 18px);
  color: rgba(255,255,255,.92);
}

.sf-card{
  display:grid;
  grid-template-columns: 1fr 1.5fr;
  border-radius: 22px;
  overflow:hidden;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 26px 70px rgba(0,0,0,.18);
  width: 100%;
}

.sf-info{
  padding: clamp(22px, 2.6vw, 42px);
  border-right: 1px solid rgba(23,55,59,.08);
  background: rgba(255,255,255,.85);
}
.sf-form{
  padding: clamp(22px, 2.6vw, 42px);
  background: rgba(255,255,255,.95);
}

.sf-info h3, .sf-form h3{
  margin:0 0 10px;
  color: var(--ink);
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 850;
  letter-spacing: -0.01em;
}

.sf-lead{
  margin:0 0 18px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 16px;
}

.sf-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap: 14px;
}
.sf-list li{
  display:flex;
  gap: 14px;
  align-items:flex-start;
}

.sf-ico{
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(184,155,92,.14);
  color: var(--gold);
  border: 1px solid rgba(184,155,92,.22);
  box-shadow: 0 14px 28px rgba(184,155,92,.16);
  flex: 0 0 auto;
}
.sf-ico svg{ width: 24px; height: 24px; }

.sf-label{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(23,55,59,.55);
  margin-bottom: 2px;
  font-weight: 800;
}

.sf-link{
  color: var(--ink);
  text-decoration:none;
  font-weight: 420;
  font-size: 15.5px;
  letter-spacing: 0.01em;
}
.sf-link:hover{ color: var(--gold); }

.sf-text{
  color: var(--ink);
  font-weight: 420;
  font-size: 15.5px;
  letter-spacing: 0.01em;
}

.sf-formgrid{ margin-top: 12px; }
.sf-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.sf-field{ margin-bottom: 14px; }
.sf-field label{
  display:block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(23,55,59,.58);
  font-weight: 850;
  margin:0 0 8px;
}

.sf-field input,
.sf-field textarea{
  width: 100%;
  padding: 16px 16px;
  border-radius: 16px;
  border: 1px solid rgba(23,55,59,.14);
  background: rgba(255,255,255,.98);
  color: var(--ink);
  font-size: 16px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.sf-field input:focus,
.sf-field textarea:focus{
  border-color: rgba(184,155,92,.85);
  box-shadow: 0 0 0 5px rgba(184,155,92,.16);
}

.sf-gdpr{ margin: 10px 0 16px; }

.sf-check{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  cursor:pointer;
  user-select:none;
}
.sf-check input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.sf-box{
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 1.8px solid rgba(23,55,59,.22);
  background: rgba(255,255,255,.98);
  box-shadow: 0 6px 14px rgba(0,0,0,.08);
  flex: 0 0 auto;
  position:relative;
  margin-top: 2px;
}
.sf-check input:checked + .sf-box{
  border-color: rgba(184,155,92,.9);
  box-shadow: 0 0 0 5px rgba(184,155,92,.14);
}
.sf-check input:checked + .sf-box::after{
  content:"";
  position:absolute;
  left: 6px; top: 3px;
  width: 7px; height: 12px;
  border: solid rgba(184,155,92,1);
  border-width: 0 2.2px 2.2px 0;
  transform: rotate(45deg);
}
.sf-checkText{
  color: rgba(23,55,59,.88);
  line-height: 1.45;
  font-size: 14.5px;
}

/* Button: lock styling (no glow / no hover movement / no color shift) */
.sf-btn{
  width: min(320px, 100%);
  margin: 0 auto;
  border: none;
  padding: 18px 18px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-weight: 850;
  font-size: 16px;
  cursor:pointer;
  box-shadow: 0 18px 40px rgba(184,155,92,.36);
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  transition: background-color .25s ease, color .25s ease, opacity .15s ease;
  transform: none !important;
  filter: none !important;
}
.sf-btn:hover,
.sf-btn:focus,
.sf-btn:active{
  background: var(--gold) !important;
  color: #fff !important;
  transform: none !important;
  filter: none !important;
  box-shadow: 0 18px 40px rgba(184,155,92,.36) !important;
  outline: none !important;
}

.sf-btn:disabled{
  opacity: .75;
  pointer-events: none;
}

/* Sent state (only confirmation UI) */
.sf-btn.sf-btn--sent{
  background: #2e9b57 !important;
  box-shadow: none !important;
  opacity: 1;
}

@media (max-width: 980px){
  .sf-card{ grid-template-columns: 1fr; }
  .sf-info{ border-right:none; border-bottom: 1px solid rgba(23,55,59,.08); }
}

@media (max-width: 640px){
  .sf-row{ grid-template-columns: 1fr; }

  .sf-info{ text-align:center; }
  .sf-form{ text-align:left; }

  .sf-list{
    width: max-content;
    margin: 0 auto;
    justify-items: start;
  }
  .sf-list li{
    justify-content: flex-start;
    text-align:left;
    max-width: none;
    margin: 0;
  }

  .sf-check{
    max-width: 520px;
    margin: 0 auto;
    text-align:left;
  }
}
