:root{--color-primary:#1F1F1F;--color-secondary:#8AB7FF;--color-tertiary:#F7F7F7;--color-bg-light:#FAFBFC;--color-surface:#FFF;--color-text-dark:#1F1F1F;--color-text-medium:#4A5568;--color-text-light:#6B7280;--color-border:#E2E8F0;--color-overlay:#1f1f1fb3;--shadow-subtle:0 1px 3px #1f1f1f14;--shadow-medium:0 4px 12px #1f1f1f1f;--shadow-strong:0 10px 28px #1f1f1f2e}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overscroll-behavior:contain;font-size:16px}
body{font-family:'Work Sans',-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.65;color:var(--color-text-dark);background:var(--color-bg-light);overflow-x:hidden;overscroll-behavior-y:contain;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit;transition:color .3s ease}
header{background:linear-gradient(135deg,#FFF 0%,var(--color-tertiary) 100%);position:relative;z-index:100;padding:0;box-shadow:var(--shadow-subtle)}
.header_outer_wrapper{max-width:1400px;margin:0 auto;padding:0 32px}
.header_row_1_logo{display:flex;align-items:center;padding:22px 0 16px;justify-content:flex-start}
.header_logo_container{display:flex;align-items:center;gap:15px;position:relative;z-index:102}
.header_logo_img{height:68px;width:68px;object-fit:contain;display:block}
.header_logo_text{font-family:'Space Grotesk',sans-serif;font-size:22px;font-weight:600;color:var(--color-primary);letter-spacing:-.3px}
.header_row_2_tagline{display:flex;align-items:center;justify-content:center;padding:0 0 18px 80px}
.header_tagline_text{font-family:'Work Sans',sans-serif;font-size:15px;font-weight:400;color:var(--color-text-medium);font-style:italic;letter-spacing:.3px}
.header_row_3_nav{display:flex;align-items:center;justify-content:flex-end;padding:0 0 24px;padding-right:12px}
.header_navigation_main{display:flex;gap:8px;align-items:center;list-style:none}
.header_nav_item a{display:block;padding:12px 24px;font-family:'Space Grotesk',sans-serif;font-size:16px;font-weight:500;color:var(--color-text-dark);border-radius:8px;transition:background-color .25s ease,color .25s ease;position:relative}
.header_nav_item a:hover,.header_nav_item a:focus{background-color:#8ab7ff26;color:var(--color-primary);outline:none}
.header_nav_item a:focus-visible{outline:3px solid var(--color-secondary);outline-offset:2px}
@media (max-width: 768px) {
.header_outer_wrapper{padding:0 20px}
.header_row_1_logo{padding:18px 0 12px;justify-content:center}
.header_logo_img{height:56px;width:56px}
.header_logo_text{font-size:19px}
.header_row_2_tagline{padding:0 0 14px;justify-content:center}
.header_tagline_text{font-size:14px;text-align:center}
.header_row_3_nav{padding:0 0 18px;justify-content:center;padding-right:0}
.header_navigation_main{flex-direction:column;gap:6px;width:100%}
.header_nav_item{width:100%}
.header_nav_item a{text-align:center;padding:14px 20px}
}
footer{background:var(--color-surface);position:relative;overflow:hidden;box-shadow:0 -2px 8px #1f1f1f0f}
.footer_main_wrapper{display:flex;min-height:420px;position:relative}
.footer_sidebar_strip{width:85px;background:linear-gradient(180deg,var(--color-secondary) 0%,#6A9AE8 100%);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0}
.footer_sidebar_decorator{writing-mode:vertical-rl;transform:rotate(180deg);font-family:'Space Grotesk',sans-serif;font-size:13px;font-weight:600;color:var(--color-surface);letter-spacing:3px;text-transform:uppercase}
.footer_content_area{flex:1;padding:60px 80px 50px 60px;display:flex;flex-direction:column;justify-content:space-between;position:relative}
.footer_arrow_separator{position:absolute;right:40%;top:50%;transform:translateY(-50%);width:0;height:0;border-left:18px solid var(--color-secondary);border-top:12px solid transparent;border-bottom:12px solid transparent;opacity:.3}
.footer_links_section{display:flex;gap:80px;margin-bottom:50px}
.footer_links_column h3{font-family:'Space Grotesk',sans-serif;font-size:17px;font-weight:600;color:var(--color-primary);margin-bottom:18px;letter-spacing:.3px}
.footer_links_list{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer_links_list a{font-size:15px;font-weight:400;color:var(--color-text-medium);transition:color .3s ease;display:inline-block}
.footer_links_list a:hover,.footer_links_list a:focus{color:var(--color-secondary);outline:none}
.footer_links_list a:focus-visible{outline:2px solid var(--color-secondary);outline-offset:3px;border-radius:4px}
.footer_bottom_section{border-top:1px solid var(--color-border);padding-top:28px;display:flex;justify-content:space-between;align-items:center}
.footer_copyright{font-size:14px;color:var(--color-text-light);font-weight:400}
.footer_logo_bottom{height:42px;width:42px;opacity:.7}
@media (max-width: 992px) {
.footer_main_wrapper{flex-direction:column;min-height:auto}
.footer_sidebar_strip{width:100%;height:70px;flex-direction:row;padding:0 30px}
.footer_sidebar_decorator{writing-mode:horizontal-tb;transform:none}
.footer_content_area{padding:40px 30px 35px}
.footer_links_section{flex-direction:column;gap:35px;margin-bottom:35px}
.footer_arrow_separator{display:none}
.footer_bottom_section{flex-direction:column;gap:18px;align-items:flex-start}
}
@media (max-width: 576px) {
.footer_content_area{padding:30px 20px 25px}
.footer_links_section{gap:25px}
.footer_sidebar_strip{padding:0 20px}
}
.cookie_consent_popup{position:fixed;bottom:24px;left:24px;right:24px;max-width:520px;background:var(--color-surface);border-radius:12px;box-shadow:var(--shadow-strong);padding:28px 32px;z-index:9999;border:1px solid var(--color-border);animation:slideUpFade .4s ease-out}
@keyframes slideUpFade {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.cookie_consent_popup.hidden{display:none}
.cookie_consent_title{font-family:'Space Grotesk',sans-serif;font-size:19px;font-weight:600;color:var(--color-primary);margin-bottom:12px}
.cookie_consent_text{font-size:15px;line-height:1.6;color:var(--color-text-medium);margin-bottom:22px}
.cookie_consent_buttons{display:flex;gap:12px;flex-wrap:wrap}
.cookie_btn{padding:12px 24px;border:none;border-radius:8px;font-family:'Work Sans',sans-serif;font-size:15px;font-weight:500;cursor:pointer;transition:background-color .3s ease,transform .2s ease;min-width:120px}
.cookie_btn:hover{transform:translateY(-1px)}
.cookie_btn:focus-visible{outline:3px solid var(--color-secondary);outline-offset:2px}
.cookie_btn_accept{background-color:var(--color-secondary);color:var(--color-surface)}
.cookie_btn_accept:hover{background-color:#6A9AE8}
.cookie_btn_reject{background-color:var(--color-tertiary);color:var(--color-text-dark);border:1px solid var(--color-border)}
.cookie_btn_reject:hover{background-color:#E8EAED}
@media (max-width: 576px) {
.cookie_consent_popup{bottom:16px;left:16px;right:16px;padding:22px 24px}
.cookie_consent_title{font-size:17px}
.cookie_consent_text{font-size:14px}
.cookie_consent_buttons{flex-direction:column}
.cookie_btn{width:100%}
}
main{min-height:60vh}
.about-story-wrapper{background:linear-gradient(135deg,#F7F7F7 0%,#e8f2ff 100%);padding:80px 0}
.about-story-wrapper .content-container{max-width:1200px;margin:0 auto;padding:0 20px}
.about-story-wrapper .intro-header{font-size:2.8rem;color:#1F1F1F;margin-bottom:20px;font-weight:700;line-height:1.3}
.about-story-wrapper .intro-text{font-size:1.15rem;color:#4a4a4a;line-height:1.7;margin-bottom:40px;max-width:900px}
.about-story-wrapper .story-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:50px}
.about-story-wrapper .story-card{background:#fff;padding:35px;border-radius:8px;box-shadow:0 2px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.about-story-wrapper .story-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #8ab7ff26}
.about-story-wrapper .story-card h4{font-size:1.5rem;color:#1F1F1F;margin-bottom:15px;font-weight:600}
.about-story-wrapper .story-card p{font-size:1rem;color:#5a5a5a;line-height:1.6}
.expertise-showcase{background:#fff;padding:90px 0}
.expertise-showcase .container-width{max-width:1300px;margin:0 auto;padding:0 20px}
.expertise-showcase .section-title{font-size:2.5rem;color:#1F1F1F;margin-bottom:60px;text-align:center;font-weight:700;position:relative;padding-bottom:20px}
.expertise-showcase .section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#8AB7FF 0%,#1F1F1F 100%);border-radius:2px}
.expertise-showcase .expertise-layout{display:flex;gap:50px;align-items:center}
.expertise-showcase .image-column{flex:0 0 45%}
.expertise-showcase .image-column img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001f}
.expertise-showcase .content-column{flex:1}
.expertise-showcase .expertise-list{list-style:none;padding:0;margin:0}
.expertise-showcase .expertise-item{margin-bottom:35px;padding-left:30px;position:relative}
.expertise-showcase .expertise-item::before{content:'';position:absolute;left:0;top:5px;width:6px;height:6px;background:#8AB7FF;border-radius:50%;box-shadow:0 0 0 3px #8ab7ff33}
.expertise-showcase .expertise-item h5{font-size:1.35rem;color:#1F1F1F;margin-bottom:10px;font-weight:600}
.expertise-showcase .expertise-item p{font-size:1rem;color:#606060;line-height:1.65;margin:0}
.approach-section{background:linear-gradient(180deg,#f5f9ff 0%,#fff 100%);padding:85px 0}
.approach-section .wrapper-box{max-width:1250px;margin:0 auto;padding:0 20px}
.approach-section .main-heading{font-size:2.6rem;color:#1F1F1F;margin-bottom:25px;font-weight:700;text-align:center}
.approach-section .sub-description{font-size:1.1rem;color:#555;line-height:1.7;text-align:center;max-width:850px;margin:0 auto 60px}
.approach-section .process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:50px}
.approach-section .process-block{background:#fff;padding:40px 30px;border-radius:10px;border:2px solid #f0f0f0;transition:all .3s ease;position:relative}
.approach-section .process-block:hover{border-color:#8AB7FF;box-shadow:0 8px 20px #8ab7ff33}
.approach-section .step-number{display:inline-block;width:50px;height:50px;background:linear-gradient(135deg,#8AB7FF 0%,#6a9fe8 100%);color:#fff;border-radius:50%;text-align:center;line-height:50px;font-size:1.3rem;font-weight:700;margin-bottom:20px}
.approach-section .process-block h6{font-size:1.4rem;color:#1F1F1F;margin-bottom:12px;font-weight:600}
.approach-section .process-block p{font-size:.98rem;color:#666;line-height:1.6;margin:0}
.approach-section .visual-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:70px}
.approach-section .visual-grid img{width:100%;height:220px;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}
.approach-section .visual-grid img:hover{transform:scale(1.05)}
@media (max-width: 1024px) {
.about-story-wrapper .story-grid{grid-template-columns:1fr;gap:30px}
.expertise-showcase .expertise-layout{flex-direction:column}
.expertise-showcase .image-column{flex:0 0 100%}
.approach-section .process-grid{grid-template-columns:1fr}
.approach-section .visual-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.about-story-wrapper{padding:60px 0}
.about-story-wrapper .intro-header{font-size:2.2rem}
.expertise-showcase{padding:70px 0}
.expertise-showcase .section-title{font-size:2rem;margin-bottom:40px}
.expertise-showcase .image-column img{height:320px}
.approach-section{padding:70px 0}
.approach-section .main-heading{font-size:2.1rem}
.approach-section .visual-grid{grid-template-columns:1fr}
.approach-section .visual-grid img{height:200px}
}
.faq-hero-wrapper{background:linear-gradient(135deg,#F7F7F7 0%,#e8f3ff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.faq-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#8ab7ff26 0%,transparent 70%);border-radius:50%}
.faq-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.faq-hero-content h1{font-size:2.8rem;color:#1F1F1F;margin-bottom:20px;font-weight:700;line-height:1.2}
.faq-hero-content .subtitle-text{font-size:1.15rem;color:#4a4a4a;line-height:1.7;max-width:720px}
.faq-categories-section{background:#fff;padding:70px 20px}
.faq-categories-container{max-width:1200px;margin:0 auto}
.faq-categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:45px}
.category-card-item{background:linear-gradient(145deg,#F7F7F7 0%,#fff 100%);border:2px solid #e5e5e5;border-radius:12px;padding:35px 28px;transition:all .3s ease;position:relative}
.category-card-item::after{content:'';position:absolute;bottom:0;left:0;width:0;height:3px;background:#8AB7FF;transition:width .4s ease}
.category-card-item:hover{transform:translateY(-5px);border-color:#8AB7FF;box-shadow:0 8px 20px #8ab7ff33}
.category-card-item:hover::after{width:100%}
.category-card-item h3{font-size:1.4rem;color:#1F1F1F;margin-bottom:12px;font-weight:600}
.category-card-item p{font-size:.95rem;color:#5a5a5a;line-height:1.6}
.questions-display-wrapper{background:#fafafa;padding:75px 20px}
.questions-inner-container{max-width:1100px;margin:0 auto}
.questions-inner-container h2{font-size:2.3rem;color:#1F1F1F;margin-bottom:15px;font-weight:700;text-align:center}
.questions-inner-container .intro-description{text-align:center;font-size:1.05rem;color:#555;margin-bottom:50px;line-height:1.7}
.accordion-questions-list{display:flex;flex-direction:column;gap:18px}
.accordion-item-wrap{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:box-shadow .3s ease}
.accordion-item-wrap:hover{box-shadow:0 4px 12px #00000014}
.accordion-trigger-label{display:block;padding:25px 30px;font-size:1.1rem;font-weight:600;color:#1F1F1F;cursor:pointer;position:relative;user-select:none;transition:background .3s ease}
.accordion-trigger-label::after{content:'+';position:absolute;right:30px;top:50%;transform:translateY(-50%);font-size:1.6rem;color:#8AB7FF;transition:transform .3s ease}
.accordion-checkbox-input{display:none}
.accordion-checkbox-input:checked + .accordion-trigger-label{background:#f9fbff}
.accordion-checkbox-input:checked + .accordion-trigger-label::after{content:'−';transform:translateY(-50%) rotate(180deg)}
.accordion-content-area{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0 30px}
.accordion-checkbox-input:checked ~ .accordion-content-area{max-height:800px;padding:0 30px 25px}
.accordion-content-area p{font-size:.98rem;color:#4a4a4a;line-height:1.8;margin-top:10px}
.visual-showcase-section{background:#fff;padding:80px 20px}
.visual-showcase-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.showcase-image-block img{width:100%;height:auto;border-radius:10px;box-shadow:0 6px 18px #0000001f}
.showcase-text-content h4{font-size:2rem;color:#1F1F1F;margin-bottom:20px;font-weight:700;line-height:1.3}
.showcase-text-content h4::before{content:'';display:block;width:60px;height:4px;background:#8AB7FF;margin-bottom:18px}
.showcase-text-content p{font-size:1rem;color:#555;line-height:1.75;margin-bottom:16px}
.process-timeline-section{background:linear-gradient(to bottom,#F7F7F7 0%,#fff 100%);padding:75px 20px}
.process-timeline-inner{max-width:1150px;margin:0 auto}
.process-timeline-inner h2{font-size:2.4rem;color:#1F1F1F;margin-bottom:55px;font-weight:700;text-align:center}
.timeline-steps-container{display:flex;flex-direction:column;gap:35px}
.timeline-step-item{display:grid;grid-template-columns:80px 1fr;gap:25px;align-items:flex-start}
.step-number-badge{width:70px;height:70px;background:linear-gradient(135deg,#8AB7FF 0%,#6a9ee8 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:#fff;box-shadow:0 4px 12px #8ab7ff4d;flex-shrink:0}
.step-text-block h5{font-size:1.35rem;color:#1F1F1F;margin-bottom:10px;font-weight:600}
.step-text-block p{font-size:.97rem;color:#4a4a4a;line-height:1.7}
.final-support-area{background:#1F1F1F;padding:90px 20px;position:relative;overflow:hidden}
.final-support-area::before{content:'';position:absolute;top:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#8ab7ff1a 0%,transparent 70%);border-radius:50%}
.final-support-content{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.final-support-content h2{font-size:2.5rem;color:#F7F7F7;margin-bottom:20px;font-weight:700;line-height:1.2}
.final-support-content p{font-size:1.1rem;color:#e0e0e0;line-height:1.8;margin-bottom:35px}
.cta-button-primary{display:inline-block;background:#8AB7FF;color:#1F1F1F;padding:16px 40px;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 12px #8ab7ff40}
.cta-button-primary:hover{background:#6a9ee8;transform:translateY(-3px);box-shadow:0 6px 18px #8ab7ff59;color:#fff}
@media (max-width: 768px) {
.faq-hero-content h1{font-size:2rem}
.faq-hero-wrapper{padding:60px 20px 50px}
.faq-categories-grid{grid-template-columns:1fr;gap:20px}
.questions-inner-container h2{font-size:1.8rem}
.accordion-trigger-label{font-size:1rem;padding:20px 25px}
.accordion-trigger-label::after{right:25px}
.accordion-content-area p{font-size:.92rem}
.visual-showcase-container{grid-template-columns:1fr;gap:35px}
.showcase-text-content h4{font-size:1.6rem}
.timeline-step-item{grid-template-columns:1fr;gap:15px}
.step-number-badge{width:60px;height:60px;font-size:1.5rem;margin:0 auto}
.final-support-content h2{font-size:1.9rem}
.final-support-content p{font-size:1rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.faq-hero-content h1{font-size:2.4rem}
.visual-showcase-container{gap:40px}
.process-timeline-inner{max-width:950px}
}
.skysignalpost-hero-stage{position:relative;background:linear-gradient(135deg,#F7F7F7 0%,#e8f2ff 100%);padding:90px 20px 110px;overflow:hidden}
.skysignalpost-hero-stage::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#8ab7ff26 0%,transparent 70%);border-radius:50%}
.hero-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-text-block h1{font-size:3.2rem;color:#1F1F1F;line-height:1.15;margin:0 0 24px;font-weight:700;letter-spacing:-.5px}
.hero-text-block .accent-phrase{color:#8AB7FF;position:relative;display:inline-block}
.hero-text-block .accent-phrase::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#8AB7FF 0%,transparent 100%)}
.hero-text-block p{font-size:1.15rem;line-height:1.75;color:#2a2a2a;margin:0 0 36px}
.hero-cta-group{display:flex;gap:16px;flex-wrap:wrap}
.hero-btn-primary{background:#1F1F1F;color:#F7F7F7;padding:16px 36px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block;border:2px solid #1F1F1F}
.hero-btn-primary:hover{background:transparent;color:#1F1F1F;transform:translateY(-2px);box-shadow:0 6px 20px #1f1f1f26}
.hero-btn-secondary{background:transparent;color:#1F1F1F;padding:16px 36px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;border:2px solid #8AB7FF;transition:all .3s ease;display:inline-block}
.hero-btn-secondary:hover{background:#8AB7FF;color:#F7F7F7;border-color:#8AB7FF;transform:translateY(-2px)}
.hero-visual-block img{width:100%;height:auto;border-radius:16px;box-shadow:0 20px 60px #1f1f1f1f}
.philosophy-narrative-section{background:#fff;padding:100px 20px}
.philosophy-inner-container{max-width:1150px;margin:0 auto}
.philosophy-intro-header{text-align:center;margin-bottom:70px}
.philosophy-intro-header h2{font-size:2.6rem;color:#1F1F1F;margin:0 0 18px;font-weight:700}
.philosophy-intro-header .divider-accent{width:80px;height:4px;background:linear-gradient(90deg,#8AB7FF 0%,#1F1F1F 100%);margin:0 auto 24px}
.philosophy-intro-header p{font-size:1.1rem;line-height:1.7;color:#3a3a3a;max-width:750px;margin:0 auto}
.philosophy-story-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;margin-top:50px}
.story-card-item{background:#F7F7F7;padding:40px;border-radius:12px;position:relative;transition:all .3s ease}
.story-card-item::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:#8AB7FF;border-radius:12px 0 0 12px;opacity:0;transition:opacity .3s ease}
.story-card-item:hover::before{opacity:1}
.story-card-item:hover{transform:translateX(8px);box-shadow:-4px 8px 24px #8ab7ff26}
.story-card-item h3{font-size:1.5rem;color:#1F1F1F;margin:0 0 16px;font-weight:600}
.story-card-item p{font-size:1.05rem;line-height:1.65;color:#3a3a3a;margin:0}
.approach-showcase-block{background:linear-gradient(180deg,#F7F7F7 0%,#fff 100%);padding:95px 20px}
.approach-container-wrap{max-width:1200px;margin:0 auto}
.approach-header-main h2{font-size:2.5rem;color:#1F1F1F;margin:0 0 50px;font-weight:700;text-align:center}
.approach-visual-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:70px;align-items:center}
.approach-image-holder img{width:100%;height:auto;border-radius:12px;box-shadow:0 16px 48px #1f1f1f1a}
.approach-steps-listing{display:flex;flex-direction:column;gap:32px}
.single-approach-step{display:grid;grid-template-columns:60px 1fr;gap:20px;align-items:start}
.step-number-badge{width:60px;height:60px;background:#8AB7FF;color:#F7F7F7;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}
.step-content-details h4{font-size:1.35rem;color:#1F1F1F;margin:0 0 10px;font-weight:600}
.step-content-details p{font-size:1.05rem;line-height:1.6;color:#3a3a3a;margin:0}
.services-matrix-zone{background:#fff;padding:100px 20px}
.services-grid-container{max-width:1180px;margin:0 auto}
.services-header-title{text-align:center;margin-bottom:65px}
.services-header-title h2{font-size:2.55rem;color:#1F1F1F;margin:0 0 20px;font-weight:700}
.services-header-title h2::before{content:'';display:block;width:60px;height:5px;background:#8AB7FF;margin:0 auto 20px;border-radius:3px}
.services-header-title p{font-size:1.1rem;line-height:1.65;color:#3a3a3a;max-width:700px;margin:0 auto}
.services-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.service-card-box{background:#F7F7F7;padding:45px 35px;border-radius:16px;text-align:center;transition:all .35s ease;border:2px solid transparent}
.service-card-box:hover{border-color:#8AB7FF;transform:translateY(-8px);box-shadow:0 12px 36px #8ab7ff33}
.service-icon-placeholder{width:70px;height:70px;background:linear-gradient(135deg,#8AB7FF 0%,#6a9de8 100%);border-radius:50%;margin:0 auto 24px;display:flex;align-items:center;justify-content:center}
.service-icon-placeholder::after{content:'◆';font-size:2rem;color:#F7F7F7}
.service-card-box h5{font-size:1.4rem;color:#1F1F1F;margin:0 0 16px;font-weight:600}
.service-card-box p{font-size:1.05rem;line-height:1.6;color:#3a3a3a;margin:0}
.reality-check-segment{background:linear-gradient(135deg,#1F1F1F 0%,#2d2d2d 100%);padding:95px 20px;color:#F7F7F7}
.reality-check-wrapper{max-width:1100px;margin:0 auto}
.reality-check-intro h3{font-size:2.4rem;margin:0 0 28px;font-weight:700;color:#F7F7F7}
.reality-check-intro p{font-size:1.1rem;line-height:1.7;color:#e0e0e0;margin:0 0 50px;max-width:800px}
.reality-points-list{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.reality-point-item{background:#f7f7f70d;padding:32px;border-radius:10px;border-left:4px solid #8AB7FF}
.reality-point-item h6{font-size:1.3rem;color:#8AB7FF;margin:0 0 12px;font-weight:600}
.reality-point-item p{font-size:1.05rem;line-height:1.6;color:#d0d0d0;margin:0}
.testimonial-experience-area{background:#F7F7F7;padding:90px 20px}
.testimonial-content-holder{max-width:1150px;margin:0 auto}
.testimonial-main-heading{text-align:center;margin-bottom:60px}
.testimonial-main-heading h2{font-size:2.5rem;color:#1F1F1F;margin:0 0 18px;font-weight:700}
.testimonial-main-heading h2::after{content:'';display:block;width:70px;height:4px;background:#8AB7FF;margin:18px auto 0}
.testimonial-cards-container{display:grid;grid-template-columns:repeat(2,1fr);gap:45px}
.single-testimonial-card{background:#fff;padding:40px;border-radius:14px;box-shadow:0 8px 24px #1f1f1f0f;position:relative;transition:all .3s ease}
.single-testimonial-card::before{content:'"';position:absolute;top:-10px;left:30px;font-size:5rem;color:#8AB7FF;opacity:.2;font-family:Georgia,serif}
.single-testimonial-card:hover{box-shadow:0 12px 40px #8ab7ff26;transform:translateY(-4px)}
.testimonial-quote-text{font-size:1.08rem;line-height:1.7;color:#3a3a3a;margin:0 0 24px;font-style:italic}
.testimonial-author-info{display:flex;align-items:center;gap:16px}
.author-avatar-circle{width:55px;height:55px;background:linear-gradient(135deg,#8AB7FF 0%,#6a9de8 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#F7F7F7;font-weight:600;flex-shrink:0}
.author-details-block h6{font-size:1.15rem;color:#1F1F1F;margin:0 0 4px;font-weight:600}
.author-details-block p{font-size:.95rem;color:#5a5a5a;margin:0}
.implementation-timeline-zone{background:#fff;padding:100px 20px}
.timeline-section-wrapper{max-width:1000px;margin:0 auto}
.timeline-header-block{text-align:center;margin-bottom:70px}
.timeline-header-block h2{font-size:2.5rem;color:#1F1F1F;margin:0 0 20px;font-weight:700}
.timeline-header-block p{font-size:1.1rem;line-height:1.65;color:#3a3a3a;max-width:650px;margin:0 auto}
.timeline-phases-container{position:relative;padding-left:60px}
.timeline-phases-container::before{content:'';position:absolute;left:19px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#8AB7FF 0%,#1F1F1F 100%)}
.timeline-phase-item{position:relative;margin-bottom:50px;padding-left:30px}
.timeline-phase-item::before{content:'';position:absolute;left:-51px;top:8px;width:20px;height:20px;background:#8AB7FF;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 2px #8AB7FF;z-index:2}
.timeline-phase-item h5{font-size:1.4rem;color:#1F1F1F;margin:0 0 12px;font-weight:600}
.timeline-phase-item p{font-size:1.05rem;line-height:1.65;color:#3a3a3a;margin:0}
.final-invitation-block{background:linear-gradient(135deg,#F7F7F7 0%,#e8f2ff 100%);padding:110px 20px;text-align:center;position:relative;overflow:hidden}
.final-invitation-block::after{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#8ab7ff1f 0%,transparent 70%);border-radius:50%}
.invitation-content-wrapper{max-width:900px;margin:0 auto;position:relative;z-index:2}
.invitation-visual-showcase{margin-bottom:50px}
.invitation-visual-showcase img{width:100%;max-width:600px;height:auto;border-radius:16px;box-shadow:0 20px 60px #1f1f1f1f;margin:0 auto;display:block}
.invitation-content-wrapper h2{font-size:2.6rem;color:#1F1F1F;margin:0 0 24px;font-weight:700}
.invitation-content-wrapper p{font-size:1.15rem;line-height:1.75;color:#2a2a2a;margin:0 0 40px}
.invitation-cta-buttons{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.invitation-btn-primary{background:#1F1F1F;color:#F7F7F7;padding:18px 42px;border-radius:10px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block;border:2px solid #1F1F1F}
.invitation-btn-primary:hover{background:transparent;color:#1F1F1F;transform:translateY(-3px);box-shadow:0 8px 24px #1f1f1f26}
.invitation-btn-secondary{background:transparent;color:#1F1F1F;padding:18px 42px;border-radius:10px;text-decoration:none;font-weight:600;font-size:1.1rem;border:2px solid #8AB7FF;transition:all .3s ease;display:inline-block}
.invitation-btn-secondary:hover{background:#8AB7FF;color:#F7F7F7;border-color:#8AB7FF;transform:translateY(-3px)}
.contact-info-strip{margin-top:50px;padding-top:40px;border-top:2px dashed #1f1f1f26}
.contact-info-strip p{font-size:1.05rem;color:#3a3a3a;margin:0 0 16px}
.contact-info-strip a{color:#1F1F1F;font-weight:600;text-decoration:none;transition:color .3s ease}
.contact-info-strip a:hover{color:#8AB7FF}
@media (max-width: 1024px) {
.hero-content-wrapper{grid-template-columns:1fr;gap:50px}
.hero-text-block h1{font-size:2.6rem}
.approach-visual-layout{grid-template-columns:1fr;gap:50px}
.services-cards-grid{grid-template-columns:repeat(2,1fr)}
.philosophy-story-grid{grid-template-columns:1fr;gap:35px}
.reality-points-list{grid-template-columns:1fr}
.testimonial-cards-container{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.hero-text-block h1{font-size:2.2rem}
.hero-cta-group{flex-direction:column}
.hero-btn-primary,.hero-btn-secondary{width:100%;text-align:center}
.services-cards-grid{grid-template-columns:1fr}
.philosophy-intro-header h2,.approach-header-main h2,.services-header-title h2,.testimonial-main-heading h2,.timeline-header-block h2{font-size:2rem}
.reality-check-intro h3{font-size:1.9rem}
.invitation-content-wrapper h2{font-size:2.1rem}
.timeline-phases-container{padding-left:50px}
.invitation-cta-buttons{flex-direction:column}
.invitation-btn-primary,.invitation-btn-secondary{width:100%}
}
.kontaktseite-wrapper{background:linear-gradient(135deg,#F7F7F7 0%,#fff 100%);min-height:600px}
.kontakt-einleitung{max-width:1200px;margin:0 auto;padding:80px 20px 60px}
.einleitung-titel{font-size:2.8rem;color:#1F1F1F;font-weight:700;margin-bottom:24px;line-height:1.2}
.einleitung-beschreibung{font-size:1.15rem;color:#333;line-height:1.7;max-width:720px}
.kontakt-hauptbereich{max-width:1200px;margin:0 auto;padding:0 20px 80px;display:flex;gap:60px;align-items:flex-start}
.formular-container{flex:1.3;background:#fff;border-radius:8px;padding:50px;box-shadow:0 4px 16px #1f1f1f14;position:relative}
.formular-bild-hintergrund{position:absolute;top:0;right:0;width:45%;height:100%;opacity:.06;border-radius:0 8px 8px 0;background-image:url(image_storage/52fOvxr.jpg);background-size:cover;background-position:center;pointer-events:none}
.formular-titel{font-size:1.9rem;color:#1F1F1F;margin-bottom:32px;font-weight:600;position:relative;z-index:2}
.kontakt-formular{position:relative;z-index:2}
.formularzeile-doppelt{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}
.eingabefeld-gruppe{margin-bottom:24px}
.eingabefeld-gruppe label{display:block;font-size:.95rem;color:#1F1F1F;margin-bottom:8px;font-weight:500}
.eingabefeld-gruppe input,.eingabefeld-gruppe select,.eingabefeld-gruppe textarea{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;color:#1F1F1F;background:#fff;transition:all .3s ease;font-family:inherit}
.eingabefeld-gruppe input:focus,.eingabefeld-gruppe select:focus,.eingabefeld-gruppe textarea:focus{outline:none;border-color:#8AB7FF;box-shadow:0 0 0 3px #8ab7ff26}
.eingabefeld-gruppe textarea{resize:vertical;min-height:140px}
.eingabefeld-gruppe select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%231F1F1F' d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}
.datenschutz-zustimmung{margin:28px 0;display:flex;align-items:flex-start;gap:12px}
.datenschutz-zustimmung input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#8AB7FF}
.datenschutz-zustimmung label{font-size:.93rem;color:#444;line-height:1.6;cursor:pointer}
.datenschutz-zustimmung a{color:#8AB7FF;text-decoration:none;font-weight:500;transition:color .2s ease}
.datenschutz-zustimmung a:hover{color:#1F1F1F;text-decoration:underline}
.absenden-button{background:linear-gradient(135deg,#8AB7FF 0%,#6a9fef 100%);color:#fff;padding:16px 48px;border:none;border-radius:6px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;z-index:10;box-shadow:0 4px 12px #8ab7ff4d}
.absenden-button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #8ab7ff66}
.absenden-button:active{transform:translateY(0)}
.kontaktinfo-seitlich{flex:1;background:#1F1F1F;padding:50px 40px;border-radius:8px;color:#F7F7F7;position:sticky;top:20px}
.seitlich-titel{font-size:1.6rem;margin-bottom:28px;font-weight:600;color:#F7F7F7}
.info-block{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #f7f7f726}
.info-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.info-uberschrift{font-size:1.1rem;color:#8AB7FF;margin-bottom:12px;font-weight:600;display:flex;align-items:center;gap:8px}
.info-uberschrift::before{content:'';width:4px;height:4px;background:#8AB7FF;border-radius:50%}
.info-text{font-size:.98rem;line-height:1.7;color:#d0d0d0}
.info-text a{color:#F7F7F7;text-decoration:none;transition:color .2s ease}
.info-text a:hover{color:#8AB7FF}
.standort-hinweis{margin-top:40px;padding-top:32px;border-top:1px solid #f7f7f726}
.standort-hinweis h6{font-size:.88rem;color:#8AB7FF;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-weight:600}
.standort-hinweis p{font-size:.93rem;line-height:1.6;color:#b0b0b0}
@media (max-width: 968px) {
.kontakt-hauptbereich{flex-direction:column;gap:40px}
.formular-container{padding:40px 30px}
.formular-bild-hintergrund{width:60%;opacity:.04}
.kontaktinfo-seitlich{position:static}
.formularzeile-doppelt{grid-template-columns:1fr;gap:20px}
.einleitung-titel{font-size:2.2rem}
}
@media (max-width: 640px) {
.kontakt-einleitung{padding:60px 20px 40px}
.einleitung-titel{font-size:1.9rem}
.einleitung-beschreibung{font-size:1.05rem}
.formular-container{padding:30px 20px}
.formular-titel{font-size:1.6rem}
.kontaktinfo-seitlich{padding:40px 30px}
.absenden-button{width:100%;padding:16px 24px}
}
.services-main-wrapper{font-family:'Roboto',sans-serif;color:#1F1F1F;background:#F7F7F7;line-height:1.6}
.services-main-wrapper .container{max-width:1200px;margin:0 auto;padding:0 20px}
@media (min-width: 1400px) {
.services-main-wrapper .container{max-width:1300px}
}
.services-hero-block{background:linear-gradient(135deg,#fff 0%,#F7F7F7 100%);padding:80px 0 60px;position:relative;overflow:hidden}
.services-hero-block::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#8ab7ff26 0%,transparent 70%);border-radius:50%;z-index:1}
.services-hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto;text-align:center}
.services-hero-content h1{font-size:3rem;font-weight:700;margin-bottom:24px;color:#1F1F1F;letter-spacing:-.5px}
.services-hero-content h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#8AB7FF 0%,#1F1F1F 100%);margin:20px auto 0;border-radius:2px}
.services-hero-content .intro-text{font-size:1.2rem;color:#4a4a4a;margin-bottom:36px;line-height:1.8}
@media (max-width: 768px) {
.services-hero-content h1{font-size:2rem}
.services-hero-content .intro-text{font-size:1.05rem}
.services-hero-block{padding:60px 0 40px}
}
.services-process-section{background:#fff;padding:90px 0;position:relative}
.services-process-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.services-process-text h2{font-size:2.4rem;font-weight:600;color:#1F1F1F;margin-bottom:28px;position:relative;padding-left:20px}
.services-process-text h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:40px;background:linear-gradient(180deg,#8AB7FF 0%,#1F1F1F 100%);border-radius:3px}
.services-process-text h5{font-size:1.1rem;color:#8AB7FF;font-weight:500;margin-bottom:16px;text-transform:uppercase;letter-spacing:1px}
.services-process-text p{font-size:1.05rem;color:#5a5a5a;margin-bottom:20px;line-height:1.7}
.services-process-text .emphasis-text{background:linear-gradient(120deg,#8ab7ff1a 0%,#8ab7ff0d 100%);padding:24px;border-left:4px solid #8AB7FF;margin-top:28px;border-radius:0 8px 8px 0}
.services-process-visual{position:relative}
.services-process-visual img{width:100%;height:auto;border-radius:12px;box-shadow:0 12px 40px #1f1f1f1f}
@media (max-width: 968px) {
.services-process-wrapper{grid-template-columns:1fr;gap:40px}
.services-process-text h2{font-size:2rem}
}
.services-detailed-grid{background:linear-gradient(180deg,#F7F7F7 0%,#fff 100%);padding:90px 0}
.services-detailed-grid h2{font-size:2.6rem;font-weight:600;color:#1F1F1F;text-align:center;margin-bottom:50px}
.services-detailed-grid h2 span{color:#8AB7FF;position:relative}
.services-detailed-grid h2 span::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:3px;background:#8AB7FF;border-radius:2px}
.services-grid-container{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:50px}
.service-card-item{background:#fff;padding:36px;border-radius:10px;box-shadow:0 4px 20px #1f1f1f14;border:1px solid #8ab7ff26;transition:all .3s ease;position:relative;overflow:hidden}
.service-card-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#8AB7FF 0%,#1F1F1F 100%);transition:height .4s ease}
.service-card-item:hover{transform:translateY(-6px);box-shadow:0 12px 35px #1f1f1f26}
.service-card-item:hover::before{height:100%}
.service-card-item h4{font-size:1.5rem;font-weight:600;color:#1F1F1F;margin-bottom:18px}
.service-card-item h6{font-size:.95rem;color:#8AB7FF;font-weight:500;margin-bottom:14px;text-transform:uppercase;letter-spacing:.5px}
.service-card-item p{font-size:1rem;color:#5a5a5a;line-height:1.65;margin-bottom:12px}
.service-card-item ul{list-style:none;padding:0;margin:20px 0 0}
.service-card-item ul li{font-size:.98rem;color:#4a4a4a;padding:8px 0 8px 28px;position:relative;line-height:1.5}
.service-card-item ul li::before{content:'→';position:absolute;left:0;color:#8AB7FF;font-weight:600}
.services-image-showcase{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:50px}
.showcase-image-wrapper{position:relative;overflow:hidden;border-radius:10px;box-shadow:0 6px 25px #1f1f1f1a}
.showcase-image-wrapper img{width:100%;height:320px;object-fit:cover;transition:transform .5s ease}
.showcase-image-wrapper:hover img{transform:scale(1.05)}
@media (max-width: 968px) {
.services-grid-container{grid-template-columns:1fr;gap:24px}
.services-image-showcase{grid-template-columns:1fr}
.services-detailed-grid h2{font-size:2rem}
}
.services-approach-timeline{background:#fff;padding:90px 0;position:relative}
.services-approach-timeline h2{font-size:2.5rem;font-weight:600;color:#1F1F1F;text-align:center;margin-bottom:60px;position:relative}
.services-approach-timeline h2::before{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,#8AB7FF 0%,#1F1F1F 100%);border-radius:2px}
.timeline-phases-wrapper{max-width:900px;margin:0 auto;position:relative;padding-left:80px}
.timeline-phases-wrapper::before{content:'';position:absolute;left:30px;top:40px;bottom:40px;width:3px;background:linear-gradient(180deg,#8AB7FF 0%,#8ab7ff4d 100%);border-radius:2px}
.timeline-phase-block{margin-bottom:50px;position:relative}
.timeline-marker-circle{position:absolute;left:-65px;top:8px;width:24px;height:24px;background:#8AB7FF;border:4px solid #fff;border-radius:50%;box-shadow:0 4px 12px #8ab7ff66;z-index:3}
.timeline-phase-block h4{font-size:1.6rem;font-weight:600;color:#1F1F1F;margin-bottom:14px}
.timeline-phase-block h6{font-size:.92rem;color:#8AB7FF;font-weight:500;margin-bottom:12px;text-transform:uppercase;letter-spacing:.8px}
.timeline-phase-block p{font-size:1.02rem;color:#5a5a5a;line-height:1.7;margin-bottom:16px}
.timeline-note-box{background:linear-gradient(135deg,#f7f7f7cc 0%,#8ab7ff14 100%);padding:22px 26px;border-radius:8px;border-left:4px solid #8AB7FF;margin-top:20px}
.timeline-note-box p{margin:0;font-size:.98rem;color:#4a4a4a;font-style:italic}
@media (max-width: 768px) {
.timeline-phases-wrapper{padding-left:0}
.timeline-phases-wrapper::before{display:none}
.timeline-marker-circle{position:relative;left:0;top:0;margin-bottom:12px;display:inline-block}
.timeline-phase-block{margin-bottom:40px;padding-left:0}
.services-approach-timeline h2{font-size:2rem}
}
.services-cta-button{display:inline-block;padding:14px 36px;background:linear-gradient(135deg,#8AB7FF 0%,#6a9fe8 100%);color:#fff;text-decoration:none;border-radius:6px;font-weight:500;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 15px #8ab7ff4d;margin-top:20px}
.services-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #8ab7ff73;background:linear-gradient(135deg,#6a9fe8 0%,#8AB7FF 100%)}
@media (max-width: 768px) {
.services-cta-button{display:block;text-align:center;padding:16px 28px}
}
.skysignalpost-container{background:linear-gradient(135deg,#F7F7F7 0%,#E7F0FF 100%);color:#1F1F1F;font-family:"Segoe UI","Helvetica Neue",Arial,sans-serif;padding:42px 0 64px;max-width:880px;margin:0 auto;border-radius:22px;box-shadow:0 6px 32px #1f1f1f14 0 1.5px 7px #8ab7ff12}
.skysignalpost-container h1{font-size:2.5rem;color:#1F1F1F;margin-bottom:.7em;font-weight:700;letter-spacing:-.01em}
.skysignalpost-container h2{font-size:1.7rem;color:#8AB7FF;margin:2.3em 0 .5em;font-weight:600;border-left:5px solid #8AB7FF;padding-left:.5em;background:linear-gradient(90deg,#F7F7F7 85%,#E0EAFD 100%)}
.skysignalpost-container h3{font-size:1.25rem;color:#1F1F1F;font-weight:600;margin:2em 0 .3em;border-left:3px solid #8AB7FF;padding-left:.4em;background:linear-gradient(90deg,#F7F7F7 92%,#E7F0FF 100%)}
.skysignalpost-container h4{font-size:1.05rem;color:#1F1F1F;font-weight:600;margin:1.3em 0 .3em;letter-spacing:.01em;border-left:2px solid #8AB7FF;padding-left:.35em;background:linear-gradient(90deg,#F7F7F7 94%,#E0EAFD 100%)}
.skysignalpost-container p{font-size:1.07rem;line-height:1.7;margin:.7em 0;color:#222;text-align:left}
.skysignalpost-container ul{margin:1.2em 0 1.2em 1.4em;padding:0}
.skysignalpost-container li{font-size:1.05rem;color:#1F1F1F;margin-bottom:1.1em;list-style-type:disc;box-shadow:0 .5px 0 #E7E7E7;padding-bottom:.6em}
.skysignalpost-container span{color:#8AB7FF;font-weight:500}
@media (max-width: 700px) {
.skysignalpost-container{padding:16px 4vw;border-radius:0}
.skysignalpost-container h1{font-size:1.4rem}
.skysignalpost-container h2{font-size:1.12rem;padding-left:.24em}
.skysignalpost-container h3{font-size:1.04rem;padding-left:.22em}
.skysignalpost-container h4{font-size:.98rem;padding-left:.15em}
.skysignalpost-container p,.skysignalpost-container li{font-size:.99rem}
}
.container-policy{max-width:850px;margin:40px auto;background:linear-gradient(120deg,#F7F7F7 0%,#8AB7FF 120%);border-radius:18px;box-shadow:0 4px 18px 0 #1f1f1f12 0 1.5px 4px 0 #8ab7ff26;padding:44px 36px;font-family:'Segoe UI','Arial',sans-serif;color:#1F1F1F;border:1.5px solid #8AB7FF}
.container-policy h1,.container-policy h2,.container-policy h3,.container-policy h4{color:#1F1F1F;font-weight:700;letter-spacing:-.5px}
.container-policy h1{font-size:2.7rem;margin-bottom:25px;border-bottom:3px solid #8AB7FF;padding-bottom:16px}
.container-policy h2{font-size:1.7rem;margin-top:44px;margin-bottom:16px;border-bottom:2px solid #8AB7FF;padding-bottom:7px}
.container-policy h3{font-size:1.23rem;color:#8AB7FF;margin-top:32px;margin-bottom:12px;font-weight:600}
.container-policy ul{margin:0 0 15px 27px;padding:0;list-style-type:disc}
.container-policy li{margin-bottom:10px;font-size:1.04rem;line-height:1.5}
.container-policy p{margin:0 0 18px;font-size:1.08rem;line-height:1.7;color:#1F1F1F}
.container-policy span{color:#8AB7FF;font-weight:600;background:linear-gradient(90deg,#F7F7F7 70%,#8AB7FF 120%);padding:0 2px;border-radius:2.5px}
.container-policy div{margin-bottom:14px}
.container-policy ul li span{color:#1F1F1F;background:none;font-weight:700}
.success-wrapper{background:linear-gradient(135deg,#F7F7F7 0%,#fff 50%,#e8f3ff 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden}
.success-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#8ab7ff26 0%,transparent 70%);border-radius:50%;z-index:1}
.success-wrapper::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#8ab7ff1a 0%,transparent 70%);border-radius:50%;z-index:1}
.success-content-box{position:relative;z-index:2;max-width:680px;width:100%;background:#fff;border-radius:16px;padding:55px 45px;box-shadow:0 8px 32px #1f1f1f14;border:1px solid #8ab7ff33}
.success-icon-area{text-align:center;margin-bottom:32px}
.success-checkmark-circle{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#8AB7FF 0%,#5a9aff 100%);display:inline-flex;align-items:center;justify-content:center;position:relative;animation:popIn .6s cubic-bezier(0.68,-0.55,0.265,1.55)}
@keyframes popIn {
0%{transform:scale(0);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.success-checkmark-circle::before{content:'';color:#fff;font-size:48px;font-weight:700;line-height:1}
.success-checkmark-circle::after{content:'';position:absolute;width:110px;height:110px;border:2px solid #8AB7FF;border-radius:50%;opacity:.3;animation:pulse 2s ease-out infinite}
@keyframes pulse {
0%{transform:scale(1);opacity:.3}
50%{transform:scale(1.15);opacity:.1}
100%{transform:scale(1.3);opacity:0}
}
.success-main-heading{font-size:34px;font-weight:700;color:#1F1F1F;text-align:center;margin:0 0 18px;line-height:1.3}
.success-description-text{font-size:17px;line-height:1.7;color:#4a4a4a;text-align:center;margin:0 0 35px}
.success-info-section{background:linear-gradient(135deg,#f8fbff 0%,#fff 100%);border-radius:12px;padding:28px 32px;margin-bottom:32px;border-left:4px solid #8AB7FF}
.success-info-title{font-size:19px;font-weight:600;color:#1F1F1F;margin:0 0 14px;display:flex;align-items:center}
.success-info-title::before{content:'';width:8px;height:8px;background:#8AB7FF;border-radius:50%;display:inline-block;margin-right:12px}
.success-info-text{font-size:15px;line-height:1.65;color:#5a5a5a;margin:0 0 12px}
.success-info-text:last-child{margin-bottom:0}
.success-timeline-wrapper{margin:32px 0;padding:0 10px}
.success-timeline-item{display:flex;margin-bottom:24px;position:relative}
.success-timeline-marker{width:40px;min-width:40px;height:40px;border-radius:50%;background:#8AB7FF;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;margin-right:20px;position:relative;z-index:2}
.success-timeline-item:not(:last-child) .success-timeline-marker::after{content:'';position:absolute;top:45px;left:50%;transform:translateX(-50%);width:2px;height:40px;background:linear-gradient(180deg,#8AB7FF 0%,#8ab7ff4d 100%)}
.success-timeline-content{flex:1;padding-top:6px}
.success-timeline-heading{font-size:17px;font-weight:600;color:#1F1F1F;margin:0 0 8px;line-height:1.4}
.success-timeline-detail{font-size:15px;line-height:1.6;color:#5a5a5a;margin:0}
.success-actions-area{display:flex;flex-direction:column;gap:14px;margin-top:36px}
.success-primary-button{background:linear-gradient(135deg,#8AB7FF 0%,#5a9aff 100%);color:#fff;border:none;border-radius:8px;padding:16px 32px;font-size:16px;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #8ab7ff4d;display:inline-block}
.success-primary-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8ab7ff66;background:linear-gradient(135deg,#5a9aff 0%,#8AB7FF 100%)}
.success-secondary-button{background:#fff;color:#1F1F1F;border:2px solid #8AB7FF;border-radius:8px;padding:14px 32px;font-size:16px;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease;display:inline-block}
.success-secondary-button:hover{background:#f8fbff;border-color:#5a9aff;transform:translateY(-1px)}
.success-contact-info{text-align:center;margin-top:32px;padding-top:28px;border-top:1px solid #8ab7ff33}
.success-contact-label{font-size:14px;color:#6a6a6a;margin:0 0 12px;font-weight:500}
.success-contact-details{display:flex;flex-direction:column;gap:8px;align-items:center}
.success-contact-link{font-size:15px;color:#1F1F1F;text-decoration:none;transition:color .3s ease;font-weight:500}
.success-contact-link:hover{color:#8AB7FF}
@media screen and (max-width: 768px) {
.success-wrapper{padding:40px 16px;min-height:auto}
.success-content-box{padding:40px 28px}
.success-main-heading{font-size:28px}
.success-description-text{font-size:16px}
.success-info-section{padding:22px 24px}
.success-timeline-marker{width:36px;min-width:36px;height:36px;font-size:15px}
.success-timeline-heading{font-size:16px}
.success-actions-area{gap:12px}
.success-primary-button,.success-secondary-button{padding:14px 24px;font-size:15px}
}
@media screen and (max-width: 480px) {
.success-content-box{padding:32px 20px}
.success-checkmark-circle{width:75px;height:75px}
.success-checkmark-circle::before{font-size:40px}
.success-main-heading{font-size:24px}
.success-timeline-item{margin-bottom:20px}
.success-timeline-marker{margin-right:16px}
}