:root {
 --ink:#063e52;
--ink2:#0a5267;
--sun:#ffbd11;
--orange:#ff8a1b;
--pink:#ef3e7f;
 --cream:#fff3d8;
--paper:#fffaf0;
--muted:#5d7480;
--line:rgba(6,62,82,.14);
 --shadow:0 24px 70px rgba(6,62,82,.16);
--radius:28px;
}
* {
	box-sizing: border-box
}
html {
	scroll-behavior: smooth
}
body {
	margin: 0;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	background: linear-gradient(180deg, #fffaf0 0%, #fff 45%, #fff7e8 100%);
	color: var(--ink)
}
a {
	color: inherit;
	text-decoration: none
}
.wrap {
	width: min(1160px, 92vw);
	margin-inline: auto
}
.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255,250,240,.78);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid var(--line)
}
.nav {
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.brand {
	display: flex;
	align-items: center;
gap:.72rem;
	font-weight: 900;
	letter-spacing: -.04em;
	font-size: 1.35rem
}
.brand img {
	width: 46px;
	height: 46px;
	border-radius: 13px;
	box-shadow: 0 10px 24px rgba(6,62,82,.14)
}
.brand span span {
	color: var(--orange)
}
.nav-links {
	display: flex;
	gap: 1.35rem;
	align-items: center;
	font-weight: 700;
	color: var(--ink2)
}
.nav-links a {
	opacity: .84
}
.nav-links a:hover {
	opacity: 1
}
.menu-toggle {
	display: none;
	border: 0;
	background: var(--ink);
	color: white;
	border-radius: 12px;
	font-size: 1.5rem;
padding:.35rem .65rem
}
.hero {
	display: grid;
grid-template-columns:1.02fr .98fr;
	align-items: center;
	gap: 5vw;
	min-height: calc(100vh - 78px);
	padding: 72px 0
}
.eyebrow {
	text-transform: uppercase;
	letter-spacing: .16em;
font-size:.78rem;
	font-weight: 900;
	color: var(--pink);
	margin: 0 0 1rem
}
.h1 {
}
h1, h2 {
	letter-spacing: -.07em;
	line-height: .93;
	margin: 0
}
h1 {
	font-size: clamp(3.2rem, 8vw, 7.1rem)
}
h2 {
	font-size: clamp(2.2rem, 5vw, 4.6rem)
}
h3 {
	font-size: 1.35rem;
margin:.7rem 0 .4rem
}
.lead {
	font-size: clamp(1.12rem, 2vw, 1.45rem);
	line-height: 1.55;
	color: var(--muted);
	max-width: 680px
}
p {
	line-height: 1.65;
	color: var(--muted)
}
.actions, .badges {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 1.6rem
}
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
padding:.98rem 1.35rem;
	font-weight: 900;
	border: 1px solid var(--line);
	transition: .2s transform, .2s box-shadow
}
.btn:hover {
	transform: translateY(-2px)
}
.primary {
	background: var(--ink);
	color: white;
	box-shadow: 0 12px 30px rgba(6,62,82,.22)
}
.secondary {
	background: white;
	color: var(--ink)
}
.store-badge {
	display: flex;
	align-items: center;
gap:.65rem;
	background: #071b23;
	color: white;
	border-radius: 16px;
padding:.65rem .95rem;
	min-width: 168px;
	box-shadow: 0 10px 26px rgba(0,0,0,.14)
}
.store-badge small {
	display: block;
font-size:.68rem;
	font-weight: 600;
	opacity: .78
}
.store-icon {
	font-size: 1.75rem
}
.play-triangle {
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 22px solid var(--sun)
}
.hero-visual {
	position: relative;
	min-height: 640px
}
.phone-frame {
	position: absolute;
	inset: 0 8% 0 14%;
	border-radius: 46px;
	background: linear-gradient(160deg, #083b4d, #0b6074);
	padding: 16px;
	box-shadow: var(--shadow);
	transform: rotate(3deg)
}
.map-ui {
	height: 100%;
	border-radius: 34px;
	background: radial-gradient(circle at 35% 20%, #fff2c9, transparent 25%), linear-gradient(135deg, #fffaf0, #fde8bb);
	position: relative;
	overflow: hidden
}
.route {
	position: absolute;
	left: 18%;
	top: 16%;
	width: 62%;
	height: 68%;
	border: 8px solid var(--orange);
	border-left-color: transparent;
	border-bottom-color: var(--pink);
	border-radius: 45% 55% 42% 58%;
	transform: rotate(20deg);
	opacity: .85
}
.pin {
	position: absolute;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--ink);
	color: white;
	font-weight: 900;
	box-shadow: 0 10px 24px rgba(6,62,82,.25)
}
.p1 {
	left: 20%;
	top: 20%
}
.p2 {
	right: 20%;
	top: 34%
}
.p3 {
	left: 32%;
	bottom: 31%
}
.p4 {
	right: 28%;
	bottom: 20%;
	background: var(--pink)
}
.tour-card {
	position: absolute;
	left: 8%;
	right: 8%;
	bottom: 8%;
	background: rgba(255,255,255,.84);
	backdrop-filter: blur(10px);
	border: 1px solid var(--line);
	border-radius: 24px;
	padding: 1.2rem;
	display: grid;
gap:.35rem;
	box-shadow: 0 12px 40px rgba(6,62,82,.14)
}
.tour-card span {
	color: var(--muted)
}
.floating-card {
	position: absolute;
	background: white;
	border: 1px solid var(--line);
	border-radius: 18px;
padding:.9rem 1rem;
	font-weight: 900;
	box-shadow: var(--shadow)
}
.fc1 {
	top: 14%;
	left: 0
}
.fc2 {
	right: 0;
	bottom: 18%
}
.image-slots {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.2rem;
	margin-bottom: 48px
}
.slot {
	aspect-ratio: 9/14;
	border: 2px dashed rgba(6,62,82,.25);
	border-radius: var(--radius);
	background: linear-gradient(160deg, rgba(255,189,17,.18), rgba(239,62,127,.10));
	display: grid;
	place-items: center;
	text-align: center;
	color: var(--muted);
	font-weight: 800
}
.section {
	padding: 88px 0
}
.section-head {
	max-width: 760px;
	margin-bottom: 2rem
}
.grid {
	display: grid;
	gap: 1.1rem
}
.features-grid {
	grid-template-columns: repeat(3, 1fr)
}
.feature, .store-panel, .safety-card, .form-card {
	background: rgba(255,255,255,.78);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 1.4rem;
	box-shadow: 0 14px 50px rgba(6,62,82,.08)
}
.feature .icon {
	font-size: 2rem
}
.store-section {
	background: linear-gradient(135deg, var(--ink), #0d6476);
	color: white
}
.store-section p, .store-section .eyebrow {
	color: rgba(255,255,255,.78)
}
.split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center
}
.reverse {
grid-template-columns:.8fr 1.2fr
}
.tour-list-item {
	padding: 1.1rem;
	border-radius: 18px;
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(255,255,255,.18);
	display: grid;
gap:.25rem;
margin:.75rem 0
}
.tour-list-item span {
	opacity: .78
}
.safety-card {
	text-align: center
}
.safety-card span {
	font-size: 4rem
}
.about {
	background: linear-gradient(180deg, #fff, #fff5df)
}
.narrow {
	max-width: 850px;
	text-align: center
}
.forms {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.2rem
}
label {
	display: grid;
gap:.4rem;
	font-weight: 800;
	margin: 1rem 0;
	color: var(--ink)
}
input, textarea {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: 16px;
padding:.95rem 1rem;
	font: inherit;
	background: white;
	color: var(--ink)
}
textarea {
	resize: vertical
}
.small {
font-size:.95rem
}
.footer {
	border-top: 1px solid var(--line);
	padding: 28px 0;
	background: white
}
.footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem
}
.reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .7s ease, transform .7s ease
}
.reveal.visible {
	opacity: 1;
	transform: none
}
@media (max-width:900px) {
.menu-toggle {
	display: block
}
.nav-links {
	position: absolute;
	left: 4vw;
	right: 4vw;
	top: 82px;
	background: white;
	border: 1px solid var(--line);
	border-radius: 22px;
	box-shadow: var(--shadow);
	padding: 1rem;
	display: none;
	flex-direction: column;
	align-items: flex-start
}
.nav-links.open {
	display: flex
}
.hero, .split, .reverse, .forms {
	grid-template-columns: 1fr
}
.hero {
	padding: 44px 0
}
.hero-visual {
	min-height: 560px
}
.features-grid, .image-slots {
	grid-template-columns: 1fr
}
.phone-frame {
	inset: 0 5%
}
.footer-inner {
	flex-direction: column;
	text-align: center
}
h1 {
	font-size: clamp(3rem, 15vw, 5.2rem)
}
}

