536 lines
10 KiB
CSS
536 lines
10 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 ── */
|
|
#about-us-2 .au2-btn {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 8px;
|
|
border: none;
|
|
border-radius: 10px;
|
|
padding: 16px 32px;
|
|
min-height: 52px;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
letter-spacing: -0.16px;
|
|
color: var(--text-main);
|
|
background: var(--primary);
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
transition: background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
|
|
}
|
|
|
|
#about-us-2 .au2-btn:hover {
|
|
background: var(--primary-hover);
|
|
box-shadow: inset 0 5px 10px rgba(249, 135, 21, 0.6), 0 5px 10px rgba(249, 135, 21, 0.6);
|
|
color: var(--text-main);
|
|
text-decoration: none;
|
|
}
|
|
|
|
#about-us-2 .au2-btn--outline {
|
|
background: rgba(15, 15, 15, 0.5);
|
|
border: 0.657px solid #666;
|
|
box-shadow: none;
|
|
}
|
|
|
|
#about-us-2 .au2-btn--outline:hover {
|
|
background: rgba(249, 135, 21, 0.08);
|
|
border-color: var(--primary);
|
|
box-shadow: none;
|
|
}
|
|
|
|
/* ── Shared typography ── */
|
|
#about-us-2 .au2-label {
|
|
margin: 0 0 12px;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
letter-spacing: 0.08em;
|
|
text-transform: uppercase;
|
|
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: 72px 0 64px;
|
|
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: 720px;
|
|
}
|
|
|
|
#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: 620px;
|
|
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, 40px);
|
|
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__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 72px;
|
|
}
|
|
|
|
#about-us-2 .au2-stats__bar {
|
|
display: grid;
|
|
grid-template-columns: repeat(4, 1fr);
|
|
gap: 0;
|
|
padding: 40px 24px;
|
|
border-radius: 16px;
|
|
background: url("../images/backgrounds/bg_key_states.png") center / 100% 100% no-repeat;
|
|
border: 0.5px solid rgba(152, 151, 149, 0.22);
|
|
}
|
|
|
|
#about-us-2 .au2-stats__item {
|
|
position: relative;
|
|
text-align: center;
|
|
padding: 0 16px;
|
|
}
|
|
|
|
#about-us-2 .au2-stats__item:not(:last-child)::after {
|
|
content: "";
|
|
position: absolute;
|
|
right: 0;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
width: 1px;
|
|
height: 48px;
|
|
background: rgba(255, 255, 255, 0.13);
|
|
}
|
|
|
|
#about-us-2 .au2-stats__value {
|
|
margin: 0 0 6px;
|
|
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: 12px;
|
|
line-height: 1.4;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
|
|
/* ── CTA Banner ── */
|
|
#about-us-2 .au2-cta {
|
|
position: relative;
|
|
margin: 0 0 72px;
|
|
padding: 64px 32px;
|
|
border-radius: 20px;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
border: 0.5px solid rgba(152, 151, 149, 0.22);
|
|
background: rgba(12, 12, 12, 0.85);
|
|
}
|
|
|
|
#about-us-2 .au2-cta__glow {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 80%;
|
|
height: 200px;
|
|
transform: translate(-50%, -50%);
|
|
background: radial-gradient(ellipse at center, rgba(249, 135, 21, 0.3) 0%, transparent 70%);
|
|
pointer-events: none;
|
|
z-index: 0;
|
|
}
|
|
|
|
#about-us-2 .au2-cta__inner {
|
|
position: relative;
|
|
z-index: 1;
|
|
max-width: 560px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#about-us-2 .au2-cta__title {
|
|
margin: 0 0 16px;
|
|
font-size: clamp(28px, 4vw, 40px);
|
|
line-height: 1.2;
|
|
font-weight: 700;
|
|
}
|
|
|
|
#about-us-2 .au2-cta__desc {
|
|
margin: 0 0 28px;
|
|
font-size: 16px;
|
|
line-height: 1.55;
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
/* ── Core Values ── */
|
|
#about-us-2 .au2-values {
|
|
padding: 0 0 72px;
|
|
}
|
|
|
|
#about-us-2 .au2-values__grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(3, 1fr);
|
|
gap: 24px;
|
|
margin-top: 48px;
|
|
}
|
|
|
|
#about-us-2 .au2-value-card {
|
|
padding: 32px 28px;
|
|
border-radius: 16px;
|
|
border: 0.5px solid rgba(152, 151, 149, 0.35);
|
|
background: var(--bg-card);
|
|
transition: border-color 0.2s ease, box-shadow 0.2s ease;
|
|
}
|
|
|
|
#about-us-2 .au2-value-card:hover {
|
|
border-color: rgba(249, 135, 21, 0.4);
|
|
box-shadow: 0 8px 32px rgba(249, 135, 21, 0.08);
|
|
}
|
|
|
|
#about-us-2 .au2-value-card__icon {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 56px;
|
|
height: 56px;
|
|
margin-bottom: 20px;
|
|
border-radius: 12px;
|
|
background: rgba(249, 135, 21, 0.1);
|
|
}
|
|
|
|
#about-us-2 .au2-value-card__icon img {
|
|
display: block;
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
|
|
#about-us-2 .au2-value-card__title {
|
|
margin: 0 0 12px;
|
|
font-size: 22px;
|
|
font-weight: 700;
|
|
line-height: 1.3;
|
|
}
|
|
|
|
#about-us-2 .au2-value-card__text {
|
|
margin: 0;
|
|
font-size: 15px;
|
|
line-height: 1.65;
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
/* ── Testimonials ── */
|
|
#about-us-2 .au2-testimonials {
|
|
padding: 0 0 72px;
|
|
}
|
|
|
|
#about-us-2 .au2-testimonials__grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(3, 1fr);
|
|
gap: 24px;
|
|
}
|
|
|
|
#about-us-2 .au2-testimonial {
|
|
padding: 24px;
|
|
border-radius: 15px;
|
|
border: 0.5px solid var(--border-muted);
|
|
background: var(--bg-card);
|
|
}
|
|
|
|
#about-us-2 .au2-testimonial--wide {
|
|
grid-column: span 2;
|
|
}
|
|
|
|
#about-us-2 .au2-testimonial__head {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 12px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
#about-us-2 .au2-testimonial__flag.fi {
|
|
width: 28px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
border-radius: 2px;
|
|
overflow: hidden;
|
|
flex-shrink: 0;
|
|
background-size: cover;
|
|
}
|
|
|
|
#about-us-2 .au2-testimonial__name {
|
|
margin: 0;
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
line-height: 1.3;
|
|
}
|
|
|
|
#about-us-2 .au2-testimonial__meta {
|
|
margin: 2px 0 0;
|
|
font-size: 14px;
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
#about-us-2 .au2-testimonial__quote {
|
|
margin: 0;
|
|
font-size: 15px;
|
|
line-height: 1.7;
|
|
font-weight: 300;
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
/* ── Support ── */
|
|
#about-us-2 .au2-support {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
align-items: center;
|
|
gap: 48px;
|
|
padding: 48px 0 0;
|
|
}
|
|
|
|
#about-us-2 .au2-support__title {
|
|
margin: 0 0 16px;
|
|
font-size: clamp(28px, 4vw, 36px);
|
|
line-height: 1.2;
|
|
font-weight: 700;
|
|
}
|
|
|
|
#about-us-2 .au2-support__desc {
|
|
margin: 0 0 28px;
|
|
font-size: 16px;
|
|
line-height: 1.55;
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
#about-us-2 .au2-support__actions {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 16px;
|
|
}
|
|
|
|
#about-us-2 .au2-support__visual {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
#about-us-2 .au2-support__visual img {
|
|
display: block;
|
|
width: min(100%, 360px);
|
|
height: auto;
|
|
filter: drop-shadow(0 0 40px rgba(249, 135, 21, 0.35));
|
|
}
|
|
|
|
/* ── 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__bar {
|
|
grid-template-columns: repeat(2, 1fr);
|
|
gap: 32px 16px;
|
|
background-image: url("../images/backgrounds/bg_key_states_mb.png");
|
|
}
|
|
|
|
#about-us-2 .au2-stats__item:nth-child(2)::after {
|
|
display: none;
|
|
}
|
|
|
|
#about-us-2 .au2-stats__item:nth-child(odd):not(:last-child)::after {
|
|
display: block;
|
|
}
|
|
|
|
#about-us-2 .au2-values__grid {
|
|
grid-template-columns: 1fr;
|
|
}
|
|
|
|
#about-us-2 .au2-testimonials__grid {
|
|
grid-template-columns: 1fr;
|
|
}
|
|
|
|
#about-us-2 .au2-testimonial--wide {
|
|
grid-column: span 1;
|
|
}
|
|
|
|
#about-us-2 .au2-support {
|
|
grid-template-columns: 1fr;
|
|
text-align: center;
|
|
}
|
|
|
|
#about-us-2 .au2-support__actions {
|
|
justify-content: center;
|
|
}
|
|
}
|
|
|
|
@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,
|
|
#about-us-2 .au2-support__actions {
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
#about-us-2 .au2-btn {
|
|
width: 100%;
|
|
max-width: 280px;
|
|
}
|
|
|
|
#about-us-2 .au2-stats__bar {
|
|
padding: 32px 16px;
|
|
}
|
|
|
|
#about-us-2 .au2-stats__item::after {
|
|
display: none !important;
|
|
}
|
|
|
|
#about-us-2 .au2-cta {
|
|
padding: 48px 20px;
|
|
margin-bottom: 48px;
|
|
}
|
|
|
|
#about-us-2 .au2-values,
|
|
#about-us-2 .au2-testimonials {
|
|
padding-bottom: 48px;
|
|
}
|
|
}
|