*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Segoe UI',Arial,sans-serif;color:#1C1C1C}
.hero-section{max-width:1200px;margin:0 auto;padding:70px 24px 90px}
.hero-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.hero-content{flex:1 1 480px;max-width:560px}
.hero-content h1{font-size:42px;line-height:1.15;margin-bottom:18px}
.hero-line1{display:block;color:red;font-weight:800}
.hero-line2{display:block;color:#2B2B2B;font-weight:800;text-transform:uppercase;font-size:.83em;margin-top:4px}
.hero-content p{color:#666;font-size:16px;line-height:1.7;margin-bottom:32px}
.hero-actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap}
.btn-primary{display:inline-block;background:#e30000;color:#fff;text-decoration:none;font-weight:600;font-size:15px;padding:14px 34px;border-radius:30px;transition:background .2s ease}
.btn-primary:hover{background:#eec008}
.btn-watch{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#e30000;font-weight:600;font-size:15px}
.btn-watch:hover{color:#eec008}
.play-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:2px solid currentColor;border-radius:50%;font-size:12px;flex-shrink:0}
.hero-media{flex:1 1 420px;max-width:560px;position:relative;display:flex;justify-content:center}
.hero-media img{position:relative;z-index:1;max-width:100%;height:auto;display:block}
@media (max-width:900px){.hero-inner{flex-direction:column;text-align:center}.hero-content{max-width:100%}.hero-actions{justify-content:center}.hero-content h1{font-size:32px}}

.ap-wrapper{font-family:'Poppins','Segoe UI',Arial,sans-serif;background:#FFF;color:#333}
.ap-container{max-width:1200px;margin:0 auto;padding:0 20px}
.ap-heading{text-align:center;margin-bottom:50px}
.ap-heading h2{font-size:36px;font-weight:700;color:#1A1A1A;margin:0 0 12px;position:relative;display:inline-block}
.ap-heading h2::after{content:"";display:block;width:60px;height:4px;background:linear-gradient(90deg,#E53935,#FFC107);margin:14px auto 0;border-radius:4px}
.ap-heading p{font-size:16px;color:#666;margin:0}

.ap-about{padding:80px 0;background:#FFF}
.ap-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.ap-skills-list{list-style:none;margin:0;padding:0}
.ap-skill-item{margin-bottom:16px}
.ap-skill-track{background:#FAFAFA;border:1px solid #EDEDED;border-radius:30px;overflow:hidden;height:44px;position:relative}
.ap-skill-fill{height:100%;border-radius:30px 0 0 30px;background:linear-gradient(90deg,#B71C1C,#E53935);display:flex;align-items:center;padding-left:20px;color:#FFF;font-size:14px;font-weight:600;white-space:nowrap;transition:width 1.2s ease}
.ap-skill-fill.ap-yellow{background:linear-gradient(90deg,#F9A825,#FFC107);color:#1A1A1A}
.ap-skill-fill.ap-black{background:linear-gradient(90deg,#1A1A1A,#333)}
.ap-about-media{position:relative;display:flex;justify-content:center;align-items:center}
.ap-about-img{position:relative;z-index:2;width:100%;max-width:420px;border-radius:8px;display:block;box-shadow:0 20px 45px rgba(0,0,0,.15)}
.ap-about-copy{margin-top:30px}
.ap-about-copy p{font-size:15px;line-height:1.8;color:#666;margin:0 0 18px}
.ap-about-points{list-style:none;margin:0;padding:0}
.ap-about-points li{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:#333;margin-bottom:12px}
.ap-about-points svg{flex-shrink:0;margin-top:3px;color:#E53935}

/* About stats strip (renamed from ap-stats to avoid clash with contact stats) */
.ap-about-stats{margin-top:70px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #EDEDED;padding-top:40px}
.ap-about-stat{text-align:center;border-right:1px solid #EDEDED;padding:0 20px}
.ap-about-stat:last-child{border-right:none}
.ap-about-stat-number{font-size:42px;font-weight:800;color:#E53935;line-height:1;display:block;margin-bottom:10px}
.ap-about-stat-label{font-size:14px;color:#666}
.ap-about-stat-label strong{display:block;color:#1A1A1A;font-size:15px;margin-bottom:4px}

/* What We Do section (renamed from ap-services to avoid clash with services-cards section) */
.ap-whatwedo{padding:80px 0;background:#FAFAFA}
.ap-whatwedo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.ap-whatwedo-card{background:#FFF;border:1px solid #EDEDED;border-radius:10px;padding:40px 28px;text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.ap-whatwedo-card:hover,.ap-whatwedo-card:focus-within{transform:translateY(-8px);box-shadow:0 18px 40px rgba(0,0,0,.08);border-color:#FFC107}
.ap-whatwedo-icon{width:70px;height:70px;margin:0 auto 22px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#FFECB3;color:#B71C1C;transition:background .3s ease,color .3s ease}
.ap-whatwedo-card:hover .ap-whatwedo-icon{background:#E53935;color:#FFF}
.ap-whatwedo-icon svg{width:32px;height:32px}
.ap-whatwedo-card h3{font-size:20px;font-weight:700;color:#1A1A1A;margin:0 0 12px}
.ap-whatwedo-card p{font-size:14px;line-height:1.7;color:#666;margin:0}

@media (max-width:1024px){.ap-about-grid{grid-template-columns:1fr;gap:50px}.ap-about-media{order:-1;margin-bottom:20px}.ap-whatwedo-grid{grid-template-columns:repeat(2,1fr)}.ap-heading h2{font-size:32px}}
@media (max-width:768px){.ap-about,.ap-whatwedo{padding:60px 0}.ap-heading{margin-bottom:36px}.ap-heading h2{font-size:28px}.ap-about-stats{grid-template-columns:1fr;gap:24px}.ap-about-stat{border-right:none;border-bottom:1px solid #EDEDED;padding-bottom:24px}.ap-about-stat:last-child{border-bottom:none;padding-bottom:0}.ap-whatwedo-grid{grid-template-columns:1fr}}
@media (max-width:480px){.ap-heading h2{font-size:24px}.ap-heading p{font-size:14px}.ap-skill-fill{font-size:13px;padding-left:14px}.ap-about-img{max-width:100%}.ap-whatwedo-card{padding:32px 20px}.ap-about-stat-number{font-size:34px}}
@media (prefers-reduced-motion:reduce){.ap-skill-fill,.ap-whatwedo-card{transition:none}}

/* Testimonials */
.tf-wrapper{font-family:'Poppins','Segoe UI',Arial,sans-serif;background:#FFF}
.tf-testimonials{position:relative;padding:100px 0;background:#1A1A1A;overflow:hidden}
.tf-testimonials::before{content:"";position:absolute;top:-180px;right:-140px;width:400px;height:400px;border-radius:50%;background:#E53935;opacity:.15;pointer-events:none}
.tf-testimonials::after{content:"";position:absolute;bottom:-160px;left:-120px;width:340px;height:340px;border-radius:50%;background:#FFC107;opacity:.10;pointer-events:none}
.tf-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.tf-header{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end;margin-bottom:60px}
.tf-eyebrow{display:inline-flex;align-items:center;gap:8px;color:#FFC107;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:18px}
.tf-eyebrow::before{content:"";width:28px;height:2px;background:#FFC107;display:inline-block}
.tf-header h2{font-size:38px;font-weight:800;color:#FFF;line-height:1.3;margin:0}
.tf-header h2 span{color:#FF6F60}
.tf-header-copy p{font-size:15px;line-height:1.85;color:#C9C9C9;margin:0 0 22px}
.tf-stat-row{display:flex;gap:34px}
.tf-stat-row div{display:flex;flex-direction:column}
.tf-stat-num{font-size:28px;font-weight:800;color:#FFC107;line-height:1;margin-bottom:6px}
.tf-stat-lbl{font-size:12.5px;color:#AAA}
.tf-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.tf-card{position:relative;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:34px 30px 28px;display:flex;flex-direction:column;overflow:hidden;backdrop-filter:blur(6px);transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s ease,background .35s ease,box-shadow .35s ease}
.tf-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#E53935,#FFC107);transform:scaleX(0);transform-origin:left;transition:transform .45s ease}
.tf-grid .tf-card:nth-child(2)::before{background:linear-gradient(90deg,#FFC107,#FF6F60)}
.tf-grid .tf-card:nth-child(3)::before{background:linear-gradient(90deg,#8A8A8A,#E53935)}
.tf-card:hover{transform:translateY(-10px);border-color:rgba(255,193,7,.35);background:rgba(255,255,255,.055);box-shadow:0 24px 48px rgba(0,0,0,.35)}
.tf-card:hover::before{transform:scaleX(1)}
.tf-card-quote{position:absolute;top:-6px;right:18px;font-family:Georgia,'Times New Roman',serif;font-size:120px;line-height:1;font-weight:700;color:transparent;-webkit-text-stroke:1.5px rgba(255,255,255,.08);user-select:none;z-index:0}
.tf-card-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}
.tf-badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:#1A1A1A;background:#FFC107;padding:4px 12px;border-radius:20px;white-space:nowrap}
.tf-grid .tf-card:nth-child(2) .tf-badge{background:#FF6F60;color:#FFF}
.tf-grid .tf-card:nth-child(3) .tf-badge{background:#E0E0E0;color:#1A1A1A}
.tf-stars{display:flex;gap:2px;color:#FFC107;flex-shrink:0}
.tf-stars svg{width:14px;height:14px;fill:currentColor}
.tf-card-text{position:relative;z-index:1;font-size:15px;line-height:1.8;color:#E4E4E4;margin:0 0 26px;flex-grow:1}
.tf-card-footer{position:relative;z-index:1;display:flex;align-items:center;gap:14px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}
.tf-avatar-ring{width:50px;height:50px;border-radius:50%;padding:2px;background:linear-gradient(135deg,#E53935,#FFC107);flex-shrink:0}
.tf-avatar{width:100%;height:100%;border-radius:50%;background:#1A1A1A;color:#FFF;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px}
.tf-author-name{font-size:15px;font-weight:700;color:#FFF;margin:0 0 2px}
.tf-author-role{font-size:13px;color:#9C9C9C;margin:0}
@media (max-width:1024px){.tf-header{grid-template-columns:1fr;gap:30px;margin-bottom:44px}.tf-header h2{font-size:32px}.tf-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:768px){.tf-testimonials{padding:70px 0}.tf-header h2{font-size:26px}.tf-stat-row{gap:24px;flex-wrap:wrap}.tf-grid{grid-template-columns:1fr;gap:22px}.tf-card{padding:28px 24px 24px}.tf-card-quote{font-size:90px}}
@media (max-width:480px){.tf-header h2{font-size:22px}.tf-header-copy p{font-size:14px}.tf-stat-num{font-size:22px}.tf-card-text{font-size:14px}.tf-avatar-ring{width:44px;height:44px}.tf-avatar{font-size:13px}}

/* Services cards section */
.ap-services{background:#f8f8f6;padding:56px 5vw 64px;font-family:inherit}
.ap-services__head{max-width:640px;margin:0 auto 32px;text-align:center}
.ap-services__eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#e01f2e;background:rgba(224,31,46,.08);padding:5px 14px;border-radius:99px;margin-bottom:14px}
.ap-services__title{font-size:clamp(24px,3.4vw,36px);line-height:1.25;color:#141414;margin:0 0 10px;font-weight:800}
.ap-services__title::after{content:"";display:block;width:56px;height:4px;background:#ffc400;margin:14px auto 0;border-radius:4px}
.ap-services__sub{color:#6f6f6f;font-size:15px;line-height:1.6;margin:16px 0 0}
.ap-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:1200px;margin:0 auto}
.ap-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;background:#fff;border:1px solid #ececec;border-left:3px solid #e01f2e;border-radius:10px;padding:16px 18px;height:112px;cursor:pointer;font-family:inherit;transition:box-shadow .2s ease,border-color .2s ease,background .2s ease}
.ap-card:nth-of-type(3n+2){border-left-color:#141414}
.ap-card:nth-of-type(3n){border-left-color:#ffc400}
.ap-card:hover{box-shadow:0 8px 20px rgba(20,20,20,.07)}
.ap-card.is-active{background:#141414;border-left-color:#ffc400}
.ap-card.is-active .ap-card__name,.ap-card.is-active .ap-card__excerpt{color:#fff}
.ap-card.is-active .ap-card__excerpt{color:#c9c9c9}
.ap-card__num{font-weight:800;font-size:12px;color:#fff;background:#141414;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:8px}
.ap-card:nth-of-type(3n+1) .ap-card__num{background:#e01f2e}
.ap-card:nth-of-type(3n+2) .ap-card__num{background:#141414}
.ap-card:nth-of-type(3n) .ap-card__num{background:#b3121f}
.ap-card.is-active .ap-card__num{background:#ffc400;color:#141414}
.ap-card__name{font-size:15px;font-weight:700;color:#141414;margin-bottom:4px}
.ap-card__excerpt{font-size:12.5px;line-height:1.45;color:#6f6f6f;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.ap-detail{display:flex;gap:16px;max-width:1200px;margin:0 auto 24px;background:#fff;border-top:4px solid #e01f2e;border-radius:10px;padding:24px 26px;box-shadow:0 6px 20px rgba(20,20,20,.06)}
.ap-detail__num{flex:0 0 auto;width:34px;height:34px;border-radius:50%;background:#141414;color:#fff;font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:center}
.ap-detail__title{font-size:19px;font-weight:800;color:#141414;margin:0 0 8px}
.ap-detail__desc{font-size:14px;line-height:1.65;color:#3a3a3a;margin:0 0 10px}
.ap-detail__link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#e01f2e;text-decoration:none}
.ap-detail__link:hover{color:#b3121f;text-decoration:underline}
@media (max-width:1024px){.ap-services__grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:768px){.ap-services{padding:40px 5vw 48px}.ap-services__grid{grid-template-columns:1fr;gap:10px}.ap-card{height:auto;min-height:88px}.ap-detail{flex-direction:column;gap:10px;padding:20px}}
@media (max-width:480px){.ap-card{padding:12px 14px}.ap-card__name{font-size:14px}}

/* Contact */
.ap-contact{padding:56px 5vw 60px;font-family:inherit;background:#f8f8f6}
.ap-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.ap-contact__head{max-width:1240px;margin:0 auto 30px}
.ap-contact__eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#e01f2e;background:rgba(224,31,46,.08);padding:5px 14px;border-radius:99px;margin-bottom:12px}
.ap-contact__title{font-size:clamp(24px,3vw,34px);font-weight:800;color:#141414;margin:0;max-width:560px}
.ap-contact__card{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px rgba(20,20,20,.1)}
.ap-contact__info{background:#141414;padding:44px 42px;position:relative;overflow:hidden}
.ap-contact__info::before{content:"";position:absolute;top:-60px;right:-60px;width:180px;height:180px;border-radius:50%;background:#e01f2e;opacity:.18}
.ap-contact__lead{position:relative;font-size:14.5px;line-height:1.75;color:#cfcfcf;margin:0 0 30px;max-width:400px}
.ap-contact__list{position:relative;font-style:normal;display:flex;flex-direction:column;gap:20px}
.ap-contact__item{display:flex;align-items:flex-start;gap:14px}
.ap-contact__icon{flex:0 0 auto;width:38px;height:38px;border-radius:10px;background:#ffc400;display:flex;align-items:center;justify-content:center}
.ap-contact__text{font-size:13.5px;line-height:1.6;color:#d8d8d8}
.ap-contact__text strong{display:block;color:#fff;font-size:14px;margin-bottom:2px}
.ap-contact__text a{color:#d8d8d8;text-decoration:none}
.ap-contact__text a:hover{color:#ffc400}
.ap-contact__badge{position:relative;margin-top:34px;display:inline-flex;align-items:baseline;gap:10px;border-top:1px solid rgba(255,255,255,.15);padding-top:18px}
.ap-contact__badge-num{font-size:24px;font-weight:800;color:#e01f2e}
.ap-contact__badge-label{font-size:12.5px;color:#a8a8a8}
.ap-contact__form-wrap{background:#fff;display:flex;align-items:center}
.ap-contact__form{width:100%;padding:44px 42px}
.ap-contact__form-title{font-size:20px;font-weight:800;color:#141414;margin:0 0 6px}
.ap-contact__form-sub{font-size:13px;color:#6f6f6f;margin:0 0 22px;line-height:1.5}
.ap-contact__input{width:100%;font-family:inherit;font-size:13.5px;color:#141414;background:#f8f8f6;border:1px solid #ececec;border-radius:10px;padding:12px 14px;margin-bottom:12px;box-sizing:border-box}
.ap-contact__input:focus{outline:none;border-color:#e01f2e;background:#fff}
.ap-contact__textarea{resize:vertical;min-height:80px}
.ap-contact__submit{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#e01f2e;color:#fff;font-family:inherit;font-weight:700;font-size:13.5px;border:none;border-radius:10px;padding:13px 0;cursor:pointer;transition:background .2s ease}
.ap-contact__submit:hover{background:#b3121f}
.ap-stats{max-width:1240px;margin:26px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.ap-stats__card{background:#fff;border-top:3px solid #e01f2e;border-radius:12px;padding:24px 18px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;box-shadow:0 6px 18px rgba(20,20,20,.05)}
.ap-stats__card:nth-child(2){border-top-color:#141414}
.ap-stats__card:nth-child(3){border-top-color:#ffc400}
.ap-stats__card:nth-child(4){border-top-color:#e01f2e}
.ap-stats__num{font-size:24px;font-weight:800;color:#141414}
.ap-stats__label{font-size:12.5px;color:#6f6f6f;font-weight:600}
@media (max-width:1024px){.ap-contact__card{grid-template-columns:1fr}.ap-contact__info,.ap-contact__form{padding:36px 32px}}
@media (max-width:768px){.ap-contact{padding:44px 6vw 48px}.ap-stats{grid-template-columns:repeat(2,1fr)}}
@media (max-width:480px){.ap-contact__info,.ap-contact__form{padding:28px 22px}.ap-stats{grid-template-columns:1fr}}

/* Team */
.ap-team{background:#f8f8f6;padding:56px 5vw 64px;font-family:inherit}
.ap-team__head{text-align:center;max-width:600px;margin:0 auto 40px}
.ap-team__eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#e01f2e;background:rgba(224,31,46,.08);padding:5px 14px;border-radius:99px;margin-bottom:14px}
.ap-team__title{font-size:clamp(24px,3vw,34px);font-weight:800;color:#141414;margin:0 0 10px}
.ap-team__title-accent{color:#e01f2e}
.ap-team__sub{font-size:14px;color:#6f6f6f;margin:0}
.ap-team__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px 22px;max-width:1200px;margin:0 auto}
.ap-team__card{text-align:center}
.ap-team__photo{position:relative;aspect-ratio:4/5;background:#ececea;border-radius:14px;overflow:hidden}
.ap-team__photo img{width:100%;height:100%;object-fit:cover;display:block}
.ap-team__photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#b7b7b3}
.ap-team__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,20,20,0) 40%,rgba(20,20,20,.82) 100%);display:flex;align-items:flex-end;justify-content:center;gap:10px;padding-bottom:16px;opacity:0;transition:opacity .25s ease}
.ap-team__card:hover .ap-team__overlay{opacity:1}
.ap-team__social{width:32px;height:32px;border-radius:50%;background:#ffc400;color:#141414;display:flex;align-items:center;justify-content:center;transform:translateY(8px);transition:transform .25s ease,background .2s ease}
.ap-team__card:hover .ap-team__social{transform:translateY(0)}
.ap-team__social:hover{background:#e01f2e;color:#fff}
.ap-team__plate{position:relative;background:#fff;border-radius:12px;padding:12px 14px 10px;margin:-30px 14px 0;box-shadow:0 10px 24px rgba(20,20,20,.1);border-top:3px solid #e01f2e}
.ap-team__card:nth-child(2) .ap-team__plate{border-top-color:#141414}
.ap-team__card:nth-child(3) .ap-team__plate{border-top-color:#ffc400}
.ap-team__card:nth-child(4) .ap-team__plate{border-top-color:#e01f2e}
.ap-team__name{font-size:15px;font-weight:800;color:#141414;margin:0 0 3px}
.ap-team__role{display:block;font-size:11.5px;font-weight:600;color:#e01f2e}
.ap-team__desc{font-size:12.5px;line-height:1.6;color:#6f6f6f;margin:12px 10px 0}
@media (max-width:1024px){.ap-team__grid{grid-template-columns:repeat(2,1fr);gap:34px 20px}}
@media (max-width:768px){.ap-team{padding:44px 6vw 48px}}
@media (max-width:480px){.ap-team__grid{grid-template-columns:1fr;max-width:340px;margin-left:auto;margin-right:auto}}

/* FAQ */
.aq-section{position:relative;background:#fff;padding:70px 5vw 80px;font-family:'Poppins','Segoe UI',Arial,sans-serif;overflow:hidden}
.aq-social{position:absolute;top:26px;right:5vw;display:flex;gap:16px;z-index:3}
.aq-social a{color:#c9c9c9;display:flex}
.aq-social a:hover{color:#e01f2e}
.aq-social svg{width:16px;height:16px}
.aq-head{position:relative;text-align:center;margin:0 auto 56px;max-width:900px}
.aq-ghost{position:absolute;top:50%;left:50%;transform:translate(-50%,-52%);font-size:clamp(38px,6.5vw,74px);font-weight:800;color:#f1f1ee;white-space:nowrap;z-index:0;letter-spacing:1px;user-select:none;pointer-events:none}
.aq-title{position:relative;z-index:1;font-size:clamp(24px,3.4vw,34px);font-weight:800;color:#141414;margin:0 0 10px}
.aq-cta-line{position:relative;z-index:1;font-size:14px;color:#6f6f6f}
.aq-cta-line a{color:#e01f2e;font-weight:700;text-decoration:none}
.aq-cta-line a:hover{text-decoration:underline}
.aq-grid{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:start}
.aq-list{display:flex;flex-direction:column;gap:14px}
.aq-item{background:#f8f8f6;border-radius:10px;overflow:hidden;transition:box-shadow .2s ease}
.aq-item:hover{box-shadow:0 8px 20px rgba(20,20,20,.06)}
.aq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;cursor:pointer;font-size:14.5px;font-weight:600;color:#2b2b2b}
.aq-item summary::-webkit-details-marker{display:none}
.aq-item summary:focus-visible{outline:2px solid #e01f2e;outline-offset:2px}
.aq-plus{flex:0 0 auto;width:30px;height:30px;border-radius:50%;background:#e01f2e;position:relative;transition:background .2s ease,transform .25s ease}
.aq-plus::before,.aq-plus::after{content:"";position:absolute;top:50%;left:50%;background:#fff;border-radius:1px}
.aq-plus::before{width:12px;height:2px;transform:translate(-50%,-50%)}
.aq-plus::after{width:2px;height:12px;transform:translate(-50%,-50%);transition:transform .25s ease}
.aq-item[open] .aq-plus{background:#141414;transform:rotate(45deg)}
.aq-item[open] .aq-plus::after{transform:translate(-50%,-50%) scaleY(0)}
.aq-answer{padding:0 60px 20px 22px;font-size:13.5px;line-height:1.7;color:#6f6f6f}
.aq-pager{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:30px}
.aq-pager button{width:36px;height:36px;border-radius:50%;background:#e01f2e;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}
.aq-pager button:hover{background:#141414}
.aq-pager button svg{width:14px;height:14px}
.aq-pager-dots{display:flex;gap:6px}
.aq-pager-dots span{width:6px;height:6px;border-radius:50%;background:#e6e6e2}
.aq-pager-dots span.is-active{background:#e01f2e;width:18px;border-radius:4px}
.aq-panel{background:#f8f8f6;border-radius:16px;padding:40px 34px 36px;text-align:center}
.aq-illustration{width:150px;height:150px;margin:0 auto 22px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,rgba(224,31,46,.10) 0%,rgba(224,31,46,0) 72%);border-radius:50%}
.aq-illustration svg{width:78px;height:78px}
.aq-panel h3{font-size:21px;font-weight:800;color:#141414;margin:0 0 8px}
.aq-panel-sub{font-size:13.5px;color:#6f6f6f;line-height:1.6;margin:0 0 28px}
.aq-field-label{display:block;text-align:left;font-size:13px;font-weight:600;color:#141414;margin-bottom:8px}
.aq-field-wrap{position:relative;margin-bottom:20px}
.aq-input{width:100%;font-family:inherit;font-size:13.5px;color:#141414;background:#fff;border:1px solid #ececec;border-radius:10px;padding:13px 40px 13px 16px;box-sizing:border-box}
.aq-input:focus{outline:none;border-color:#e01f2e}
.aq-field-clear{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#b7b7b3;font-size:14px;pointer-events:none}
.aq-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#e01f2e;color:#fff;font-family:inherit;font-weight:700;font-size:13.5px;border:none;border-radius:30px;padding:13px 40px;cursor:pointer;transition:background .2s ease}
.aq-submit:hover{background:#141414}
@media (max-width:960px){.aq-grid{grid-template-columns:1fr;gap:44px}.aq-panel{max-width:460px;margin:0 auto}.aq-social{position:static;justify-content:center;margin-bottom:20px}}
@media (max-width:520px){.aq-section{padding:48px 6vw 56px}.aq-ghost{display:none}.aq-answer{padding-right:22px}.aq-panel{padding:32px 22px 30px}}