.wg-free-card .eyebrow {
  color: var(--pink) !important;
  margin-bottom: 1rem;
	padding-left: 0px;
}

.wg-free-section {
  padding: 88px 0 40px 40px;
  background: transparent;
}

.wg-free-inner {
  width: min(1160px, 92vw);
  margin-inline: auto;
}

.wg-free-card {
	margin-left: 0;
  max-width: 860px;
  padding: 48px 52px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  box-shadow: 0 14px 50px rgba(6,62,82,.08);
}

.wg-free-kicker {
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 900;
  color: var(--pink);
}

.wg-free-card h2 {
  margin: 0 0 24px;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: .93;
  letter-spacing: -.07em;
  color: var(--ink);
}

.wg-free-card p {
  margin: 0 0 18px;
  color: var(--muted);
}

.wg-free-intro {
  margin-top: 26px !important;
  font-weight: 800;
  color: var(--ink) !important;
}

.wg-free-card ul {
  margin: 0;
  padding-left: 1.35rem;
}

.wg-free-card li {
  margin-bottom: 10px;
  line-height: 1.65;
  color: var(--ink);
}

.wg-free-section {
  background: linear-gradient(180deg, #fff7e8, #fffaf0);
}

@media (max-width: 720px) {
  .wg-free-section {
    padding: 62px 0;
  }

  .wg-free-card {
    padding: 34px 26px;
  }
}

@media (max-width:520px) {
.nav {
	height: 68px
}
.brand img {
	width: 40px;
	height: 40px
}
.hero-visual {
	min-height: 440px
}
.floating-card {
	display: none
}
.phone-frame {
	border-radius: 34px;
	padding: 12px
}
.map-ui {
	border-radius: 24px
}
.section {
	padding: 62px 0
}
.actions .btn, .store-badge {
	width: 100%
}
}
