@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;600;700&family=DM+Sans:wght@400;500;700&display=swap";
*{padding:0;box-sizing:border-box;margin:0}
html{scroll-behavior:smooth}
body{background:linear-gradient(165deg,#FFFBF5 0%,#f4ede2 100%);color:#2F2034;min-height:100vh;display:flex;flex-direction:column;font:16px/1.7 'DM Sans',system-ui,-apple-system,sans-serif}
.header__banner__zone{background:linear-gradient(92deg,#1B8BAE 0%,#2F2034 100%);padding:28px 0;position:relative;overflow:hidden}
.header__banner__zone::before{content:'PLUS-HR';position:absolute;color:#fffbf514;left:50%;top:50%;transform:translate(-50%,-50%);letter-spacing:.15em;white-space:nowrap;pointer-events:none;font:700 140px 'Space Grotesk',sans-serif}
.header__overlay__container{max-width:1280px;margin:0 auto;padding:0 24px;position:relative;z-index:2;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:40px}
.logo__wrapper__block{display:flex;align-items:center;flex-shrink:0}
.logo__wrapper__block img{height:85px;width:85px;object-fit:contain;display:block;background:#fffbf51f;padding:10px;border-radius:8px;border:2px solid #fffbf540}
.navigation__primary__menu{display:flex;flex-direction:row;gap:6px;list-style:none;align-items:center}
.navigation__primary__menu a{color:#FFFBF5;text-decoration:none;padding:12px 22px;border-radius:6px;transition:background-color .25s ease,color .25s ease;display:block;letter-spacing:.02em;font:500 15px 'Space Grotesk',sans-serif}
.navigation__primary__menu a:hover{background-color:#fffbf526;color:#FFFBF5}
.navigation__primary__menu a:focus{outline:3px solid #FFFBF5;outline-offset:2px}
main{flex:1}
.footer__dense__grid{background:#2F2034;padding:80px 0 0;position:relative}
.footer__dense__grid::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#1B8BAE 0%,#2F2034 50%,#1B8BAE 100%)}
.footer__content__matrix{max-width:1340px;margin:0 auto;padding:0 28px;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:50px;align-items:start}
.footer__zone__alpha{display:flex;flex-direction:column;gap:24px}
.footer__logo__display img{height:110px;width:110px;object-fit:contain}
.footer__brand__statement{color:#fffbf5d9;font-size:15px;line-height:1.75;font-weight:400}
.footer__zone__beta h3,.footer__zone__gamma h3,.footer__zone__delta h3{color:#FFFBF5;text-transform:uppercase;letter-spacing:.12em;margin-bottom:20px;font:600 13px 'Space Grotesk',sans-serif}
.footer__link__cluster{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer__link__cluster a{color:#fffbf5bf;text-decoration:none;font-size:14px;transition:color .3s ease;display:inline-block}
.footer__link__cluster a:hover{color:#1B8BAE}
.footer__link__cluster a:focus{outline:2px solid #1B8BAE;outline-offset:3px}
.footer__contact__detail{color:#fffbf5bf;font-size:14px;margin-bottom:10px;line-height:1.65}
.footer__contact__detail a{color:#1B8BAE;text-decoration:none;transition:opacity .25s ease}
.footer__contact__detail a:hover{opacity:.7}
.footer__legal__strip{background:#1f1620;padding:28px 0;margin-top:70px}
.footer__legal__content{max-width:1340px;margin:0 auto;padding:0 28px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:20px}
.footer__copyright__text{color:#fffbf599;font-size:13px}
.footer__home__link a{color:#fffbf599;text-decoration:none;font-size:13px;transition:color .25s ease}
.footer__home__link a:hover{color:#1B8BAE}
.cookie__consent__overlay{position:fixed;bottom:0;left:0;right:0;background:#2f2034fa;backdrop-filter:blur(12px);padding:32px;box-shadow:0 -8px 32px #0000004d;z-index:9999;border-top:3px solid #1B8BAE;animation:slideUpCookie .4s ease-out}
@keyframes slideUpCookie {
from{transform:translateY(100%);opacity:0}
to{transform:translateY(0);opacity:1}
}
.cookie__consent__wrapper{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:30px}
.cookie__text__block{flex:1}
.cookie__text__block h4{color:#FFFBF5;margin-bottom:10px;font:600 18px 'Space Grotesk',sans-serif}
.cookie__text__block p{color:#fffbf5cc;font-size:14px;line-height:1.6}
.cookie__actions__group{display:flex;flex-direction:row;gap:14px;flex-shrink:0}
.cookie__btn{padding:13px 28px;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;font:600 14px 'DM Sans',sans-serif}
.cookie__btn__accept{background:linear-gradient(135deg,#1B8BAE 0%,#147a9a 100%);color:#FFFBF5}
.cookie__btn__accept:hover{background:linear-gradient(135deg,#147a9a 0%,#116b86 100%)}
.cookie__btn__reject{background:transparent;color:#FFFBF5;border:2px solid #fffbf54d}
.cookie__btn__reject:hover{background:#fffbf51a;border-color:#fffbf580}
.cookie__btn:focus{outline:3px solid #1B8BAE;outline-offset:2px}
@media (forced-colors: active) {
.header__banner__zone::before{color:CanvasText;opacity:.1}
.navigation__primary__menu a:hover{background-color:Highlight;color:HighlightText}
.footer__link__cluster a:hover{color:LinkText;text-decoration:underline}
}
@media (max-width: 968px) {
.header__banner__zone::before{font-size:80px}
.header__overlay__container{flex-direction:column;gap:24px;padding:0 20px}
.navigation__primary__menu{flex-wrap:wrap;justify-content:center}
.footer__content__matrix{grid-template-columns:1fr 1fr;gap:40px}
.footer__zone__alpha{grid-column:1 / -1}
.cookie__consent__wrapper{flex-direction:column;align-items:stretch}
.cookie__actions__group{flex-direction:column}
}
@media (max-width: 580px) {
.header__banner__zone{padding:20px 0}
.header__banner__zone::before{font-size:48px}
.logo__wrapper__block img{height:65px;width:65px}
.navigation__primary__menu{flex-direction:column;width:100%}
.navigation__primary__menu a{width:100%;text-align:center;padding:14px 20px}
.footer__content__matrix{grid-template-columns:1fr;gap:35px}
.footer__legal__content{flex-direction:column;text-align:center}
.cookie__consent__overlay{padding:24px 18px}
}
.transparency-hero-wrap{background:linear-gradient(135deg,#FFFBF5 0%,#e8f4f8 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.transparency-hero-wrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#1b8bae14 0%,transparent 70%);border-radius:50%}
.transparency-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.transparency-hero-content h1{font-size:2.8rem;color:#2F2034;margin-bottom:1.2rem;font-weight:700;line-height:1.2}
.transparency-hero-content .intro-text{font-size:1.15rem;color:#4a4a4a;line-height:1.7;max-width:750px}
.transparency-values-section{background:#fff;padding:4.5rem 2rem}
.transparency-values-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}
.value-card-item{background:linear-gradient(145deg,#FFFBF5 0%,#f9f9f9 100%);padding:2rem 1.8rem;border-radius:12px;border-left:4px solid #1B8BAE;transition:transform .3s ease,box-shadow .3s ease}
.value-card-item:hover{transform:translateY(-5px);box-shadow:0 8px 24px #1b8bae26}
.value-card-item h4{color:#1B8BAE;font-size:1.35rem;margin-bottom:.9rem;font-weight:600}
.value-card-item p{color:#555;line-height:1.65;font-size:.98rem}
.transparency-process-block{background:linear-gradient(to bottom,#f5f5f5 0%,#FFFBF5 100%);padding:4rem 2rem;position:relative}
.process-container-main{max-width:1100px;margin:0 auto}
.process-container-main h2{text-align:center;color:#2F2034;font-size:2.2rem;margin-bottom:3rem;font-weight:700}
.process-steps-wrap{display:flex;flex-direction:column;gap:2rem}
.process-step-entry{display:flex;gap:2rem;align-items:flex-start;padding:1.5rem;background:#fff;border-radius:10px;box-shadow:0 2px 12px #0000000f}
.step-number-box{min-width:60px;width:60px;height:60px;background:linear-gradient(135deg,#1B8BAE 0%,#157a9a 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}
.step-content-box h5{color:#2F2034;font-size:1.2rem;margin-bottom:.7rem;font-weight:600}
.step-content-box p{color:#666;line-height:1.6;font-size:.96rem}
.transparency-reports-visual{background:#fff;padding:5rem 2rem}
.reports-flex-container{max-width:1200px;margin:0 auto;display:flex;gap:3rem;align-items:center}
.reports-image-side{flex:1}
.reports-image-side img{width:100%;height:auto;border-radius:12px;box-shadow:0 6px 20px #0000001a}
.reports-content-side{flex:1}
.reports-content-side h3{color:#2F2034;font-size:2rem;margin-bottom:1.2rem;font-weight:700}
.reports-content-side p{color:#555;line-height:1.7;margin-bottom:1.2rem;font-size:1rem}
.reports-content-side ul{list-style:none;padding:0;margin:1.5rem 0}
.reports-content-side ul li{padding:.6rem 0 .6rem 2rem;position:relative;color:#444;line-height:1.6}
.reports-content-side ul li::before{content:'';position:absolute;left:0;color:#1B8BAE;font-weight:700;font-size:1.2rem}
.transparency-team-showcase{background:linear-gradient(135deg,#FFFBF5 0%,#f0f8fa 100%);padding:4.5rem 2rem}
.team-showcase-inner{max-width:1100px;margin:0 auto}
.team-showcase-inner h3{text-align:center;color:#2F2034;font-size:2.1rem;margin-bottom:2.5rem;font-weight:700}
.team-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2.5rem}
.team-member-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:transform .3s ease}
.team-member-card:hover{transform:scale(1.03)}
.team-member-photo{width:100%;height:280px;object-fit:cover}
.team-member-info{padding:1.5rem}
.team-member-info h6{color:#2F2034;font-size:1.15rem;margin-bottom:.4rem;font-weight:600}
.team-member-info .role-label{color:#1B8BAE;font-size:.9rem;margin-bottom:.8rem;display:block}
.team-member-info p{color:#666;line-height:1.6;font-size:.92rem}
.transparency-data-section{background:#f9f9f9;padding:4rem 2rem}
.data-section-wrapper{max-width:1150px;margin:0 auto}
.data-section-wrapper h3{text-align:center;color:#2F2034;font-size:2rem;margin-bottom:2.8rem;font-weight:700}
.data-grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.data-text-column h4{color:#1B8BAE;font-size:1.4rem;margin-bottom:1rem;font-weight:600}
.data-text-column p{color:#555;line-height:1.7;margin-bottom:1.2rem;font-size:.98rem}
.data-image-column img{width:100%;height:auto;border-radius:10px;box-shadow:0 4px 16px #0000001a}
.transparency-cta-final{background:linear-gradient(135deg,#1B8BAE 0%,#157a9a 100%);padding:4rem 2rem;text-align:center;position:relative;overflow:hidden}
.transparency-cta-final::after{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#fffbf51a 0%,transparent 70%);border-radius:50%}
.cta-final-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.cta-final-content h3{color:#FFFBF5;font-size:2rem;margin-bottom:1.2rem;font-weight:700}
.cta-final-content p{color:#FFFBF5;font-size:1.1rem;line-height:1.7;margin-bottom:2rem;opacity:.95}
.cta-button-primary{display:inline-block;background:#FFFBF5;color:#1B8BAE;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #00000026}
.cta-button-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000040}
@media (max-width: 768px) {
.transparency-hero-wrap{padding:3.5rem 1.5rem 3rem}
.transparency-hero-content h1{font-size:2rem}
.transparency-hero-content .intro-text{font-size:1rem}
.transparency-values-grid{grid-template-columns:1fr;gap:1.8rem}
.reports-flex-container{flex-direction:column;gap:2rem}
.process-step-entry{flex-direction:column;gap:1rem}
.step-number-box{margin:0 auto}
.data-grid-layout{grid-template-columns:1fr;gap:2rem}
.team-cards-grid{grid-template-columns:1fr;gap:2rem}
.transparency-cta-final{padding:3rem 1.5rem}
.cta-final-content h3{font-size:1.6rem}
.cta-final-content p{font-size:1rem}
}
.hero-top-zone{background:linear-gradient(135deg,#FFFBF5 0%,#e8f4f8 100%);padding:90px 20px 110px;position:relative;overflow:hidden}
.hero-top-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#1b8bae14 0%,transparent 70%);border-radius:50%}
.hero-content-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-text-side h1{font-size:3.2rem;font-weight:800;color:#2F2034;line-height:1.15;margin-bottom:24px;letter-spacing:-.02em}
.hero-text-side h1 .accent-word{color:#1B8BAE;position:relative;display:inline-block}
.hero-text-side h1 .accent-word::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#1B8BAE,transparent)}
.hero-text-side p{font-size:1.15rem;color:#4a4a4a;line-height:1.7;margin-bottom:36px}
.hero-cta-group{display:flex;gap:18px;flex-wrap:wrap}
.primary-cta-btn{background:#1B8BAE;color:#FFFBF5;padding:16px 38px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #1b8bae33}
.primary-cta-btn:hover{background:#156d8a;transform:translateY(-2px);box-shadow:0 6px 20px #1b8bae4d}
.secondary-cta-btn{background:transparent;color:#2F2034;padding:16px 38px;border:2px solid #2F2034;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease}
.secondary-cta-btn:hover{background:#2F2034;color:#FFFBF5}
.hero-visual-side{position:relative}
.hero-visual-side img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 12px 40px #2f203426}
.security-insight-section{padding:85px 20px;background:#fff;position:relative}
.security-insight-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#1B8BAE,transparent)}
.security-content-frame{max-width:1180px;margin:0 auto}
.security-content-frame h2{font-size:2.6rem;font-weight:700;color:#2F2034;text-align:center;margin-bottom:20px;position:relative;display:inline-block;left:50%;transform:translateX(-50%)}
.security-content-frame h2::before{content:'';position:absolute;top:-12px;left:-16px;width:40px;height:40px;background:#1b8bae1a;border-radius:50%;z-index:-1}
.intro-text-block{text-align:center;max-width:820px;margin:0 auto 60px}
.intro-text-block p{font-size:1.1rem;color:#555;line-height:1.75}
.split-visual-layout{display:grid;grid-template-columns:45% 55%;gap:50px;align-items:center;margin-top:50px}
.visual-block-left img{width:100%;height:380px;object-fit:cover;border-radius:12px;box-shadow:0 8px 30px #0000001a}
.text-block-right h3{font-size:1.95rem;font-weight:700;color:#2F2034;margin-bottom:18px}
.text-block-right p{font-size:1.05rem;color:#5a5a5a;line-height:1.7;margin-bottom:14px}
.methodology-showcase{padding:90px 20px;background:linear-gradient(180deg,#f8fbfc 0%,#FFFBF5 100%)}
.methodology-container{max-width:1220px;margin:0 auto}
.methodology-container h2{font-size:2.7rem;font-weight:700;color:#2F2034;margin-bottom:26px;text-align:center}
.methodology-container h2 .highlight-term{color:#1B8BAE;border-bottom:3px solid #1b8bae4d;padding-bottom:2px}
.methodology-intro{text-align:center;max-width:780px;margin:0 auto 65px;font-size:1.08rem;color:#4f4f4f;line-height:1.7}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.process-card{background:#fff;padding:36px 28px;border-radius:12px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease;border-top:4px solid #1B8BAE}
.process-card:hover{transform:translateY(-6px);box-shadow:0 8px 28px #1b8bae26}
.process-number{width:52px;height:52px;background:linear-gradient(135deg,#1B8BAE,#156d8a);color:#FFFBF5;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;margin-bottom:20px}
.process-card h4{font-size:1.35rem;font-weight:700;color:#2F2034;margin-bottom:14px}
.process-card p{font-size:1rem;color:#606060;line-height:1.65}
.testimonial-zone{padding:85px 20px;background:#fff;position:relative}
.testimonial-zone::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#2f203433,transparent)}
.testimonial-wrapper{max-width:1100px;margin:0 auto}
.testimonial-wrapper h2{font-size:2.5rem;font-weight:700;color:#2F2034;text-align:center;margin-bottom:55px}
.testimonial-card-layout{background:linear-gradient(135deg,#f9fafb 0%,#FFFBF5 100%);padding:45px 40px;border-radius:16px;box-shadow:0 6px 24px #00000014;display:flex;gap:35px;align-items:center}
.testimonial-portrait{flex-shrink:0}
.testimonial-portrait img{width:140px;height:140px;border-radius:50%;object-fit:cover;border:4px solid #1B8BAE}
.testimonial-text-content blockquote{font-size:1.15rem;color:#3a3a3a;line-height:1.75;font-style:italic;margin-bottom:20px;position:relative;padding-left:26px}
.testimonial-text-content blockquote::before{content:'"';position:absolute;left:0;top:-8px;color:#1B8BAE;opacity:.4;font:3.5rem Georgia,serif}
.testimonial-author{font-weight:600;color:#2F2034;font-size:1.1rem}
.testimonial-role{color:#777;font-size:.95rem;margin-top:4px}
.comparison-matrix-area{padding:95px 20px;background:#2F2034;color:#FFFBF5}
.comparison-content-holder{max-width:1260px;margin:0 auto}
.comparison-content-holder h2{font-size:2.6rem;font-weight:700;text-align:center;margin-bottom:22px;color:#FFFBF5}
.comparison-subtitle{text-align:center;font-size:1.12rem;margin-bottom:50px;color:#fffbf5d9;max-width:740px;margin-left:auto;margin-right:auto}
.comparison-table-wrapper{overflow-x:auto}
.security-comparison-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0003}
.security-comparison-table thead{background:linear-gradient(135deg,#1B8BAE,#156d8a)}
.security-comparison-table th{padding:20px 18px;text-align:left;font-weight:700;font-size:1.05rem;color:#FFFBF5;border-bottom:3px solid #2F2034}
.security-comparison-table tbody tr{border-bottom:1px solid #e5e5e5;transition:background .2s ease}
.security-comparison-table tbody tr:hover{background:#f5f9fa}
.security-comparison-table tbody tr:last-child{border-bottom:none}
.security-comparison-table td{padding:18px;color:#3a3a3a;font-size:1rem;vertical-align:top}
.security-comparison-table td:first-child{font-weight:600;color:#2F2034}
.feature-check{color:#1B8BAE;font-weight:700;font-size:1.2rem}
.feature-cross{color:#c74444;font-weight:700;font-size:1.2rem}
.approach-detail-section{padding:90px 20px;background:linear-gradient(180deg,#FFFBF5 0%,#f0f7f9 100%)}
.approach-inner-container{max-width:1200px;margin:0 auto}
.approach-inner-container h2{font-size:2.65rem;font-weight:700;color:#2F2034;margin-bottom:60px;text-align:center;position:relative}
.approach-inner-container h2::after{content:'';position:absolute;bottom:-18px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#1B8BAE,#156d8a);border-radius:2px}
.dual-column-layout{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:start}
.approach-text-column h3{font-size:1.85rem;font-weight:700;color:#2F2034;margin-bottom:20px}
.approach-text-column h5{font-size:1.3rem;font-weight:600;color:#1B8BAE;margin-top:32px;margin-bottom:12px}
.approach-text-column p{font-size:1.05rem;color:#4d4d4d;line-height:1.7;margin-bottom:16px}
.approach-visual-column img{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 10px 35px #0000001f}
.final-cta-block{padding:100px 20px;background:linear-gradient(135deg,#1B8BAE 0%,#156d8a 100%);text-align:center;position:relative;overflow:hidden}
.final-cta-block::before{content:'';position:absolute;top:-30%;left:-20%;width:500px;height:500px;background:radial-gradient(circle,#fffbf51a 0%,transparent 70%);border-radius:50%}
.final-cta-block::after{content:'';position:absolute;bottom:-30%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,#2f203426 0%,transparent 70%);border-radius:50%}
.cta-content-box{max-width:860px;margin:0 auto;position:relative;z-index:2}
.cta-content-box h2{font-size:2.8rem;font-weight:800;color:#FFFBF5;margin-bottom:24px;line-height:1.2}
.cta-content-box p{font-size:1.2rem;color:#fffbf5f2;margin-bottom:40px;line-height:1.7}
.cta-action-btn{background:#FFFBF5;color:#1B8BAE;padding:18px 48px;border-radius:10px;text-decoration:none;font-weight:700;font-size:1.15rem;display:inline-block;transition:all .3s ease;box-shadow:0 6px 20px #0003}
.cta-action-btn:hover{background:#2F2034;color:#FFFBF5;transform:translateY(-3px);box-shadow:0 8px 28px #0000004d}
@media (max-width: 992px) {
.hero-content-wrap{grid-template-columns:1fr;gap:40px}
.hero-text-side h1{font-size:2.5rem}
.split-visual-layout{grid-template-columns:1fr;gap:35px}
.process-grid{grid-template-columns:1fr;gap:28px}
.dual-column-layout{grid-template-columns:1fr;gap:40px}
.testimonial-card-layout{flex-direction:column;text-align:center}
.testimonial-text-content blockquote{padding-left:0}
.testimonial-text-content blockquote::before{left:50%;transform:translateX(-50%)}
}
@media (max-width: 768px) {
.hero-top-zone{padding:60px 20px 70px}
.hero-text-side h1{font-size:2rem}
.hero-text-side p{font-size:1rem}
.hero-cta-group{flex-direction:column}
.primary-cta-btn,.secondary-cta-btn{width:100%;text-align:center}
.security-content-frame h2,.methodology-container h2,.testimonial-wrapper h2,.comparison-content-holder h2,.approach-inner-container h2,.cta-content-box h2{font-size:2rem}
.process-card{padding:28px 20px}
.security-comparison-table{font-size:.9rem}
.security-comparison-table th,.security-comparison-table td{padding:12px 10px}
.cta-content-box h2{font-size:2.2rem}
.cta-content-box p{font-size:1.05rem}
}
.contact-wrapper{background:linear-gradient(135deg,#FFFBF5 0%,#f5f0e8 100%);min-height:100%}
.contact-intro-band{background:linear-gradient(to right,#1B8BAE,#2F2034);padding:80px 20px 90px;position:relative;overflow:hidden}
.contact-intro-band::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#fffbf514;border-radius:50%;pointer-events:none}
.intro-content-holder{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.intro-content-holder h1{color:#FFFBF5;font-size:2.8rem;font-weight:700;margin:0 0 25px;line-height:1.2}
.intro-content-holder .lead-text{color:#fffbf5f2;font-size:1.15rem;line-height:1.7;max-width:720px}
.dual-zone-layout{max-width:1200px;margin:-40px auto 0;padding:0 20px 80px;display:grid;grid-template-columns:1fr 1.3fr;gap:50px;position:relative}
.info-sidebar{background:#fff;border-radius:12px;padding:45px 35px;box-shadow:0 4px 20px #1b8bae1f;height:fit-content;position:sticky;top:20px}
.info-sidebar h2{color:#2F2034;font-size:1.6rem;font-weight:600;margin:0 0 30px;padding-bottom:15px;border-bottom:2px solid #1B8BAE}
.contact-method-item{margin-bottom:28px;padding-left:38px;position:relative}
.contact-method-item::before{content:'';position:absolute;left:0;top:3px;width:28px;height:28px;background:linear-gradient(135deg,#1B8BAE,#2F2034);border-radius:50%}
.contact-method-item .method-label{display:block;color:#2F2034;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}
.contact-method-item .method-value{color:#1B8BAE;font-size:1.05rem;font-weight:500;text-decoration:none;display:block;transition:color .3s ease}
.contact-method-item .method-value:hover{color:#2F2034}
.contact-method-item .address-text{color:#333;font-size:1rem;line-height:1.6}
.form-main-zone{background:#fff;border-radius:12px;padding:50px 45px;box-shadow:0 4px 20px #1b8bae1f;background-image:url(./background_gallery/pjyDCt.jpg);background-size:cover;background-position:center;position:relative}
.form-main-zone::before{content:'';position:absolute;inset:0;background:#fffbf5f7;border-radius:12px;z-index:1}
.form-main-zone > *{position:relative;z-index:2}
.form-main-zone h2{color:#2F2034;font-size:1.85rem;font-weight:600;margin:0 0 15px}
.form-main-zone .form-description{color:#555;font-size:1rem;line-height:1.65;margin-bottom:35px}
.contact-form-layout{display:flex;flex-direction:column;gap:22px}
.form-field-group{display:flex;flex-direction:column}
.form-field-group label{color:#2F2034;font-size:.95rem;font-weight:500;margin-bottom:8px;display:block}
.form-field-group input[type="text"],.form-field-group input[type="email"],.form-field-group input[type="tel"],.form-field-group textarea,.form-field-group select{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;color:#333;background:#fafafa;transition:all .3s ease;font-family:inherit}
.form-field-group input:focus,.form-field-group textarea:focus,.form-field-group select:focus{outline:none;border-color:#1B8BAE;background:#fff;box-shadow:0 0 0 3px #1b8bae1a}
.form-field-group textarea{min-height:140px;resize:vertical}
.form-field-group select{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='%231B8BAE' d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}
.double-field-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.privacy-consent-box{margin:25px 0 0;padding:18px;background:#1b8bae0d;border-radius:8px;border-left:4px solid #1B8BAE}
.privacy-consent-box label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;color:#333;font-size:.95rem;line-height:1.6}
.privacy-consent-box input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.privacy-consent-box a{color:#1B8BAE;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .3s ease}
.privacy-consent-box a:hover{border-bottom-color:#1B8BAE}
.submit-action-zone{margin-top:30px}
.submit-button-primary{background:linear-gradient(135deg,#1B8BAE 0%,#2F2034 100%);color:#FFFBF5;font-size:1.1rem;font-weight:600;padding:16px 50px;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #1b8bae4d;position:relative;z-index:10}
.submit-button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1b8bae66}
.submit-button-primary:active{transform:translateY(0)}
.timing-info-section{background:#fff;padding:70px 20px;border-top:1px solid #e8e8e8}
.timing-content-wrap{max-width:1200px;margin:0 auto}
.timing-content-wrap h3{color:#2F2034;font-size:1.75rem;font-weight:600;margin:0 0 35px;text-align:center}
.timing-blocks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.timing-card{background:#FFFBF5;padding:35px 28px;border-radius:10px;border:2px solid #e8e8e8;transition:all .3s ease;text-align:center}
.timing-card:hover{border-color:#1B8BAE;box-shadow:0 6px 18px #1b8bae26;transform:translateY(-4px)}
.timing-card h4{color:#1B8BAE;font-size:1.2rem;font-weight:600;margin:0 0 12px}
.timing-card p{color:#555;font-size:.95rem;line-height:1.6;margin:0}
.faq-help-section{background:linear-gradient(to bottom,#f5f0e8,#FFFBF5);padding:70px 20px}
.faq-content-container{max-width:900px;margin:0 auto}
.faq-content-container h3{color:#2F2034;font-size:1.75rem;font-weight:600;margin:0 0 40px;text-align:center}
.faq-item{background:#fff;padding:28px 32px;border-radius:10px;margin-bottom:18px;border-left:4px solid #1B8BAE;box-shadow:0 2px 8px #0000000d}
.faq-item h5{color:#2F2034;font-size:1.15rem;font-weight:600;margin:0 0 12px}
.faq-item p{color:#555;font-size:.98rem;line-height:1.7;margin:0}
@media (max-width: 1024px) {
.dual-zone-layout{grid-template-columns:1fr;gap:35px;margin-top:0}
.info-sidebar{position:static}
.timing-blocks-grid{grid-template-columns:1fr;gap:20px}
}
@media (max-width: 768px) {
.contact-intro-band{padding:50px 20px 60px}
.intro-content-holder h1{font-size:2rem}
.intro-content-holder .lead-text{font-size:1rem}
.dual-zone-layout{padding:0 15px 50px}
.info-sidebar,.form-main-zone{padding:35px 25px}
.form-main-zone h2{font-size:1.5rem}
.double-field-row{grid-template-columns:1fr;gap:15px}
.timing-info-section,.faq-help-section{padding:50px 15px}
.submit-button-primary{width:100%;padding:14px 30px}
}
@media (max-width: 480px) {
.intro-content-holder h1{font-size:1.7rem}
.form-main-zone,.info-sidebar{padding:28px 20px}
.contact-form-layout{gap:18px}
}
.services-wrapper{background:linear-gradient(135deg,#FFFBF5 0%,#f5f0e8 100%);min-height:100vh}
.services-hero-zone{background:linear-gradient(160deg,#1B8BAE 0%,#2F2034 100%);padding:120px 0 100px;position:relative;overflow:hidden}
.services-hero-zone::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#fffbf514;border-radius:50%;z-index:1}
.services-hero-zone::after{content:'';position:absolute;bottom:-30%;left:-10%;width:450px;height:450px;background:#fffbf50d;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:3.2rem;color:#FFFBF5;font-weight:700;margin-bottom:28px;line-height:1.2;letter-spacing:-.5px}
.services-hero-content .hero-subtitle{font-size:1.3rem;color:#fffbf5eb;line-height:1.7;margin-bottom:42px;font-weight:300}
.services-hero-content .hero-cta-btn{display:inline-block;background:#FFFBF5;color:#2F2034;padding:16px 42px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #00000026}
.services-hero-content .hero-cta-btn:hover{transform:translateY(-3px);box-shadow:0 6px 22px #00000038;background:#f5f0e8}
.vulnerability-analysis-block{padding:100px 0;background:#FFFBF5}
.vulnerability-analysis-block .container{max-width:1200px;margin:0 auto;padding:0 20px}
.vulnerability-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.vulnerability-visual{position:relative}
.vulnerability-visual img{width:100%;height:480px;object-fit:cover;border-radius:16px;box-shadow:0 12px 40px #1b8bae26}
.vulnerability-content h2{font-size:2.6rem;color:#2F2034;margin-bottom:24px;font-weight:700;line-height:1.3}
.vulnerability-content h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#1B8BAE 0%,#2F2034 100%);margin-top:18px;border-radius:2px}
.vulnerability-content p{font-size:1.1rem;color:#4a4a4a;line-height:1.8;margin-bottom:20px}
.vulnerability-features{margin-top:36px}
.vulnerability-feature-item{display:flex;align-items:flex-start;margin-bottom:24px;padding:20px;background:#f5f0e8;border-radius:10px;border-left:4px solid #1B8BAE;transition:all .3s ease}
.vulnerability-feature-item:hover{background:#ebe5dc;transform:translateX(8px);box-shadow:0 4px 12px #1b8bae1a}
.vulnerability-feature-item h5{font-size:1.2rem;color:#2F2034;margin-bottom:8px;font-weight:600}
.vulnerability-feature-item p{font-size:1rem;color:#5a5a5a;margin:0;line-height:1.6}
.penetration-testing-zone{padding:100px 0;background:linear-gradient(180deg,#f5f0e8 0%,#FFFBF5 100%);position:relative}
.penetration-testing-zone::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#1B8BAE 50%,transparent 100%)}
.penetration-testing-zone .container{max-width:1200px;margin:0 auto;padding:0 20px}
.penetration-header{text-align:center;margin-bottom:70px}
.penetration-header h2{font-size:2.8rem;color:#2F2034;margin-bottom:20px;font-weight:700}
.penetration-header h2::before{content:'◆';color:#1B8BAE;margin-right:12px;font-size:1.4rem}
.penetration-header p{font-size:1.2rem;color:#5a5a5a;max-width:750px;margin:0 auto;line-height:1.7}
.penetration-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:50px}
.process-phase{background:#FFFBF5;padding:40px 30px;border-radius:12px;box-shadow:0 6px 20px #2f203414;position:relative;transition:all .3s ease}
.process-phase::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1B8BAE 0%,#2F2034 100%);border-radius:12px 12px 0 0}
.process-phase:hover{transform:translateY(-8px);box-shadow:0 12px 30px #2f203426}
.process-number{display:inline-block;width:60px;height:60px;background:linear-gradient(135deg,#1B8BAE 0%,#2F2034 100%);color:#FFFBF5;border-radius:50%;font-size:1.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 4px 12px #1b8bae4d}
.process-phase h4{font-size:1.4rem;color:#2F2034;margin-bottom:16px;font-weight:600}
.process-phase p{font-size:1rem;color:#5a5a5a;line-height:1.7;margin:0}
.penetration-cta{text-align:center;margin-top:60px}
.penetration-cta .cta-link{display:inline-block;background:#1B8BAE;color:#FFFBF5;padding:18px 48px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #1b8bae4d}
.penetration-cta .cta-link:hover{background:#156d8a;transform:translateY(-3px);box-shadow:0 6px 22px #1b8bae66}
.security-audit-segment{padding:100px 0;background:linear-gradient(135deg,#2F2034 0%,#1B8BAE 100%);position:relative;overflow:hidden}
.security-audit-segment::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:#fffbf50f;border-radius:50%}
.security-audit-segment .container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.audit-split-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center}
.audit-content h3{font-size:2.6rem;color:#FFFBF5;margin-bottom:28px;font-weight:700;line-height:1.3}
.audit-content p{font-size:1.15rem;color:#fffbf5e6;line-height:1.8;margin-bottom:22px}
.audit-checklist{margin-top:40px}
.checklist-item{display:flex;align-items:center;padding:18px;background:#fffbf514;border-radius:8px;margin-bottom:16px;border-left:3px solid #FFFBF5;transition:all .3s ease}
.checklist-item:hover{background:#fffbf524;transform:translateX(6px)}
.checklist-icon{font-size:1.5rem;color:#FFFBF5;margin-right:16px}
.checklist-item span{font-size:1.1rem;color:#FFFBF5;font-weight:500}
.audit-visual-area img{width:100%;height:520px;object-fit:cover;border-radius:16px;box-shadow:0 12px 40px #0000004d;border:4px solid #fffbf526}
.comprehensive-approach-area{padding:100px 0;background:#FFFBF5}
.comprehensive-approach-area .container{max-width:1200px;margin:0 auto;padding:0 20px}
.approach-header{text-align:center;margin-bottom:60px}
.approach-header h3{font-size:2.7rem;color:#2F2034;margin-bottom:20px;font-weight:700}
.approach-header h3::after{content:'';display:block;width:100px;height:4px;background:linear-gradient(90deg,#1B8BAE 0%,#2F2034 100%);margin:20px auto 0;border-radius:2px}
.approach-header p{font-size:1.2rem;color:#5a5a5a;max-width:800px;margin:0 auto;line-height:1.7}
.approach-capabilities{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;margin-bottom:60px}
.capability-card{background:linear-gradient(135deg,#f5f0e8 0%,#FFFBF5 100%);padding:45px 35px;border-radius:14px;box-shadow:0 6px 25px #2f20341a;transition:all .3s ease;position:relative;overflow:hidden}
.capability-card::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#1B8BAE 0%,#2F2034 100%)}
.capability-card:hover{transform:translateY(-6px);box-shadow:0 10px 35px #2f20342e}
.capability-card h5{font-size:1.5rem;color:#2F2034;margin-bottom:18px;font-weight:600;padding-left:15px}
.capability-card h6{font-size:1.1rem;color:#1B8BAE;margin-bottom:12px;font-weight:600;padding-left:15px}
.capability-card p{font-size:1.05rem;color:#5a5a5a;line-height:1.7;margin-bottom:16px;padding-left:15px}
.approach-final-cta{text-align:center;margin-top:50px;padding:50px 40px;background:linear-gradient(135deg,#1B8BAE 0%,#2F2034 100%);border-radius:16px;box-shadow:0 8px 30px #1b8bae33}
.approach-final-cta h4{font-size:2rem;color:#FFFBF5;margin-bottom:18px;font-weight:700}
.approach-final-cta p{font-size:1.15rem;color:#fffbf5e6;margin-bottom:32px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}
.cta-button-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta-primary{display:inline-block;background:#FFFBF5;color:#2F2034;padding:16px 42px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #00000026}
.cta-primary:hover{transform:translateY(-3px);box-shadow:0 6px 22px #00000038;background:#f5f0e8}
.cta-secondary{display:inline-block;background:transparent;color:#FFFBF5;padding:16px 42px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;border:2px solid #FFFBF5;transition:all .3s ease}
.cta-secondary:hover{background:#fffbf51a;transform:translateY(-3px);box-shadow:0 4px 15px #fffbf533}
@media (max-width: 1024px) {
.vulnerability-grid{grid-template-columns:1fr;gap:50px}
.audit-split-layout{grid-template-columns:1fr;gap:50px}
.penetration-process-grid{grid-template-columns:1fr;gap:30px}
.approach-capabilities{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 768px) {
.services-hero-content h1{font-size:2.2rem}
.services-hero-content .hero-subtitle{font-size:1.1rem}
.vulnerability-content h2{font-size:2rem}
.penetration-header h2{font-size:2.2rem}
.audit-content h3{font-size:2rem}
.approach-header h3{font-size:2.2rem}
.vulnerability-visual img{height:320px}
.audit-visual-area img{height:360px}
.cta-button-group{flex-direction:column;align-items:center}
.cta-primary,.cta-secondary{width:100%;max-width:300px}
}
.partneri-uvod{background:linear-gradient(135deg,#FFFBF5 0%,#f5f9fb 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.partneri-uvod::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#1b8bae14 0%,transparent 70%);border-radius:50%}
.partneri-uvod .naslov-odjeljak{max-width:850px;margin:0 auto;text-align:center;position:relative;z-index:2}
.partneri-uvod h1{font-size:2.8rem;color:#2F2034;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.partneri-uvod .glavni-tekst{font-size:1.15rem;color:#4a4a4a;line-height:1.8;margin-bottom:2rem}
.partneri-uvod .podnaslov-dio{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #2f203414;margin-top:2.5rem}
.partneri-uvod .podnaslov-dio h4{color:#1B8BAE;font-size:1.3rem;margin-bottom:1rem;font-weight:600}
.partneri-uvod .podnaslov-dio p{color:#5a5a5a;line-height:1.7;font-size:1.05rem}
.tehnoloski-suradnici{padding:5rem 2rem;background:#fff;position:relative}
.tehnoloski-suradnici::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1B8BAE 0%,#2F2034 100%)}
.tehnoloski-suradnici .container{max-width:1200px;margin:0 auto}
.tehnoloski-suradnici .zaglavlje-sekcije{text-align:left;max-width:700px;margin-bottom:3.5rem}
.tehnoloski-suradnici h2{font-size:2.4rem;color:#2F2034;margin-bottom:1.2rem;font-weight:700;position:relative;display:inline-block}
.tehnoloski-suradnici h2::after{content:'';position:absolute;bottom:-8px;left:0;width:80px;height:3px;background:#1B8BAE}
.tehnoloski-suradnici .uvodni-opis{font-size:1.1rem;color:#5a5a5a;line-height:1.8;margin-top:1.8rem}
.tehnoloski-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem}
.partner-kartica{background:linear-gradient(to bottom,#FFFBF5 0%,white 100%);border:2px solid #e8e8e8;border-radius:16px;padding:2.5rem;transition:all .4s ease;position:relative;overflow:hidden}
.partner-kartica::before{content:'';position:absolute;top:0;left:0;width:5px;height:0;background:#1B8BAE;transition:height .4s ease}
.partner-kartica:hover{transform:translateY(-8px);box-shadow:0 12px 35px #1b8bae26;border-color:#1B8BAE}
.partner-kartica:hover::before{height:100%}
.partner-kartica h5{font-size:1.5rem;color:#2F2034;margin-bottom:1.2rem;font-weight:600}
.partner-kartica .opis-suradnje{color:#5a5a5a;line-height:1.7;margin-bottom:1.5rem;font-size:1.05rem}
.partner-kartica .detalji-lista{list-style:none;padding:0;margin:1.5rem 0}
.partner-kartica .detalji-lista li{padding:.6rem 0;color:#4a4a4a;font-size:1rem;position:relative;padding-left:1.8rem}
.partner-kartica .detalji-lista li::before{content:'→';position:absolute;left:0;color:#1B8BAE;font-weight:700}
.industrijske-veze{padding:5rem 2rem;background:linear-gradient(160deg,#2F2034 0%,#1B8BAE 100%);color:#fff;position:relative;overflow:hidden}
.industrijske-veze::before{content:'';position:absolute;top:-100px;left:-100px;width:400px;height:400px;background:#fffbf50f;border-radius:50%}
.industrijske-veze .container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.industrijske-veze .sadrzaj-wrapper{display:flex;flex-direction:row;align-items:center;gap:4rem}
.industrijske-veze .tekstualni-dio{flex:1}
.industrijske-veze h2{font-size:2.5rem;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.industrijske-veze h2::before{content:'◆';color:#FFFBF5;margin-right:.8rem;font-size:1.5rem}
.industrijske-veze .glavni-paragraf{font-size:1.15rem;line-height:1.8;margin-bottom:2rem;color:#fffbf5f2}
.industrijske-veze .slika-dio{flex:1;position:relative}
.industrijske-veze .slika-dio img{width:100%;height:auto;max-height:450px;object-fit:cover;border-radius:16px;box-shadow:0 15px 50px #0000004d;border:3px solid #fffbf533}
.prednosti-kontejner{display:grid;grid-template-columns:repeat(2,1fr);gap:1.8rem;margin-top:2.5rem}
.prednost-stavka{background:#fffbf51f;padding:1.5rem;border-radius:12px;border-left:4px solid #FFFBF5;transition:all .3s ease}
.prednost-stavka:hover{background:#fffbf52e;transform:translateX(8px)}
.prednost-stavka h6{font-size:1.2rem;margin-bottom:.6rem;font-weight:600;color:#FFFBF5}
.prednost-stavka p{font-size:1rem;line-height:1.6;color:#fffbf5e0;margin:0}
.kontakt-poziv{background:#fffbf526;padding:2rem;border-radius:12px;margin-top:3rem;text-align:center;border:2px solid #fffbf540}
.kontakt-poziv h5{font-size:1.4rem;margin-bottom:1rem;color:#FFFBF5}
.kontakt-poziv p{font-size:1.05rem;margin-bottom:1.5rem;color:#fffbf5e6}
.kontakt-gumb{display:inline-block;background:#FFFBF5;color:#2F2034;padding:.95rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 6px 20px #0003;position:relative;z-index:10}
.kontakt-gumb:hover{background:#fff;transform:translateY(-3px);box-shadow:0 10px 30px #0000004d;color:#2F2034}
@media (max-width: 992px) {
.partneri-uvod h1{font-size:2.3rem}
.tehnoloski-suradnici h2{font-size:2rem}
.tehnoloski-grid{grid-template-columns:1fr;gap:2rem}
.industrijske-veze .sadrzaj-wrapper{flex-direction:column;gap:3rem}
.prednosti-kontejner{grid-template-columns:1fr;gap:1.5rem}
.industrijske-veze h2{font-size:2rem}
}
@media (max-width: 768px) {
.partneri-uvod{padding:3.5rem 1.5rem 3rem}
.partneri-uvod h1{font-size:1.9rem}
.tehnoloski-suradnici,.industrijske-veze{padding:3.5rem 1.5rem}
.partneri-uvod .podnaslov-dio{padding:1.5rem}
.partner-kartica{padding:2rem}
.kontakt-poziv{padding:1.5rem}
}
.container{background:linear-gradient(135deg,#FFFBF5 0%,#1B8BAE 7%,#FFFBF5 100%);color:#2F2034;max-width:880px;margin:36px auto;padding:40px 28px 44px;border-radius:20px;box-shadow:0 4px 36px #1b8bae1c 0 1.5px 0 #1B8BAE;font:1.08rem/1.75 'Segoe UI',Arial,sans-serif}
.container h1,.container h2,.container h3,.container h4{font-family:'Segoe UI Semibold',Arial,sans-serif;color:#1B8BAE;margin-top:1.5em;margin-bottom:.6em}
.container h1{font-size:2.3rem;letter-spacing:-1px;background:linear-gradient(90deg,#1B8BAE 60%,#FFFBF5 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-top:0}
.container h2{font-size:1.6rem;border-left:5px solid #1B8BAE;padding-left:12px;margin-bottom:.3em;background:linear-gradient(90deg,#FFFBF5 80%,#1B8BAE 100%)}
.container h3{font-size:1.25rem;color:#2F2034;border-left:3px solid #1B8BAE;padding-left:8px;background:#FFFBF5}
.container h4{font-size:1.05rem;color:#1B8BAE;padding-left:4px;background:#FFFBF5}
.container p{margin-bottom:1.1em;font-size:1.08rem}
.container ul{margin:0 0 1.2em 1.6em;padding:0}
.container li{margin-bottom:.8em;font-size:1.08rem;background:linear-gradient(90deg,#FFFBF5 60%,#1B8BAE1A 100%);border-left:3px solid #1B8BAE;border-radius:3px;padding:6px 10px 6px 2px}
.container div{margin-bottom:.5em}
.container main{background:none;padding:0}
@media (max-width: 650px) {
.container{padding:12px 4vw 18px;font-size:1.01rem}
.container h1{font-size:1.4rem}
.container h2{font-size:1.1rem}
.container h3{font-size:1.03rem}
}
.container-plus-hr-privacy{max-width:880px;margin:32px auto;background:linear-gradient(135deg,#FFFBF5 74%,#1B8BAE 140%);box-shadow:0 6px 32px 0 #2f203414 0 1.5px 6px 0 #1b8bae1a;border-radius:18px;padding:44px 36px;color:#2F2034;border:1.5px solid #1B8BAE;font:1.09rem/1.72 'Segoe UI','Arial',sans-serif}
.container-plus-hr-privacy h1{font-size:2.3rem;font-weight:700;color:#1B8BAE;letter-spacing:.02em;margin-bottom:.8em;background:linear-gradient(90deg,#1B8BAE 0%,#2F2034 90%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.container-plus-hr-privacy h2{font-size:1.45rem;color:#2F2034;border-bottom:2.5px solid #1B8BAE;padding-bottom:5px;margin-top:2.8em;margin-bottom:1.2em;font-weight:600}
.container-plus-hr-privacy h3{color:#1B8BAE;font-size:1.14rem;margin-top:2em;margin-bottom:.7em;font-weight:500;letter-spacing:.01em}
.container-plus-hr-privacy h4{color:#2F2034;font-size:1.02rem;font-weight:600;margin-top:1.3em}
.container-plus-hr-privacy p{margin-bottom:1.15em;font-size:1.09rem;color:#2F2034}
.container-plus-hr-privacy ul{margin:0 0 1.25em 1.5em;padding-left:1.2em}
.container-plus-hr-privacy li{margin-bottom:.85em;color:#2F2034;font-size:1.09rem}
.container-plus-hr-privacy span{color:#1B8BAE;font-weight:500}
@media (max-width: 650px) {
.container-plus-hr-privacy{padding:16px 8vw;font-size:.99rem}
.container-plus-hr-privacy h1{font-size:1.3rem}
.container-plus-hr-privacy h2{font-size:1.05rem}
}
.success-wrapper{background:linear-gradient(135deg,#FFFBF5 0%,#f5f0e8 100%);min-height:80vh;display:flex;align-items:center;padding:3rem 1.5rem}
.success-inner{max-width:800px;margin:0 auto;width:100%}
.success-status-box{background:#fff;border-radius:16px;padding:3.5rem 2.5rem;box-shadow:0 8px 32px #1b8bae1f;text-align:center;position:relative;overflow:hidden}
.success-status-box::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#1B8BAE 0%,#2F2034 100%)}
.success-icon-area{margin-bottom:2rem;position:relative}
.success-checkmark{width:85px;height:85px;background:linear-gradient(135deg,#1B8BAE 0%,#1a7a99 100%);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;position:relative;animation:successPulse 2s ease-in-out infinite}
.success-checkmark::after{content:'';color:#fff;font-size:3rem;font-weight:700;line-height:1}
@keyframes successPulse {
0%,100%{transform:scale(1);box-shadow:0 0 0 0 #1b8bae66}
50%{transform:scale(1.05);box-shadow:0 0 0 15px #1b8bae00}
}
.success-heading-main{font-size:2.2rem;color:#2F2034;margin:0 0 1rem;font-weight:700;line-height:1.3}
.success-subtext{font-size:1.1rem;color:#5a4d56;line-height:1.7;margin:0 0 2.5rem;max-width:580px;margin-left:auto;margin-right:auto}
.success-info-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:2.5rem 0;text-align:left}
.success-info-item{background:#FFFBF5;padding:1.5rem;border-radius:10px;border-left:4px solid #1B8BAE}
.success-info-label{font-size:.85rem;color:#7a6d75;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem;font-weight:600}
.success-info-value{font-size:1.05rem;color:#2F2034;margin:0;line-height:1.6}
.success-next-steps{background:#f8f5f0;padding:2rem;border-radius:12px;margin:2.5rem 0 2rem;border:2px dashed #d4c8bd}
.success-steps-title{font-size:1.3rem;color:#2F2034;margin:0 0 1.5rem;font-weight:600;text-align:left}
.success-step-list{list-style:none;padding:0;margin:0;text-align:left}
.success-step-list li{padding:.9rem 0 .9rem 3rem;position:relative;color:#4a3d46;line-height:1.6;font-size:1rem;border-bottom:1px solid #e5dcd3}
.success-step-list li:last-child{border-bottom:none}
.success-step-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:32px;height:32px;background:linear-gradient(135deg,#1B8BAE 0%,#1a7a99 100%);border-radius:8px;display:flex;align-items:center;justify-content:center}
.success-step-list li:nth-child(1)::after{content:'1';position:absolute;left:11px;top:50%;transform:translateY(-50%);color:#fff;font-weight:700;font-size:.95rem}
.success-step-list li:nth-child(2)::after{content:'2';position:absolute;left:11px;top:50%;transform:translateY(-50%);color:#fff;font-weight:700;font-size:.95rem}
.success-step-list li:nth-child(3)::after{content:'3';position:absolute;left:11px;top:50%;transform:translateY(-50%);color:#fff;font-weight:700;font-size:.95rem}
.success-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2.5rem}
.success-btn-primary{background:linear-gradient(135deg,#1B8BAE 0%,#1a7a99 100%);color:#fff;padding:1rem 2.2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block;border:none;cursor:pointer;box-shadow:0 4px 15px #1b8bae40}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1b8bae59}
.success-btn-secondary{background:#fff;color:#2F2034;padding:1rem 2.2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block;border:2px solid #2F2034;cursor:pointer}
.success-btn-secondary:hover{background:#2F2034;color:#fff;transform:translateY(-2px)}
.success-contact-note{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5dcd3;font-size:.95rem;color:#6a5d65;line-height:1.7}
.success-contact-note a{color:#1B8BAE;text-decoration:none;font-weight:600;transition:color .2s ease}
.success-contact-note a:hover{color:#155f7a;text-decoration:underline}
@media (max-width: 768px) {
.success-wrapper{padding:2rem 1rem}
.success-status-box{padding:2.5rem 1.5rem}
.success-heading-main{font-size:1.8rem}
.success-subtext{font-size:1rem}
.success-checkmark{width:70px;height:70px}
.success-checkmark::after{font-size:2.5rem}
.success-next-steps{padding:1.5rem}
.success-step-list li{padding-left:2.5rem;font-size:.95rem}
.success-step-list li::before{width:28px;height:28px}
.success-step-list li:nth-child(1)::after,.success-step-list li:nth-child(2)::after,.success-step-list li:nth-child(3)::after{left:9px;font-size:.85rem}
.success-actions{flex-direction:column}
.success-btn-primary,.success-btn-secondary{width:100%;text-align:center}
}