* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Sticky nav */
.sticky-nav {
  position: fixed;
  top: -80px;
  left: 0;
  right: 0;
  z-index: 200;
  background: #0786c8;
  box-shadow: 0 4px 16px rgba(7, 134, 200, 0.3);
  transition: top 0.3s ease;
}

.sticky-nav.visible {
  top: 0;
}

.sticky-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.sticky-nav .logo-img {
  height: 32px;
}

.sticky-nav .nav-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.sticky-nav .nav-login {
  background: #fff;
  color: #0786c8;
  padding: 9px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
}

.sticky-nav .btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #ffffff;
  padding: 9px 16px;
  font-size: 14px;
}

body {
  font-family: Arial, sans-serif;
  color: #1f2933;
  background: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
  color: #111827;
  line-height: 1.15;
}

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

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

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.btn {
  border: 0;
  border-radius: 6px;
  padding: 12px 22px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero .btn-primary {
  padding: 14px 32px;
  font-size: 18px;
  border-radius: 8px;
  font-weight: 500;
}

.btn-primary {
  background: #0786c8;
  color: #ffffff;
}

.btn-primary:hover {
  background: #056da3;
  transform: translateY(-1px);
}

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #ffffff;
  background: transparent;
  padding: 10px 18px;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
}

.hero {
  min-height: 580px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)),
    url("../img/banner.png");
  background-size: cover;
  background-position: center top;
  color: #ffffff;
  position: relative;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0;
}

.logo {
  display: inline-flex;
  align-items: center;
}

.logo-img {
  height: 36px;
  width: auto;
  display: block;
}

.nav-actions {
  display: flex;
  gap: 14px;
  align-items: center;
}

.nav-login {
  background: #0786c8;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
}

.hero-content {
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

.hero-copy {
  max-width: 55%;
}

.hero h1 {
  color: #ffffff;
  font-size: 3rem;
  margin-bottom: 24px;
}

.hero p {
  max-width: 720px;
  margin: 0 auto 30px;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.92);
}

.section {
  padding: 60px 0;
}

.section-light {
  background: #f4f8fb;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.section h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.3rem);
  margin-bottom: 24px;
}

.section p {
  color: #596575;
  font-size: 16px;
  margin-bottom: 18px;
}

.pill {
  display: inline-block;
  border: 1px solid #c7ced8;
  border-radius: 999px;
  padding: 10px 20px;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
}

.feature-image {
  border-radius: 22px;
  overflow: hidden;
}

.steps {
  margin-top: 34px;
  display: grid;
  gap: 28px;
}

.step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  align-items: start;
}

.step-number {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #d9fbff;
  color: #0786c8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.step h3 {
  font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
  font-size: 17px;
  margin-bottom: 6px;
}

.phone-image {
  margin: 0 auto;
  border-radius: 32px;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.22));
  max-width: 420px;
}

.screens-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.screen-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  background: #101010;
}

.content-block {
  max-width: 850px;
}

.content-block ul {
  margin: 22px 0 30px 22px;
  color: #2f3b49;
}

.content-block li {
  margin-bottom: 8px;
}

.heritage-section .content-block {
  max-width: 100%;
}

.text-accent {
  color: #0786c8;
}

.section-lead {
  font-size: 17px;
  color: #596575;
  margin-bottom: 24px;
}

.heritage-section .content-block > p strong {
  color: #1e3655;
  line-height: 1.45;
}

.heritage-intro {
  max-width: 100%;
  margin-bottom: 18px;
}

.heritage-intro p:last-child {
  max-width: 980px;
}

.heritage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 390px);
  gap: 56px;
  align-items: center;
}

.heritage-points {
  max-width: 760px;
}

.heritage-section .image-cluster {
  width: min(420px, 100%);
  height: 420px;
  margin-left: auto;
  margin-top: 0;
}

.image-cluster {
  position: relative;
  width: min(360px, 100%);
  height: 360px;
  margin-left: auto;
}

.circle-img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #ffffff;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

.heritage-section .circle-img {
  border-width: 6px;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
}

.circle-img.large {
  width: 250px;
  height: 250px;
  left: 20px;
  top: 70px;
}

.circle-img.small-top {
  width: 130px;
  height: 130px;
  right: 15px;
  top: 20px;
}

.circle-img.small-bottom {
  width: 110px;
  height: 110px;
  right: 10px;
  bottom: 35px;
}

