626 lines
12 KiB
CSS
626 lines
12 KiB
CSS
/**
|
|
* About Us 2 — from Figma AIFO About Us-2 (node 11157:34903).
|
|
*/
|
|
#about-us-2 {
|
|
--primary: #f98715;
|
|
--primary-hover: #f9a215;
|
|
--bg-page: #070400;
|
|
--bg-card: #0e0e0e;
|
|
--border-muted: #989795;
|
|
--text-main: #f9f9f9;
|
|
--text-muted: #909090;
|
|
--text-secondary: #ccc;
|
|
--aifo-page-bg-height: 920px;
|
|
--aifo-page-content-offset: 1.375rem;
|
|
background: var(--bg-page);
|
|
color: var(--text-main);
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
#about-us-2 {
|
|
--aifo-page-bg-height: 520px;
|
|
--aifo-page-content-offset: 1rem;
|
|
}
|
|
}
|
|
|
|
#about-us-2 .au2-page {
|
|
position: relative;
|
|
z-index: 2;
|
|
max-width: 1140px;
|
|
margin: 0 auto;
|
|
padding: 0 18px 80px;
|
|
}
|
|
|
|
#about-us-2 .text-orange {
|
|
color: var(--primary);
|
|
}
|
|
|
|
/* Buttons: see assets/css/aifo-btn.css */
|
|
|
|
/* ── Shared typography ── */
|
|
#about-us-2 .au2-label {
|
|
margin: 0 0 12px;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
letter-spacing: 0.08em;
|
|
color: var(--primary);
|
|
}
|
|
|
|
#about-us-2 .au2-section-title {
|
|
margin: 0 0 16px;
|
|
font-size: clamp(32px, 4.5vw, 48px);
|
|
line-height: 1.2;
|
|
font-weight: 700;
|
|
letter-spacing: -0.48px;
|
|
}
|
|
|
|
#about-us-2 .au2-section-title--center {
|
|
text-align: center;
|
|
}
|
|
|
|
#about-us-2 .au2-section-desc {
|
|
margin: 0 0 48px;
|
|
font-size: 18px;
|
|
line-height: 1.5;
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
#about-us-2 .au2-section-desc--center {
|
|
text-align: center;
|
|
max-width: 560px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
/* ── Hero ── */
|
|
#about-us-2 .au2-hero {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: center;
|
|
padding: 120px 0 120px;
|
|
text-align: center;
|
|
}
|
|
|
|
#about-us-2 .au2-hero__glow {
|
|
position: absolute;
|
|
top: -40px;
|
|
left: 50%;
|
|
width: min(90vw, 720px);
|
|
height: 360px;
|
|
transform: translateX(-50%);
|
|
background: radial-gradient(ellipse at center, rgba(249, 135, 21, 0.35) 0%, transparent 70%);
|
|
pointer-events: none;
|
|
z-index: 0;
|
|
}
|
|
|
|
#about-us-2 .au2-hero__inner {
|
|
position: relative;
|
|
z-index: 1;
|
|
max-width: 1200px;
|
|
}
|
|
|
|
#about-us-2 .au2-hero__title {
|
|
margin: 0 0 24px;
|
|
font-size: clamp(40px, 6vw, 64px);
|
|
line-height: 1.12;
|
|
font-weight: 700;
|
|
letter-spacing: -0.02em;
|
|
}
|
|
|
|
#about-us-2 .au2-hero__desc {
|
|
margin: 0 auto 32px;
|
|
max-width: 975px;
|
|
font-size: clamp(16px, 2.2vw, 20px);
|
|
line-height: 1.55;
|
|
font-weight: 400;
|
|
color: var(--text-secondary);
|
|
}
|
|
|
|
#about-us-2 .au2-hero__actions {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
gap: 16px;
|
|
}
|
|
|
|
/* ── Intro ── */
|
|
#about-us-2 .au2-intro {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
align-items: center;
|
|
gap: 48px;
|
|
padding: 48px 0 64px;
|
|
}
|
|
|
|
#about-us-2 .au2-intro__title {
|
|
margin: 0 0 20px;
|
|
font-size: clamp(28px, 4vw, 36px);
|
|
line-height: 1.2;
|
|
font-weight: 700;
|
|
letter-spacing: -0.4px;
|
|
}
|
|
|
|
#about-us-2 .au2-intro__text {
|
|
margin: 0;
|
|
font-size: 16px;
|
|
line-height: 1.7;
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
#about-us-2 .au2-intro__text-item {
|
|
color: var(--text-muted);
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
#about-us-2 .au2-intro__visual img {
|
|
display: block;
|
|
width: 100%;
|
|
height: auto;
|
|
border-radius: 16px;
|
|
border: 0.5px solid rgba(152, 151, 149, 0.35);
|
|
object-fit: cover;
|
|
}
|
|
|
|
/* ── Stats ── */
|
|
#about-us-2 .au2-stats {
|
|
padding: 0 0 80px;
|
|
}
|
|
|
|
#about-us-2 .au2-stats__title {
|
|
margin: 0 0 40px;
|
|
font-size: clamp(28px, 4vw, 40px);
|
|
line-height: 1.2;
|
|
font-weight: 700;
|
|
letter-spacing: -0.4px;
|
|
text-align: center;
|
|
}
|
|
|
|
#about-us-2 .au2-stats__grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
gap: 20px;
|
|
}
|
|
|
|
#about-us-2 .au2-stats__card {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
min-height: 140px;
|
|
padding: 40px 20px;
|
|
border-radius: 14px;
|
|
background: #1c1c1e;
|
|
border: 0.5px solid rgba(152, 151, 149, 0.18);
|
|
text-align: center;
|
|
}
|
|
|
|
#about-us-2 .au2-stats__value {
|
|
margin: 0 0 8px;
|
|
font-size: clamp(24px, 3vw, 34px);
|
|
font-weight: 800;
|
|
line-height: 1.2;
|
|
color: #fff;
|
|
}
|
|
|
|
#about-us-2 .au2-stats__label {
|
|
margin: 0;
|
|
font-size: 13px;
|
|
line-height: 1.4;
|
|
color: rgba(255, 255, 255, 0.55);
|
|
}
|
|
|
|
/* ── CTA Banner (Serena / Figma export) ── */
|
|
#about-us-2 .au2-cta {
|
|
padding: 70px 0 70px;
|
|
}
|
|
|
|
#about-us-2 .au2-cta__panel {
|
|
position: relative;
|
|
overflow: hidden;
|
|
border-radius: 20px;
|
|
border: 0.5px solid rgba(102, 102, 102, 0.5);
|
|
background: #0e0e0e url('../images/demo/about/rd_bg.png') center / cover no-repeat;
|
|
}
|
|
|
|
#about-us-2 .au2-cta__top-glow {
|
|
position: absolute;
|
|
top: -13px;
|
|
left: 50%;
|
|
width: min(90%, 440px);
|
|
height: 26px;
|
|
transform: translateX(-50%);
|
|
border-radius: 999px;
|
|
background: #f9a215;
|
|
opacity: 0.4;
|
|
filter: blur(40px);
|
|
pointer-events: none;
|
|
}
|
|
|
|
#about-us-2 .au2-cta__inner {
|
|
position: relative;
|
|
z-index: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: 40px;
|
|
padding: 40px 24px;
|
|
text-align: center;
|
|
}
|
|
|
|
#about-us-2 .au2-cta__copy {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: 16px;
|
|
max-width: 1000px;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
#about-us-2 .au2-cta__inner {
|
|
padding: 40px 65px;
|
|
}
|
|
}
|
|
|
|
#about-us-2 .au2-cta__title {
|
|
margin: 0;
|
|
font-size: clamp(28px, 4vw, 36px);
|
|
line-height: 1.35;
|
|
font-weight: 700;
|
|
letter-spacing: -0.36px;
|
|
color: #fff;
|
|
}
|
|
|
|
#about-us-2 .au2-cta__desc {
|
|
margin: 0;
|
|
max-width: 1000px;
|
|
font-size: clamp(16px, 2.2vw, 24px);
|
|
line-height: 1.35;
|
|
font-weight: 300;
|
|
letter-spacing: -0.24px;
|
|
color: #ccc;
|
|
}
|
|
|
|
#about-us-2 .au2-cta .aifo-btn {
|
|
min-width: 225px;
|
|
border-radius: 12px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
/* ── Core Values ── */
|
|
#about-us-2 .au2-values {
|
|
position: relative;
|
|
padding: 40px 0 80px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#about-us-2 .au2-values__glow {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 50%;
|
|
width: 120%;
|
|
height: 500px;
|
|
transform: translateX(-50%);
|
|
border-radius: 50%;
|
|
background: #f9a215;
|
|
opacity: 0.25;
|
|
filter: blur(180px);
|
|
pointer-events: none;
|
|
}
|
|
|
|
#about-us-2 .au2-values__title {
|
|
position: relative;
|
|
z-index: 1;
|
|
margin: 0 0 40px;
|
|
font-size: clamp(36px, 6vw, 75px);
|
|
line-height: 1.2;
|
|
font-weight: 700;
|
|
letter-spacing: -0.75px;
|
|
text-align: center;
|
|
color: #f9f9f9;
|
|
}
|
|
|
|
#about-us-2 .au2-values__grid {
|
|
position: relative;
|
|
z-index: 1;
|
|
display: grid;
|
|
grid-template-columns: 1fr;
|
|
gap: 20px;
|
|
}
|
|
|
|
@media (min-width: 640px) {
|
|
#about-us-2 .au2-values__grid {
|
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
}
|
|
}
|
|
|
|
#about-us-2 .au2-value-card {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: 24px;
|
|
overflow: hidden;
|
|
padding: 60px 28px;
|
|
border-radius: 20px;
|
|
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
background: #231f20 url('../images/demo/about/od_bg.png') center / 100% 100% no-repeat;
|
|
text-align: center;
|
|
}
|
|
|
|
#about-us-2 .au2-value-card::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 70px;
|
|
left: 50%;
|
|
width: 300px;
|
|
height: 300px;
|
|
transform: translateX(-50%);
|
|
border-radius: 50%;
|
|
background: #f98715;
|
|
opacity: 0.12;
|
|
filter: blur(70px);
|
|
pointer-events: none;
|
|
}
|
|
|
|
#about-us-2 .au2-value-card__icon {
|
|
position: relative;
|
|
z-index: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 87px;
|
|
height: 89px;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
#about-us-2 .au2-value-card__icon img {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#about-us-2 .au2-value-card__title {
|
|
position: relative;
|
|
z-index: 1;
|
|
margin: 0;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
line-height: 1.25;
|
|
letter-spacing: -0.2px;
|
|
color: #f9f9f9;
|
|
}
|
|
|
|
#about-us-2 .au2-value-card__text {
|
|
position: relative;
|
|
z-index: 1;
|
|
margin: 0;
|
|
font-size: 14px;
|
|
font-weight: 300;
|
|
line-height: 1.43;
|
|
letter-spacing: -0.14px;
|
|
color: #f9f9f9;
|
|
}
|
|
|
|
/* ── Testimonials ── */
|
|
#about-us-2 .au2-testimonials {
|
|
padding: 40px 0 80px;
|
|
}
|
|
|
|
#about-us-2 .au2-testimonials__title {
|
|
margin: 0 0 24px;
|
|
font-size: clamp(32px, 5vw, 48px);
|
|
line-height: 1.2;
|
|
font-weight: 700;
|
|
letter-spacing: -0.48px;
|
|
text-align: center;
|
|
color: #f9f9f9;
|
|
}
|
|
|
|
#about-us-2 .au2-testimonials__desc {
|
|
margin: 0 auto 40px;
|
|
max-width: 680px;
|
|
font-size: clamp(16px, 2.2vw, 20px);
|
|
line-height: 1.5;
|
|
font-weight: 300;
|
|
text-align: center;
|
|
color: #ccc;
|
|
}
|
|
|
|
#about-us-2 .au2-testimonials__marquee {
|
|
position: relative;
|
|
width: 100vw;
|
|
margin-left: calc(50% - 50vw);
|
|
overflow: hidden;
|
|
padding: 16px 0;
|
|
}
|
|
|
|
#about-us-2 .au2-testimonials__rows {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 16px;
|
|
}
|
|
|
|
#about-us-2 .au2-testimonials__row {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
#about-us-2 .au2-testimonials__track {
|
|
display: flex;
|
|
flex-shrink: 0;
|
|
gap: 16px;
|
|
padding: 0 8px;
|
|
animation: au2-marquee-x var(--duration, 125s) linear infinite;
|
|
will-change: transform;
|
|
}
|
|
|
|
#about-us-2 .au2-testimonials__track--reverse {
|
|
animation-direction: reverse;
|
|
}
|
|
|
|
#about-us-2 .au2-testimonials__marquee:hover .au2-testimonials__track {
|
|
animation-play-state: paused;
|
|
}
|
|
|
|
@keyframes au2-marquee-x {
|
|
from {
|
|
transform: translateX(0);
|
|
}
|
|
to {
|
|
transform: translateX(-100%);
|
|
}
|
|
}
|
|
|
|
#about-us-2 .au2-testimonials__fade {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 96px;
|
|
z-index: 2;
|
|
pointer-events: none;
|
|
}
|
|
|
|
#about-us-2 .au2-testimonials__fade--left {
|
|
left: 0;
|
|
background: linear-gradient(to right, var(--bg-page, #070400) 0%, transparent 100%);
|
|
}
|
|
|
|
#about-us-2 .au2-testimonials__fade--right {
|
|
right: 0;
|
|
background: linear-gradient(to left, var(--bg-page, #070400) 0%, transparent 100%);
|
|
}
|
|
|
|
#about-us-2 .au2-testimonial {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 14px;
|
|
flex-shrink: 0;
|
|
width: min(360px, 85vw);
|
|
min-height: 160px;
|
|
padding: 24px 16px;
|
|
border-radius: 16px;
|
|
background: #231f20;
|
|
}
|
|
|
|
@media (min-width: 640px) {
|
|
#about-us-2 .au2-testimonial {
|
|
width: min(500px, 42vw);
|
|
}
|
|
}
|
|
|
|
@media (prefers-reduced-motion: reduce) {
|
|
#about-us-2 .au2-testimonials__track {
|
|
animation: none;
|
|
}
|
|
}
|
|
|
|
#about-us-2 .au2-testimonial__head {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
}
|
|
|
|
#about-us-2 .au2-testimonial__avatar {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-shrink: 0;
|
|
width: 44px;
|
|
height: 44px;
|
|
border-radius: 50%;
|
|
background: #f98715;
|
|
font-size: 18px;
|
|
font-weight: 800;
|
|
letter-spacing: -0.18px;
|
|
color: #fff;
|
|
}
|
|
|
|
#about-us-2 .au2-testimonial__name {
|
|
margin: 0;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
line-height: 1.2;
|
|
letter-spacing: -0.2px;
|
|
color: #fff;
|
|
}
|
|
|
|
#about-us-2 .au2-testimonial__quote {
|
|
margin: 0;
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
line-height: 1.17;
|
|
letter-spacing: 0.24px;
|
|
color: #ccc;
|
|
}
|
|
|
|
/* ── Responsive ── */
|
|
@media (max-width: 991px) {
|
|
#about-us-2 .au2-intro {
|
|
grid-template-columns: 1fr;
|
|
gap: 32px;
|
|
}
|
|
|
|
#about-us-2 .au2-intro__visual {
|
|
order: -1;
|
|
}
|
|
|
|
#about-us-2 .au2-stats__grid {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
gap: 16px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
#about-us-2 .au2-page {
|
|
padding-left: 16px;
|
|
padding-right: 16px;
|
|
padding-bottom: 56px;
|
|
}
|
|
|
|
#about-us-2 .au2-hero {
|
|
padding-top: 48px;
|
|
padding-bottom: 40px;
|
|
}
|
|
|
|
#about-us-2 .au2-hero__actions {
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
#about-us-2 .au2-hero__actions .aifo-btn {
|
|
width: 100%;
|
|
max-width: 280px;
|
|
}
|
|
|
|
#about-us-2 .au2-stats__grid {
|
|
grid-template-columns: 1fr;
|
|
gap: 12px;
|
|
}
|
|
|
|
#about-us-2 .au2-stats__card {
|
|
min-height: 120px;
|
|
padding: 32px 20px;
|
|
}
|
|
|
|
#about-us-2 .au2-cta {
|
|
padding-bottom: 48px;
|
|
}
|
|
|
|
#about-us-2 .au2-cta__inner {
|
|
gap: 24px;
|
|
padding: 32px 20px;
|
|
}
|
|
|
|
#about-us-2 .au2-values,
|
|
#about-us-2 .au2-testimonials {
|
|
padding-bottom: 48px;
|
|
}
|
|
|
|
#about-us-2 .au2-value-card {
|
|
padding: 40px 24px;
|
|
}
|
|
}
|