:root {
  --navy: #061b50;
  --navy-2: #0a2f72;
  --blue: #147df5;
  --purple: #7a24d8;
  --pink: #ed1e79;
  --orange: #ff6a1a;
  --gold: #ffb515;
  --white: #ffffff;
  --text: #15213c;
  --muted: #64708a;
  --surface: #f5f8ff;
  --border: rgba(9, 35, 88, 0.12);
  --gradient: linear-gradient(110deg, var(--blue), var(--purple), var(--pink), var(--orange), var(--gold));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(5, 24, 67, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { position: relative; display: inline-flex; align-items: center; font-size: 1.55rem; font-weight: 800; color: white; }
.brand-name strong {
  font-weight: 800;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.brand-roof {
  width: 36px;
  height: 19px;
  margin-right: 9px;
  border-left: 5px solid #7b32e0;
  border-top: 5px solid #eb2479;
  transform: skewY(-28deg) rotate(4deg);
}
.main-nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.86); font-weight: 600; }
.main-nav a:hover { color: white; }
.nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--gradient); color: white !important; }
.menu-toggle { display: none; color: white; border: 0; background: transparent; font-size: 1.6rem; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0 100px;
  color: white;
  background: radial-gradient(circle at 75% 30%, #113f93 0%, transparent 35%), linear-gradient(135deg, #03143f 0%, #08245c 55%, #020d2b 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 60px; position: relative; z-index: 2; }
.eyebrow { display: inline-block; font-size: .79rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; color: #ffcf4d; margin-bottom: 14px; }
.eyebrow.dark { color: #6c2bd9; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.7rem, 5.6vw, 5rem); line-height: 1.02; margin-bottom: 24px; letter-spacing: -.05em; }
h1 span { background: linear-gradient(90deg, #cf28f2, #ff2d87, #ff8c16); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy > p { max-width: 650px; font-size: 1.12rem; color: rgba(255,255,255,.78); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 30px 0 22px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 23px; border-radius: 12px; border: 0; font-weight: 800; cursor: pointer; }
.button-primary { background: linear-gradient(100deg, #7a24d8, #ed1e79 48%, #ff8a18); color: white; box-shadow: 0 14px 34px rgba(236, 30, 121, .28); }
.button-secondary { color: white; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.06); }
.hero-points { display: flex; flex-wrap: wrap; gap: 20px; color: rgba(255,255,255,.82); font-size: .92rem; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(50px); opacity: .35; }
.hero-glow-one { width: 360px; height: 360px; background: #f2217f; right: -120px; top: 70px; }
.hero-glow-two { width: 280px; height: 280px; background: #1668ff; left: -120px; bottom: -40px; }

.hero-visual { position: relative; min-height: 510px; display: flex; align-items: center; justify-content: center; }
.xml-card, .post-card { background: white; color: var(--navy); box-shadow: 0 30px 60px rgba(0,0,0,.34), 0 0 30px rgba(40,138,255,.2); }
.xml-card { width: 235px; border-radius: 22px; padding: 35px 24px 25px; transform: rotate(-3deg); position: absolute; left: 0; top: 95px; }
.file-tab { position: absolute; left: 18px; top: -17px; padding: 7px 17px; border-radius: 9px; background: linear-gradient(90deg, #167cf7, #2459da); color: white; font-size: 1.4rem; font-weight: 800; }
.code-mark { text-align: center; color: #216ee3; font-size: 2.15rem; font-weight: 800; }
.xml-card ul { list-style: none; padding: 0; margin: 18px 0 0; }
.xml-card li { display: flex; gap: 12px; align-items: center; padding: 6px 0; font-size: .93rem; }
.xml-card li span { color: var(--orange); font-weight: 800; }
.flow-arrow { position: absolute; left: 195px; z-index: 2; display: flex; align-items: center; gap: 6px; }
.flow-arrow span { width: 33px; height: 4px; border-radius: 9px; background: linear-gradient(90deg, #168bf6, #ed2a90); box-shadow: 0 0 11px #238cff; }
.flow-arrow b { font-size: 4.4rem; line-height: 1; color: #ff9c15; filter: drop-shadow(0 0 10px rgba(255,156,21,.65)); }
.post-card { width: 280px; border-radius: 24px; padding: 13px; position: absolute; right: 0; top: 25px; transform: rotate(3deg); }
.post-top { display: flex; justify-content: space-between; font-size: .75rem; padding: 2px 3px 9px; }
.property-photo { height: 255px; position: relative; overflow: hidden; background: linear-gradient(#2d8ee8 0 45%, #c9e7f8 45% 60%, #1980b6 60% 100%); }
.sun { position: absolute; width: 40px; height: 40px; border-radius: 50%; background: #ffd34e; right: 25px; top: 30px; box-shadow: 0 0 35px #ffd34e; }
.house { position: absolute; left: 35px; right: 30px; bottom: 55px; height: 95px; }
.house-upper { height: 45px; width: 75%; margin-left: auto; background: white; box-shadow: inset 0 -8px 0 #d8e5f2; }
.house-lower { height: 50px; background: #f6f7fa; border-top: 8px solid #d6e3ef; box-shadow: inset 0 -5px 0 rgba(15,47,90,.15); }
.pool { position: absolute; height: 55px; left: 0; right: 0; bottom: 0; background: linear-gradient(160deg, #29b8e9, #0574c5); }
.sale-badge { position: absolute; right: 11px; top: 10px; font-size: .66rem; background: #efb736; padding: 4px 8px; border-radius: 4px; color: white; font-weight: 800; }
.photo-title { position: absolute; left: 14px; top: 13px; font-size: 1.05rem; color: white; font-weight: 800; text-shadow: 0 2px 6px rgba(0,0,0,.4); }
.property-details { display: grid; grid-template-columns: repeat(4,1fr); gap: 3px; font-size: .63rem; padding: 10px 0; text-align: center; }
.price { background: linear-gradient(90deg, #806018, #efb43a); color: white; font-size: 1.55rem; font-weight: 800; text-align: center; padding: 3px; }
.post-actions { display: flex; justify-content: space-between; padding: 10px 3px 2px; color: #172342; }

.section { padding: 95px 0; }
.light-section { background: var(--surface); }
.section-heading { max-width: 720px; margin: 0 auto 45px; text-align: center; }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.12; letter-spacing: -.035em; margin-bottom: 16px; }
.section-heading p, .section-copy { color: var(--muted); font-size: 1.05rem; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.step-card { position: relative; background: white; border: 1px solid var(--border); border-radius: 22px; padding: 32px; box-shadow: 0 18px 45px rgba(14,49,99,.08); }
.step-number { position: absolute; top: 20px; right: 22px; color: #d8dff0; font-size: 1.3rem; font-weight: 800; }
.step-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; background: linear-gradient(135deg, #102e75, #8b2adc 65%, #f23586); color: white; font-size: 1.45rem; font-weight: 800; margin-bottom: 24px; }
.step-card h3 { margin-bottom: 10px; font-size: 1.25rem; }
.step-card p { color: var(--muted); margin: 0; }

.benefits-section { background: linear-gradient(135deg, #03143f 0%, #08245c 55%, #020d2b 100%); color: white; }
.benefits-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 60px; align-items: center; }
.benefits-section .section-copy { color: rgba(255,255,255,.7); }
.benefit-list { list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 22px; }
.benefit-list li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; }
.benefit-list li > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--gradient); font-weight: 800; }
.benefit-list strong { display: block; margin-bottom: 3px; }
.benefit-list p { margin: 0; color: rgba(255,255,255,.65); }
.brand-panel { padding: 13px; background: linear-gradient(135deg, #1a73ff, #f22784, #ff9a18); border-radius: 25px; box-shadow: 0 30px 70px rgba(0,0,0,.32); transform: rotate(1deg); }
.brand-panel img { border-radius: 17px; }

.contact-section { background: #eef3ff; }
.contact-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: start; background: white; border: 1px solid var(--border); border-radius: 28px; padding: 50px; box-shadow: 0 24px 55px rgba(11,45,95,.09); }
.contact-card .eyebrow { color: #8c28dc; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; color: #34415f; font-size: .88rem; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d8dfec; border-radius: 11px; padding: 13px 14px; color: var(--text); background: #fbfcff; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(122,36,216,.12); border-color: #9b4be6; }
.full-width { grid-column: 1 / -1; }
.form-message { color: #4a5470; font-size: .9rem; margin: 0; }

.site-footer { background: #020e2d; color: rgba(255,255,255,.66); padding: 32px 0; }
.footer-wrap { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer-wrap p { margin: 0; }

@media (max-width: 960px) {
  .hero-grid, .benefits-grid, .contact-card { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-visual { max-width: 590px; width: 100%; margin: 0 auto; }
  .steps-grid { grid-template-columns: 1fr; }
  .brand-panel { max-width: 650px; margin: 0 auto; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 24px, 1180px); }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 76px; left: 12px; right: 12px; padding: 18px; border-radius: 14px; flex-direction: column; align-items: stretch; background: #071b4d; }
  .main-nav.open { display: flex; }
  .hero { padding-top: 65px; }
  .hero-visual { min-height: 660px; }
  .xml-card { left: 50%; transform: translateX(-50%) rotate(-2deg); top: 20px; }
  .flow-arrow { left: 50%; transform: translateX(-50%) rotate(90deg); top: 260px; }
  .flow-arrow span { display: none; }
  .post-card { right: auto; left: 50%; transform: translateX(-50%) rotate(2deg); top: 355px; }
  .section { padding: 70px 0; }
  .contact-card { padding: 28px 20px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form > * { grid-column: 1; }
  .footer-wrap { flex-direction: column; text-align: center; }
}