/* Large circle: 260px, no border */
.heritage-section .circle-img.large {
  width: 260px;
  height: 260px;
  left: 0;
  top: 80px;
  border: none;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.18);
}

/* Small-top: 150px, touching big circle */
.heritage-section .circle-img.small-top {
  width: 150px;
  height: 150px;
  left: 220px;
  top: 28px;
}

/* Small-bottom: 90px, touching big circle */
.heritage-section .circle-img.small-bottom {
  width: 90px;
  height: 90px;
  left: 188px;
  top: 310px;
}

.circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  border-top: 1px solid #e5e7eb;
  padding: 28px 0;
  font-size: 14px;
  color: #6b7280;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 22px;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 999;
}

.modal-overlay.active {
  display: flex;
}

.modal {
  width: min(880px, 96%);
  background: #f0f0f0;
  border-radius: 20px;
  padding: 24px;
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  border: 2px solid #0786c8;
}

.modal-split {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
  align-items: start;
}

.modal-form-side h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: #111827;
  margin-bottom: 28px;
  line-height: 1.2;
}

.modal-header {
  display: block;
}

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.modal-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.modal-form .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}

.modal-form .form-group input,
.modal-form .form-group textarea {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.modal-form .form-group textarea {
  min-height: 130px;
}

.modal-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 4px 0 20px;
}

.modal-checkbox input[type="checkbox"] {
  margin-top: 2px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #0786c8;
}

.modal-checkbox label {
  font-size: 14px;
  color: #596575;
  cursor: pointer;
  line-height: 1.5;
}

.modal-form-footer {
  display: flex;
  justify-content: flex-end;
}

.modal-submit {
  background: #4b5563;
  color: #ffffff;
  padding: 12px 32px;
  font-size: 15px;
  border-radius: 8px;
}

.modal-submit:hover {
  background: #374151;
}

.modal-image-side {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  min-height: 380px;
}

.modal-pool-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.modal-image-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0,0,0,0.65));
  border-radius: 0 0 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.modal-info-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
}

.modal-info-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.close-modal {
  position: absolute;
  right: 36px;
  top: 38px;
  border: 1px solid #d1d5db;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #111827;
  padding: 0;
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .modal-split {
    grid-template-columns: 1fr;
  }
  .modal-image-side {
    min-height: 220px;
  }
  .reverse-mobile .phone-image {
    position: static;
    bottom: 0;
    max-width: 100%;
  }
}

.form-group {
  margin-bottom: 26px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 13px 14px;
  font-size: 15px;
  font-family: Arial, sans-serif;
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #0786c8;
  box-shadow: 0 0 0 3px rgba(7, 134, 200, 0.15);
}

.form-group textarea {
  min-height: 110px;
  resize: vertical;
}

.reverse-mobile {
  position: relative;
}

.reverse-mobile .phone-image {
  position: absolute;
  bottom: 0;
  max-width: 460px;
}

