Onboarding / Deployment Scripts / Marketing updates
This commit is contained in:
@@ -4,8 +4,11 @@
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
padding: 13px 28px;
|
||||
font-family: var(--font-head);
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
font-weight: 700;
|
||||
line-height: 1.2;
|
||||
letter-spacing: 0.01em;
|
||||
border-radius: 40px;
|
||||
cursor: pointer;
|
||||
transition:
|
||||
@@ -71,3 +74,11 @@
|
||||
background: var(--gw-green);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.btn-mobile-center {
|
||||
display: flex;
|
||||
width: fit-content;
|
||||
margin-inline: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -105,6 +105,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.booking-title {
|
||||
font-size: clamp(36px, 5vw, 52px);
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.booking-title-highlight::after {
|
||||
animation: none;
|
||||
@@ -189,19 +195,23 @@
|
||||
.booking-panel {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 18px;
|
||||
gap: 0;
|
||||
}
|
||||
|
||||
.booking-panel-banner {
|
||||
background: linear-gradient(180deg, #f6f2ea 0%, #f1ece3 100%);
|
||||
color: #34363a;
|
||||
border-radius: 30px;
|
||||
padding: 24px 28px 34px;
|
||||
border-radius: 28px 28px 0 0;
|
||||
padding: 22px 28px 28px;
|
||||
text-align: center;
|
||||
font-family: var(--font-body);
|
||||
font-size: 15px;
|
||||
line-height: 1.55;
|
||||
box-shadow: inset 0 0 0 1px rgba(17, 20, 24, 0.05);
|
||||
border: 1px solid rgba(17, 20, 24, 0.06);
|
||||
border-bottom: none;
|
||||
box-shadow:
|
||||
inset 0 0 0 1px rgba(255, 255, 255, 0.18),
|
||||
0 8px 22px rgba(17, 20, 24, 0.035);
|
||||
}
|
||||
|
||||
.booking-card-grid {
|
||||
@@ -210,7 +220,11 @@
|
||||
}
|
||||
|
||||
.booking-card-grid-with-banner {
|
||||
margin-top: -18px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.booking-card-grid-with-banner .booking-field-card {
|
||||
border-radius: 0 0 28px 28px;
|
||||
}
|
||||
|
||||
.booking-card-grid-owner {
|
||||
|
||||
@@ -353,7 +353,6 @@ nav {
|
||||
}
|
||||
|
||||
.services-grid,
|
||||
.values-grid,
|
||||
.testimonials-grid {
|
||||
margin-top: 48px;
|
||||
}
|
||||
@@ -366,8 +365,10 @@ nav {
|
||||
|
||||
.values-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 28px;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 0;
|
||||
margin-top: 48px;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.testimonials-grid {
|
||||
@@ -385,7 +386,7 @@ nav {
|
||||
|
||||
.footer-inner {
|
||||
display: grid;
|
||||
grid-template-columns: 1.25fr 0.95fr 1.15fr;
|
||||
grid-template-columns: 1.1fr 0.8fr 0.8fr 1fr;
|
||||
gap: 24px;
|
||||
margin-bottom: 48px;
|
||||
align-items: start;
|
||||
|
||||
@@ -28,10 +28,6 @@
|
||||
.hero-text h1 {
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
.values-grid {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
@@ -108,8 +104,11 @@
|
||||
padding: 11px 14px;
|
||||
background: rgba(33, 48, 33, 0.1);
|
||||
color: var(--gw-green);
|
||||
font-family: var(--font-head);
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
font-weight: 700;
|
||||
line-height: 1.2;
|
||||
letter-spacing: 0.01em;
|
||||
}
|
||||
|
||||
.mobile-phone .icon {
|
||||
@@ -191,6 +190,14 @@
|
||||
animation-delay: 210ms;
|
||||
}
|
||||
|
||||
.mobile-menu.open a:nth-child(8) {
|
||||
animation-delay: 240ms;
|
||||
}
|
||||
|
||||
.mobile-menu.open a:nth-child(9) {
|
||||
animation-delay: 270ms;
|
||||
}
|
||||
|
||||
#hero {
|
||||
min-height: auto;
|
||||
padding: 50px 20px 0;
|
||||
@@ -221,7 +228,7 @@
|
||||
.hero-subtitle {
|
||||
margin: -10px 0 22px;
|
||||
max-width: none;
|
||||
font-size: 15.5px;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
@@ -239,7 +246,7 @@
|
||||
display: block;
|
||||
color: #fff;
|
||||
font-family: var(--font-head);
|
||||
font-size: 33.5px;
|
||||
font-size: 36px;
|
||||
font-weight: 800;
|
||||
line-height: 1.08;
|
||||
letter-spacing: -0.04em;
|
||||
@@ -258,7 +265,7 @@
|
||||
width: 0;
|
||||
min-width: 0;
|
||||
padding: 14px 10px;
|
||||
font-size: 12.5px;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
border-radius: 999px;
|
||||
@@ -376,7 +383,6 @@
|
||||
}
|
||||
|
||||
.services-grid,
|
||||
.values-grid,
|
||||
.testimonials-grid,
|
||||
.info-inner,
|
||||
.field-group,
|
||||
@@ -384,6 +390,18 @@
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.values-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.value-card:nth-child(odd) {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.value-card {
|
||||
padding: 24px 0;
|
||||
}
|
||||
|
||||
.service-icon-bubble {
|
||||
width: 78px;
|
||||
height: 78px;
|
||||
@@ -489,6 +507,10 @@
|
||||
border-radius: 24px;
|
||||
}
|
||||
|
||||
.booking-card-grid-with-banner .booking-field-card {
|
||||
border-radius: 0 0 24px 24px;
|
||||
}
|
||||
|
||||
.booking-field-card-group {
|
||||
padding: 24px 22px;
|
||||
}
|
||||
@@ -645,7 +667,7 @@
|
||||
}
|
||||
|
||||
.hero-text h1 .hero-heading-mobile {
|
||||
font-size: 30px;
|
||||
font-size: 31px;
|
||||
line-height: 1.12;
|
||||
}
|
||||
|
||||
|
||||
+121
-22
@@ -1,4 +1,9 @@
|
||||
section {
|
||||
#promise,
|
||||
#services,
|
||||
#values,
|
||||
#testimonials,
|
||||
#info,
|
||||
#newlead {
|
||||
padding: 80px 0;
|
||||
}
|
||||
|
||||
@@ -43,8 +48,11 @@ section {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
border: 1px solid rgba(255, 255, 255, 0.14);
|
||||
color: #fff;
|
||||
font-family: var(--font-head);
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
line-height: 1.2;
|
||||
letter-spacing: 0.01em;
|
||||
text-decoration: none;
|
||||
transition:
|
||||
background 0.2s ease,
|
||||
@@ -95,6 +103,12 @@ section {
|
||||
margin: -12px -18px -72px 0;
|
||||
}
|
||||
|
||||
@media (max-width: 1100px) {
|
||||
.hero-img img {
|
||||
margin-bottom: -32px;
|
||||
}
|
||||
}
|
||||
|
||||
#intro {
|
||||
background: #fff;
|
||||
padding: 8px 50px 26px;
|
||||
@@ -219,6 +233,11 @@ section {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.intro-trust-cta:focus-visible {
|
||||
outline: 2px solid rgba(10, 48, 78, 0.28);
|
||||
outline-offset: 3px;
|
||||
}
|
||||
|
||||
@keyframes introGoogleShine {
|
||||
0%,
|
||||
64%,
|
||||
@@ -420,38 +439,57 @@ footer {
|
||||
}
|
||||
|
||||
.value-card {
|
||||
background: rgba(255, 255, 255, 0.07);
|
||||
border-radius: 28px;
|
||||
padding: 32px 28px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
transition:
|
||||
transform 0.18s cubic-bezier(0.22, 1, 0.36, 1),
|
||||
box-shadow 0.22s ease,
|
||||
border-color 0.22s ease;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
gap: 22px;
|
||||
padding: 36px 32px;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
||||
transition: background 0.2s ease;
|
||||
}
|
||||
|
||||
.value-card:nth-child(odd) {
|
||||
border-right: 1px solid rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
@media (hover: hover) {
|
||||
.value-card:hover {
|
||||
transform: translateY(-6px) scale(1.012);
|
||||
box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
|
||||
border-color: rgba(255, 255, 255, 0.18);
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
}
|
||||
}
|
||||
|
||||
.value-card:active {
|
||||
transform: translateY(-1px) scale(0.994);
|
||||
.value-icon-wrap {
|
||||
flex: 0 0 auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 52px;
|
||||
height: 52px;
|
||||
border-radius: 16px;
|
||||
background: rgba(255, 255, 255, 0.08);
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.value-card .value-card-icon {
|
||||
font-size: 28px;
|
||||
font-size: 22px;
|
||||
color: var(--yellow);
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.value-text h3 {
|
||||
margin: 0 0 8px;
|
||||
font-family: var(--font-head);
|
||||
font-size: 17px;
|
||||
font-weight: 700;
|
||||
color: #fff;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.value-card p {
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
line-height: 1.7;
|
||||
opacity: 0.85;
|
||||
opacity: 0.82;
|
||||
}
|
||||
|
||||
.testimonial-card {
|
||||
@@ -501,36 +539,78 @@ footer {
|
||||
}
|
||||
|
||||
.faq details {
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding: 16px 0;
|
||||
border-radius: 16px;
|
||||
border: 1px solid rgba(33, 48, 33, 0.1);
|
||||
background: #fff;
|
||||
padding: 0;
|
||||
margin-bottom: 10px;
|
||||
transition: box-shadow 0.2s ease;
|
||||
}
|
||||
|
||||
.faq details[open] {
|
||||
box-shadow: 0 8px 24px rgba(17, 20, 24, 0.06);
|
||||
}
|
||||
|
||||
.faq summary {
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
list-style: none;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
padding: 18px 22px;
|
||||
border-radius: 16px;
|
||||
transition: background 0.18s ease;
|
||||
}
|
||||
|
||||
.faq summary::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.faq summary:focus-visible {
|
||||
outline: 2px solid rgba(10, 48, 78, 0.28);
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
.faq summary:hover {
|
||||
background: rgba(33, 48, 33, 0.03);
|
||||
}
|
||||
|
||||
.faq details[open] summary {
|
||||
border-bottom: 1px solid rgba(33, 48, 33, 0.08);
|
||||
border-radius: 16px 16px 0 0;
|
||||
}
|
||||
|
||||
.faq summary::after {
|
||||
content: '+';
|
||||
font-size: 20px;
|
||||
flex: 0 0 auto;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
border-radius: 50%;
|
||||
background: rgba(33, 48, 33, 0.06);
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 18px;
|
||||
font-weight: 400;
|
||||
color: var(--gw-green);
|
||||
transition: background 0.18s ease, transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
|
||||
}
|
||||
|
||||
.faq details[open] summary::after {
|
||||
content: '−';
|
||||
background: rgba(33, 48, 33, 0.1);
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.faq details p {
|
||||
margin-top: 10px;
|
||||
margin: 0;
|
||||
padding: 16px 22px 20px;
|
||||
color: var(--gray);
|
||||
font-size: 15px;
|
||||
line-height: 1.65;
|
||||
}
|
||||
|
||||
#instagram {
|
||||
@@ -552,7 +632,7 @@ footer {
|
||||
|
||||
.footer-logo {
|
||||
display: block;
|
||||
height: 24px;
|
||||
height: 30px;
|
||||
width: auto;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
@@ -625,6 +705,10 @@ footer {
|
||||
gap: 2px 24px;
|
||||
}
|
||||
|
||||
.footer-explore .footer-nav {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.footer-nav li {
|
||||
margin: 0;
|
||||
min-width: 0;
|
||||
@@ -669,8 +753,11 @@ footer {
|
||||
border-radius: 999px;
|
||||
background: var(--yellow);
|
||||
color: #000;
|
||||
font-family: var(--font-head);
|
||||
font-weight: 700;
|
||||
font-size: 15px;
|
||||
line-height: 1.2;
|
||||
letter-spacing: 0.01em;
|
||||
transition: background 0.2s, transform 0.15s;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
@@ -697,7 +784,11 @@ footer {
|
||||
border-radius: 999px;
|
||||
background: rgba(255, 255, 255, 0.07);
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
font-family: var(--font-head);
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
line-height: 1.2;
|
||||
letter-spacing: 0.01em;
|
||||
opacity: 0.8;
|
||||
transition: background 0.2s, opacity 0.2s;
|
||||
}
|
||||
@@ -747,6 +838,7 @@ footer {
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
gap: 12px;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
||||
padding-top: 28px;
|
||||
@@ -754,10 +846,17 @@ footer {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.footer-bottom > span {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.footer-legal {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
gap: 20px;
|
||||
flex-wrap: wrap;
|
||||
flex: 0 0 auto;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.footer-legal a {
|
||||
|
||||
@@ -25,6 +25,9 @@
|
||||
#instagram h2 {
|
||||
font-family: var(--font-head);
|
||||
font-weight: 700;
|
||||
line-height: 1.08;
|
||||
letter-spacing: -0.03em;
|
||||
text-wrap: balance;
|
||||
}
|
||||
|
||||
.section-heading {
|
||||
|
||||
Reference in New Issue
Block a user