2026-05-13 11:48:22 +08:00
|
|
|
.hero {
|
2026-05-14 17:58:14 +08:00
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
min-height: 600px;
|
|
|
|
|
overflow: hidden;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__bg {
|
2026-05-14 17:58:14 +08:00
|
|
|
position: absolute;
|
|
|
|
|
inset: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: none;
|
|
|
|
|
height: 100%;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
pointer-events: none;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__inner {
|
2026-05-14 17:58:14 +08:00
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 1280px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
gap: 40px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
padding: 0 16px;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__phone-column {
|
2026-05-14 17:58:14 +08:00
|
|
|
position: relative;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding-top: 24px;
|
|
|
|
|
pointer-events: none;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__phone-frame {
|
2026-05-14 17:58:14 +08:00
|
|
|
position: relative;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
width: min(320px, 100%);
|
|
|
|
|
height: 527px;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__phone-crop {
|
2026-05-14 17:58:14 +08:00
|
|
|
position: absolute;
|
|
|
|
|
inset: 0;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
pointer-events: none;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__phone {
|
2026-05-14 17:58:14 +08:00
|
|
|
position: absolute;
|
|
|
|
|
top: -7.18%;
|
|
|
|
|
left: -2.67%;
|
|
|
|
|
width: 105.35%;
|
|
|
|
|
max-width: none;
|
|
|
|
|
height: 114.36%;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__content {
|
2026-05-14 17:58:14 +08:00
|
|
|
position: relative;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
gap: 60px;
|
|
|
|
|
padding: 32px 0;
|
|
|
|
|
overflow: clip;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__badge {
|
2026-05-14 17:58:14 +08:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
padding: 12px 16px;
|
|
|
|
|
overflow: clip;
|
|
|
|
|
background: #fff;
|
|
|
|
|
border: 1px solid #f08458;
|
|
|
|
|
border-radius: 999px;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__badge-text {
|
2026-05-14 17:58:14 +08:00
|
|
|
margin: 0;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
line-height: normal;
|
|
|
|
|
color: #0d0d0d;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__copy {
|
2026-05-14 17:58:14 +08:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
gap: 24px;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__title {
|
2026-05-14 17:58:14 +08:00
|
|
|
width: 100%;
|
|
|
|
|
font-size: 40px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
line-height: 1.1;
|
|
|
|
|
color: #2e2a28;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__title-line {
|
2026-05-14 17:58:14 +08:00
|
|
|
margin: 0;
|
|
|
|
|
line-height: 1.1;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__description {
|
2026-05-14 17:58:14 +08:00
|
|
|
width: 100%;
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
color: #7a726d;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__actions {
|
2026-05-14 17:58:14 +08:00
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
gap: 14px;
|
|
|
|
|
overflow: clip;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__button {
|
2026-05-14 17:58:14 +08:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
padding: 14px 24px;
|
|
|
|
|
overflow: clip;
|
|
|
|
|
border-radius: 17px;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
transition: background-color 160ms ease;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__button--primary {
|
2026-05-14 17:58:14 +08:00
|
|
|
background: #f28a4b;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__button--primary:hover {
|
2026-05-14 17:58:14 +08:00
|
|
|
background: #e07a3b;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__button--secondary {
|
2026-05-14 17:58:14 +08:00
|
|
|
background: rgba(255, 255, 255, 0.55);
|
|
|
|
|
border: 1px solid #e3d9d1;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__button--secondary:hover {
|
2026-05-14 17:58:14 +08:00
|
|
|
background: #fff;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__button-label {
|
2026-05-14 17:58:14 +08:00
|
|
|
font-size: 15px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
line-height: normal;
|
|
|
|
|
white-space: nowrap;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__button--primary .hero__button-label {
|
2026-05-14 17:58:14 +08:00
|
|
|
color: #fff;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__button--secondary .hero__button-label {
|
2026-05-14 17:58:14 +08:00
|
|
|
color: #2e2a28;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__tags {
|
2026-05-14 17:58:14 +08:00
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
overflow: clip;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__tag {
|
2026-05-14 17:58:14 +08:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
padding: 9px 14px;
|
|
|
|
|
overflow: clip;
|
|
|
|
|
background: rgba(255, 255, 255, 0.68);
|
|
|
|
|
border: 1px solid #fff;
|
|
|
|
|
border-radius: 999px;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__tag-text {
|
2026-05-14 17:58:14 +08:00
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
line-height: normal;
|
|
|
|
|
color: #7a726d;
|
|
|
|
|
white-space: nowrap;
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-14 17:58:14 +08:00
|
|
|
@media (max-width: 433px) {
|
|
|
|
|
.hero__actions {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__button {
|
|
|
|
|
width: min(100%, calc(100vw - 32px));
|
|
|
|
|
padding-right: 14px;
|
|
|
|
|
padding-left: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__button-label {
|
|
|
|
|
font-size: clamp(13px, 3.5vw, 15px);
|
|
|
|
|
}
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
|
|
|
|
|
2026-05-14 17:58:14 +08:00
|
|
|
@media (min-width: 768px) {
|
|
|
|
|
.hero__title {
|
|
|
|
|
font-size: 56px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-05-13 11:48:22 +08:00
|
|
|
|
2026-05-14 17:58:14 +08:00
|
|
|
@media (min-width: 1024px) {
|
|
|
|
|
.hero {
|
|
|
|
|
height: 891px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__inner {
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
padding: 0 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__phone-column {
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
flex: 1;
|
|
|
|
|
min-width: 0;
|
|
|
|
|
height: 100%;
|
|
|
|
|
padding-top: 60px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__phone-frame {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
aspect-ratio: 673 / 1108;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__content {
|
|
|
|
|
width: 660px;
|
|
|
|
|
padding: 80px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero__title {
|
|
|
|
|
font-size: 72px;
|
|
|
|
|
}
|
2026-05-13 11:48:22 +08:00
|
|
|
}
|
2026-05-13 14:57:52 +08:00
|
|
|
|
|
|
|
|
@media (min-width: 1280px) {
|
2026-05-14 17:58:14 +08:00
|
|
|
.hero__inner {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
2026-05-13 14:57:52 +08:00
|
|
|
}
|