@media (max-width: 900px) {


  .grid-2 {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .section {
    padding: 70px 0;
  }

  .heritage-section .image-cluster {
    width: min(380px, 100%);
    height: 380px;
    margin: 0 auto;
  }

  .heritage-layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .heritage-section .circle-img.large {
    width: 220px;
    height: 220px;
    left: 0;
    top: 70px;
    border: none;
  }

  .heritage-section .circle-img.small-top {
    width: 128px;
    height: 128px;
    left: 188px;
    top: 24px;
  }

  .heritage-section .circle-img.small-bottom {
    width: 76px;
    height: 76px;
    left: 158px;
    top: 264px;
  }

  .screens-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 400px;
  }

  .image-cluster {
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .navbar {
    flex-direction: column;
    gap: 18px;
  }

  .nav-actions {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero h1 {
    font-size: clamp(2rem, 5vw, 3rem);
  }

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

  .screens-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .image-cluster {
    width: min(300px, 100%);
    height: 300px;
  }

  .heritage-section .content-block > p strong {
    font-size: 18px;
  }

  .heritage-intro {
    margin-bottom: 6px;
  }

  .heritage-layout {
    gap: 40px;
  }

  .heritage-section .image-cluster {
    width: min(300px, 100%);
    height: 300px;
  }

  .heritage-section .circle-img.large {
    width: 170px;
    height: 170px;
    left: 0;
    top: 60px;
    border: none;
  }

  .heritage-section .circle-img.small-top {
    width: 100px;
    height: 100px;
    left: 146px;
    top: 18px;
  }

  .heritage-section .circle-img.small-bottom {
    width: 60px;
    height: 60px;
    left: 124px;
    top: 206px;
  }

  .circle-img.large {
    width: 210px;
    height: 210px;
  }

  .circle-img.small-top {
    width: 105px;
    height: 105px;
  }

  .circle-img.small-bottom {
    width: 95px;
    height: 95px;
  }

  .footer-inner {
    flex-direction: column-reverse;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 38px;
  }

}

/* ── FAQ / Page styles ── */
.page-hero {
  background: #0786c8;
  color: #ffffff;
  padding-bottom: 60px;
}

.page-hero .navbar {
  padding: 26px 0;
}

.page-hero .logo {
  color: #ffffff;
}

.page-hero .nav-login {
  /* background: rgba(0, 0, 0, 0.2); */
  color: #fff;
}

.page-hero .btn-outline {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.page-hero-content {
  max-width: 680px;
  padding-top: 48px;
}

.page-hero-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 14px;
}

.page-hero-content h1 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 18px;
}

.page-hero-content > p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

.inline-link {
  background: none;
  border: none;
  color: #ffffff;
  font-size: inherit;
  font-family: inherit;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}

.faq-section {
  padding: 72px 0 80px;
}

.faq-group {
  margin-bottom: 24px;
}

.faq-group:last-child {
  margin-bottom: 0;
}

.faq-group-title {
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  color: #111827;
  margin-bottom: 10px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e5e7eb;
}

.faq-item {
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 18px;
  color: #111827;
  margin: 0 0 10px;
  line-height: 1.3;
}

.faq-answer-text {
  color: #596575;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.faq-cta {
  background: #f4f8fb;
  padding: 60px 0;
}

.faq-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.faq-cta h2 {
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  margin-bottom: 8px;
}

.faq-cta p {
  color: #596575;
  font-size: 16px;
  margin: 0;
}

@media (max-width: 900px) {
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-nav {
    position: static;
  }

  .faq-nav ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .faq-nav-link {
    padding: 6px 12px;
    font-size: 13px;
  }

  .faq-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .page-hero-content {
    padding-top: 32px;
  }

  .faq-section {
    padding: 48px 0 60px;
  }

  .faq-question {
    font-size: 16px;
  }
}

/* ── Privacy Policy styles ── */
.policy-section {
  padding: 72px 0 96px;
}

.policy-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 64px;
  align-items: start;
}

.policy-nav {
  position: sticky;
  top: 32px;
}

.policy-body {
  max-width: 100%;
}

.policy-block {
  margin-bottom: 56px;
  scroll-margin-top: 32px;
}

.policy-block:last-child {
  margin-bottom: 0;
}

.policy-block h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  color: #111827;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 2px solid #e5e7eb;
}

.policy-block h3 {
  font-size: 15px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: #1e3655;
  margin: 22px 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.policy-block p {
  color: #596575;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 14px;
}

.policy-block p:last-child {
  margin-bottom: 0;
}

.policy-block ul {
  margin: 8px 0 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.policy-block li {
  color: #596575;
  font-size: 16px;
  line-height: 1.7;
}

.policy-block strong {
  color: #1f2933;
  font-weight: 700;
}

@media (max-width: 900px) {
  .policy-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .policy-nav {
    position: static;
  }

  .policy-nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .policy-nav .faq-nav-link {
    padding: 6px 12px;
    font-size: 13px;
  }
}

/* ── Contact page styles ── */
.contact-section {
  padding: 72px 0 96px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.contact-info-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.contact-info-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 32px;
}

.contact-info-item:last-child {
  border-bottom: none;
}

.contact-info-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #9ca3af;
}

.contact-info-value {
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #111827;
  text-decoration: none;
}

a.contact-info-value:hover {
  color: #0786c8;
}


.contact-page body {
  overflow-x: hidden;
}

.contact-split {
  display: grid;
  grid-template-columns: 420px 1fr;
  min-height: 100vh;
}

/* Left panel */
.contact-panel-left {
  background: #0786c8;
  position: relative;
  overflow: hidden;
}

.contact-panel-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px 48px 48px;
}

.contact-logo {
  margin-bottom: auto;
}

