.about-hero {
    padding: 120px 8% 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(1, 119, 191, 0.12)); }
.about-hero .container { position: relative; z-index: 1; width: 100%; }
.about-hero::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(1, 119, 191, 0.10) 0%, transparent 70%);
    pointer-events: none; }
.about-tag { display: inline-block; margin-bottom: 30px; letter-spacing: 1px; color: #2B7CFF; font-size: 18px; font-weight: 700; }
.about-title { font-size: 65px; line-height: 1; font-weight: 950;  margin-bottom: 30px; }
.hero-desc { font-size: 18px; line-height: 1.6; color: #666; max-width: 800px; margin: 0 auto 45px; }
.outline-text {  color: transparent;  letter-spacing: 1.5px;  -webkit-text-stroke: 2px #000; }
.filled-black { color: #1a1a1a; }
.outline-orange { color: transparent; letter-spacing: 1.5px; -webkit-text-stroke: 2px #ED1B24; }   
.filled-orange { color: #2B7CFF; }
.hero-content-heading {
    opacity: 0;
    transform: translate3d(0, 70px, 0) scale(0.95);
    filter: blur(10px);
    transition:
        opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1),
        transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
        filter 1.2s cubic-bezier(0.16, 1, 0.3, 1); }
.hero-content-heading.active { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
@media(max-width:1200px) { 
    .outline-text  { color: #ffffff;  -webkit-text-stroke: 0px transparent; 
        text-shadow: 
            -0.8px -0.8px 0 #1a1a1a,  
             0.8px -0.8px 0 #1a1a1a,
            -0.8px  0.8px 0 #1a1a1a,
             0.8px  0.8px 0 #1a1a1a; }
    .outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } }
@media (max-width: 1024px) {
    .about-hero { padding: 110px 6% 90px; }
    .about-title { font-size: 52px; line-height: 1.05; }
    .outline-text  { color: #ffffff;  -webkit-text-stroke: 0px transparent; 
        text-shadow: 
            -0.8px -0.8px 0 #1a1a1a,  
             0.8px -0.8px 0 #1a1a1a,
            -0.8px  0.8px 0 #1a1a1a,
             0.8px  0.8px 0 #1a1a1a; }
    .outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .hero-desc { font-size: 17px;  max-width: 650px; }
    .about-tag { font-size: 17px; margin-bottom: 25px; }
    .about-hero::before {
        width: 400px;
        height: 400px;
        top: -60px;
        right: -100px; } }
@media (max-width: 992px) {
    .about-hero { padding: 100px 6% 80px; }
    .about-title { font-size: 48px; line-height: 1.05; margin-bottom: 28px; }
    .about-tag { font-size: 17px; margin-bottom: 22px; }
    .hero-desc { font-size: 17px;  max-width: 680px;  line-height: 1.6;  margin-bottom: 40px; }
    .outline-text  { color: #ffffff;  -webkit-text-stroke: 0px transparent; 
        text-shadow: 
            -0.8px -0.8px 0 #1a1a1a,  
             0.8px -0.8px 0 #1a1a1a,
            -0.8px  0.8px 0 #1a1a1a,
             0.8px  0.8px 0 #1a1a1a; }
    .outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .about-hero::before { width: 360px; height: 360px; top: -50px; right: -90px;  } }
@media (max-width: 768px) {
    .about-hero { padding: 90px 5% 70px; }
    .about-title { font-size: 42px; line-height: 1.08; margin-bottom: 25px; }
    .about-tag {  font-size: 16px;  margin-bottom: 22px; }
    .hero-desc { font-size: 16px; line-height: 1.6; max-width: 100%; margin-bottom: 35px; }
    .outline-text  { color: #ffffff;  -webkit-text-stroke: 0px transparent; 
        text-shadow: 
            -0.8px -0.8px 0 #1a1a1a,  
             0.8px -0.8px 0 #1a1a1a,
            -0.8px  0.8px 0 #1a1a1a,
             0.8px  0.8px 0 #1a1a1a; }
    .outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .about-hero::before {
        width: 300px;
        height: 300px;
        top: -50px;
        right: -80px; } }
@media (max-width: 480px) {
    .about-hero { padding: 75px 5% 60px; }
    .about-title { font-size: 34px;  line-height: 1.12;  margin-bottom: 22px; }
    .about-tag { font-size: 15px; letter-spacing: 0.8px; margin-bottom: 18px; }
    .hero-desc { font-size: 15px; line-height: 1.55; }
    .outline-text  { color: #ffffff;  -webkit-text-stroke: 0px transparent; 
        text-shadow: 
            -0.8px -0.8px 0 #1a1a1a,  
             0.8px -0.8px 0 #1a1a1a,
            -0.8px  0.8px 0 #1a1a1a,
             0.8px  0.8px 0 #1a1a1a; }
    .outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .about-hero::before {
        width: 220px;
        height: 220px;
        top: -40px;
        right: -60px; } }
@media (max-width: 360px) {
    .about-hero { padding: 65px 4% 50px; }
    .about-title { font-size: 30px; }
    .outline-text  { color: #ffffff;  -webkit-text-stroke: 0px transparent; 
        text-shadow: 
            -0.8px -0.8px 0 #1a1a1a,  
             0.8px -0.8px 0 #1a1a1a,
            -0.8px  0.8px 0 #1a1a1a,
             0.8px  0.8px 0 #1a1a1a; }
    .outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .hero-desc { font-size: 14px; }
    .about-tag { font-size: 14px; }
}
.why-work { padding: 50px 0; background: #FAFAFA; }
.why-work-header { text-align: center; margin-bottom: 35px; }
.why-work-tag {
    display: inline-block;
    margin-bottom: 18px;
    color: #2B7CFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px; }
.why-work-title {  font-size: 55px;  line-height: 1;  font-weight: 900;  margin: 20px 0; }
.why-work-filled-black { color: #1a1a1a; }
.why-work-outline-orange { color: transparent; letter-spacing: 1.5px; -webkit-text-stroke: 2px #ED1B24; } 
.why-work-filled-orange {  color: #2B7CFF; }
.why-work-desc {  max-width: 850px;  margin: 0 auto;  color: #666;  font-size: 17px; line-height: 1.7; }
.work-feature-card { background: #fff; border: 1px solid #E2E8F0; border-radius: 20px; padding: 30px; height: 100%; transition: .3s ease; }
.work-feature-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0, 0, 0, .08); }
.work-feature-card .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: rgba(43, 124, 255, .1);
    color: #2B7CFF;
    font-size: 28px;
    margin-bottom: 20px; }
.work-feature-card strong {
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 1.5; }
.work-feature-card p { font-size: 0.92rem; color: #777; line-height: 1.6; margin-bottom: 16px; }
@media(max-width:1200px) { 
    .why-work-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24;  } }
@media (max-width: 1024px) {
    .why-work { padding: 45px 0;}
    .why-work-title {font-size: 48px; }
    .why-work-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24;  }
    .why-work-desc { font-size: 16px; max-width: 760px; }
    .work-feature-card { padding: 28px; } }
@media (max-width: 992px) {
    .why-work { padding: 40px 0; }
    .why-work-header { margin-bottom: 30px; }
    .why-work-title { font-size: 44px; }
    .why-work-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24;  }
    .why-work-tag { font-size: 17px; }
    .why-work-desc { font-size: 16px; max-width: 700px; }
    .work-feature-card { padding: 25px; }
    .work-feature-card .icon { width: 56px; height: 56px; font-size: 26px; }
    .work-feature-card strong { font-size: 18px; } }
@media (max-width: 768px) {
    .why-work { padding: 35px 0; }
    .why-work-header { margin-bottom: 28px; }
    .why-work-title { font-size: 38px;  line-height: 1.1; }
    .why-work-tag { font-size: 16px; }
    .why-work-desc { font-size: 15px; max-width: 100%; }
    .why-work-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24;  }
    .work-feature-card { padding: 24px; }
    .work-feature-card .icon { width: 54px; height: 54px; font-size: 24px; margin-bottom: 18px; }
    .work-feature-card strong { font-size: 17px; }
    .work-feature-card p { font-size: 0.9rem; } }
@media (max-width: 480px) {
    .why-work { padding: 30px 0; }
    .why-work-header { margin-bottom: 25px; }
    .why-work-title { font-size: 32px; }
    .why-work-tag { font-size: 15px; margin-bottom: 15px; }
    .why-work-desc { font-size: 14px; }
    .why-work-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24;  }
    .work-feature-card { padding: 22px;}
    .work-feature-card .icon { width: 50px; height: 50px; font-size: 22px; margin-bottom: 16px; }
    .work-feature-card strong { font-size: 16px; }
    .work-feature-card p { font-size: 0.88rem; margin-bottom: 0; } }
@media (max-width: 360px) {
    .why-work { padding: 25px 0; }
    .why-work-title { font-size: 28px; }
    .why-work-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24;  }
    .why-work-tag { font-size: 14px; }
    .why-work-desc { font-size: 13px; }
    .work-feature-card { padding: 20px; }
    .work-feature-card .icon { width: 46px; height: 46px; font-size: 20px; }
    .work-feature-card strong { font-size: 15px; }
    .work-feature-card p { font-size: 0.85rem; }
}
.open-positions { padding: 60px 0; background: #FAFAFA; }
.job-header { text-align: center; margin-bottom: 35px; }
.job-tag { display: inline-block; margin-bottom: 18px; color: #2B7CFF; font-size: 18px; font-weight: 700;letter-spacing: 1px; }
.job-heading-title { font-size: 55px; line-height: 1; font-weight: 900; margin: 20px 0; }
.job-filled-black { color: #1a1a1a; }
.job-outline-orange { color: transparent; letter-spacing: 1.5px;  -webkit-text-stroke: 2px #ED1B24; }
.job-filled-orange { color: #2B7CFF; }
.job-desc { max-width: 850px; margin: 0 auto; color: #666; font-size: 17px; line-height: 1.7; }
.job-card {
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    min-height: 390px;
    position: relative;
    transition: .3s ease; }
.job-card:hover { transform: translateY(-8px);  box-shadow: 0 15px 40px rgba(0, 0, 0, .08); }
.job-type { background: rgba(43, 124, 255, .1); color: #2B7CFF; padding: 6px 15px; border-radius: 30px; font-size: 13px; font-weight: 600; }
.job-card strong { color: #1a1a1a; display: block; overflow-wrap: break-word; word-break: break-word; font-size: 20px; margin-bottom: 5px; }
.job-card p { color: #777; font-size: 15px; line-height: 1.7; margin-bottom: 22px; overflow-wrap: break-word; word-break: break-word; white-space: normal; }
.job-info li {  margin-bottom: 10px; color: #777; font-size: 15px; overflow-wrap: break-word; word-break: break-word; }
.job-info i {  color: #2B7CFF;  margin-right: 8px;  font-size: 16px; }
.apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #1b6fff, #3b89ff);
    box-shadow: 0 0 20px rgba(59, 137, 255, .30);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 14px 40px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease; }
.apply-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(59, 137, 255, 0.7); filter: brightness(1.1); }
.view-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #1b6fff, #3b89ff);
    box-shadow: 0 0 20px rgba(59, 137, 255, .55);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 14px 40px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease; }
.view-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(59, 137, 255, 0.7); filter: brightness(1.1); }
@media(max-width:1200px) {  
.job-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } }
@media (max-width: 1024px) {
    .open-positions { padding: 50px 0; }
    .job-heading-title { font-size: 48px; }
    .job-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .job-desc { font-size: 16px; max-width: 750px; }
    .job-card { padding: 28px; min-height: 370px; } }
@media (max-width: 992px) {
    .open-positions { padding: 45px 0; }
    .job-header { margin-bottom: 30px; }
    .job-heading-title { font-size: 44px; line-height: 1.05; }
    .job-tag { font-size: 17px; }
    .job-desc { font-size: 16px; max-width: 700px; }
    .job-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .job-card { padding: 25px; min-height: 360px; }
    .job-card strong { font-size: 19px; } }
@media (max-width: 768px) {
    .open-positions { padding: 40px 0; }
    .job-header { margin-bottom: 28px; }
    .job-heading-title { font-size: 38px; line-height: 1.1; }
    .job-tag { font-size: 16px; margin-bottom: 15px; }
    .job-desc { font-size: 15px; max-width: 100%; }
    .job-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .job-card { padding: 24px; min-height: auto; }
    .job-type { font-size: 12px; padding: 6px 13px; }
    .job-card strong {  font-size: 18px; }
    .job-card p { font-size: 14px; margin-bottom: 20px; }
    .job-info li { font-size: 14px; }
    .apply-btn,
    .view-btn { padding: 12px 32px; font-size: 15px; } }
@media (max-width: 480px) {
    .open-positions { padding: 35px 0; }
    .job-heading-title { font-size: 32px; }
    .job-tag { font-size: 15px; letter-spacing: .8px; }
    .job-desc { font-size: 14px; line-height: 1.6; }
    .job-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .job-card { padding: 22px;  border-radius: 18px; }
    .job-card strong {  font-size: 17px; }
    .job-card p { font-size: 14px; }
    .job-info li { font-size: 13px; }
    .apply-btn,
    .view-btn { padding: 12px 28px; justify-content: center; } }
@media (max-width: 360px) {
    .open-positions { padding: 30px 0; }
    .job-heading-title { font-size: 28px; }
    .job-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .job-tag { font-size: 14px; }
    .job-desc { font-size: 13px; }
    .job-card { padding: 20px; }
    .job-card strong { font-size: 16px; }
    .job-card p { font-size: 13px; }
    .job-info li { font-size: 12px; }
    .apply-btn,
    .view-btn { padding: 11px 22px; font-size: 14px; }
}
.hiring-process { padding: 60px 0; background: #FAFAFA; }
.hiring-header { text-align: center; margin-bottom: 35px; }
.hiring-tag {
    display: inline-block;
    margin-bottom: 18px;
    color: #2B7CFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px; }
.hiring-heading-title {
    font-size: 55px;
    line-height: 1;
    font-weight: 900;
    margin: 20px 0; }
.hiring-filled-black { color: #1a1a1a; }
.hiring-outline-orange {
    color: transparent;
    letter-spacing: 1.5px;
    -webkit-text-stroke: 2px #ED1B24; }
.hiring-filled-orange { color: #2B7CFF; }
.hiring-desc {
    max-width: 850px;
    margin: 0 auto;
    color: #666;
    font-size: 17px;
    line-height: 1.7; }
.process-card {
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    transition: .3s ease;
    text-align: center; }
.process-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0, 0, 0, .08); }
.process-number {
    width: 50px;
    height: 50px;
    background: #2B7CFF;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: 700;
    margin-bottom: 20px; }
.process-icon { font-size: 35px; color: #2B7CFF; margin-bottom: 20px; }
.process-card strong {
    color: #1a1a1a;
    display: block;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 20px;
    margin-bottom: 5px; }
.process-card p {
    color: #777;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 22px;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal; }
@media(max-width:1200px) {  
.hiring-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } }
@media (max-width: 1024px) {
    .hiring-process { padding: 50px 0; }
    .hiring-heading-title {  font-size: 48px; }
    .hiring-desc { font-size: 16px; max-width: 750px; }
    .process-card { padding: 28px; } 
    .hiring-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }  }
@media (max-width: 992px) {
    .hiring-process { padding: 45px 0; }
    .hiring-header { margin-bottom: 30px; }
    .hiring-heading-title { font-size: 44px; line-height: 1.05; }
    .hiring-tag { font-size: 17px; }
    .hiring-desc { font-size: 16px; max-width: 700px; }
    .hiring-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } 
    .process-card { padding: 25px; }
    .process-number { width: 48px; height: 48px; }
    .process-icon { font-size: 32px; }
    .process-card strong { font-size: 18px; }
}
@media (max-width: 768px) {
    .hiring-process { padding: 40px 0; }
    .hiring-header {  margin-bottom: 28px; }
    .hiring-heading-title { font-size: 38px; line-height: 1.1; }
    .hiring-tag { font-size: 16px; margin-bottom: 15px; }
    .hiring-desc { font-size: 15px; max-width: 100%; }
    .hiring-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } 
    .process-card {  padding: 24px; }
    .process-number { width: 46px; height: 46px; font-size: 15px; }
    .process-icon { font-size: 30px; margin-bottom: 18px; }
    .process-card strong { font-size: 17px; }
    .process-card p { font-size: 14px; line-height: 1.6; } }
@media (max-width: 480px) {
    .hiring-process { padding: 35px 0; }
    .hiring-heading-title { font-size: 32px; }
    .hiring-tag { font-size: 15px; letter-spacing: .8px; }
    .hiring-desc { font-size: 14px; line-height: 1.6; }
    .hiring-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } 
    .process-card { padding: 22px;  border-radius: 18px; }
    .process-number {  width: 44px;  height: 44px; font-size: 14px; }
    .process-icon { font-size: 28px; }
    .process-card strong { font-size: 16px; }
    .process-card p { font-size: 13px; } }
@media (max-width: 360px) {
    .hiring-process { padding: 30px 0; }
    .hiring-heading-title { font-size: 28px; }
    .hiring-tag { font-size: 14px; }
    .hiring-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .hiring-desc { font-size: 13px; }
    .process-card { padding: 20px; }
    .process-number { width: 42px; height: 42px; }
    .process-icon { font-size: 25px; }
    .process-card strong { font-size: 15px; }
    .process-card p { font-size: 12px; }
}
.culture-section { padding: 50px 0; background: #FAFAFA; }
.culture-header { text-align: center; margin-bottom: 35px; }
.culture-tag { display: inline-block; margin-bottom: 18px; color: #2B7CFF; font-size: 18px; font-weight: 700; letter-spacing: 1px; }
.culture-heading-title {  font-size: 55px;  line-height: 1;  font-weight: 900;  margin: 20px 0; }
.culture-filled-black { color: #1a1a1a; }
.culture-outline-orange { color: transparent; letter-spacing: 1.5px; -webkit-text-stroke: 2px #ED1B24; }
.culture-filled-orange { color: #2B7CFF; }
.culture-desc {  max-width: 750px;  margin: 0 auto;  color: #666;  font-size: 17px;  line-height: 1.7; }
@media(max-width:1200px) { 
    .culture-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } }
@media (max-width: 1024px) {
    .culture-section { padding: 45px 0; }
    .culture-heading-title { font-size: 48px; }
    .culture-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .culture-desc { font-size: 16px; max-width: 750px; } }
@media (max-width: 992px) {
    .culture-section { padding: 40px 0; }
    .culture-header {  margin-bottom: 30px; }
    .culture-heading-title { font-size: 44px;  line-height: 1.05; }
    .culture-tag { font-size: 17px; }
    .culture-desc { font-size: 16px; max-width: 700px; }
    .culture-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } }
@media (max-width: 768px) {
    .culture-section { padding: 35px 0; }
    .culture-header { margin-bottom: 28px; }
    .culture-heading-title { font-size: 38px; line-height: 1.1; }
    .culture-tag { font-size: 16px; margin-bottom: 15px; }
    .culture-desc { font-size: 15px; line-height: 1.6; max-width: 100%; }
    .culture-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } }
@media (max-width: 480px) {
    .culture-section { padding: 30px 0; }
    .culture-heading-title { font-size: 32px; }
    .culture-tag { font-size: 15px; letter-spacing: .8px; }
    .culture-desc { font-size: 14px; line-height: 1.6; }
    .culture-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } }
@media (max-width: 360px) {
    .culture-section { padding: 25px 0; }
    .culture-heading-title { font-size: 28px; }
    .culture-tag { font-size: 14px; }
    .culture-desc { font-size: 13px;}
    .culture-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } 
}

.culture-gallery-section{
    padding:0px 0 70px;
    background: linear-gradient( to bottom, rgba(43, 124, 255, 0.03), #ffffff 40%, #fffafa );
    overflow:hidden; }
.culture-gallery{
    display:flex;
    flex-direction:column;
    gap:25px; }
.culture-row { overflow:hidden; }
.culture-track {
    display:flex;
    gap:20px;
    width:max-content; }
.culture-track img{
    width:520px;
    height:380px;
    object-fit:cover;
    border-radius:20px;
    flex-shrink:0;
    transition:.4s ease; }

/* Row 1 */
.scroll-right .culture-track { animation:scrollRight 35s linear infinite; }
/* Row 2 */
.scroll-left .culture-track { animation:scrollLeft 35s linear infinite; }
@keyframes scrollRight{
    from{
        transform:translateX(-50%);
    }
    to{
        transform:translateX(0);
    }
}
@keyframes scrollLeft{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}
@media (max-width: 1024px) {
    .culture-gallery-section { padding: 0 0 60px; }
    .culture-gallery { gap: 20px; }
    .culture-track { gap: 18px; }
    .culture-track img { width: 450px; height: 330px; } }
@media (max-width: 992px) {
    .culture-gallery-section {  padding: 0 0 55px; }
    .culture-gallery { gap: 18px; }
    .culture-track {  gap: 16px; }
    .culture-track img {  width: 400px; height: 290px; } }
@media (max-width: 768px) {
    .culture-gallery-section { padding: 0 0 50px; }
    .culture-gallery { gap: 16px; }
    .culture-track { gap: 14px; }
    .culture-track img { width: 320px; height: 230px; border-radius: 16px; }
    .scroll-right .culture-track,
    .scroll-left .culture-track { animation-duration: 28s; } }
@media (max-width: 480px) {
    .culture-gallery-section { padding: 0 0 40px; }
    .culture-gallery { gap: 14px; }
    .culture-track { gap: 12px; }
    .culture-track img { width: 260px; height: 190px; border-radius: 14px; }
    .scroll-right .culture-track,
    .scroll-left .culture-track { animation-duration: 24s; } }
@media (max-width: 360px) {
    .culture-gallery-section { padding: 0 0 35px; }
    .culture-gallery { gap: 12px; }
    .culture-track { gap: 10px; }
    .culture-track img { width: 220px; height: 160px; border-radius: 12px; }
    .scroll-right .culture-track,
    .scroll-left .culture-track { animation-duration: 22s; }
}
.benefits-section { padding: 60px 0; background: #FAFAFA; }
.benefits-header { text-align: center; margin-bottom: 35px; }
.benefits-tag {
    display: inline-block;
    margin-bottom: 18px;
    color: #2B7CFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px; }
.benefits-heading-title {
    font-size: 55px;
    line-height: 1;
    font-weight: 900;
    margin: 20px 0; }
.benefits-filled-black { color: #1a1a1a; }
.benefits-outline-orange {
    color: transparent;
    letter-spacing: 1.5px;
    -webkit-text-stroke: 2px #ED1B24; }
.benefits-filled-orange { color: #2B7CFF; }
.benefits-desc {
    max-width: 850px;
    margin: 0 auto;
    color: #666;
    font-size: 17px;
    line-height: 1.7; }
.benefit-card{
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    transition: .3s ease; }
.benefit-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0, 0, 0, .08); }
.benefit-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: rgba(43, 124, 255, .1);
    color: #2B7CFF;
    font-size: 28px;
    margin-bottom: 20px; }
.benefit-card strong {
    color: #1a1a1a;
    display: block;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 20px;
    margin-bottom: 5px; }
.benefit-card p {
    color: #777;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 22px;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal; }
@media(max-width:1200px) { 
    .benefits-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } }
@media (max-width: 1024px) {
    .benefits-section { padding: 50px 0; }
    .benefits-heading-title { font-size: 48px; }
    .benefits-desc { font-size: 16px; max-width: 750px; }
    .benefit-card {padding: 28px; }
    .benefits-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } }
@media (max-width: 992px) {
    .benefits-section { padding: 45px 0; }
    .benefits-header { margin-bottom: 30px; }
    .benefits-heading-title { font-size: 44px; line-height: 1.05; }
    .benefits-tag { font-size: 17px; }
    .benefits-desc { font-size: 16px; max-width: 700px; }
    .benefits-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } 
    .benefit-card { padding: 25px; }
    .benefit-icon { width: 56px; height: 56px; font-size: 26px; }
    .benefit-card strong { font-size: 18px; } }
@media (max-width: 768px) {
    .benefits-section { padding: 40px 0; }
    .benefits-header { margin-bottom: 28px; }
    .benefits-heading-title { font-size: 38px; line-height: 1.1; }
    .benefits-tag { font-size: 16px; margin-bottom: 15px; }
    .benefits-desc { font-size: 15px; max-width: 100%; }
    .benefits-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } 
    .benefit-card { padding: 24px; }
    .benefit-icon { width: 54px; height: 54px; font-size: 24px; margin-bottom: 18px; }
    .benefit-card strong { font-size: 17px; }
    .benefit-card p { font-size: 14px; line-height: 1.6; } }
@media (max-width: 480px) {
    .benefits-section { padding: 35px 0; }
    .benefits-heading-title { font-size: 32px; }
    .benefits-tag { font-size: 15px; letter-spacing: .8px; }
    .benefits-desc { font-size: 14px; line-height: 1.6; }
    .benefits-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } 
    .benefit-card { padding: 22px; border-radius: 18px; }
    .benefit-icon {  width: 50px;  height: 50px; font-size: 22px; }
    .benefit-card strong { font-size: 16px; }
    .benefit-card p { font-size: 13px; } }
@media (max-width: 360px) {
    .benefits-section { padding: 30px 0; }
    .benefits-heading-title { font-size: 28px; }
    .benefits-outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } 
    .benefits-tag { font-size: 14px; }
    .benefits-desc { font-size: 13px; }
    .benefit-card { padding: 20px; }
    .benefit-icon { width: 46px; height: 46px; font-size: 20px; }
    .benefit-card strong { font-size: 15px; }
    .benefit-card p { font-size: 12px; } 
}
.final-cta-section { padding:50px 0; background:#FAFAFA; }
.final-cta-box {
    position:relative;
    overflow:hidden;
    padding:70px 40px;
    border-radius:30px;
    background:
    linear-gradient(
        135deg,
        #0F172A,
        #1D4ED8
    );
    text-align:center;
    box-shadow:
    0 20px 50px rgba(15,23,42,.18); }
.final-cta-box::before {
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:
    rgba(255,255,255,.08);
    border-radius:50%;
    top:-150px;
    left:-100px; }
.final-cta-box::after {
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:
    rgba(43,124,255,.25);
    border-radius:50%;
    bottom:-150px;
    right:-80px; }
.final-cta-content { position:relative; z-index:2; }
.final-cta-tag { display:inline-block; color:#FFFFFF; font-size:15px; font-weight:700; letter-spacing:1px; margin-bottom:25px; opacity:.9; }
.final-cta-title { color:#FFFFFF; display:block; font-size:50px; line-height:1.2; font-weight:900; margin-bottom:25px; }
.final-cta-title span { color:#60A5FA; }
.final-cta-description { max-width:850px; margin:0 auto 35px; color:#E5E7EB; font-size:18px; line-height:1.7; }
.final-cta-buttons { display:flex; justify-content:center; gap:20px; flex-wrap:wrap; }
.cta-primary,
.cta-secondary { padding:15px 35px; border-radius:50px; font-size:16px; font-weight:700; text-decoration:none; transition:.35s ease; }
.cta-primary { background:#FFFFFF; color:#1D4ED8; }
.cta-primary:hover { transform:translateY(-5px); background:#EFF6FF; color:#1D4ED8; }
.cta-secondary { border:2px solid rgba(255,255,255,.6); color:#FFFFFF; }
.cta-secondary:hover {  background:#FFFFFF; color:#1D4ED8; transform:translateY(-5px);  }
@media (max-width: 992px){
    .final-cta-box { padding:60px 35px; border-radius:25px; }
    .final-cta-title { font-size:42px; }
    .final-cta-description { max-width:700px; font-size:17px; }
    .cta-primary,
    .cta-secondary { padding:14px 30px; font-size:15px; }
    .final-cta-box::before{ width:280px; height:280px; }
    .final-cta-box::after { width:240px; height:240px; } }
@media (max-width: 768px){
    .final-cta-section { padding:40px 0; }
    .final-cta-box { padding:50px 25px; border-radius:22px; }
    .final-cta-tag { font-size:14px; margin-bottom:20px; }
    .final-cta-title {  font-size:34px;  line-height:1.25; margin-bottom:20px;}
    .final-cta-description { font-size:16px; line-height:1.6;  margin-bottom:30px; }
    .final-cta-buttons { gap:15px; }
    .cta-primary,
    .cta-secondary { padding:13px 28px; } }
@media (max-width: 576px){
    .final-cta-section { padding:35px 0;}
    .final-cta-box { padding:45px 20px; border-radius:20px; }
    .final-cta-tag { font-size:13px; letter-spacing:.8px; }
    .final-cta-title { font-size:28px; line-height:1.3; }
    .final-cta-description { font-size:15px; line-height:1.6; }
    .final-cta-buttons { flex-direction:column; align-items:center; }
    .cta-primary,
    .cta-secondary { width:100%;  max-width:260px; text-align:center; padding:13px 20px; }
    .final-cta-box::before { width:200px; height:200px; top:-100px; left:-80px; }
    .final-cta-box::after { width:180px; height:180px; bottom:-90px; right:-60px;} }
@media (max-width: 360px){
    .final-cta-box { padding:40px 15px; }
    .final-cta-title {font-size:25px; }
    .final-cta-description { font-size:14px;}
    .final-cta-tag {font-size:12px; }
    .cta-primary,
    .cta-secondary {max-width:230px; font-size:14px; } 
}
.apple-faq-section { background: #FAFAFA; padding: 60px 7% 120px 7%; }
.apple-faq-top { text-align: center; max-width: 950px; margin: 0 auto 80px; }
.apple-faq-tag {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     color: #2B7CFF;
     font-size: 20px;
     font-weight: 700;
     letter-spacing: 1px;
     margin-bottom: 24px ;
     gap: 14px;
     letter-spacing: 1px; }
.apple-faq-title {
     font-size: 65px;
     line-height: 0.95;
     font-weight: 900;
     color: #1a1a1a;
     margin-bottom: 35px; }
 .faq-text-red { color: transparent; -webkit-text-stroke: 2px var(--red); }
 .faq-text-blue {  color: #2B7CFF !important; }
 .faq-left,
 .faq-right {
     display: inline-block;
     opacity: 0;
     filter: blur(8px);
     transition: opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1),  transform 1.1s cubic-bezier(0.16, 1, 0.3, 1),  filter 1.1s cubic-bezier(0.16, 1, 0.3, 1); }
 .faq-left { transform: translateX(-80px); }
 .faq-right { transform: translateX(80px); }
 .faq-left.active,
 .faq-right.active { opacity: 1; transform: translateX(0); filter: blur(0); }
.apple-faq-description { font-size: 20px; line-height: 1.2; color: #666; max-width: 760px; margin: auto; }
.apple-faq-wrapper { width: 100%; max-width: 1100px; margin: auto; } 
.apple-faq-item { border-top: 1px solid #d2d2d7; padding: 35px 0; transition: 0.35s ease; }
.apple-faq-item:last-child { border-bottom: 1px solid #d2d2d7; }
.apple-faq-question { display: flex; align-items: flex-start; gap: 30px; cursor: pointer; }
.faq-number { min-width: 55px; color: #2c2c2e; font-size: 18px; font-weight: 600; margin-top: 6px; }
.apple-faq-question strong { flex: 1; color: #1d1d1f; font-size: 30px; line-height: 1.3; font-weight: 600; letter-spacing: -1px; }
 .faq-icon {
     width: 46px;
     height: 46px;
     border-radius: 50%;
     border: 1px solid #d2d2d7 !important;
     background: #fff !important;
     color: #1d1d1f !important;
     font-size: 24px;
     font-weight: 500;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
     transition: 0.35s ease; }
 .active-faq .faq-icon {
     background: #2B7CFF !important;
     border-color: #2B7CFF !important;
     color: #fff !important;
     transform: rotate(45deg); }
.apple-faq-answer {
     max-height: 0;
     overflow: hidden;
     opacity: 0;
     margin-left: 85px;
     transition: max-height 0.45s ease,  opacity 0.35s ease,  margin-top 0.35s ease; }
.active-faq .apple-faq-answer { max-height: 500px; opacity: 1; margin-top: 20px; }
.apple-faq-answer p { max-width: 850px; color: #6e6e73; font-size: 19px; line-height: 1.5; }
.apple-faq-item:hover { padding-left: 10px;}
 @media(max-width:1200px) {
    .apple-faq-section { padding:70px 5% 90px; }
    .apple-faq-top { margin-bottom:65px;}
    .apple-faq-title {  font-size:58px;}
    .faq-text-red {color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .apple-faq-description { font-size:18px; }
    .apple-faq-question strong { font-size: 30px; } }
 @media (max-width: 992px) {
    .apple-faq-section { padding:65px 4% 80px; }
    .apple-faq-top {margin-bottom:55px;}
    .apple-faq-tag { font-size:17px;}
    .apple-faq-title { font-size: 47px;  line-height:1.1; }
    .faq-text-red {color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .apple-faq-description {font-size:17px; line-height:1.6;}
    .apple-faq-question { gap:20px; }
    .apple-faq-question strong { font-size: 26px; }
    .faq-number { min-width:45px; font-size:17px; }
    .apple-faq-answer { margin-left: 65px; } 
    .apple-faq-answer p { font-size:18px; } }
 @media (max-width: 768px) {
    .apple-faq-section { padding:60px 20px 70px; }
    .apple-faq-top { margin-bottom: 45px; }
    .apple-faq-tag {  font-size: 16px; }
    .apple-faq-title { font-size:38px; line-height:1.2; margin-bottom:25px; }
    .faq-text-red {color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .apple-faq-description { font-size:15px; line-height:1.7; }
    .apple-faq-item { padding:25px 0; }
    .apple-faq-question { gap: 15px; }
    .apple-faq-question strong { font-size: 20px; line-height: 0; }
    .faq-number { min-width: 38px; font-size: 15px; }
    .faq-icon { width: 40px; height: 40px; font-size: 20px; }
    .apple-faq-answer { margin-left: 55px; }
    .apple-faq-answer p { font-size: 17px; }
    .apple-faq-item:hover {padding-left: 0; } }
 @media (max-width: 576px) {
    .apple-faq-section {  padding:50px 15px 60px; }
    .apple-faq-top { margin-bottom: 50px; }
    .apple-faq-title { font-size: 32px; line-height: 1.1; }
    .faq-text-red {color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .apple-faq-description { font-size: 16px; }
    .apple-faq-item { padding: 25px 0; }
    .apple-faq-question { gap: 12px; }
    .faq-number { min-width: 32px; font-size: 14px; margin-top: 2px; }
    .apple-faq-question strong { font-size: 19px; line-height: 1.5; }
    .faq-icon { width: 38px; height: 38px; font-size: 20px; }
    .apple-faq-answer { margin-left: 47px; }
    .apple-faq-answer p { font-size: 15px; line-height: 1.7; } }
 @media (max-width: 480px) {
    .apple-faq-title { font-size: 28px; }
    .apple-faq-tag { font-size: 14px; }
    .apple-faq-description { font-size: 15px; }
    .faq-text-red {color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .apple-faq-question strong { font-size: 18px; }
    .faq-icon { width: 34px; height: 34px; font-size: 18px; }
    .apple-faq-answer { margin-left: 0; margin-top: 15px; }
    .active-faq .apple-faq-answer { margin-top: 15px; }
    .apple-faq-answer p { font-size: 14px;} }
 @media (max-width: 360px) {
    .apple-faq-section { padding: 25px 4% 40px; }
    .apple-faq-title { font-size: 24px; line-height: 1.15; }
    .apple-faq-tag { font-size: 13px; letter-spacing: 0.5px; }
    .apple-faq-description { font-size: 14px; }
    .faq-text-red {color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .apple-faq-question { gap: 10px; }
    .faq-number { min-width: 26px; font-size: 13px; }
    .apple-faq-question strong { font-size: 16px; line-height: 1.5; }
    .faq-icon { width: 30px; height: 30px; font-size: 16px; }
    .apple-faq-answer p { font-size: 13px; line-height: 1.7; } }
@media (max-width:320px){
    .apple-faq-title { font-size:22px; }
    .faq-text-red {color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; }
    .apple-faq-description { font-size:12px; }
    .apple-faq-question strong{ font-size:14px; }
    .apple-faq-answer p { font-size:12px; }
}