
/* /axenor_website/static/src/scss/home.scss */
 .home_page .hero{max-width: 1180px; margin: 32px auto 52px; padding: 0 22px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 40px; align-items: center;}.home_page .hero-copy{max-width: 620px;}.home_page .hero-kicker{font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brand); font-weight: 600; margin-bottom: 10px;}.hero-title{font-family: "Playfair Display", serif; font-size: 46px; line-height: 1.1; margin-bottom: 16px;}.home_page .hero-title .hero-word--accent{color: var(--brand);}.home_page .hero-title .hero-word{display: inline-block; margin-right: 0.12em; opacity: 0; transform: translateY(-32px); animation: axenorHeroWordDrop 520ms cubic-bezier(0.22, 1, 0.36, 1) forwards; will-change: transform, opacity;}.home_page .hero-title .hero-word:nth-child(1){animation-delay: 120ms;}.home_page .hero-title .hero-word:nth-child(2){animation-delay: 175ms;}.home_page .hero-title .hero-word:nth-child(3){animation-delay: 230ms;}.home_page .hero-title .hero-word:nth-child(4){animation-delay: 285ms;}.home_page .hero-title .hero-word:nth-child(5){animation-delay: 340ms;}.home_page .hero-title .hero-word:nth-child(6){animation-delay: 395ms;}.home_page .hero-title .hero-word:nth-child(7){animation-delay: 450ms;}.home_page .hero-title .hero-word:nth-child(8){animation-delay: 505ms;}.home_page .hero-title .hero-word:nth-child(9){animation-delay: 560ms;}.home_page .hero-title .hero-word--accent{background-image: linear-gradient(100deg, var(--brand-dark), var(--brand), #ba72ac, var(--brand)); background-size: 220% 100%; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation-name: axenorHeroWordDrop, axenorHeroAccentSweep; animation-duration: 520ms, 2.8s; animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1), ease-in-out; animation-fill-mode: forwards, both;}.home_page .hero-sub, .home_page .hero-copy > .nav-cta, .home_page .hero-metadata, .home_page .hero-trust-grid{opacity: 0; transform: translateY(18px); animation: axenorHeroFollowUp 520ms ease-out forwards;}.home_page .hero-sub{animation-delay: 680ms;}.home_page .hero-copy > .nav-cta{animation-delay: 760ms;}.home_page .hero-metadata{animation-delay: 840ms;}.home_page .hero-trust-grid{animation-delay: 920ms;}@keyframes axenorHeroWordDrop{to{opacity: 1; transform: translateY(0);}}@keyframes axenorHeroFollowUp{to{opacity: 1; transform: translateY(0);}}@keyframes axenorHeroAccentSweep{from{background-position: 100% 50%;}to{background-position: 0% 50%;}}@media (prefers-reduced-motion: reduce){.home_page .hero-title .hero-word, .home_page .hero-sub, .home_page .hero-copy > .nav-cta, .home_page .hero-metadata, .home_page .hero-trust-grid{opacity: 1; transform: none; animation: none; will-change: auto;}}.hero-sub{font-size: 16px; max-width: 560px; color: var(--text-soft); margin-bottom: 22px; line-height: 1.7;}.home_page .hero-metadata{display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; gap: 12px; margin-top: 16px; font-size: 12px; color: #6b7280;}.home_page .pill{padding: 5px 11px; border-radius: 999px; border: 1px solid rgba(148, 163, 184, 0.6); background: rgba(255, 255, 255, 0.9);}.home_page .hero-trust-grid{display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 22px;}.home_page .hero-trust-card{background: rgba(255, 255, 255, 0.86); border: 1px solid rgba(148, 163, 184, 0.18); border-radius: 18px; padding: 16px; box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);}.home_page .hero-trust-card strong{display: block; font-size: 16px; color: var(--text-main); margin-bottom: 6px;}.home_page .hero-trust-card span{font-size: 12px; color: var(--text-soft); line-height: 1.55;}.hero-art{position: relative; display: -webkit-box; display: -webkit-flex; display: flex; justify-content: center; min-width: 0; opacity: 0; transform: translateY(28px) scale(0.975); animation: axenorHeroSliderEnter 1.15s cubic-bezier(0.22, 1, 0.36, 1) 420ms forwards; will-change: opacity, transform;}.home_page .hero-case-slider{position: relative; width: 100%; max-width: 500px; border-radius: 28px; background: #33202e; box-shadow: 0 28px 70px rgba(48, 27, 43, 0.22); overflow: hidden;}.home_page .hero-case-slides{position: relative; min-height: 500px;}.home_page .hero-case-slide{position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: scale(1.025); transition: opacity 520ms ease, transform 750ms ease, visibility 520ms;}.home_page .hero-case-slide.is-active{z-index: 1; opacity: 1; visibility: visible; transform: scale(1);}.home_page .hero-case-slide > img{width: 100%; height: 100%; object-fit: cover;}.home_page .hero-case-slide.is-active > img{animation: axenorHeroSlideImageEnter 1.35s cubic-bezier(0.22, 1, 0.36, 1) both;}.home_page .hero-case-slide--art > img{object-position: center;}@keyframes axenorHeroSliderEnter{from{opacity: 0; transform: translateY(28px) scale(0.975);}to{opacity: 1; transform: translateY(0) scale(1);}}@keyframes axenorHeroSlideImageEnter{from{opacity: 0.35; transform: scale(1.065); filter: blur(5px);}to{opacity: 1; transform: scale(1); filter: blur(0);}}.home_page .hero-case-art-link{position: absolute; top: 0; right: 0; bottom: 76px; left: 0; z-index: 2;}.home_page .hero-case-shade{position: absolute; inset: 0; background: linear-gradient(180deg, rgba(27, 17, 25, 0.05) 8%, rgba(35, 20, 31, 0.45) 48%, rgba(29, 16, 26, 0.96) 100%);}.home_page .hero-case-content{position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 34px 34px 82px; color: #fff;}.home_page .hero-case-type{display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; padding: 5px 10px; border: 1px solid rgba(255, 255, 255, 0.34); border-radius: 999px; background: rgba(255, 255, 255, 0.14); font-size: 11px; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; backdrop-filter: blur(8px);}.home_page .hero-case-content h2{margin: 12px 0 8px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 30px; line-height: 1.12;}.home_page .hero-case-content p{margin: 0 0 14px; color: rgba(255, 255, 255, 0.82); font-size: 13px; line-height: 1.55;}.home_page .hero-case-tags{display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; gap: 7px; margin-bottom: 15px;}.home_page .hero-case-tags span{padding: 4px 9px; border-radius: 999px; background: rgba(255, 255, 255, 0.13); color: rgba(255, 255, 255, 0.9); font-size: 11px;}.home_page .hero-case-link{color: #fff; font-size: 13px; font-weight: 750; text-decoration: none;}.home_page .hero-case-link:hover, .home_page .hero-case-link:focus-visible{color: #f0d9e9; text-decoration: underline;}.home_page .hero-case-controls{position: absolute; z-index: 10; right: 24px; bottom: 24px; left: 34px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; pointer-events: auto;}.home_page .hero-case-dots, .home_page .hero-case-arrows{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; gap: 8px;}.home_page .hero-case-dot{width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: rgba(255, 255, 255, 0.48); transition: width 220ms ease, background 220ms ease;}.home_page .hero-case-dot.is-active{width: 24px; background: #fff;}.home_page .hero-case-arrow{display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; padding: 0; border: 1px solid rgba(255, 255, 255, 0.36); border-radius: 50%; background: rgba(255, 255, 255, 0.12); color: #fff; cursor: pointer; pointer-events: auto; transition: background 180ms ease, transform 180ms ease;}.home_page .hero-case-arrow:hover, .home_page .hero-case-arrow:focus-visible{background: rgba(255, 255, 255, 0.26); transform: translateY(-1px);}.home_page .client-proof{margin-top: -12px;}.home_page .client-logo-row{display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px;}.home_page .client-logo-card{border-radius: 18px; border: 1px solid rgba(148, 163, 184, 0.18); background: rgba(255, 255, 255, 0.9); box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05); padding: 18px 14px; text-align: center; font-size: 13px; font-weight: 600; color: #475569;}.home_page .whatsapp-cta{background: radial-gradient(circle at top right, rgba(144, 95, 131, 0.12), transparent 30%), linear-gradient(135deg, #fff7fb, #f8f5ff); border: 1px solid rgba(144, 95, 131, 0.14); border-radius: 26px; padding: 28px !important; display: -webkit-box; display: -webkit-flex; display: flex; justify-content: space-between; align-items: center; gap: 22px; box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);}.home_page .whatsapp-cta .section-header, .home_page .whatsapp-cta .section-sub{margin: 0; text-align: left; max-width: 620px;}.home_page .whatsapp-cta-actions{display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; gap: 12px;}.home_page .whatsapp-cta .section-kicker{color: var(--brand-dark);}.home_page .whatsapp-cta .section-title{color: #1f2937;}.home_page .whatsapp-cta .section-sub{color: #526072;}.home_page .whatsapp-cta .btn-outline{background: rgba(255, 255, 255, 0.88); border: 1px solid rgba(144, 95, 131, 0.22); color: var(--brand-dark);}.home_page .whatsapp-cta .btn-outline:hover{background: rgba(144, 95, 131, 0.08);}.home_page .case-study-grid{display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px;}.home_page .case-study-card{background: #fff; border-radius: 22px; padding: 22px; box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08); border: 1px solid rgba(148, 163, 184, 0.14);}.home_page .case-study-tag{display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brand-dark); background: rgba(144, 95, 131, 0.1); border-radius: 999px; padding: 6px 10px; margin-bottom: 14px;}.home_page .case-study-card h3{font-size: 20px; line-height: 1.25; margin-bottom: 10px;}.home_page .case-study-card p{font-size: 13px; color: var(--text-soft); line-height: 1.7;}.home_page .case-study-list{margin-top: 14px; padding-left: 18px; color: #334155; font-size: 13px;}.home_page .case-study-list li + li{margin-top: 6px;}.section-header{text-align: center; margin-bottom: 32px;}.section-kicker{font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--brand); margin-bottom: 6px;}.section-title{font-family: "Playfair Display", serif; font-size: 28px;}.section-sub{font-size: 14px; color: var(--text-soft); margin-top: 6px; max-width: 520px; margin-left: auto; margin-right: auto;}.axenor-faq-strip{background: linear-gradient(135deg, var(--brand), var(--brand-dark)); color: #fff; border-radius: 26px; padding: 24px 26px; display: grid; grid-template-columns: 1.2fr 2fr; gap: 20px; align-items: center; box-shadow: var(--shadow-soft);}.axenor-faq-strip h3{font-size: 24px; line-height: 1.3;}.axenor-faq-strip p{font-size: 13px; margin-top: 8px; opacity: 0.93;}.home_page .faq-list{border-left: 1px solid rgba(255, 255, 255, 0.25); padding-left: 18px;}.home_page .faq-item{padding: 8px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.14); display: block; width: 100%;}.home_page .faq-item:last-child{border-bottom: 0;}.home_page .faq-question{font-size: 13px; cursor: pointer; display: -webkit-box; display: -webkit-flex; display: flex; justify-content: space-between; align-items: center; gap: 16px; width: 100%;}.home_page .faq-question span:first-child{font-weight: 500; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto;}.home_page .faq-icon{font-size: 24px; line-height: 1; min-width: 16px; text-align: center; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto;}.home_page .faq-answer{display: block; width: 100%; max-height: 0; overflow: hidden; font-size: 12px; line-height: 1.6; opacity: 0.9; transition: max-height 0.25s ease, margin-top 0.25s ease;}.home_page .faq-item.active .faq-answer{max-height: 120px; margin-top: 10px;}.home_page .faq-question:hover{opacity: 0.9;}.home_page .services-grid{display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px;}.home_page .services-action{margin-top: 24px; display: -webkit-box; display: -webkit-flex; display: flex; justify-content: center;}.home_page .service-card{background: #fff; border-radius: var(--card-radius); padding: 18px 18px 20px; box-shadow: 0 16px 35px rgba(15, 23, 42, 0.06); position: relative; overflow: hidden; transform: translateY(0); transition: transform 0.2s ease, box-shadow 0.2s ease;}.home_page .service-card:hover{transform: translateY(-8px); box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);}.home_page .service-icon{width: 32px; height: 32px; border-radius: 14px; background: rgba(144, 95, 131, 0.16); display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--brand-dark); font-size: 18px;}.home_page .service-card h3{font-size: 14px; margin-bottom: 6px;}.home_page .service-card p{font-size: 12px; color: var(--text-soft);}.process{display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; position: relative; isolation: isolate;}.process::before{content: ""; position: absolute; top: 16px; left: 12.5%; right: 12.5%; height: 2px; background: var(--brand); opacity: 0.55; z-index: 0;}.step-card{position: relative; z-index: 1; text-align: center;}.step-badge{width: 32px; height: 32px; border-radius: 999px; border: 2px solid var(--brand); display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; background: #fff; color: var(--brand-dark); font-size: 13px; font-weight: 600;}.step-card h4{font-size: 14px; margin-bottom: 6px;}.step-card p{font-size: 12px; color: var(--text-soft);}.home_page .home-final-cta{padding: clamp(30px, 5vw, 56px) !important; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 28px; background: radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.14), transparent 26%), linear-gradient(135deg, #3f263e, var(--brand-dark) 55%, var(--brand)); box-shadow: 0 24px 60px rgba(62, 38, 61, 0.2); color: #fff;}.home_page .home-final-cta .section-kicker{color: rgba(255, 255, 255, 0.7);}.home_page .home-final-cta h2{max-width: 720px; margin: 8px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 4vw, 48px); line-height: 1.08;}.home_page .home-final-cta p{max-width: 690px; color: rgba(255, 255, 255, 0.76); font-size: 15px; line-height: 1.7;}.home_page .home-final-cta__actions{min-width: 230px; display: grid; gap: 12px;}.home_page .home-final-cta .btn{justify-content: center;}.home_page .home-final-cta .btn-primary{background: #fff; color: var(--brand-dark); box-shadow: none;}.home_page .home-final-cta .btn-outline{border-color: rgba(255, 255, 255, 0.34); background: rgba(255, 255, 255, 0.08); color: #fff;}@media (max-width: 960px){.hero{grid-template-columns: 1fr;}.home_page .hero{gap: 24px;}.home_page .hero-trust-grid, .home_page .client-logo-row, .home_page .case-study-grid{grid-template-columns: repeat(2, minmax(0, 1fr));}.hero-art{order: -1; margin-bottom: 14px;}.home_page .hero-case-slider{width: 100%; max-width: 560px;}.home_page .hero-case-slides{min-height: 440px;}.services-grid{grid-template-columns: repeat(2, minmax(0, 1fr));}.process{grid-template-columns: repeat(2, minmax(0, 1fr));}.process::before{display: none;}.axenor-faq-strip{grid-template-columns: 1fr;}.home_page .whatsapp-cta{display: block;}.home_page .whatsapp-cta-actions{margin-top: 18px;}.home_page .home-final-cta{display: block;}.home_page .home-final-cta__actions{margin-top: 24px;}}@media (max-width: 640px){.hero{display: block !important;}.home_page .hero{margin: 22px auto 36px; padding: 0 16px;}.hero-title{font-size: 34px;}.hero-sub{font-size: 15px;}.home_page .hero-case-slider{width: 100%; max-width: none; border-radius: 22px;}.home_page .hero-case-slides{min-height: 430px;}.home_page .hero-case-content{padding: 24px 22px 76px;}.home_page .hero-case-content h2{font-size: 25px;}.home_page .hero-case-controls{right: 18px; bottom: 18px; left: 22px;}.home_page .hero-case-arrow{width: 34px; height: 34px;}.nav-inner{-webkit-flex-wrap: wrap; flex-wrap: wrap; gap: 10px;}.nav-links{display: none;}.services-grid{grid-template-columns: 1fr;}.home_page .hero-trust-grid, .home_page .client-logo-row, .home_page .case-study-grid{grid-template-columns: 1fr;}.home_page .client-logo-card, .home_page .case-study-card, .home_page .hero-trust-card{padding: 16px;}.process{grid-template-columns: 1fr;}.axenor-faq-strip{padding: 18px 18px;}.faq-list{padding-left: 0; border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.22); padding-top: 14px;}.home_page .whatsapp-cta{padding: 20px;}.home_page .whatsapp-cta-actions .btn{width: 100%; justify-content: center;}}@media (prefers-reduced-motion: reduce){.home_page .hero-art, .home_page .hero-case-slide, .home_page .hero-case-slide.is-active > img, .home_page .hero-case-dot, .home_page .hero-case-arrow{opacity: 1; transform: none; filter: none; animation: none; transition: none;}}