.contact-panel-content {
  padding: 60px 0 48px;
}

.contact-panel-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 16px;
}

.contact-panel-heading {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 18px;
}

.contact-panel-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  margin-bottom: 0;
}

.contact-panel-details {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.contact-detail-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.contact-detail-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.contact-detail-value {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

a.contact-detail-value:hover {
  text-decoration: underline;
}

/* Decorative circles */
.contact-panel-circles {
  position: absolute;
  bottom: -60px;
  right: -60px;
  z-index: 1;
  pointer-events: none;
}

.cp-circle {
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.15);
  position: absolute;
}

.cp-circle-lg {
  width: 260px;
  height: 260px;
  bottom: 0;
  right: 0;
}

.cp-circle-sm {
  width: 150px;
  height: 150px;
  bottom: 80px;
  right: 80px;
  border-color: rgba(255, 255, 255, 0.1);
}

/* Right panel */
.contact-panel-right {
  background: #f4f8fb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 48px;
}

.contact-form-wrap {
  width: 100%;
  max-width: 540px;
  background: #ffffff;
  border-radius: 18px;
  padding: 44px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.07);
}

.contact-form-title {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  margin-bottom: 28px;
  color: #111827;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-bottom: 10px;
}

.form-group label {
  font-size: 14px;
  font-weight: 700;
  color: #374151;
}

.required {
  color: #0786c8;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 13px 14px;
  font-size: 15px;
  font-family: Arial, sans-serif;
  color: #1f2933;
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: #0786c8;
  box-shadow: 0 0 0 3px rgba(7, 134, 200, 0.15);
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23596575' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}

.contact-submit {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  margin-top: 8px;
}

.contact-success {
  background: #d1fae5;
  border: 1px solid #6ee7b7;
  border-radius: 8px;
  padding: 16px 20px;
  text-align: center;
}

.contact-success p {
  color: #065f46;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 900px) {
  .contact-split {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .contact-panel-inner {
    padding: 100px 32px 48px;
  }

  .contact-panel-right {
    padding: 40px 24px;
  }

  .contact-form-wrap {
    padding: 32px 24px;
  }
}

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

  .contact-panel-inner {
    padding: 90px 24px 40px;
  }
}


/* Responsive */
@media (max-width: 768px) {
  .reverse-mobile .phone-image {
    position: static;
    bottom: 0;
    max-width: 100%;
  }
  .section.reverse-mobile{
    padding-bottom: 0;
  }
  .screens-grid{
    order: 2;
  }
  .section {
    padding: 40px 0;
  }
  .sticky-nav{
    top: 0;
  }
  .nav-actions .btn-outline{
    display: none;
  }
  .navbar{
    display: none;
  }
  body{
    padding-top: 68px;
  }
  .hero {
      min-height: auto;
  }
  .hero-content{
    min-height: 600px;
    padding-bottom: 32px;
  }
  .hero h1 {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .faq-cta-inner *{
    text-align: center;
  }
  .faq-cta-inner{
    align-items: center;
  }
  .page-hero{
    text-align: center;
  }
  .page-hero{
    padding-bottom: 20px;
  }
  .contact-info-block{
    text-align: center;
    align-items: center;
  }
  .modal-form-row{
    grid-template-columns: 1fr;
    gap: 0;
  }
  .modal{
    padding: 20px 20px 20px;
    border-radius: 12px;
  }
  .modal-header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
  }
  .modal-header h2{
    flex: 1;
  }
  .form-group{
    gap: 0px;
  }
  .hero-copy {
      max-width: 100%;
  }
  .hero-content{
    text-align: center;
  }
  .hero-content{
    align-items: flex-end;
  }
  .hero .btn-primary {
      padding: 12px 32px;
      font-size: 16px;
      border-radius: 8px;
      font-weight: 400;
  }
  .modal-form-side h2{
    margin-bottom: 16px;
  }
  .modal-header .close-modal{
    position: static;
    margin-top: 2px;
    flex-shrink: 0;
  }
  .modal-image-side{
    display: none;
  }
  .modal-form-side h2 {
      font-size: clamp(1.2rem, 2.5vw, 2rem);
  }
  .modal-form .form-group label{
    margin-bottom: 4px;
  }
  .footer{
    padding: 12px 0;
  }
  .footer-inner{
    gap: 12px;
  }
}
