* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
font-family: Georgia, "Times New Roman", serif;
color: #292929;
background: #fff;
}
a {
text-decoration: none;
color: inherit;
}
img {
max-width: 100%;
}
.container {
width: min(1120px, 92%);
margin: auto;
}
.topbar {
height: 72px;
background: #fff;
border-bottom: 1px solid #eee;
position: sticky;
top: 0;
z-index: 50;
}
.nav {
height: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.brand {
display: flex;
align-items: center;
height: 100%;
}
.logo {
display: block;
width: 155px;
height: auto;
max-height: 62px;
object-fit: contain;
}
.nav nav {
display: flex;
align-items: center;
gap: 25px;
font: 15px Arial, sans-serif;
}
.nav nav a {
transition: 0.2s ease;
}
.nav nav a:hover {
color: #f28c00;
}
.whatsapp {
background: #22b35b;
color: white !important;
padding: 10px 16px;
border-radius: 22px;
}
.whatsapp:hover {
background: #179447;
color: white !important;
}
.menu-btn {
display: none;
background: none;
border: 0;
font-size: 28px;
cursor: pointer;
}
.hero {
position: relative;
overflow: hidden;
background: #fff;
}
.hero-yellow {
position: absolute;
left: -10%;
right: -10%;
top: -260px;
height: 650px;
background: #ffd400;
border-radius: 0 0 50% 50%;
opacity: 0.96;
}
.hero-grid {
position: relative;
min-height: 600px;
display: grid;
grid-template-columns: 1fr 420px;
align-items: center;
gap: 45px;
padding: 75px 0 60px;
}
.hero-copy {
padding-top: 30px;
}
.pill,
.eyebrow {
font: 700 13px Arial, sans-serif;
letter-spacing: 1.5px;
color: #a85b00;
}
.hero h1 {
font: 700 clamp(52px, 7vw, 88px) Georgia, serif;
margin: 14px 0 0;
}
.hero h2 {
font-size: 30px;
margin: 0 0 18px;
}
.hero p {
font-size: 18px;
line-height: 1.7;
max-width: 620px;
}
.hero small {
display: block;
margin-top: 15px;
color: #6c6c6c;
}
.hero-buttons {
display: flex;
gap: 12px;
flex-wrap: wrap;
margin-top: 28px;
}
.btn {
display: inline-block;
padding: 15px 28px;
border-radius: 30px;
font: 700 16px Arial, sans-serif;
transition: 0.2s ease;
}
.btn:hover {
transform: translateY(-2px);
}
.primary {
background: #ff6200;
color: #fff;
box-shadow: 0 8px 18px #ff620044;
}
.primary:hover {
background: #e95300;
color: #fff;
}
.secondary {
background: #fff;
border: 2px solid #ff8b00;
color: #d86d00;
}
.secondary:hover {
background: #fff4df;
}
.big {
font-size: 18px;
padding: 18px 32px;
}
.phone-wrap {
display: flex;
justify-content: center;
align-items: center;
}
.phone {
width: min(290px, 100%);
aspect-ratio: 9 / 18.7;
background: #151515;
border: 8px solid #111;
border-radius: 38px;
padding: 8px;
box-shadow: 0 22px 45px #0003;
position: relative;
}
.phone-speaker {
position: absolute;
top: 8px;
left: 50%;
transform: translateX(-50%);
width: 70px;
height: 5px;
background: #333;
border-radius: 8px;
z-index: 2;
}
.phone-screen {
width: 100%;
height: 100%;
border-radius: 27px;
overflow: hidden;
background: #000;
}
.phone-screen video {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
object-position: center;
}
.intro {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
padding: 75px 0 55px;
}
.intro h2,
.section-title h2 {
font-size: 40px;
margin: 8px 0 0;
}
.intro p {
font-size: 19px;
line-height: 1.7;
color: #666;
}
.features {
background: #fafafa;
padding: 75px 0;
}
.section-title {
text-align: center;
max-width: 760px;
margin: 0 auto 40px;
}
.section-title p {
color: #777;
font-size: 17px;
}
.carousel {
position: relative;
display: flex;
align-items: center;
gap: 12px;
}
.slides {
width: 100%;
overflow: hidden;
}
.slide {
display: none;
grid-template-columns: 1.1fr 0.9fr;
align-items: center;
gap: 50px;
background: white;
border-radius: 24px;
padding: 28px;
box-shadow: 0 12px 35px #00000012;
}
.slide.active {
display: grid;
}
.feature-image {
position: relative;
background: #eee;
border-radius: 18px;
overflow: hidden;
min-height: 420px;
display: flex;
align-items: center;
justify-content: center;
}
.feature-image img {
width: 100%;
height: 100%;
min-height: 420px;
object-fit: cover;
display: block;
}
.number-ball {
position: absolute;
left: 22px;
top: 22px;
width: 58px;
height: 58px;
border-radius: 50%;
display: grid;
place-items: center;
background: #ffd000;
color: #222;
font: bold 28px Arial, sans-serif;
border: 5px solid #fff;
box-shadow: 0 5px 12px #0003;
}
.feature-text > span {
font: bold 14px Arial, sans-serif;
color: #ed8a00;
letter-spacing: 2px;
}
.feature-text h3 {
font-size: 36px;
margin: 10px 0;
}
.feature-text p {
font-size: 19px;
line-height: 1.8;
color: #666;
}
.carousel-arrow {
flex: 0 0 46px;
width: 46px;
height: 46px;
border: 0;
border-radius: 50%;
background: #ffd000;
font-size: 34px;
line-height: 1;
cursor: pointer;
box-shadow: 0 4px 10px #0002;
transition: 0.2s ease;
}
.carousel-arrow:hover {
background: #ffb700;
transform: scale(1.05);
}
.dots {
display: flex;
justify-content: center;
gap: 12px;
margin-top: 25px;
}
.dot {
width: 42px;
height: 42px;
border-radius: 50%;
border: 2px solid #ffd000;
background: #fff;
font: bold 16px Arial, sans-serif;
cursor: pointer;
transition: 0.2s ease;
}
.dot:hover {
transform: scale(1.08);
}
.dot.active {
background: #ffd000;
}
.download-band {
background: #ffd000;
padding: 55px 0;
}
.download-content {
display: flex;
justify-content: space-between;
align-items: center;
gap: 30px;
}
.download-content h2 {
font-size: 38px;
margin: 8px 0;
}
.download-content p {
font-size: 18px;
}
.steps {
padding: 80px 0;
}
.step-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}
.step {
padding: 30px;
border: 1px solid #eee;
border-radius: 18px;
background: #fff;
box-shadow: 0 8px 25px #0000000d;
}
.step b {
width: 48px;
height: 48px;
border-radius: 50%;
background: #ffd000;
display: grid;
place-items: center;
font: 700 20px Arial, sans-serif;
}
.step h3 {
font-size: 24px;
}
.step p {
color: #666;
line-height: 1.6;
}
.faq {
padding: 10px 0 90px;
}
.faq details {
border-bottom: 1px solid #ddd;
padding: 20px 5px;
}
.faq summary {
cursor: pointer;
font: bold 18px Arial, sans-serif;
}
.faq p {
color: #666;
line-height: 1.6;
}
footer {
background: #292929;
color: #fff;
padding-top: 50px;
}
.footer-grid {
display: grid;
grid-template-columns: 2fr 1fr 1fr;
gap: 40px;
padding-bottom: 35px;
}
.footer-grid strong {
font: 700 26px Arial, sans-serif;
}
.footer-grid p {
color: #bbb;
}
.footer-grid div:nth-child(2),
.footer-grid div:nth-child(3) {
display: flex;
flex-direction: column;
gap: 14px;
font: 15px Arial, sans-serif;
}
.footer-grid a:hover {
color: #ffd000;
}
.copyright {
border-top: 1px solid #555;
padding: 20px;
text-align: center;
color: #aaa;
font: 13px Arial, sans-serif;
}
.floating-wa {
position: fixed;
right: 22px;
bottom: 22px;
width: 58px;
height: 58px;
border-radius: 50%;
display: grid;
place-items: center;
background: #22b35b;
color: white;
font: bold 30px Arial, sans-serif;
box-shadow: 0 7px 18px #0003;
z-index: 60;
transition: 0.2s ease;
}
.floating-wa:hover {
transform: scale(1.08);
background: #179447;
}
@media (max-width: 900px) {
.nav nav {
gap: 15px;
}
.logo {
width: 135px;
}
.hero-grid {
grid-template-columns: 1fr 330px;
gap: 25px;
}
.hero h1 {
font-size: 58px;
}
.hero h2 {
font-size: 26px;
}
}
@media (max-width: 800px) {
.topbar {
height: 62px;
}
.logo {
width: 125px;
max-height: 52px;
}
.nav nav {
display: none;
}
.menu-btn {
display: block;
}
.hero-grid {
grid-template-columns: 1fr;
padding: 55px 0 45px;
text-align: center;
}
.hero-copy {
padding: 0;
}
.hero h1 {
font-size: 58px;
}
.hero h2 {
font-size: 25px;
}
.hero p {
font-size: 17px;
}
.hero-buttons {
justify-content: center;
}
.phone-wrap {
order: 2;
}
.phone {
width: 230px;
}
.intro {
grid-template-columns: 1fr;
gap: 10px;
padding: 55px 0 40px;
}
.intro h2,
.section-title h2 {
font-size: 32px;
}
.slide.active {
grid-template-columns: 1fr;
gap: 25px;
padding: 18px;
}
.feature-image {
min-height: auto;
max-height: none;
aspect-ratio: 16 / 10;
}
.feature-image img {
min-height: 0;
height: 100%;
object-fit: cover;
}
.feature-text {
padding: 0 5px 10px;
}
.feature-text h3 {
font-size: 28px;
}
.feature-text p {
font-size: 17px;
}
.carousel-arrow {
position: absolute;
z-index: 2;
top: calc(50% - 23px);
}
.prev {
left: 8px;
}
.next {
right: 8px;
}
.download-content {
flex-direction: column;
text-align: center;
}
.step-grid {
grid-template-columns: 1fr;
}
.footer-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 450px) {
.topbar {
height: 58px;
}
.logo {
width: 110px;
max-height: 48px;
}
.hero-yellow {
top: -300px;
height: 560px;
}
.hero-grid {
min-height: 0;
}
.hero h1 {
font-size: 50px;
}
.hero h2 {
font-size: 22px;
}
.hero p {
font-size: 16px;
}
.phone {
width: 205px;
border-width: 7px;
border-radius: 31px;
}
.phone-screen {
border-radius: 22px;
}
.features {
padding: 55px 0;
}
.feature-image {
aspect-ratio: 4 / 3;
}
.number-ball {
width: 48px;
height: 48px;
font-size: 23px;
}
.carousel-arrow {
width: 38px;
height: 38px;
font-size: 28px;
}
.floating-wa {
width: 52px;
height: 52px;
right: 15px;
bottom: 15px;
}
}
.copyright {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 7px;
}
.masson-credit {
display: inline-flex !important;
align-items: center;
justify-content: center;
width: 130px !important;
height: 70px !important;
overflow: hidden;
opacity: 0.75;
}
.masson-credit img {
display: block !important;
width: 130px !important;
height: 70px !important;
max-width: 130px !important;
max-height: 70px !important;
object-fit: contain !important;
background: transparent !important;
}
.copyright {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 7px;
}
.masson-credit2 {
display: inline-flex !important;
align-items: center;
justify-content: center;
width: 70px !important;
height: 20px !important;
overflow: hidden;
opacity: 0.75;
}
.masson-credit img {
display: block !important;
width: 130px !important;
height: 70px !important;
max-width: 130px !important;
max-height: 70px !important;
object-fit: contain !important;
background: transparent !important;
}