*,::before,::after{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Playfair Display',serif;background:linear-gradient(135deg,#FFF9E7 0%,#fff 100%);color:#1B0A03;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}
.site-header-v2{background:linear-gradient(180deg,#1B0A03 0%,#2d1506 100%);padding:28px 0;box-shadow:0 8px 24px #f5c00226;border-bottom:3px solid #F5C002}
.header-container-box{max-width:1400px;margin:0 auto;padding:0 32px;display:flex;justify-content:space-between;align-items:center;gap:48px}
.header-left-column-wrapper{display:flex;align-items:center}
.logo-and-name-stack-v1{display:flex;flex-direction:column;gap:8px;align-items:flex-start}
.logo-container-box{background:#fff9e71f;padding:12px;border-radius:28px;box-shadow:0 4px 16px #f5c00233}
.brand-logo-image-v2{width:110px;height:110px;display:block;aspect-ratio:1/1;object-fit:contain}
.company-name-text-v1{font-size:26px;font-weight:700;color:#F5C002;letter-spacing:.5px;text-shadow:0 2px 8px #f5c0024d}
.header-right-column-wrapper{display:flex;flex-direction:column;gap:20px;align-items:flex-end}
.main-navigation-box-v3{display:flex;gap:36px;align-items:center}
.main-navigation-box-v3 .nav-link-item-v1{color:#FFF9E7;text-decoration:none;font-size:18px;font-weight:500;padding:10px 18px;border-radius:24px;transition:all 280ms cubic-bezier(0.4,0,0.2,1);position:relative}
.main-navigation-box-v3 .nav-link-item-v1:hover{color:#1B0A03;background:#F5C002}
.contact-details-stack-v2{display:flex;flex-direction:column;gap:8px}
.contact-item-row-v1{display:flex;gap:12px;align-items:center}
.contact-label-v1{color:#F5C002;font-size:14px;font-weight:600}
.contact-value-link-v1{color:#FFF9E7;text-decoration:none;font-size:15px;transition:color 200ms ease}
.contact-value-link-v1:hover{color:#F5C002}
main{flex:1}
.site-footer-v1{background:#F5C002;padding:48px 0 24px;margin-top:80px;border-top:4px solid #1B0A03}
.footer-content-wrapper-box{max-width:1400px;margin:0 auto;padding:0 32px}
.footer-horizontal-layout-v2{display:flex;justify-content:space-between;align-items:center;gap:48px;margin-bottom:32px}
.footer-brand-section-v1{display:flex;align-items:center;gap:20px}
.footer-logo-image-v2{width:70px;height:70px;aspect-ratio:1/1}
.footer-tagline-text-v1{color:#1B0A03;font-size:16px;font-weight:500;max-width:280px}
.footer-navigation-box-v1{display:flex;gap:32px}
.footer-navigation-box-v1 .footer-link-item-v1{color:#1B0A03;text-decoration:none;font-size:16px;font-weight:500;padding:8px 16px;border-radius:20px;transition:all 240ms ease}
.footer-navigation-box-v1 .footer-link-item-v1:hover{background:#1B0A03;color:#F5C002}
.footer-copyright-row-v1{text-align:center;padding-top:24px;border-top:2px solid #1b0a0333}
.copyright-text-v2{color:#1B0A03;font-size:14px;opacity:.85}
.cookie-consent-popup-v3{position:fixed;right:32px;top:50%;transform:translateY(-50%) translateX(120%);background:linear-gradient(135deg,#FFF9E7 0%,#fff 100%);padding:32px;border-radius:32px;box-shadow:0 12px 48px #1b0a0340;max-width:520px;width:calc(100% - 64px);z-index:10000;border:3px solid #F5C002;transition:transform 450ms cubic-bezier(0.68,-0.55,0.265,1.55)}
.cookie-consent-popup-v3.popup-visible-v1{transform:translateY(-50%) translateX(0)}
.cookie-content-wrapper-v2{display:flex;flex-direction:column;gap:20px}
.cookie-heading-v1{font-size:24px;font-weight:700;color:#1B0A03;margin-bottom:4px}
.cookie-description-text-v1{font-size:15px;color:#1B0A03;opacity:.8}
.cookie-categories-grid-v2{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin:8px 0}
.category-card-box-v1{background:#f5c00214;padding:16px;border-radius:20px;border:2px solid #f5c0024d;transition:all 300ms ease}
.category-card-box-v1:hover{background:#f5c00226;border-color:#F5C002}
.category-header-row-v1{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.category-checkbox-v1{width:20px;height:20px;cursor:pointer;accent-color:#F5C002}
.category-label-v1{font-size:16px;font-weight:600;color:#1B0A03;cursor:pointer}
.category-info-v1{font-size:13px;color:#1B0A03;opacity:.75;line-height:1.4}
.data-sale-optout-section-v1{background:#1b0a030d;padding:16px;border-radius:20px;margin:8px 0}
.optout-checkbox-row-v2{display:flex;align-items:center;gap:12px}
.optout-checkbox-v1{width:20px;height:20px;cursor:pointer;accent-color:#1B0A03}
.optout-label-v1{font-size:15px;font-weight:500;color:#1B0A03;cursor:pointer}
.cookie-actions-row-v2{display:flex;gap:16px;margin-top:8px}
.cookie-action-button-v1{flex:1;padding:14px 24px;border:none;border-radius:24px;font-family:'Playfair Display',serif;font-size:16px;font-weight:600;cursor:pointer;transition:all 280ms cubic-bezier(0.4,0,0.2,1)}
.accept-button-v2{background:linear-gradient(135deg,#F5C002 0%,#d4a702 100%);color:#1B0A03;box-shadow:0 4px 16px #f5c0024d}
.accept-button-v2:hover{background:linear-gradient(135deg,#d4a702 0%,#F5C002 100%);transform:translateY(-2px);box-shadow:0 6px 20px #f5c00266}
.decline-button-v2{background:#1B0A03;color:#FFF9E7;box-shadow:0 4px 16px #1b0a0333}
.decline-button-v2:hover{background:#2d1506;transform:translateY(-2px);box-shadow:0 6px 20px #1b0a034d}
@media (max-width: 1024px) {
.header-container-box{flex-direction:column;gap:28px;align-items:center}
.header-right-column-wrapper{align-items:center;width:100%}
.main-navigation-box-v3{flex-wrap:wrap;justify-content:center;gap:20px}
.footer-horizontal-layout-v2{flex-direction:column;text-align:center;gap:32px}
.footer-brand-section-v1{flex-direction:column}
.footer-navigation-box-v1{flex-direction:column;gap:16px}
}
@media (max-width: 768px) {
.site-header-v2{padding:20px 0}
.header-container-box{padding:0 20px}
.brand-logo-image-v2{width:80px;height:80px}
.company-name-text-v1{font-size:20px}
.main-navigation-box-v3 .nav-link-item-v1{font-size:16px;padding:8px 14px}
.contact-details-stack-v2{width:100%;align-items:center}
.cookie-consent-popup-v3{right:16px;left:16px;width:calc(100% - 32px);max-width:none}
.cookie-categories-grid-v2{grid-template-columns:1fr}
.cookie-actions-row-v2{flex-direction:column}
}
@media (max-width: 480px) {
.footer-horizontal-layout-v2{gap:24px}
.footer-tagline-text-v1{font-size:14px}
.cookie-consent-popup-v3{padding:24px}
.cookie-heading-v1{font-size:20px}
}
.legal-area{max-width:1400px;margin:0 auto;padding:80px 20px;background:#FFF}
.legal-area p{font-size:16px;line-height:1.8;color:#1B0A03;margin:0 0 24px;max-width:900px}
.legal-area p + p{margin-top:16px}
.legal-area strong,.legal-area b{font-weight:700;color:#1B0A03}
.legal-area em,.legal-area i{font-style:italic;color:#1B0A03}
.legal-area a{color:#1B0A03;text-decoration:underline;transition:all 300ms cubic-bezier(0.4,0,0.2,1);border-bottom:2px solid #F5C002;text-decoration:none}
.legal-area a:hover{color:#F5C002;border-bottom-color:#1B0A03;background:linear-gradient(90deg,#FFF9E7 0%,transparent 100%)}
.legal-area a:active{transform:translateY(1px)}
.legal-area table{width:100%;max-width:900px;border-collapse:collapse;margin:40px 0;background:#FFF;border-radius:24px;overflow:hidden;box-shadow:0 8px 16px #1b0a0314}
.legal-area thead{background:linear-gradient(135deg,#1B0A03 0%,#3d1f0f 100%)}
.legal-area thead tr{border:none}
.legal-area thead th{color:#FFF9E7;font-weight:700;text-align:left;padding:20px 24px;font-size:15px;letter-spacing:.3px}
.legal-area tbody{background:#FFF}
.legal-area tbody tr{border-bottom:1px solid #1b0a0314;transition:all 200ms cubic-bezier(0.4,0,0.2,1)}
.legal-area tbody tr:last-child{border-bottom:none}
.legal-area tbody tr:hover{background:linear-gradient(90deg,#FFF9E7 0%,#FFF 100%);box-shadow:inset 4px 0 0 #F5C002}
.legal-area tbody td{padding:18px 24px;color:#1B0A03;font-size:15px;line-height:1.6}
.legal-area th,.legal-area td{vertical-align:top}
.legal-area hr{border:none;height:3px;background:linear-gradient(90deg,#F5C002 0%,#FFF9E7 100%);margin:60px 0;max-width:900px;border-radius:24px;box-shadow:0 2px 8px #f5c00226}
.legal-area div{margin:0 0 32px}
.legal-area div p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.legal-area{padding:60px 16px}
.legal-area p{font-size:15px;line-height:1.7;margin-bottom:20px}
.legal-area table{font-size:14px;border-radius:16px;margin:32px 0}
.legal-area thead th{padding:16px;font-size:14px}
.legal-area tbody td{padding:14px 16px;font-size:14px}
.legal-area hr{margin:48px 0}
.legal-area div{margin-bottom:24px}
}
@media (max-width: 480px) {
.legal-area{padding:40px 12px}
.legal-area p{font-size:14px;line-height:1.65}
.legal-area table{display:block;overflow-x:auto;border-radius:12px}
.legal-area thead th{padding:14px 12px;font-size:13px;white-space:nowrap}
.legal-area tbody td{padding:12px;font-size:13px}
.legal-area hr{margin:36px 0;height:2px}
}
.hero-block-v1{max-width:1400px;margin:0 auto;padding:80px 20px 60px;position:relative;overflow:hidden}
.hero-block-v1::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,#F5C002,#FFF9E7,transparent 70%);opacity:.3;animation:pulse-gradient-v2 8s ease-in-out infinite;border-radius:50%}
@keyframes pulse-gradient-v2 {
0%,100%{transform:scale(1) rotate(0deg);opacity:.3}
50%{transform:scale(1.2) rotate(180deg);opacity:.5}
}
.hero-layout-wrapper{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-text-container-box{max-width:600px}
.hero-text-container-box h1{font-size:3.2rem;color:#1B0A03;margin:0 0 30px;line-height:1.15;font-weight:700}
.hero-visual-side{position:relative}
.hero-visual-side img{width:100%;height:480px;object-fit:cover;border-radius:30px;box-shadow:0 12px 40px #1b0a0326;transform:rotate(-2deg);transition:transform 400ms cubic-bezier(0.34,1.56,0.64,1)}
.hero-visual-side img:hover{transform:rotate(0deg) scale(1.02)}
.service-grid-section-v1{max-width:1400px;margin:0 auto;padding:80px 20px;background:linear-gradient(135deg,#FFF9E7 0%,#fff 100%)}
.service-grid-section-v1 h2{font-size:2.4rem;color:#1B0A03;margin:0 0 50px;text-align:center;font-weight:600}
.services-grid-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.service-card-box{background:#fff;padding:40px 30px;border-radius:24px;box-shadow:0 4px 16px #1b0a0314;transition:all 350ms cubic-bezier(0.4,0,0.2,1);border:2px solid transparent;position:relative}
.service-card-box::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#F5C002,#1B0A03);border-radius:24px 24px 0 0;transform:scaleX(0);transition:transform 350ms cubic-bezier(0.4,0,0.2,1)}
.service-card-box:hover{transform:translateY(-8px);box-shadow:0 16px 32px #f5c00233;border-color:#F5C002}
.service-card-box:hover::before{transform:scaleX(1)}
.service-card-box h3{font-size:1.5rem;color:#1B0A03;margin:0 0 15px;font-weight:600}
.service-card-box p{font-size:1rem;color:#4a4a4a;margin:0;line-height:1.6}
.detailed-process-area{max-width:1400px;margin:0 auto;padding:80px 20px}
.process-intro-header{max-width:700px;margin:0 auto 60px;text-align:center}
.process-intro-header h2{font-size:2.4rem;color:#1B0A03;margin:0 0 20px;font-weight:600}
.process-intro-header p{font-size:1.1rem;color:#4a4a4a;margin:0;line-height:1.7}
.process-steps-layout{display:flex;flex-direction:column;gap:40px}
.process-step-item{display:grid;grid-template-columns:80px 1fr;gap:30px;align-items:start}
.step-number-circle{width:80px;height:80px;background:linear-gradient(135deg,#F5C002,#1B0A03);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#FFF9E7;font-weight:700;flex-shrink:0;box-shadow:0 6px 20px #f5c0024d}
.step-content-wrapper{background:#fff;padding:30px;border-radius:20px;border-left:4px solid #F5C002;box-shadow:0 4px 16px #1b0a030f}
.step-content-wrapper h3{font-size:1.6rem;color:#1B0A03;margin:0 0 12px;font-weight:600}
.step-content-wrapper p{font-size:1rem;color:#4a4a4a;margin:0;line-height:1.6}
.comparison-showcase-section{max-width:1400px;margin:0 auto;padding:80px 20px;background:#1B0A03;border-radius:40px;position:relative;overflow:hidden}
.comparison-showcase-section::after{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#F5C002,transparent 60%);opacity:.15}
.comparison-main-header{text-align:center;margin:0 0 50px;position:relative;z-index:2}
.comparison-main-header h2{font-size:2.4rem;color:#FFF9E7;margin:0 0 15px;font-weight:600}
.comparison-main-header p{font-size:1.1rem;color:#FFF9E7;opacity:.85;margin:0}
.comparison-dual-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;position:relative;z-index:2}
.comparison-column-box{background:#fff9e70d;padding:40px 30px;border-radius:28px;border:2px solid #f5c0024d}
.comparison-column-box h3{font-size:1.7rem;color:#F5C002;margin:0 0 25px;font-weight:600}
.comparison-image-holder{margin:0 0 25px}
.comparison-image-holder img{width:100%;height:240px;object-fit:cover;border-radius:20px}
.comparison-column-box ul{list-style:none;padding:0;margin:0}
.comparison-column-box li{color:#FFF9E7;font-size:1rem;margin:0 0 15px;padding-left:30px;position:relative;line-height:1.6}
.comparison-column-box li::before{content:'→';position:absolute;left:0;color:#F5C002;font-weight:700}
@media (max-width: 1024px) {
.hero-layout-wrapper{grid-template-columns:1fr;gap:40px}
.hero-text-container-box h1{font-size:2.6rem}
.services-grid-wrapper{grid-template-columns:repeat(2,1fr)}
.comparison-dual-layout{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 768px) {
.hero-block-v1{padding:50px 20px 40px}
.hero-text-container-box h1{font-size:2.2rem}
.hero-visual-side img{height:320px}
.services-grid-wrapper{grid-template-columns:1fr}
.service-grid-section-v1 h2,.process-intro-header h2,.comparison-main-header h2{font-size:2rem}
.process-step-item{grid-template-columns:60px 1fr;gap:20px}
.step-number-circle{width:60px;height:60px;font-size:1.4rem}
.comparison-showcase-section{padding:50px 20px;border-radius:28px}
}
.intro-hero-box{max-width:1400px;margin:0 auto;padding:80px 20px}
.intro-hero-box .content-wrapper-v1{display:flex;flex-direction:row;gap:60px;align-items:center}
.intro-hero-box .text-zone-box{flex:1;min-width:0}
.intro-hero-box .main-heading-v2{font-size:52px;line-height:1.2;color:#1B0A03;margin-bottom:24px;font-weight:700}
.intro-hero-box .subtitle-text-v1{font-size:20px;line-height:1.6;color:#1B0A03;opacity:.8}
.intro-hero-box .image-area-v2{flex:0 0 480px;position:relative}
.intro-hero-box .hero-image-main{width:100%;height:520px;object-fit:cover;border-radius:32px;box-shadow:12px 12px 0 #f5c0024d 24px 24px 0 #f5c00226}
.intro-hero-box .dots-decoration-v1{position:absolute;top:-20px;right:-20px;display:flex;gap:12px}
.intro-hero-box .dots-decoration-v1 span{width:8px;height:8px;background:linear-gradient(135deg,#F5C002,#1B0A03);border-radius:50%;opacity:.6}
.feedback-section-wrapper{max-width:1400px;margin:0 auto;padding:90px 20px;background:linear-gradient(to bottom,#FFF9E7 0%,transparent 100%)}
.feedback-section-wrapper .header-area-v3{text-align:center;margin-bottom:70px}
.feedback-section-wrapper .section-title-v2{font-size:42px;color:#1B0A03;margin-bottom:16px;font-weight:700}
.feedback-section-wrapper .section-description-v1{font-size:18px;color:#1B0A03;opacity:.7;max-width:720px;margin:0 auto;line-height:1.6}
.feedback-section-wrapper .testimonial-grid-box{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:32px}
.feedback-section-wrapper .testimonial-card-v1{background:#fff;padding:36px;border-radius:28px;box-shadow:0 8px 24px #1b0a0314;transition:transform 300ms cubic-bezier(0.34,1.56,0.64,1),box-shadow 300ms ease;border:2px solid transparent}
.feedback-section-wrapper .testimonial-card-v1:hover{transform:translateY(-8px);box-shadow:0 16px 40px #f5c00240;border-color:#F5C002}
.feedback-section-wrapper .card-header-v2{display:flex;align-items:center;gap:16px;margin-bottom:20px}
.feedback-section-wrapper .reviewer-initials-v1{width:56px;height:56px;background:linear-gradient(135deg,#F5C002,#1B0A03);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#fff}
.feedback-section-wrapper .reviewer-info-box{flex:1}
.feedback-section-wrapper .reviewer-name-v1{font-size:18px;font-weight:700;color:#1B0A03;margin-bottom:4px}
.feedback-section-wrapper .reviewer-context-v1{font-size:14px;color:#1B0A03;opacity:.6}
.feedback-section-wrapper .testimonial-text-v1{font-size:16px;line-height:1.7;color:#1B0A03;opacity:.85}
.process-zone-wrapper{max-width:1400px;margin:0 auto;padding:90px 20px}
.process-zone-wrapper .section-intro-v4{margin-bottom:60px}
.process-zone-wrapper .process-title-v1{font-size:44px;color:#1B0A03;margin-bottom:18px;font-weight:700}
.process-zone-wrapper .process-subtitle-v1{font-size:19px;color:#1B0A03;opacity:.75;line-height:1.6}
.process-zone-wrapper .steps-container-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;position:relative}
.process-zone-wrapper .steps-container-v2::before{content:'';position:absolute;top:40px;left:0;right:0;height:3px;background:linear-gradient(to right,#F5C002,#1B0A03);opacity:.2;z-index:0}
.process-zone-wrapper .step-item-v1{position:relative;z-index:1}
.process-zone-wrapper .step-number-badge-v1{width:80px;height:80px;background:linear-gradient(135deg,#F5C002,#FFF9E7);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#1B0A03;margin-bottom:24px;box-shadow:0 6px 20px #f5c0024d}
.process-zone-wrapper .step-heading-v2{font-size:22px;color:#1B0A03;margin-bottom:12px;font-weight:700}
.process-zone-wrapper .step-description-v1{font-size:16px;line-height:1.6;color:#1B0A03;opacity:.8}
.development-platform-box{max-width:1400px;margin:0 auto;padding:90px 20px;background:radial-gradient(circle at top right,#FFF9E7,transparent)}
.development-platform-box .dual-column-layout-v1{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.development-platform-box .content-column-v2{display:flex;flex-direction:column;gap:28px}
.development-platform-box .platform-heading-v1{font-size:46px;color:#1B0A03;line-height:1.2;font-weight:700}
.development-platform-box .platform-description-v1{font-size:18px;line-height:1.7;color:#1B0A03;opacity:.8}
.development-platform-box .feature-list-v2{display:flex;flex-direction:column;gap:20px;margin-top:12px}
.development-platform-box .feature-item-v1{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#fff;border-radius:20px;border-left:4px solid #F5C002;transition:transform 200ms ease,box-shadow 200ms ease}
.development-platform-box .feature-item-v1:hover{transform:translateX(8px);box-shadow:-4px 4px 16px #f5c00226}
.development-platform-box .feature-icon-v1{flex-shrink:0;width:44px;height:44px;background:linear-gradient(135deg,#F5C002,#FFF9E7);border-radius:12px;display:flex;align-items:center;justify-content:center}
.development-platform-box .feature-icon-v1 svg{width:24px;height:24px;fill:#1B0A03}
.development-platform-box .feature-text-v1{flex:1}
.development-platform-box .feature-title-v1{font-size:17px;font-weight:700;color:#1B0A03;margin-bottom:6px}
.development-platform-box .feature-detail-v1{font-size:15px;line-height:1.5;color:#1B0A03;opacity:.75}
.development-platform-box .visual-column-v1{position:relative}
.development-platform-box .platform-image-main{width:100%;height:580px;object-fit:cover;border-radius:32px;box-shadow:-12px 12px 0 #1b0a031a}
.support-system-wrapper{max-width:1400px;margin:0 auto;padding:90px 20px}
.support-system-wrapper .support-header-v1{text-align:center;margin-bottom:60px}
.support-system-wrapper .support-main-title-v1{font-size:43px;color:#1B0A03;margin-bottom:16px;font-weight:700}
.support-system-wrapper .support-intro-text-v1{font-size:18px;color:#1B0A03;opacity:.75;max-width:680px;margin:0 auto;line-height:1.6}
.support-system-wrapper .support-cards-grid-v1{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.support-system-wrapper .support-card-item-v1{background:#fff;padding:42px;border-radius:30px;box-shadow:0 10px 30px #1b0a030f;position:relative;overflow:hidden;transition:all 400ms cubic-bezier(0.25,0.46,0.45,0.94)}
.support-system-wrapper .support-card-item-v1::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(to right,#F5C002,#FFF9E7);transform:scaleX(0);transform-origin:left;transition:transform 400ms ease}
.support-system-wrapper .support-card-item-v1:hover::before{transform:scaleX(1)}
.support-system-wrapper .support-card-item-v1:hover{transform:translateY(-6px);box-shadow:0 16px 48px #f5c0022e}
.support-system-wrapper .card-icon-area-v1{width:68px;height:68px;background:radial-gradient(circle,#F5C002,#FFF9E7);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.support-system-wrapper .card-icon-area-v1 svg{width:32px;height:32px;fill:#1B0A03}
.support-system-wrapper .card-title-v2{font-size:24px;color:#1B0A03;font-weight:700;margin-bottom:14px}
.support-system-wrapper .card-description-v2{font-size:16px;line-height:1.7;color:#1B0A03;opacity:.8}
.ecosystem-final-wrapper{max-width:1400px;margin:0 auto;padding:100px 20px;background:linear-gradient(180deg,transparent,#FFF9E7)}
.ecosystem-final-wrapper .ecosystem-layout-v1{display:flex;flex-direction:row-reverse;gap:70px;align-items:center}
.ecosystem-final-wrapper .ecosystem-visual-v1{flex:0 0 520px}
.ecosystem-final-wrapper .ecosystem-image-main{width:100%;height:560px;object-fit:cover;border-radius:36px;box-shadow:0 20px 60px #1b0a0326}
.ecosystem-final-wrapper .ecosystem-content-v1{flex:1}
.ecosystem-final-wrapper .ecosystem-title-v1{font-size:48px;color:#1B0A03;margin-bottom:24px;font-weight:700;line-height:1.2}
.ecosystem-final-wrapper .ecosystem-text-v1{font-size:19px;line-height:1.7;color:#1B0A03;opacity:.8;margin-bottom:36px}
.ecosystem-final-wrapper .stats-display-v1{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:40px}
.ecosystem-final-wrapper .stat-box-v1{text-align:center;padding:24px;background:#fff;border-radius:24px;box-shadow:0 4px 16px #1b0a030d}
.ecosystem-final-wrapper .stat-number-v1{font-size:36px;font-weight:700;color:#F5C002;margin-bottom:8px}
.ecosystem-final-wrapper .stat-label-v1{font-size:14px;color:#1B0A03;opacity:.7;font-weight:600}
.ecosystem-final-wrapper .cta-button-v1{display:inline-block;padding:18px 48px;background:linear-gradient(135deg,#F5C002,#1B0A03);color:#fff;text-decoration:none;border-radius:30px;font-size:18px;font-weight:700;transition:transform 300ms cubic-bezier(0.34,1.56,0.64,1),box-shadow 300ms ease;box-shadow:0 8px 24px #f5c00266}
.ecosystem-final-wrapper .cta-button-v1:hover{transform:translateY(-4px);box-shadow:0 16px 40px #f5c00280}
@media (max-width: 1024px) {
.intro-hero-box .content-wrapper-v1{flex-direction:column;gap:40px}
.intro-hero-box .image-area-v2{flex:0 0 auto;width:100%}
.intro-hero-box .main-heading-v2{font-size:42px}
.process-zone-wrapper .steps-container-v2{grid-template-columns:1fr;gap:36px}
.process-zone-wrapper .steps-container-v2::before{display:none}
.development-platform-box .dual-column-layout-v1{grid-template-columns:1fr;gap:50px}
.support-system-wrapper .support-cards-grid-v1{grid-template-columns:1fr;gap:30px}
.ecosystem-final-wrapper .ecosystem-layout-v1{flex-direction:column;gap:50px}
.ecosystem-final-wrapper .ecosystem-visual-v1{flex:0 0 auto;width:100%}
}
@media (max-width: 768px) {
.intro-hero-box{padding:60px 20px}
.intro-hero-box .main-heading-v2{font-size:36px}
.intro-hero-box .subtitle-text-v1{font-size:18px}
.intro-hero-box .hero-image-main{height:420px}
.feedback-section-wrapper{padding:70px 20px}
.feedback-section-wrapper .section-title-v2{font-size:34px}
.feedback-section-wrapper .testimonial-grid-box{grid-template-columns:1fr}
.process-zone-wrapper{padding:70px 20px}
.process-zone-wrapper .process-title-v1{font-size:36px}
.development-platform-box{padding:70px 20px}
.development-platform-box .platform-heading-v1{font-size:36px}
.development-platform-box .platform-image-main{height:460px}
.support-system-wrapper{padding:70px 20px}
.support-system-wrapper .support-main-title-v1{font-size:34px}
.ecosystem-final-wrapper{padding:80px 20px}
.ecosystem-final-wrapper .ecosystem-title-v1{font-size:36px}
.ecosystem-final-wrapper .stats-display-v1{grid-template-columns:1fr;gap:20px}
.ecosystem-final-wrapper .ecosystem-image-main{height:440px}
}
@media (max-width: 480px) {
.intro-hero-box .main-heading-v2{font-size:28px}
.intro-hero-box .hero-image-main{height:340px;border-radius:24px}
.feedback-section-wrapper .section-title-v2{font-size:28px}
.feedback-section-wrapper .testimonial-card-v1{padding:28px}
.process-zone-wrapper .process-title-v1{font-size:28px}
.process-zone-wrapper .step-number-badge-v1{width:64px;height:64px;font-size:26px}
.development-platform-box .platform-heading-v1{font-size:28px}
.development-platform-box .platform-image-main{height:380px;border-radius:24px}
.support-system-wrapper .support-main-title-v1{font-size:28px}
.support-system-wrapper .support-card-item-v1{padding:32px}
.ecosystem-final-wrapper .ecosystem-title-v1{font-size:28px}
.ecosystem-final-wrapper .ecosystem-image-main{height:360px;border-radius:24px}
.ecosystem-final-wrapper .cta-button-v1{padding:16px 36px;font-size:16px}
}
.contact-title-wrapper-v2{position:relative;width:100%;overflow:hidden;margin:0 0 80px}
.particles-container-box{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}
.particles-container-box::before,.particles-container-box::after{content:'';position:absolute;width:4px;height:4px;background:radial-gradient(circle,#F5C002 0%,transparent 70%);border-radius:50%;opacity:0;animation:float-particle-v1 8s infinite ease-in-out}
.particles-container-box::before{top:20%;left:15%;animation-delay:0s}
.particles-container-box::after{top:60%;right:20%;animation-delay:4s}
@keyframes float-particle-v1 {
0%,100%{opacity:0;transform:translateY(0px)}
50%{opacity:.3;transform:translateY(-30px)}
}
.title-content-section-v1{position:relative;width:100%;max-width:1400px;margin:0 auto;min-height:480px;display:flex;align-items:center;justify-content:center}
.title-background-image-v3{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}
.title-overlay-box{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1b0a03d1 0%,#f5c00259 100%);z-index:1}
.title-text-container-wrapper{position:relative;z-index:3;max-width:760px;text-align:center;padding:60px 24px}
.main-title-text-v2{font-size:56px;font-weight:700;color:#FFF9E7;margin:0 0 32px;line-height:1.1;letter-spacing:-.02em}
.title-description-block-v1{display:flex;flex-direction:column;gap:16px}
.title-point-v3{font-size:18px;color:#FFF9E7;margin:0;line-height:1.6;opacity:.95}
.contact-info-section-wrapper-v1{width:100%;padding:0 24px 90px}
.info-container-centered-box{max-width:1200px;margin:0 auto}
.info-grid-layout-v2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}
.info-card-box-v1{background:linear-gradient(145deg,#FFF9E7 0%,#fff 100%);padding:48px 32px;border-radius:28px;text-align:center;box-shadow:0 8px 24px #1b0a0314;transition:all 400ms cubic-bezier(0.34,1.56,0.64,1);border:2px solid transparent}
.info-card-box-v1:hover{transform:translateY(-8px);box-shadow:0 16px 40px #f5c0022e;border-color:#F5C002}
.icon-wrapper-circle-v2{width:72px;height:72px;margin:0 auto 24px;background:linear-gradient(135deg,#F5C002 0%,#ffd64d 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #f5c00240}
.info-card-title-v1{font-size:22px;font-weight:600;color:#1B0A03;margin:0 0 16px}
.contact-link-text-v2{font-size:18px;color:#1B0A03;text-decoration:none;transition:color 300ms ease;font-weight:500}
.contact-link-text-v2:hover{color:#F5C002}
.address-text-v2{font-size:17px;color:#1B0A03;margin:0;line-height:1.7}
.form-section-container-v3{width:100%;padding:0 24px 100px;background:linear-gradient(180deg,#fff9e74d 0%,transparent 100%)}
.form-wrapper-centered-box{max-width:840px;margin:0 auto}
.form-intro-block-v1{text-align:center;margin-bottom:56px}
.form-section-title-v2{font-size:44px;font-weight:700;color:#1B0A03;margin:0 0 20px;position:relative;display:inline-block}
.form-section-title-v2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#F5C002 0%,#ffd64d 100%);border-radius:6px}
.form-description-text-v1{font-size:18px;color:#1B0A03;margin:24px 0 0;line-height:1.7;opacity:.85}
.contact-form-layout-v2{background:#fff;padding:52px;border-radius:32px;box-shadow:0 12px 48px #1b0a031a;border:1px solid #f5c00233}
.form-grid-container-v1{display:grid;grid-template-columns:1fr;gap:28px;margin-bottom:36px}
.form-field-wrapper-v2{display:flex;flex-direction:column;gap:10px}
.field-label-text-v1{font-size:15px;font-weight:600;color:#1B0A03;letter-spacing:.02em}
.text-input-field-v3{width:100%;padding:16px 20px;border:2px solid #e8e3d8;border-radius:16px;font-size:16px;color:#1B0A03;background:#FFF9E7;transition:all 300ms cubic-bezier(0.4,0,0.2,1);outline:none}
.text-input-field-v3:focus{border-color:#F5C002;background:#fff;box-shadow:0 0 0 4px #f5c0021f}
.checkbox-group-section-v2{margin-bottom:36px}
.checkbox-group-label-v1{font-size:16px;font-weight:600;color:#1B0A03;margin:0 0 20px}
.checkbox-options-container-v1{display:flex;flex-direction:column;gap:16px}
.checkbox-label-wrapper-v2{display:flex;align-items:center;gap:12px;cursor:pointer;padding:14px 18px;border-radius:14px;background:#FFF9E7;border:2px solid transparent;transition:all 280ms ease}
.checkbox-label-wrapper-v2:hover{background:#fff;border-color:#F5C002}
.checkbox-input-v1{width:22px;height:22px;cursor:pointer;accent-color:#F5C002;flex-shrink:0}
.checkbox-text-v2{font-size:16px;color:#1B0A03;user-select:none}
.privacy-consent-wrapper-v1{margin-bottom:32px}
.privacy-label-box-v2{display:flex;align-items:flex-start;gap:12px;cursor:pointer}
.privacy-checkbox-v1{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#F5C002;flex-shrink:0}
.privacy-text-v2{font-size:14px;color:#1B0A03;line-height:1.6;opacity:.8;user-select:none}
.privacy-link-v1{color:#F5C002;text-decoration:underline;transition:opacity 250ms ease}
.privacy-link-v1:hover{opacity:.75}
.submit-button-v3{width:100%;padding:18px 36px;background:linear-gradient(135deg,#F5C002 0%,#ffd64d 100%);color:#1B0A03;font-size:18px;font-weight:700;border:none;border-radius:20px;cursor:pointer;transition:all 350ms cubic-bezier(0.34,1.56,0.64,1);box-shadow:0 6px 20px #f5c0024d;letter-spacing:.03em;z-index:5;position:relative}
.submit-button-v3:hover{transform:translateY(-3px);box-shadow:0 12px 32px #f5c00266}
.submit-button-v3:active{transform:translateY(-1px)}
.response-timeline-section-v1{width:100%;padding:0 24px 100px}
.timeline-container-centered-box{max-width:1000px;margin:0 auto}
.timeline-title-v2{font-size:40px;font-weight:700;color:#1B0A03;text-align:center;margin:0 0 64px}
.timeline-steps-layout-v1{display:grid;grid-template-columns:1fr;gap:32px}
.timeline-step-box-v2{display:flex;gap:28px;padding:36px;background:linear-gradient(135deg,#FFF9E7 0%,#fff 100%);border-radius:24px;border-left:5px solid #F5C002;box-shadow:0 6px 24px #1b0a030f;transition:all 350ms cubic-bezier(0.4,0,0.2,1)}
.timeline-step-box-v2:hover{transform:translateX(8px);box-shadow:0 12px 36px #f5c00226}
.step-number-circle-v1{width:56px;height:56px;flex-shrink:0;background:linear-gradient(135deg,#1B0A03 0%,#3d1f0f 100%);color:#F5C002;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;box-shadow:0 4px 16px #1b0a0333}
.step-content-wrapper-v2{flex:1}
.step-title-text-v1{font-size:22px;font-weight:600;color:#1B0A03;margin:0 0 12px}
.step-description-v2{font-size:16px;color:#1B0A03;margin:0;line-height:1.7;opacity:.85}
@media (max-width: 768px) {
.main-title-text-v2{font-size:38px}
.title-point-v3{font-size:16px}
.info-grid-layout-v2{grid-template-columns:1fr;gap:28px}
.form-section-title-v2{font-size:32px}
.contact-form-layout-v2{padding:32px 24px}
.timeline-title-v2{font-size:30px}
.timeline-step-box-v2{flex-direction:column;gap:20px}
.step-number-circle-v1{width:48px;height:48px;font-size:20px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.main-title-text-v2{font-size:46px}
.info-grid-layout-v2{grid-template-columns:repeat(2,1fr)}
.form-section-title-v2{font-size:38px}
}
.hero-manifesto-wrapper{max-width:1400px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;background:linear-gradient(135deg,#FFF9E7 0%,#f5c00214 100%);position:relative;border-radius:32px;margin-top:40px;margin-bottom:40px}
.hero-manifesto-wrapper::before{content:'';position:absolute;top:0;right:0;width:40%;height:100%;background:radial-gradient(circle at top right,#f5c00226,transparent 70%);pointer-events:none;border-radius:32px}
.manifesto-content-box h1{font-size:48px;line-height:1.15;color:#1B0A03;margin:0 0 24px;font-weight:700}
.manifesto-content-box .intro-text-v1{font-size:18px;line-height:1.7;color:#1B0A03;margin:0 0 16px}
.manifesto-content-box .intro-text-v1:last-of-type{margin-bottom:0}
.hero-image-container-v2{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 12px 28px #1b0a0326}
.hero-image-container-v2 img{width:100%;height:520px;object-fit:cover;display:block;filter:sepia(0.08) contrast(1.05)}
.stats-grid-section-v1{max-width:1400px;margin:0 auto;padding:100px 24px;background:#1B0A03;border-radius:32px;margin-bottom:40px}
.stats-headline-box{text-align:center;margin-bottom:60px}
.stats-headline-box h2{font-size:38px;color:#F5C002;margin:0 0 16px;font-weight:700}
.stats-headline-box .subtitle-line{font-size:17px;color:#FFF9E7;line-height:1.6}
.stats-grid-container{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.stat-card-box{background:#fff9e70d;padding:36px 28px;border-radius:20px;border:1px solid #f5c00233;transition:all 300ms cubic-bezier(0.4,0,0.2,1)}
.stat-card-box:hover{background:#fff9e714;border-color:#F5C002;transform:translateY(-4px);box-shadow:0 8px 24px #f5c00240}
.stat-number-display{font-size:52px;font-weight:700;color:#F5C002;margin:0 0 12px;line-height:1}
.stat-label-text{font-size:18px;color:#FFF9E7;margin:0;font-weight:500}
.approach-timeline-wrapper{max-width:1400px;margin:0 auto;padding:100px 24px}
.approach-header-v1{margin-bottom:70px}
.approach-header-v1 h2{font-size:42px;color:#1B0A03;margin:0 0 20px;font-weight:700}
.approach-header-v1 .intro-paragraph-v2{font-size:18px;color:#1B0A03;line-height:1.7;max-width:720px}
.timeline-steps-container{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:48px 60px}
.timeline-steps-container::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#F5C002 0%,#f5c00233 100%);transform:translateX(-50%)}
.step-card-v1{padding:32px 36px;background:linear-gradient(135deg,#FFF9E7 0%,#fff9e780 100%);border-radius:24px;position:relative;border:2px solid transparent;transition:all 280ms ease-out}
.step-card-v1:hover{border-color:#F5C002;box-shadow:0 10px 32px #1b0a031a}
.step-number-badge{display:inline-block;width:48px;height:48px;background:#F5C002;color:#1B0A03;border-radius:50%;text-align:center;line-height:48px;font-weight:700;font-size:20px;margin-bottom:20px}
.step-card-v1 h3{font-size:24px;color:#1B0A03;margin:0 0 14px;font-weight:700}
.step-card-v1 .step-description-text{font-size:16px;color:#1B0A03;line-height:1.6;margin:0}
.team-showcase-block{max-width:1400px;margin:0 auto;padding:100px 24px;background:radial-gradient(circle at center,#f5c0020f,transparent 70%);border-radius:32px;margin-bottom:40px}
.team-intro-header{text-align:center;margin-bottom:60px}
.team-intro-header h2{font-size:40px;color:#1B0A03;margin:0 0 18px;font-weight:700}
.team-intro-header .team-subtitle-v1{font-size:17px;color:#1B0A03;line-height:1.7;max-width:640px;margin:0 auto}
.team-members-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.member-profile-card{display:grid;grid-template-columns:200px 1fr;gap:32px;padding:40px;background:#FFF9E7;border-radius:28px;border:1px solid #1b0a0314;transition:all 320ms cubic-bezier(0.34,1.56,0.64,1)}
.member-profile-card:hover{transform:scale(1.02);box-shadow:0 14px 36px #1b0a031f;border-color:#F5C002}
.member-image-box img{width:100%;height:200px;object-fit:cover;border-radius:20px;filter:grayscale(0.15) contrast(1.03)}
.member-info-content h3{font-size:26px;color:#1B0A03;margin:0 0 8px;font-weight:700}
.member-role-label{font-size:16px;color:#F5C002;font-weight:600;margin:0 0 16px}
.member-bio-text{font-size:15px;color:#1B0A03;line-height:1.65;margin:0}
.values-carousel-section{max-width:1400px;margin:0 auto;padding:100px 24px 120px}
.values-section-header{margin-bottom:60px}
.values-section-header h2{font-size:44px;color:#1B0A03;margin:0 0 20px;font-weight:700;text-align:center}
.values-slider-wrapper{position:relative;overflow:hidden}
.values-track-container{display:flex;gap:32px;padding-bottom:20px}
.value-item-card{min-width:340px;background:linear-gradient(145deg,#1B0A03 0%,#1b0a03eb 100%);padding:44px 36px;border-radius:26px;border:2px solid #f5c0024d;transition:all 350ms cubic-bezier(0.175,0.885,0.32,1.275)}
.value-item-card:hover{border-color:#F5C002;transform:translateY(-8px) scale(1.03);box-shadow:0 16px 40px #f5c0024d}
.value-icon-wrapper{width:64px;height:64px;background:#F5C002;border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.value-icon-wrapper svg{width:32px;height:32px;fill:#1B0A03}
.value-item-card h3{font-size:24px;color:#F5C002;margin:0 0 16px;font-weight:700}
.value-description-v1{font-size:16px;color:#FFF9E7;line-height:1.7;margin:0}
.cta-footer-band{max-width:1400px;margin:0 auto 60px;padding:70px 48px;background:linear-gradient(135deg,#F5C002 0%,#f5c002d9 100%);border-radius:32px;text-align:center}
.cta-footer-band h2{font-size:36px;color:#1B0A03;margin:0 0 16px;font-weight:700}
.cta-footer-band .cta-text-line{font-size:18px;color:#1B0A03;margin:0 0 32px;line-height:1.6}
.cta-button-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btn-primary-v1{display:inline-block;padding:16px 36px;background:#1B0A03;color:#F5C002;text-decoration:none;border-radius:28px;font-size:17px;font-weight:600;transition:all 250ms cubic-bezier(0.4,0,0.2,1);border:2px solid #1B0A03;z-index:10;position:relative}
.btn-primary-v1:hover{background:#FFF9E7;color:#1B0A03;transform:scale(1.05);box-shadow:0 8px 20px #1b0a0340}
.btn-secondary-v2{display:inline-block;padding:16px 36px;background:transparent;color:#1B0A03;text-decoration:none;border-radius:28px;font-size:17px;font-weight:600;transition:all 250ms cubic-bezier(0.4,0,0.2,1);border:2px solid #1B0A03;z-index:10;position:relative}
.btn-secondary-v2:hover{background:#1B0A03;color:#FFF9E7;transform:scale(1.05);box-shadow:0 8px 20px #1b0a0340}
@media (max-width: 1024px) {
.hero-manifesto-wrapper{grid-template-columns:1fr;gap:40px;padding:60px 24px}
.manifesto-content-box h1{font-size:38px}
.stats-grid-container{grid-template-columns:1fr 1fr}
.timeline-steps-container{grid-template-columns:1fr;gap:32px}
.timeline-steps-container::before{display:none}
.team-members-grid{grid-template-columns:1fr}
.member-profile-card{grid-template-columns:1fr}
.member-image-box img{height:280px}
.value-item-card{min-width:300px}
}
@media (max-width: 768px) {
.hero-manifesto-wrapper{padding:40px 20px;margin-top:20px;margin-bottom:20px}
.manifesto-content-box h1{font-size:32px}
.manifesto-content-box .intro-text-v1{font-size:16px}
.hero-image-container-v2 img{height:340px}
.stats-grid-section-v1{padding:60px 20px}
.stats-headline-box h2{font-size:30px}
.stats-grid-container{grid-template-columns:1fr;gap:24px}
.stat-number-display{font-size:42px}
.approach-timeline-wrapper{padding:60px 20px}
.approach-header-v1 h2{font-size:32px}
.step-card-v1{padding:24px 20px}
.team-showcase-block{padding:60px 20px}
.team-intro-header h2{font-size:32px}
.member-profile-card{padding:28px 20px}
.values-carousel-section{padding:60px 20px 80px}
.values-section-header h2{font-size:32px}
.value-item-card{min-width:280px}
.cta-footer-band{padding:50px 24px}
.cta-footer-band h2{font-size:28px}
.cta-button-group{flex-direction:column;align-items:stretch}
}
.success-page-wrapper-v1{max-width:1400px;margin:0 auto;padding:0 20px}
.confirmation-hero-box{min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;background:linear-gradient(135deg,#FFF9E7 0%,#F5C002 50%,#1B0A03 100%);position:relative;overflow:hidden}
.confirmation-hero-box::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,#f5c00226 0%,transparent 50%),radial-gradient(circle at 80% 70%,#1b0a031f 0%,transparent 50%);pointer-events:none}
.confirmation-hero-box::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,#fff9e708 2px,#fff9e708 4px);pointer-events:none;opacity:.6}
.confirmation-content-wrapper{position:relative;z-index:2;text-align:center;max-width:800px}
.geometric-image-container-v2{width:220px;height:220px;margin:0 auto 48px;position:relative;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:linear-gradient(145deg,#1B0A03,#F5C002);padding:4px}
.geometric-image-container-v2::before{content:'';position:absolute;inset:4px;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:radial-gradient(circle,#fff9e7f2,#fff9e7d9);backdrop-filter:blur(8px)}
.geometric-image-container-v2::after{content:'✓';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:86px;font-weight:700;color:#1B0A03;z-index:1;text-shadow:2px 2px 8px #f5c0024d}
.success-manifesto-heading{font-size:52px;font-weight:700;color:#1B0A03;margin:0 0 28px;line-height:1.15;letter-spacing:-.02em}
.success-manifesto-text-block{font-size:19px;line-height:1.7;color:#1B0A03;margin:0 0 20px;opacity:.92}
.success-manifesto-text-block:last-of-type{margin-bottom:44px}
.success-manifesto-text-block strong{color:#1B0A03;font-weight:600;position:relative;display:inline-block}
.success-manifesto-text-block strong::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:3px;background:linear-gradient(90deg,#F5C002,transparent);opacity:.5}
.action-buttons-container-v3{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.primary-action-button-v1{display:inline-flex;align-items:center;gap:10px;padding:16px 38px;background:linear-gradient(135deg,#1B0A03 0%,#3d1f0f 100%);color:#FFF9E7;text-decoration:none;border-radius:28px;font-size:17px;font-weight:600;border:none;cursor:pointer;transition:all 320ms cubic-bezier(0.4,0,0.2,1);box-shadow:0 6px 18px #1b0a0340 0 2px 6px #1b0a0326;position:relative;z-index:10}
.primary-action-button-v1::before{content:'';position:absolute;inset:0;border-radius:28px;background:linear-gradient(135deg,#2d1505 0%,#1B0A03 100%);opacity:0;transition:opacity 320ms cubic-bezier(0.4,0,0.2,1)}
.primary-action-button-v1:hover{transform:translateY(-3px);box-shadow:0 12px 28px #1b0a0359 0 4px 10px #1b0a0333}
.primary-action-button-v1:hover::before{opacity:1}
.primary-action-button-v1 span{position:relative;z-index:1}
.secondary-action-link-v2{display:inline-flex;align-items:center;gap:10px;padding:16px 38px;background:#fff9e7e6;color:#1B0A03;text-decoration:none;border-radius:28px;font-size:17px;font-weight:600;border:2px solid #1B0A03;cursor:pointer;transition:all 280ms cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 12px #1b0a031f;position:relative;z-index:10}
.secondary-action-link-v2:hover{background:#1B0A03;color:#FFF9E7;transform:translateY(-2px);box-shadow:0 8px 20px #1b0a0338}
.decorative-accent-mark-left{position:absolute;left:8%;top:22%;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,#f5c0022e,transparent 70%);z-index:1}
.decorative-accent-mark-right{position:absolute;right:12%;bottom:18%;width:90px;height:90px;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);background:linear-gradient(45deg,#1b0a0326,#f5c0021f);z-index:1}
@media (max-width: 768px) {
.confirmation-hero-box{min-height:auto;padding:50px 20px}
.geometric-image-container-v2{width:160px;height:160px;margin-bottom:36px}
.geometric-image-container-v2::after{font-size:64px}
.success-manifesto-heading{font-size:36px;margin-bottom:22px}
.success-manifesto-text-block{font-size:17px;margin-bottom:16px}
.success-manifesto-text-block:last-of-type{margin-bottom:32px}
.action-buttons-container-v3{flex-direction:column;gap:14px}
.primary-action-button-v1,.secondary-action-link-v2{width:100%;justify-content:center;padding:14px 28px;font-size:16px}
.decorative-accent-mark-left,.decorative-accent-mark-right{display:none}
}
@media (min-width: 769px) and (max-width: 1024px) {
.success-manifesto-heading{font-size:44px}
.geometric-image-container-v2{width:190px;height:190px}
.geometric-image-container-v2::after{font-size:74px}
.decorative-accent-mark-left{left:5%;width:100px;height:100px}
.decorative-accent-mark-right{right:8%;width:75px;height:75px}
}