@import "https://cdn.jsdelivr.net/npm/@fontsource/noto-serif@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/noto-serif@latest/400-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/noto-serif@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/noto-serif@latest/700-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/playfair-display@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/playfair-display@latest/400-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/playfair-display@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/playfair-display@latest/700-italic.css";
:root{font-size:16px;line-height:1.6}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Noto Serif',serif;background:#0a0f1a;color:#e8edf5;overflow-x:hidden}
.top-header{background:linear-gradient(199deg,#D13121 0%,#001330 50%,#FEDD37 100%);padding:18px 0;box-shadow:0 8px 24px #d131214d}
.header-top-holder{max-width:960px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}
.logo-wrap{display:flex;align-items:center;gap:16px}
.logo-holder img{height:90px;width:90px;object-fit:contain;background:#ffffff1a;padding:8px;border-radius:20px;box-shadow:0 4px 16px #fddd3766}
.company-title{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:700;color:#FEDD37;text-shadow:0 2px 8px #001330cc}
.nav-section{background:#001330;border-top:2px solid #D13121;box-shadow:0 12px 32px #0009}
.navigation-holder{max-width:960px;margin:0 auto;padding:0 20px}
.main-nav-list{list-style:none;display:flex;justify-content:center;gap:4px;flex-wrap:wrap;padding:12px 0}
.main-nav-list li a{display:block;padding:14px 24px;color:#e8edf5;text-decoration:none;font-size:1rem;font-weight:400;border-radius:16px;transition:background 0.3s,color .3s;position:relative}
.main-nav-list li a:hover{background:#d1312133;color:#FEDD37}
.main-nav-list li a.active-link{background:#D13121;color:#FEDD37;box-shadow:0 4px 16px #d1312180}
footer{background:linear-gradient(180deg,#001330 0%,#0a0f1a 100%);padding:80px 20px 40px;margin-top:120px;border-top:3px solid #D13121;box-shadow:0 -12px 40px #d1312133}
.footer-content-wrap{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:60px;margin-bottom:60px}
.contact-box{background:#fddd370d;padding:32px;border-radius:24px;border:2px solid #fddd374d;box-shadow:0 8px 24px #0006}
.contact-box h3{font-family:'Playfair Display',serif;font-size:1.5rem;color:#FEDD37;margin-bottom:20px}
.contact-box p{margin-bottom:12px;display:flex;align-items:center;gap:10px}
.contact-box i{color:#D13121;font-size:1.3rem}
.contact-box a{color:#e8edf5;text-decoration:none;transition:color .3s}
.contact-box a:hover{color:#FEDD37}
.cta-section{text-align:center}
.cta-section h3{font-family:'Playfair Display',serif;font-size:1.6rem;color:#FEDD37;margin-bottom:16px}
.cta-section p{margin-bottom:24px;color:#b8c3d4}
.cta-button{display:inline-block;padding:16px 40px;background:#D13121;color:#FEDD37;text-decoration:none;border-radius:20px;font-weight:700;box-shadow:0 8px 24px #d1312180;transition:transform 0.3s,box-shadow .3s}
.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #d13121b3}
.footer-nav-holder{text-align:center}
.footer-nav-holder h4{font-family:'Playfair Display',serif;font-size:1.3rem;color:#FEDD37;margin-bottom:16px}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer-links a{color:#e8edf5;text-decoration:none;transition:color .3s}
.footer-links a:hover{color:#FEDD37}
.copyright-bar{text-align:center;padding-top:40px;border-top:1px solid #fddd3733;color:#8a96a8;font-size:.9rem}
.cookie-consent{position:fixed;left:20px;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#001330 0%,#0a0f1a 100%);border:2px solid #D13121;border-radius:24px;padding:28px 20px;width:300px;box-shadow:0 16px 48px #000c;z-index:9999;display:none;animation:elastic-in .6s ease-out}
@keyframes elastic-in {
0%{transform:translateY(-50%) scale(0.5);opacity:0}
50%{transform:translateY(-50%) scale(1.05)}
100%{transform:translateY(-50%) scale(1);opacity:1}
}
.cookie-consent.is-visible{display:block}
.cookie-consent h3{font-family:'Playfair Display',serif;font-size:1.2rem;color:#FEDD37;margin-bottom:16px}
.cookie-consent p{font-size:.9rem;margin-bottom:20px;color:#b8c3d4;line-height:1.5}
.cookie-actions{display:flex;flex-direction:column;gap:12px}
.cookie-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:none;border-radius:16px;font-size:.95rem;font-weight:700;cursor:pointer;transition:transform 0.3s,box-shadow .3s;font-family:'Noto Serif',serif}
.cookie-btn:hover{transform:translateY(-2px)}
.accept-btn{background:#D13121;color:#FEDD37;box-shadow:0 6px 20px #d1312180}
.accept-btn:hover{box-shadow:0 8px 28px #d13121b3}
.policy-link{color:#FEDD37;text-decoration:none;font-size:.85rem;text-align:center;transition:color .3s}
.policy-link:hover{color:#D13121}
.preferences-tab{position:fixed;right:-280px;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#001330 0%,#0a0f1a 100%);border:2px solid #D13121;border-right:none;border-radius:24px 0 0 24px;padding:24px;width:280px;box-shadow:-8px 0 32px #000c;z-index:9998;transition:right .4s ease}
.preferences-tab.is-open{right:0}
.pref-toggle{position:absolute;left:-48px;top:50%;transform:translateY(-50%);background:#D13121;border:none;border-radius:16px 0 0 16px;padding:16px 12px;cursor:pointer;box-shadow:-4px 0 16px #d1312180}
.pref-toggle i{color:#FEDD37;font-size:1.5rem}
.preferences-tab h4{font-family:'Playfair Display',serif;color:#FEDD37;margin-bottom:20px;font-size:1.1rem}
.pref-option{margin-bottom:16px;padding:12px;background:#fddd370d;border-radius:12px}
.pref-option label{display:flex;align-items:center;gap:10px;cursor:pointer;color:#e8edf5;font-size:.9rem}
.pref-option input[type="checkbox"]{width:20px;height:20px;cursor:pointer}
.save-pref-btn{width:100%;padding:12px;background:#D13121;color:#FEDD37;border:none;border-radius:16px;font-weight:700;cursor:pointer;margin-top:16px;box-shadow:0 6px 20px #d1312180;transition:transform .3s;font-family:'Noto Serif',serif}
.save-pref-btn:hover{transform:translateY(-2px)}
@media (max-width: 768px) {
.header-top-holder{flex-direction:column;gap:16px;text-align:center}
.company-title{font-size:1.4rem}
.logo-holder img{height:70px;width:70px}
.main-nav-list{flex-direction:column;align-items:stretch}
.main-nav-list li a{text-align:center}
.footer-content-wrap{grid-template-columns:1fr;gap:40px}
.cookie-consent{left:10px;right:10px;width:auto;max-width:340px;margin:0 auto}
.preferences-tab{width:260px;right:-260px}
}
@media (max-width: 480px) {
.company-title{font-size:1.2rem}
.contact-box{padding:20px}
footer{padding:60px 15px 30px}
}
.content-doc{max-width:960px;margin:0 auto;padding:80px 24px;background:#001330;color:#e8eaf0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.8}
.content-doc p{font-size:17px;margin:0 0 24px;color:#c5cad6}
.content-doc p:last-child{margin-bottom:0}
.content-doc strong,.content-doc b{color:#FEDD37;font-weight:600}
.content-doc em,.content-doc i{color:#e8eaf0;font-style:italic}
.content-doc h1{font-size:42px;font-weight:700;color:#fff;margin:0 0 48px;line-height:1.3;letter-spacing:-.02em}
.content-doc h2{font-size:32px;font-weight:700;color:#FEDD37;margin:64px 0 32px;line-height:1.4}
.content-doc h2:first-child{margin-top:0}
.content-doc h3{font-size:24px;font-weight:600;color:#fff;margin:48px 0 24px;line-height:1.5}
.content-doc h4{font-size:20px;font-weight:600;color:#D13121;margin:32px 0 16px;line-height:1.6}
.content-doc ul,.content-doc ol{margin:0 0 32px;padding-left:32px}
.content-doc ul li,.content-doc ol li{font-size:17px;color:#c5cad6;margin-bottom:12px;line-height:1.8}
.content-doc ul li::marker{color:#D13121}
.content-doc ol li::marker{color:#FEDD37;font-weight:600}
.content-doc a{color:#D13121;text-decoration:underline;transition:color .3s ease}
.content-doc a:hover{color:#FEDD37}
.content-doc table{width:100%;border-collapse:collapse;margin:32px 0;background:#0a1e3d;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0006}
.content-doc thead{background:linear-gradient(135deg,#D13121 0%,#001330 100%)}
.content-doc thead tr{border:none}
.content-doc thead th{padding:20px 24px;text-align:left;font-size:16px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em}
.content-doc tbody tr{border-bottom:1px solid #1a2d4d;transition:background .3s ease}
.content-doc tbody tr:last-child{border-bottom:none}
.content-doc tbody tr:hover{background:#0f2647}
.content-doc tbody td{padding:20px 24px;font-size:16px;color:#c5cad6}
.content-doc tbody th{padding:20px 24px;text-align:left;font-weight:600;color:#FEDD37}
.content-doc hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#D13121 50%,transparent 100%);margin:64px 0;opacity:.6}
.content-doc div{margin:24px 0}
.content-doc blockquote{margin:32px 0;padding:24px 32px;background:#0a1e3d;border-left:4px solid #D13121;border-radius:16px;box-shadow:inset 0 2px 8px #0000004d}
.content-doc blockquote p{color:#e8eaf0;font-style:italic}
.content-doc code{background:#0a1e3d;color:#FEDD37;padding:4px 12px;border-radius:8px;font-family:'Courier New',monospace;font-size:15px}
@media (max-width: 768px) {
.content-doc{padding:48px 20px}
.content-doc h1{font-size:32px;margin-bottom:32px}
.content-doc h2{font-size:26px;margin-top:48px}
.content-doc h3{font-size:21px}
.content-doc h4{font-size:18px}
.content-doc p,.content-doc ul li,.content-doc ol li{font-size:16px}
.content-doc table{font-size:14px}
.content-doc thead th,.content-doc tbody td,.content-doc tbody th{padding:16px}
.content-doc ul,.content-doc ol{padding-left:24px}
}
@media (max-width: 480px) {
.content-doc{padding:32px 16px}
.content-doc h1{font-size:28px}
.content-doc h2{font-size:22px;margin-top:40px}
.content-doc table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.content-doc thead th,.content-doc tbody td{padding:12px;font-size:13px}
}
.title-screen{background:linear-gradient(199deg,#D13121 0%,#001330 50%,#FEDD37 100%);padding:80px 20px;position:relative;overflow:hidden}
.title-screen::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#fedd3714;border-radius:50%;animation:pulse-slow 8s ease-in-out infinite}
@keyframes pulse-slow {
0%,100%{transform:scale(1) translateY(0);opacity:.08}
50%{transform:scale(1.2) translateY(-30px);opacity:.15}
}
.title-screen::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:#d131211f;border-radius:50%;animation:float-circle 12s ease-in-out infinite}
@keyframes float-circle {
0%,100%{transform:translateX(0) rotate(0deg)}
50%{transform:translateX(50px) rotate(180deg)}
}
.title-holder{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;position:relative;z-index:2}
.title-text-area{display:flex;flex-direction:column;gap:24px}
.title-screen h1{font-size:48px;line-height:1.1;color:#FEDD37;margin:0;font-weight:700;text-shadow:0 4px 12px #0006}
.title-screen .subtitle-text{font-size:20px;line-height:1.5;color:#ffffffe6;margin:0}
.cta-button-primary{display:inline-flex;align-items:center;gap:12px;background:#FEDD37;color:#001330;padding:18px 36px;border-radius:24px;text-decoration:none;font-weight:600;font-size:18px;transition:all .3s ease;box-shadow:0 8px 24px #fedd374d;align-self:flex-start}
.cta-button-primary:hover{background:#fff;transform:translateY(-4px);box-shadow:0 12px 32px #fedd3780}
.title-images-mosaic{display:grid;grid-template-columns:1fr 1fr;gap:16px;position:relative}
.mosaic-img{width:100%;height:200px;object-fit:cover;border-radius:20px;box-shadow:0 8px 24px #00000080;animation:float-img 6s ease-in-out infinite}
.mosaic-img:nth-child(1){animation-delay:0s}
.mosaic-img:nth-child(2){animation-delay:1.5s;grid-row:span 2;height:416px}
.mosaic-img:nth-child(3){animation-delay:3s}
@keyframes float-img {
0%,100%{transform:translateY(0)}
50%{transform:translateY(-12px)}
}
.experience-section{background:#001330;padding:96px 20px;position:relative}
.experience-section::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#D13121 20%,#FEDD37 50%,#D13121 80%,transparent)}
.exp-container{max-width:960px;margin:0 auto}
.exp-container h2{font-size:42px;color:#FEDD37;margin:0 0 56px;text-align:center;position:relative}
.exp-container h2::after{content:'';position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#D13121;border-radius:2px}
.mechanics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:64px}
.mechanic-card{background:#fedd370d;border:1px solid #fedd3726;border-radius:24px;padding:32px;transition:all .4s ease;position:relative;overflow:hidden}
.mechanic-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#D13121,#FEDD37);transform:scaleX(0);transform-origin:left;transition:transform .5s ease}
.mechanic-card:hover::before{transform:scaleX(1)}
.mechanic-card:hover{background:#fedd371a;border-color:#fedd3766;transform:translateY(-8px);box-shadow:0 16px 40px #d131214d}
.mechanic-icon{font-size:48px;color:#FEDD37;margin-bottom:20px;display:block}
.mechanic-card h3{font-size:24px;color:#FEDD37;margin:0 0 16px}
.mechanic-card p{font-size:16px;line-height:1.6;color:#ffffffd9;margin:0}
.stats-block{background:linear-gradient(135deg,#d1312126,#0013304d);border-radius:28px;padding:56px 48px;position:relative;overflow:hidden}
.stats-block::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,#fedd371a,transparent);border-radius:50%}
.stats-holder{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;position:relative;z-index:2}
.stat-item{text-align:center;position:relative}
.stat-item::after{content:'';position:absolute;right:-20px;top:50%;transform:translateY(-50%);width:1px;height:60px;background:linear-gradient(to bottom,transparent,#fedd374d,transparent)}
.stat-item:last-child::after{display:none}
.stat-number{font-size:52px;font-weight:700;color:#FEDD37;display:block;margin-bottom:8px;text-shadow:0 4px 16px #fedd3766}
.stat-label{font-size:16px;color:#fffc;display:block}
.support-section{background:#0a1628;padding:96px 20px;position:relative}
.support-wrapper{max-width:960px;margin:0 auto}
.support-wrapper h2{font-size:42px;color:#FEDD37;margin:0 0 24px}
.support-intro{font-size:18px;line-height:1.7;color:#ffffffd9;margin:0 0 56px;max-width:720px}
.support-features{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.feature-column{display:flex;flex-direction:column;gap:32px}
.feature-box{background:#d1312114;border-left:4px solid #D13121;border-radius:16px;padding:28px;transition:all .3s ease}
.feature-box:hover{background:#d1312126;border-left-width:6px;padding-left:26px;box-shadow:0 8px 24px #d1312133}
.feature-box h3{font-size:22px;color:#FEDD37;margin:0 0 12px;display:flex;align-items:center;gap:12px}
.feature-box h3 i{font-size:28px;color:#D13121}
.feature-box p{font-size:16px;line-height:1.6;color:#fffc;margin:0}
.bottom-cta-section{background:linear-gradient(135deg,#001330 0%,#0a1628 100%);padding:80px 20px;position:relative;overflow:hidden}
.bottom-cta-section::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,#d131211a,transparent 70%);animation:pulse-glow 10s ease-in-out infinite}
@keyframes pulse-glow {
0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.5}
50%{transform:translate(-50%,-50%) scale(1.3);opacity:.8}
}
.cta-content-holder{max-width:960px;margin:0 auto;text-align:center;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:32px}
.cta-content-holder h2{font-size:38px;color:#FEDD37;margin:0;max-width:640px}
.cta-content-holder p{font-size:18px;line-height:1.6;color:#ffffffd9;margin:0;max-width:560px}
.cta-buttons-group{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}
.btn-primary-cta{display:inline-flex;align-items:center;gap:10px;background:#D13121;color:#fff;padding:16px 32px;border-radius:20px;text-decoration:none;font-weight:600;font-size:17px;transition:all .3s ease;box-shadow:0 6px 20px #d1312166}
.btn-primary-cta:hover{background:#ff3d2a;transform:translateY(-3px);box-shadow:0 10px 28px #d1312199}
.btn-secondary-cta{display:inline-flex;align-items:center;gap:10px;background:transparent;color:#FEDD37;padding:16px 32px;border-radius:20px;border:2px solid #FEDD37;text-decoration:none;font-weight:600;font-size:17px;transition:all .3s ease}
.btn-secondary-cta:hover{background:#fedd371a;border-color:#fff;color:#fff}
@media (max-width: 768px) {
.title-holder{grid-template-columns:1fr;gap:40px}
.title-screen h1{font-size:36px}
.title-screen .subtitle-text{font-size:18px}
.title-images-mosaic{grid-template-columns:1fr}
.mosaic-img:nth-child(2){grid-row:auto;height:200px}
.mechanics-grid{grid-template-columns:1fr;gap:24px}
.stats-holder{grid-template-columns:1fr 1fr;gap:32px}
.stat-item::after{display:none}
.support-features{grid-template-columns:1fr;gap:32px}
.cta-buttons-group{flex-direction:column;align-items:stretch}
.exp-container h2,.support-wrapper h2,.cta-content-holder h2{font-size:32px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.mechanics-grid{grid-template-columns:repeat(2,1fr)}
.stats-holder{grid-template-columns:repeat(2,1fr)}
}
.contact-page-hero{background:linear-gradient(135deg,#001330 0%,#1a2640 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-page-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#d1312126 0%,transparent 70%);border-radius:50%}
.hero-content-holder{max-width:960px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.hero-text-section{flex:1}
.hero-title-main{font-size:48px;font-weight:700;color:#fff;line-height:1.2;margin:0 0 20px}
.hero-title-main .accent-word{color:#FEDD37;position:relative;display:inline-block}
.hero-title-main .accent-word::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#D13121 0%,#FEDD37 100%);border-radius:8px}
.hero-description{font-size:18px;color:#a8b2c1;line-height:1.6;margin:0}
.hero-visual-area{flex:0 0 280px;height:280px;background:linear-gradient(135deg,#D13121 0%,#FEDD37 100%);border-radius:24px;position:relative;box-shadow:0 16px 48px #d131214d}
.hero-visual-area::before{content:'';position:absolute;inset:3px;background:linear-gradient(135deg,#001330 0%,#1a2640 100%);border-radius:21px}
.decorative-shape-1{position:absolute;top:40px;right:40px;width:80px;height:80px;border:3px solid #FEDD37;border-radius:50%;z-index:1}
.decorative-shape-2{position:absolute;bottom:40px;left:40px;width:60px;height:60px;background:#D13121;border-radius:12px;z-index:1;transform:rotate(15deg)}
.contact-info-section{background:#0a1628;padding:80px 20px}
.info-container{max-width:960px;margin:0 auto}
.section-header{text-align:center;margin-bottom:60px}
.section-title-v2{font-size:36px;font-weight:700;color:#fff;margin:0 0 16px;position:relative;display:inline-block}
.section-title-v2::before{content:'';position:absolute;top:-12px;left:-24px;width:16px;height:16px;background:#FEDD37;border-radius:50%}
.section-subtitle{font-size:16px;color:#7a8699;margin:0}
.contact-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:48px}
.contact-card-item{background:linear-gradient(135deg,#14213d 0%,#1a2640 100%);padding:32px;border-radius:20px;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}
.contact-card-item::before{content:'';position:absolute;inset:0;border-radius:20px;padding:2px;background:linear-gradient(135deg,#D13121,#FEDD37);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease}
.contact-card-item:hover::before{opacity:1}
.contact-card-item:hover{transform:translateY(-4px);box-shadow:0 20px 40px #d1312133}
.card-icon-holder{width:56px;height:56px;background:linear-gradient(135deg,#D13121 0%,#FEDD37 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.card-icon-holder .mdi{font-size:28px;color:#001330}
.card-title-text{font-size:20px;font-weight:600;color:#fff;margin:0 0 12px}
.card-info-text{font-size:16px;color:#a8b2c1;margin:0;word-break:break-word}
.card-info-text a{color:#FEDD37;text-decoration:none;transition:color .3s ease}
.card-info-text a:hover{color:#D13121}
.form-section-wrapper{background:linear-gradient(135deg,#001330 0%,#14213d 100%);padding:80px 20px}
.form-content-holder{max-width:960px;margin:0 auto}
.form-intro-block{text-align:center;margin-bottom:48px}
.form-main-title{font-size:36px;font-weight:700;color:#fff;margin:0 0 16px}
.form-description-text{font-size:16px;color:#a8b2c1;margin:0;max-width:600px;margin-left:auto;margin-right:auto}
.contact-form-element{background:#0a1628;padding:48px;border-radius:24px;box-shadow:0 16px 48px #0000004d}
.form-row-group{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}
.input-field-wrapper{display:flex;flex-direction:column;gap:8px}
.input-label-text{font-size:14px;font-weight:600;color:#fff;display:flex;align-items:center;gap:8px}
.required-mark{color:#D13121}
.text-input-field{background:#14213d;border:2px solid #1a2640;border-radius:12px;padding:14px 16px;font-size:15px;color:#fff;transition:all .3s ease;outline:none}
.text-input-field:focus{border-color:#FEDD37;box-shadow:0 0 0 4px #fedd371a}
.text-input-field::placeholder{color:#7a8699}
.select-dropdown-field{background:#14213d;border:2px solid #1a2640;border-radius:12px;padding:14px 16px;font-size:15px;color:#fff;transition:all .3s ease;outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FEDD37' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}
.select-dropdown-field:focus{border-color:#FEDD37;box-shadow:0 0 0 4px #fedd371a}
.select-dropdown-field option{background:#14213d;color:#fff}
.textarea-field-element{background:#14213d;border:2px solid #1a2640;border-radius:12px;padding:14px 16px;font-size:15px;color:#fff;transition:all .3s ease;outline:none;resize:vertical;min-height:120px;font-family:inherit}
.textarea-field-element:focus{border-color:#FEDD37;box-shadow:0 0 0 4px #fedd371a}
.textarea-field-element::placeholder{color:#7a8699}
.privacy-checkbox-wrapper{margin:24px 0;display:flex;align-items:flex-start;gap:12px}
.checkbox-input-element{width:20px;height:20px;border:2px solid #1a2640;border-radius:6px;background:#14213d;cursor:pointer;flex-shrink:0;margin-top:2px;appearance:none;position:relative;transition:all .3s ease}
.checkbox-input-element:checked{background:linear-gradient(135deg,#D13121 0%,#FEDD37 100%);border-color:#D13121}
.checkbox-input-element:checked::after{content:'✓';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#001330;font-size:14px;font-weight:700}
.checkbox-label-text{font-size:14px;color:#a8b2c1;line-height:1.5}
.checkbox-label-text a{color:#FEDD37;text-decoration:none;transition:color .3s ease}
.checkbox-label-text a:hover{color:#D13121;text-decoration:underline}
.submit-btn-holder{display:flex;justify-content:center}
.form-submit-btn{background:linear-gradient(135deg,#D13121 0%,#FEDD37 100%);border:none;border-radius:16px;padding:16px 48px;font-size:16px;font-weight:700;color:#001330;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #d131214d;position:relative;z-index:5}
.form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #d1312166}
.form-submit-btn:active{transform:translateY(0)}
.hours-section-area{background:#14213d;padding:80px 20px}
.hours-container{max-width:960px;margin:0 auto;text-align:center}
.hours-title-main{font-size:32px;font-weight:700;color:#fff;margin:0 0 48px;position:relative;display:inline-block}
.hours-title-main::after{content:'';position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#D13121 0%,#FEDD37 100%);border-radius:8px}
.hours-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2px;background:#1a2640;border-radius:20px;overflow:hidden;box-shadow:0 12px 32px #0003}
.hours-day-item{background:#0a1628;padding:24px;display:flex;flex-direction:column;gap:8px;transition:background .3s ease}
.hours-day-item:hover{background:#14213d}
.day-name-text{font-size:16px;font-weight:600;color:#FEDD37;margin:0}
.day-time-text{font-size:14px;color:#a8b2c1;margin:0}
@media (max-width: 768px) {
.hero-content-holder{flex-direction:column;gap:40px}
.hero-visual-area{flex:0 0 200px;height:200px;width:100%;max-width:320px}
.hero-title-main{font-size:36px}
.form-row-group{grid-template-columns:1fr}
.contact-form-element{padding:32px 24px}
.section-title-v2,.form-main-title,.hours-title-main{font-size:28px}
.contact-cards-grid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.contact-page-hero{padding:60px 20px 40px}
.hero-title-main{font-size:28px}
.hero-description{font-size:16px}
.contact-form-element{padding:24px 16px}
}
.title-banner{position:relative;height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:64px}
.title-banner::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#001330b3 0%,#d1312180 100%);z-index:2}
.title-banner img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}
.banner-text-holder{position:relative;z-index:3;text-align:center;max-width:860px;padding:0 24px}
.banner-text-holder h1{font-size:56px;color:#FEDD37;margin-bottom:24px;font-weight:700;line-height:1.2}
.banner-text-holder p{font-size:22px;color:#fff;line-height:1.6;margin:0}
.story-wrapper{max-width:960px;margin:0 auto 72px;padding:0 24px}
.story-intro{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:56px}
.story-content-box h2{font-size:38px;color:#D13121;margin-bottom:20px;line-height:1.3}
.story-content-box p{font-size:18px;color:#e8e8e8;line-height:1.7;margin-bottom:16px}
.story-image{width:100%;height:380px;border-radius:24px;overflow:hidden;box-shadow:0 16px 48px #d131214d}
.story-image img{width:100%;height:100%;object-fit:cover}
.values-grid-section{background:linear-gradient(135deg,#001330 0%,#d1312126 100%);padding:72px 24px;margin-bottom:64px;position:relative}
.values-grid-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:140px;height:6px;background:linear-gradient(90deg,#FEDD37 0%,#D13121 100%);border-radius:8px}
.values-holder{max-width:960px;margin:0 auto}
.values-holder h2{font-size:42px;color:#FEDD37;text-align:center;margin-bottom:48px}
.value-items{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.val-card{background:#00133099;padding:32px;border-radius:20px;border:2px solid #fedd3733;transition:all .3s ease}
.val-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #fedd3740;border-color:#FEDD37}
.val-card i{font-size:48px;color:#D13121;margin-bottom:20px;display:block}
.val-card h3{font-size:24px;color:#FEDD37;margin-bottom:14px}
.val-card p{font-size:16px;color:#e0e0e0;line-height:1.6;margin:0}
.approach-section{max-width:960px;margin:0 auto 80px;padding:0 24px}
.approach-header{text-align:center;margin-bottom:56px}
.approach-header h2{font-size:44px;color:#D13121;margin-bottom:18px;position:relative;display:inline-block}
.approach-header h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#D13121 0%,#FEDD37 100%);border-radius:4px}
.approach-header p{font-size:19px;color:#d0d0d0;line-height:1.6;max-width:720px;margin:24px auto 0}
.approach-blocks{display:flex;flex-direction:column;gap:40px}
.method-step{display:grid;grid-template-columns:80px 1fr;gap:28px;align-items:start}
.step-number-icon{width:80px;height:80px;background:linear-gradient(135deg,#D13121 0%,#FEDD37 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#001330;box-shadow:0 8px 24px #d1312166}
.step-info h3{font-size:26px;color:#FEDD37;margin-bottom:12px}
.step-info p{font-size:17px;color:#d8d8d8;line-height:1.7;margin:0}
.team-showcase{background:#00133066;padding:64px 24px;margin-bottom:72px;border-top:3px solid #D13121;border-bottom:3px solid #D13121}
.team-content-wrapper{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:56px;align-items:center}
.team-description h2{font-size:40px;color:#FEDD37;margin-bottom:24px;line-height:1.3}
.team-description p{font-size:18px;color:#e4e4e4;line-height:1.7;margin-bottom:18px}
.team-visual{width:100%;height:420px;border-radius:28px;overflow:hidden;box-shadow:0 20px 56px #fedd3733;border:3px solid #fedd374d}
.team-visual img{width:100%;height:100%;object-fit:cover}
.commitment-block{max-width:960px;margin:0 auto 56px;padding:0 24px;text-align:center}
.commitment-block h2{font-size:36px;color:#D13121;margin-bottom:20px}
.commitment-block p{font-size:19px;color:#d4d4d4;line-height:1.7;max-width:800px;margin:0 auto 32px}
.action-btn{display:inline-block;padding:18px 48px;background:linear-gradient(135deg,#D13121 0%,#FEDD37 100%);color:#001330;font-size:18px;font-weight:700;border-radius:32px;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 24px #d1312166;position:relative;z-index:10}
.action-btn:hover{transform:translateY(-3px);box-shadow:0 12px 32px #d1312199}
@media (max-width: 768px) {
.title-banner{height:420px;margin-bottom:48px}
.banner-text-holder h1{font-size:38px}
.banner-text-holder p{font-size:18px}
.story-intro{grid-template-columns:1fr;gap:32px;margin-bottom:40px}
.story-content-box h2{font-size:32px}
.story-image{height:280px}
.values-grid-section{padding:56px 24px}
.values-holder h2{font-size:34px}
.value-items{grid-template-columns:1fr;gap:24px}
.approach-header h2{font-size:36px}
.method-step{grid-template-columns:60px 1fr;gap:20px}
.step-number-icon{width:60px;height:60px;font-size:26px}
.team-content-wrapper{grid-template-columns:1fr;gap:40px}
.team-visual{height:320px}
.commitment-block h2{font-size:30px}
.action-btn{padding:16px 40px;font-size:16px}
}
@media (max-width: 480px) {
.title-banner{height:360px}
.banner-text-holder h1{font-size:32px}
.banner-text-holder p{font-size:16px}
.story-content-box h2{font-size:28px}
.story-content-box p{font-size:16px}
.values-holder h2{font-size:28px}
.val-card{padding:24px}
.approach-header h2{font-size:30px}
.team-description h2{font-size:32px}
}
.stats-title-wrap{position:relative;background:linear-gradient(199deg,#D13121 0%,#001330 50%,#FEDD37 100%);padding:120px 20px 100px;overflow:hidden}
.stats-title-wrap::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(./photo_gallery/project-2025-012-250325.jpg);background-size:cover;background-position:center;opacity:.15;mix-blend-mode:luminosity;z-index:1}
.stats-title-wrap::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:80px;background:#000915;clip-path:polygon(0 60%,100% 0,100% 100%,0 100%);z-index:2}
.title-content-holder{max-width:960px;margin:0 auto;position:relative;z-index:3;background:#001330e0;padding:56px 48px;border-radius:24px;border:2px solid #fedd374d;box-shadow:0 16px 48px #0009}
.title-content-holder h1{font-size:2.8rem;color:#FEDD37;margin:0 0 16px;font-weight:700;line-height:1.2}
.title-content-holder .subtitle-text{font-size:1.3rem;color:#fff;margin:0 0 12px;line-height:1.5}
.title-content-holder .description-text{font-size:1.05rem;color:#ffffffd9;margin:0;line-height:1.7}
.metrics-grid-section{background:#000915;padding:96px 20px;position:relative}
.metrics-grid-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:600px;height:600px;background:radial-gradient(circle,#d1312126 0%,transparent 70%);pointer-events:none;z-index:1}
.metrics-container{max-width:960px;margin:0 auto;position:relative;z-index:2}
.metrics-container h2{font-size:2.2rem;color:#FEDD37;text-align:center;margin:0 0 64px;position:relative}
.metrics-container h2::after{content:'';position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,transparent,#D13121,transparent)}
.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px}
.metric-card{background:#001a3d;padding:40px 28px;border-radius:20px;text-align:center;position:relative;border:2px solid transparent;transition:all .3s ease;box-shadow:0 8px 24px #0006}
.metric-card:hover{border-color:#D13121;transform:translateY(-8px);box-shadow:0 16px 40px #d131214d}
.metric-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#D13121,#FEDD37);border-radius:20px 20px 0 0}
.metric-number{font-size:3rem;color:#FEDD37;font-weight:700;margin:0 0 12px;line-height:1}
.metric-label{font-size:1.1rem;color:#ffffffe6;margin:0;line-height:1.5}
.progress-section{background:linear-gradient(135deg,#001330 0%,#000915 100%);padding:96px 20px}
.progress-holder{max-width:960px;margin:0 auto}
.progress-holder h2{font-size:2.2rem;color:#FEDD37;margin:0 0 48px;text-align:center}
.progress-item{margin:0 0 48px}
.progress-item:last-child{margin-bottom:0}
.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.progress-title{font-size:1.2rem;color:#fff;margin:0;font-weight:600}
.progress-percent{font-size:1.4rem;color:#FEDD37;font-weight:700}
.progress-bar-outer{width:100%;height:28px;background:#001a3d;border-radius:14px;overflow:hidden;position:relative;box-shadow:inset 0 2px 6px #0006}
.progress-bar-inner{height:100%;background:linear-gradient(90deg,#D13121 0%,#FEDD37 100%);border-radius:14px;transition:width .6s ease;position:relative;box-shadow:0 0 16px #d1312199}
.progress-bar-inner::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,#ffffff4d,transparent);animation:shimmer 2s infinite}
@keyframes shimmer {
0%{transform:translateX(-100%)}
100%{transform:translateX(100%)}
}
.progress-bar-92{width:92%}
.progress-bar-87{width:87%}
.progress-bar-95{width:95%}
.progress-bar-89{width:89%}
.timeline-section{background:#000915;padding:96px 20px;position:relative}
.timeline-section::before{content:'';position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:400px;background:radial-gradient(ellipse at center,#fedd3714 0%,transparent 70%);pointer-events:none}
.timeline-container{max-width:960px;margin:0 auto;position:relative;z-index:2}
.timeline-container h2{font-size:2.2rem;color:#FEDD37;text-align:center;margin:0 0 64px}
.timeline-wrapper{position:relative}
.timeline-wrapper::before{content:'';position:absolute;left:50%;transform:translateX(-50%);width:4px;height:100%;background:linear-gradient(180deg,#D13121 0%,#FEDD37 50%,#001330 100%);z-index:1}
.timeline-item{display:flex;align-items:center;margin:0 0 56px;position:relative;z-index:2}
.timeline-item:nth-child(odd){flex-direction:row}
.timeline-item:nth-child(even){flex-direction:row-reverse}
.timeline-content{flex:1;background:#001a3d;padding:32px;border-radius:20px;box-shadow:0 8px 24px #0006;position:relative}
.timeline-item:nth-child(odd) .timeline-content{margin-right:40px;text-align:right}
.timeline-item:nth-child(even) .timeline-content{margin-left:40px;text-align:left}
.timeline-year{font-size:1.6rem;color:#FEDD37;font-weight:700;margin:0 0 12px}
.timeline-text{font-size:1.05rem;color:#ffffffe6;margin:0;line-height:1.6}
.timeline-dot{width:24px;height:24px;background:#D13121;border-radius:50%;border:4px solid #FEDD37;box-shadow:0 0 16px #d13121cc;z-index:3;position:relative}
.comparison-section{background:linear-gradient(180deg,#001330 0%,#000915 100%);padding:96px 20px;position:relative}
.comparison-section::before{content:'';position:absolute;bottom:0;right:0;width:600px;height:600px;background-image:url(./photo_gallery/client-2023-013aa.jpg);background-size:cover;background-position:center;opacity:.06;mix-blend-mode:screen;pointer-events:none}
.comparison-holder{max-width:960px;margin:0 auto;position:relative;z-index:2}
.comparison-holder h2{font-size:2.2rem;color:#FEDD37;text-align:center;margin:0 0 56px}
.comparison-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.comparison-card{background:#001a3db3;padding:40px 32px;border-radius:24px;border:2px solid #fedd3733;position:relative;overflow:hidden}
.comparison-card::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#d131211a 0%,transparent 50%);transition:transform .6s ease}
.comparison-card:hover::before{transform:scale(1.2)}
.comparison-icon{width:64px;height:64px;margin:0 auto 24px;background:linear-gradient(135deg,#D13121,#FEDD37);border-radius:16px;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}
.comparison-icon i{font-size:2rem;color:#001330}
.comparison-card h3{font-size:1.4rem;color:#FEDD37;text-align:center;margin:0 0 16px;position:relative;z-index:2}
.comparison-card p{font-size:1rem;color:#ffffffd9;text-align:center;margin:0 0 24px;line-height:1.6;position:relative;z-index:2}
.stat-value{font-size:2.4rem;color:#FEDD37;font-weight:700;text-align:center;margin:0;position:relative;z-index:2}
@media (max-width: 768px) {
.stats-title-wrap{padding:80px 20px 60px}
.title-content-holder{padding:36px 28px}
.title-content-holder h1{font-size:2rem}
.title-content-holder .subtitle-text{font-size:1.1rem}
.metrics-grid-section{padding:64px 20px}
.metrics-container h2{font-size:1.8rem;margin-bottom:40px}
.metrics-grid{grid-template-columns:1fr;gap:24px}
.progress-section{padding:64px 20px}
.progress-holder h2{font-size:1.8rem}
.timeline-section{padding:64px 20px}
.timeline-container h2{font-size:1.8rem}
.timeline-wrapper::before{left:20px}
.timeline-item{flex-direction:column!important;align-items:flex-start;padding-left:48px}
.timeline-item:nth-child(odd) .timeline-content,.timeline-item:nth-child(even) .timeline-content{margin:0;text-align:left}
.timeline-dot{position:absolute;left:8px;top:20px}
.comparison-section{padding:64px 20px}
.comparison-holder h2{font-size:1.8rem}
.comparison-grid{grid-template-columns:1fr}
}
@media (min-width: 769px) and (max-width: 1024px) {
.metrics-grid{grid-template-columns:repeat(2,1fr)}
.comparison-grid{grid-template-columns:repeat(2,1fr)}
}
.master-page .intro-v2{background:linear-gradient(199deg,#001330 0%,#0a1a35 100%);padding:80px 20px;position:relative;overflow:hidden}
.master-page .intro-v2::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#d1312126 0%,transparent 70%);border-radius:50%}
.master-page .intro-v2::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,#fedd371a 0%,transparent 70%);border-radius:50%}
.master-page .intro-content-holder{max-width:960px;margin:0 auto;position:relative;z-index:2}
.master-page .intro-v2 .manifesto-block{background:#00133099;border:2px solid #d131214d;border-radius:24px;padding:60px 50px;box-shadow:0 16px 48px #0006 inset 0 2px 8px #fedd371a;margin-bottom:50px}
.master-page .intro-v2 .manifesto-block h1{font-size:42px;line-height:1.2;color:#FEDD37;margin:0 0 24px;font-weight:700}
.master-page .intro-v2 .manifesto-text{font-size:18px;line-height:1.7;color:#e8edf5;margin:0 0 16px}
.master-page .intro-v2 .manifesto-text:last-of-type{margin-bottom:0}
.master-page .intro-v2 .visual-accent{display:flex;gap:20px;align-items:center}
.master-page .intro-v2 .visual-accent img{width:280px;height:200px;object-fit:cover;border-radius:20px;box-shadow:0 12px 32px #00000080;border:3px solid #fedd3766;transition:transform .4s ease}
.master-page .intro-v2 .visual-accent img:hover{transform:translateY(-8px) scale(1.02)}
.master-page .process-grid-section{padding:90px 20px;background:#0d1d3a;position:relative}
.master-page .process-grid-section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#D13121 0%,#FEDD37 50%,#D13121 100%)}
.master-page .process-content-box{max-width:960px;margin:0 auto}
.master-page .process-grid-section h2{font-size:38px;color:#FEDD37;margin:0 0 50px;text-align:center;position:relative;padding-bottom:20px}
.master-page .process-grid-section h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,transparent 0%,#D13121 50%,transparent 100%)}
.master-page .steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.master-page .step-item{background:#001330b3;border:2px solid #d1312140;border-radius:20px;padding:40px 30px;position:relative;box-shadow:0 8px 24px #0000004d;transition:all .3s ease}
.master-page .step-item:hover{transform:translateY(-6px);border-color:#fedd3799;box-shadow:0 16px 40px #00000080}
.master-page .step-item .step-number{position:absolute;top:-18px;left:30px;width:50px;height:50px;background:linear-gradient(135deg,#D13121 0%,#a02518 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#FEDD37;box-shadow:0 6px 16px #d1312180}
.master-page .step-item h3{font-size:22px;color:#e8edf5;margin:0 0 16px}
.master-page .step-item .step-description{font-size:16px;line-height:1.6;color:#b8c5d8;margin:0}
.master-page .methods-split-area{padding:85px 20px;background:linear-gradient(135deg,#001330 0%,#0a1e42 100%)}
.master-page .methods-wrapper{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.master-page .methods-text-side h2{font-size:36px;color:#FEDD37;margin:0 0 28px}
.master-page .methods-text-side .approach-item{background:#0d1d3a99;border-left:4px solid #D13121;border-radius:12px;padding:24px 28px;margin-bottom:20px;box-shadow:0 6px 18px #0000004d}
.master-page .methods-text-side .approach-item h4{font-size:20px;color:#FEDD37;margin:0 0 12px;display:flex;align-items:center;gap:10px}
.master-page .methods-text-side .approach-item h4::before{content:'';width:8px;height:8px;background:#D13121;border-radius:50%;display:inline-block}
.master-page .methods-text-side .approach-item p{font-size:16px;line-height:1.6;color:#c5d2e3;margin:0}
.master-page .methods-visual-side{position:relative}
.master-page .methods-visual-side img{width:100%;height:420px;object-fit:cover;border-radius:24px;box-shadow:0 20px 60px #0009;border:3px solid #fedd374d}
.master-page .methods-visual-side::before{content:'';position:absolute;top:-20px;right:-20px;width:150px;height:150px;background:radial-gradient(circle,#d1312133 0%,transparent 70%);border-radius:50%;z-index:-1}
.master-page .results-showcase{padding:80px 20px;background:#0d1d3a;position:relative}
.master-page .results-showcase::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#FEDD37 50%,transparent 100%)}
.master-page .results-holder{max-width:960px;margin:0 auto}
.master-page .results-showcase h2{font-size:38px;color:#FEDD37;text-align:center;margin:0 0 60px}
.master-page .results-cards-row{display:flex;gap:35px;flex-wrap:wrap;justify-content:center}
.master-page .result-card{background:linear-gradient(145deg,#001330cc 0%,#0d1d3acc 100%);border:2px solid #fedd3733;border-radius:28px;padding:50px 40px;flex:1;min-width:280px;max-width:450px;box-shadow:0 12px 40px #0006;position:relative;overflow:hidden;transition:all .4s ease}
.master-page .result-card::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#D13121 0%,#FEDD37 100%)}
.master-page .result-card:hover{transform:scale(1.03);border-color:#d1312199}
.master-page .result-card .card-icon{width:70px;height:70px;background:linear-gradient(135deg,#D13121 0%,#a02518 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:0 8px 20px #d1312166}
.master-page .result-card .card-icon svg{width:36px;height:36px;fill:#FEDD37}
.master-page .result-card h3{font-size:24px;color:#e8edf5;text-align:center;margin:0 0 18px}
.master-page .result-card p{font-size:16px;line-height:1.7;color:#b8c5d8;text-align:center;margin:0}
.master-page .result-card img{width:100%;height:180px;object-fit:cover;border-radius:16px;margin-bottom:20px;box-shadow:0 8px 24px #0006}
@media (max-width: 768px) {
.master-page .intro-v2{padding:60px 16px}
.master-page .intro-v2 .manifesto-block{padding:40px 28px}
.master-page .intro-v2 .manifesto-block h1{font-size:32px}
.master-page .intro-v2 .visual-accent{flex-direction:column}
.master-page .intro-v2 .visual-accent img{width:100%;height:220px}
.master-page .process-grid-section{padding:60px 16px}
.master-page .process-grid-section h2{font-size:30px;margin-bottom:40px}
.master-page .steps-grid{grid-template-columns:1fr}
.master-page .methods-split-area{padding:60px 16px}
.master-page .methods-wrapper{grid-template-columns:1fr;gap:40px}
.master-page .methods-text-side h2{font-size:28px}
.master-page .methods-visual-side img{height:280px}
.master-page .results-showcase{padding:60px 16px}
.master-page .results-showcase h2{font-size:30px;margin-bottom:40px}
.master-page .results-cards-row{flex-direction:column}
.master-page .result-card{max-width:100%}
}
.success-wrap{background:#001330;min-height:88vh;display:flex;align-items:center;justify-content:center;padding:48px 20px;position:relative;overflow:hidden}
.success-wrap::before{content:'';position:absolute;top:-120px;right:-90px;width:340px;height:340px;background:linear-gradient(135deg,#d1312114 0%,#fedd370d 100%);border-radius:50%;filter:blur(60px)}
.success-wrap::after{content:'';position:absolute;bottom:-100px;left:-70px;width:280px;height:280px;background:linear-gradient(225deg,#fedd370f 0%,#d131210a 100%);border-radius:50%;filter:blur(50px)}
.success-container{max-width:620px;width:100%;margin:0 auto;position:relative;z-index:2}
.success-icon-holder{width:96px;height:96px;margin:0 auto 28px;background:linear-gradient(145deg,#d131211f 0%,#fedd372e 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 8px 32px #d1312133 inset 0 2px 8px #fedd3726}
.success-icon-holder::before{content:'';position:absolute;inset:-4px;border-radius:50%;background:linear-gradient(145deg,#d131214d 0%,#fedd3740 100%);filter:blur(12px);z-index:-1;opacity:.6}
.success-icon-holder .mdi{font-size:52px;color:#FEDD37;text-shadow:0 2px 12px #fedd3780}
.success-text-block{text-align:center}
.success-title{font-size:38px;font-weight:700;color:#FEDD37;margin:0 0 18px;line-height:1.2;letter-spacing:-.5px}
.success-subtitle{font-size:22px;font-weight:500;color:#fff;margin:0 0 36px;line-height:1.4;opacity:.92}
.success-details{background:#fedd370d;border:1px solid #fedd372e;border-radius:20px;padding:32px 28px;margin:0 0 38px;box-shadow:inset 0 3px 8px #0013304d}
.detail-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #fedd371f}
.detail-row:last-child{border-bottom:none;padding-bottom:0}
.detail-row:first-child{padding-top:0}
.detail-label{font-size:16px;color:#ffffffb3;font-weight:400}
.detail-value{font-size:17px;color:#FEDD37;font-weight:600;text-align:right}
.success-message{font-size:16px;line-height:1.65;color:#ffffffd1;margin:0 0 32px;text-align:center}
.btn-group-3{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn-home12{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background:linear-gradient(135deg,#D13121 0%,#a12618 100%);color:#fff;text-decoration:none;border-radius:24px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 6px 24px #d1312159;border:none;cursor:pointer}
.btn-home12:hover{transform:translateY(-2px);box-shadow:0 10px 32px #d1312173;background:linear-gradient(135deg,#e03525 0%,#D13121 100%)}
.btn-home12:active{transform:translateY(0)}
.btn-contact-v2{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background:#fedd3714;color:#FEDD37;text-decoration:none;border-radius:24px;font-size:17px;font-weight:600;transition:all .3s ease;border:2px solid #fedd3740;cursor:pointer}
.btn-contact-v2:hover{background:#fedd3726;border-color:#fedd3766;transform:translateY(-2px);box-shadow:0 8px 24px #fedd3733}
.btn-contact-v2:active{transform:translateY(0)}
.decoration-shape-1{position:absolute;top:18%;left:8%;width:60px;height:60px;border:2px solid #d1312126;border-radius:12px;transform:rotate(25deg);opacity:.4}
.decoration-shape-2{position:absolute;bottom:22%;right:10%;width:48px;height:48px;background:linear-gradient(135deg,#fedd3714 0%,#d131210f 100%);border-radius:50%;opacity:.5}
@media (max-width: 768px) {
.success-wrap{padding:36px 16px;min-height:82vh}
.success-icon-holder{width:82px;height:82px;margin-bottom:22px}
.success-icon-holder .mdi{font-size:44px}
.success-title{font-size:30px;margin-bottom:14px}
.success-subtitle{font-size:19px;margin-bottom:28px}
.success-details{padding:24px 20px;margin-bottom:28px}
.detail-row{flex-direction:column;align-items:flex-start;gap:6px;padding:12px 0}
.detail-value{text-align:left}
.success-message{font-size:15px;margin-bottom:26px}
.btn-group-3{flex-direction:column;gap:12px}
.btn-home12,.btn-contact-v2{width:100%;justify-content:center;padding:15px 28px;font-size:16px}
.decoration-shape-1{width:45px;height:45px;top:12%;left:5%}
.decoration-shape-2{width:38px;height:38px;bottom:18%;right:6%}
}
@media (max-width: 480px) {
.success-title{font-size:26px}
.success-subtitle{font-size:17px}
.detail-label,.detail-value{font-size:15px}
}