*{margin:0;padding:0;box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:'Source Sans Pro',sans-serif;background-color:#FAFAFA;color:#1A1A1A;line-height:1.6}
.headerTop{background:linear-gradient(135deg,#FB2B9C 0%,#D7B3E6 100%);padding:18px 0;box-shadow:0 2px 4px #00000014}
.headerTop .headerContainer{max-width:960px;margin:0 auto;padding:0 20px}
.headerTop .brandTitle{font-size:26px;font-weight:700;color:#FFF;text-align:center;letter-spacing:.5px}
.headerBase{background-color:#FFF;border-bottom:1px solid #E0E0E0;padding:22px 0;box-shadow:0 3px 6px #0000000d}
.headerBase .headerContainer{max-width:960px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.headerBase .logoSection{flex-shrink:0}
.headerBase .logoLink{display:block;width:110px;height:110px}
.headerBase .siteLogo{width:100%;height:100%;object-fit:contain;background-color:#F5F5F5;border-radius:8px;padding:8px;box-shadow:0 2px 8px #003a2b1f}
.headerBase .mainNavigation{display:flex;gap:28px;align-items:center;flex-wrap:wrap}
.headerBase .navItem{font-size:16px;font-weight:400;color:#003A2B;text-decoration:none;padding:10px 16px;border-radius:6px;transition:background-color .2s ease,color .2s ease}
.headerBase .navItem:hover{background-color:#F0F0F0;color:#FB2B9C}
.headerBase .navItemAccent{background:linear-gradient(135deg,#FB2B9C 0%,#D7B3E6 100%);color:#FFF;font-weight:700}
.headerBase .navItemAccent:hover{background:linear-gradient(135deg,#D7B3E6 0%,#FB2B9C 100%);color:#FFF}
main{min-height:300px}
.footerWrapper{background:linear-gradient(180deg,#003A2B 0%,#001F1A 100%);color:#FFF;padding:50px 0 30px;margin-top:60px}
.footerWrapper .footerContainer{max-width:960px;margin:0 auto;padding:0 20px}
.footerWrapper .footerGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}
.footerWrapper .footerBrand .footerLogo{width:90px;height:90px;object-fit:contain;background-color:#FFF;border-radius:6px;padding:8px;margin-bottom:16px}
.footerWrapper .footerTagline{font-size:14px;line-height:1.5;color:#D7B3E6;max-width:280px}
.footerWrapper .footerHeading{font-size:18px;font-weight:700;margin-bottom:16px;color:#FB2B9C}
.footerWrapper .footerNav{display:flex;flex-direction:column;gap:10px}
.footerWrapper .footerLink{font-size:15px;color:#E0E0E0;text-decoration:none;transition:color .2s ease}
.footerWrapper .footerLink:hover{color:#FB2B9C}
.footerWrapper .contactDetail{font-size:15px;color:#E0E0E0;margin-bottom:8px}
.footerWrapper .footerBottom{border-top:1px solid #d7b3e64d;padding-top:24px;text-align:center}
.footerWrapper .copyrightText{font-size:14px;color:#B0B0B0}
.cookiePopup{position:fixed;top:20px;left:50%;transform:translateX(-50%) translateY(-120%);background-color:#FFF;border-radius:8px;box-shadow:0 8px 24px #00000026;padding:28px 32px;max-width:480px;width:90%;z-index:10000;transition:transform .4s ease}
.cookiePopup[data-visible="true"]{transform:translateX(-50%) translateY(0)}
.cookiePopup .cookieContent .cookieTitle{font-size:20px;font-weight:700;color:#003A2B;margin-bottom:12px}
.cookiePopup .cookieContent .cookieText{font-size:15px;color:#4A4A4A;margin-bottom:20px;line-height:1.5}
.cookiePopup .cookieButtons{display:flex;gap:12px;flex-wrap:wrap}
.cookiePopup .cookieButton{flex:1;min-width:120px;padding:12px 20px;border:none;border-radius:6px;font-size:15px;font-weight:700;cursor:pointer;transition:background-color .2s ease,transform .1s ease}
.cookiePopup .cookieButton:active{transform:scale(0.98)}
.cookiePopup .cookieAccept{background:linear-gradient(135deg,#FB2B9C 0%,#D7B3E6 100%);color:#FFF}
.cookiePopup .cookieAccept:hover{background:linear-gradient(135deg,#E02089 0%,#C89FD8 100%)}
.cookiePopup .cookieDecline{background-color:#E0E0E0;color:#003A2B}
.cookiePopup .cookieDecline:hover{background-color:#D0D0D0}
.cookiePopup .cookieCustomize{background-color:#003A2B;color:#FFF}
.cookiePopup .cookieCustomize:hover{background-color:#002A1F}
.cookieSettings{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(0.9);background-color:#FFF;border-radius:8px;box-shadow:0 12px 32px #0003;padding:32px;max-width:520px;width:90%;z-index:10001;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease}
.cookieSettings[data-visible="true"]{opacity:1;pointer-events:all;transform:translate(-50%,-50%) scale(1)}
.cookieSettings .settingsContent .settingsTitle{font-size:22px;font-weight:700;color:#003A2B;margin-bottom:20px}
.cookieSettings .cookieCategory{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #E0E0E0}
.cookieSettings .cookieCategory:last-of-type{border-bottom:none}
.cookieSettings .categoryLabel{display:flex;align-items:center;gap:12px;cursor:pointer;margin-bottom:6px}
.cookieSettings .categoryCheck{width:20px;height:20px;cursor:pointer;accent-color:#FB2B9C}
.cookieSettings .categoryName{font-size:16px;font-weight:700;color:#1A1A1A}
.cookieSettings .categoryDesc{font-size:14px;color:#6A6A6A;margin-left:32px;line-height:1.4}
.cookieSettings .settingsButtons{display:flex;gap:12px;margin-top:24px}
.cookieSettings .settingsButton{flex:1;padding:12px 20px;border:none;border-radius:6px;font-size:15px;font-weight:700;cursor:pointer;transition:background-color .2s ease}
.cookieSettings .settingsSave{background:linear-gradient(135deg,#FB2B9C 0%,#D7B3E6 100%);color:#FFF}
.cookieSettings .settingsSave:hover{background:linear-gradient(135deg,#E02089 0%,#C89FD8 100%)}
.cookieSettings .settingsCancel{background-color:#E0E0E0;color:#003A2B}
.cookieSettings .settingsCancel:hover{background-color:#D0D0D0}
@media (max-width: 768px) {
.headerBase .headerContainer{flex-direction:column;gap:20px}
.headerBase .mainNavigation{justify-content:center;gap:16px}
.headerBase .navItem{font-size:15px;padding:8px 14px}
.footerWrapper .footerGrid{grid-template-columns:1fr;gap:30px}
.cookiePopup .cookieButtons{flex-direction:column}
.cookiePopup .cookieButton{width:100%}
.cookieSettings .settingsButtons{flex-direction:column}
}
@media (max-width: 480px) {
.headerTop .brandTitle{font-size:22px}
.headerBase .siteLogo{width:90px;height:90px}
.headerBase .navItem{font-size:14px;padding:7px 12px}
}
.policy-main{max-width:960px;margin:0 auto;padding:60px 24px;background:#fff}
.policy-main h1{font-size:42px;line-height:1.2;color:#003A2B;margin:0 0 16px;font-weight:700;letter-spacing:-.5px}
.policy-main h2{font-size:32px;line-height:1.3;color:#003A2B;margin:48px 0 20px;font-weight:600;letter-spacing:-.3px}
.policy-main h3{font-size:24px;line-height:1.4;color:#003A2B;margin:36px 0 16px;font-weight:600}
.policy-main h4{font-size:20px;line-height:1.5;color:#003A2B;margin:28px 0 14px;font-weight:600}
.policy-main h5{font-size:18px;line-height:1.5;color:#003A2B;margin:24px 0 12px;font-weight:600}
.policy-main h6{font-size:16px;line-height:1.6;color:#003A2B;margin:20px 0 10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.policy-main p{font-size:16px;line-height:1.75;color:#2c3e50;margin:0 0 20px}
.policy-main strong,.policy-main b{font-weight:700;color:#003A2B}
.policy-main em,.policy-main i{font-style:italic;color:#34495e}
.policy-main a{color:#FB2B9C;text-decoration:none;border-bottom:1px solid #fb2b9c4d;transition:all .3s ease}
.policy-main a:hover{color:#d61e7f;border-bottom-color:#d61e7f}
.policy-main a:focus{outline:2px solid #FB2B9C;outline-offset:2px}
.policy-main ul,.policy-main ol{font-size:16px;line-height:1.75;color:#2c3e50;margin:0 0 24px;padding-left:32px}
.policy-main ul li,.policy-main ol li{margin-bottom:12px}
.policy-main ul li:last-child,.policy-main ol li:last-child{margin-bottom:0}
.policy-main ul{list-style-type:disc}
.policy-main ol{list-style-type:decimal}
.policy-main ul ul,.policy-main ol ol,.policy-main ul ol,.policy-main ol ul{margin:12px 0 0}
.policy-main hr{border:none;height:2px;background:linear-gradient(90deg,#fb2b9c33,#003a2b33,#d7b3e633);margin:48px 0}
.policy-main div{margin:0 0 20px}
.policy-main blockquote{border-left:4px solid #FB2B9C;padding:16px 24px;margin:32px 0;background:#d7b3e614;font-style:italic;color:#34495e}
.policy-main blockquote p{margin-bottom:0}
.policy-main code{background:#003a2b0d;padding:2px 6px;font-family:'Courier New',monospace;font-size:14px;color:#003A2B;border-radius:3px}
.policy-main pre{background:#003a2b0d;padding:20px;overflow-x:auto;margin:24px 0;border-left:4px solid #003A2B;border-radius:6px}
.policy-main pre code{background:none;padding:0}
.policy-main table{width:100%;border-collapse:collapse;margin:32px 0;font-size:15px}
.policy-main table th{background:linear-gradient(135deg,#FB2B9C,#003A2B);color:#fff;padding:14px 16px;text-align:left;font-weight:600}
.policy-main table td{padding:12px 16px;border-bottom:1px solid #003a2b1a;color:#2c3e50}
.policy-main table tr:hover td{background:#d7b3e60d}
@media (max-width: 768px) {
.policy-main{padding:40px 20px}
.policy-main h1{font-size:32px;margin-bottom:14px}
.policy-main h2{font-size:26px;margin:36px 0 16px}
.policy-main h3{font-size:22px;margin:28px 0 14px}
.policy-main h4{font-size:19px;margin:24px 0 12px}
.policy-main h5{font-size:17px;margin:20px 0 10px}
.policy-main h6{font-size:15px;margin:18px 0 10px}
.policy-main p,.policy-main ul,.policy-main ol{font-size:15px;line-height:1.7}
.policy-main ul,.policy-main ol{padding-left:24px}
.policy-main hr{margin:36px 0}
.policy-main blockquote{padding:12px 16px;margin:24px 0}
.policy-main table{font-size:14px}
.policy-main table th,.policy-main table td{padding:10px 12px}
}
@media (max-width: 480px) {
.policy-main{padding:32px 16px}
.policy-main h1{font-size:28px}
.policy-main h2{font-size:24px}
.policy-main h3{font-size:20px}
.policy-main table{font-size:13px}
.policy-main table th,.policy-main table td{padding:8px 10px}
}
.arsivel-breadcrumb-wrap{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:1.2rem 0;margin-bottom:2.5rem}
.arsivel-breadcrumb-wrap .content-limiter{max-width:960px;margin:0 auto;padding:0 1.5rem}
.arsivel-breadcrumb-wrap .crumb-trail{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;font-size:.9rem}
.arsivel-breadcrumb-wrap .crumb-trail a{color:#003A2B;text-decoration:none;transition:color .3s ease}
.arsivel-breadcrumb-wrap .crumb-trail a:hover{color:#FB2B9C}
.arsivel-breadcrumb-wrap .crumb-trail .separator{color:#6c757d;user-select:none}
.arsivel-breadcrumb-wrap .crumb-trail .active-crumb{color:#6c757d}
.article-main-container{max-width:960px;margin:0 auto;padding:0 1.5rem 4rem}
.article-header-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e9ecef}
.article-category-badge{display:inline-block;background:linear-gradient(135deg,#FB2B9C,#D7B3E6);color:#fff;padding:.4rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;margin-bottom:1.2rem;text-transform:uppercase;letter-spacing:.5px}
.article-header-section h1{font-size:2.5rem;line-height:1.3;color:#003A2B;margin:0 0 1rem;font-weight:700}
.article-subtitle-text{font-size:1.25rem;color:#495057;line-height:1.6;margin-bottom:1.5rem;font-weight:400}
.article-meta-info{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;color:#6c757d;font-size:.95rem}
.meta-author-name{font-weight:600;color:#003A2B}
.meta-readtime::before{content:"⏱";margin-right:.4rem}
.article-featured-image{width:100%;margin:0 0 3rem;border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #003a2b1f}
.article-featured-image img{width:100%;height:auto;display:block}
.article-content-body{font-size:1.1rem;line-height:1.8;color:#212529}
.article-content-body p{margin:0 0 1.5rem}
.article-content-body h2{font-size:2rem;color:#003A2B;margin:2.5rem 0 1.2rem;font-weight:700;position:relative;padding-left:1.5rem}
.article-content-body h2::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:70%;background:linear-gradient(180deg,#FB2B9C,#D7B3E6);border-radius:3px}
.article-content-body h3{font-size:1.5rem;color:#003A2B;margin:2rem 0 1rem;font-weight:600}
.article-content-body code{background:#f8f9fa;color:#FB2B9C;padding:.2rem .5rem;border-radius:4px;font-size:.95em;font-family:'Courier New',monospace}
.article-content-body del{color:#6c757d;text-decoration:line-through}
.article-content-body blockquote{margin:2rem 0;padding:1.5rem 2rem;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-left:5px solid #FB2B9C;font-style:italic;color:#495057;border-radius:0 6px 6px 0}
.article-content-body blockquote cite{display:block;margin-top:1rem;font-size:.9rem;color:#6c757d;font-style:normal}
.article-content-body table{width:100%;margin:2rem 0;border-collapse:collapse;box-shadow:0 4px 12px #00000014;border-radius:8px;overflow:hidden}
.article-content-body table caption{padding:1rem;background:linear-gradient(135deg,#003A2B,#004d39);color:#fff;font-weight:600;text-align:left;font-size:1.1rem}
.article-content-body table thead{background:#003A2B;color:#fff}
.article-content-body table th{padding:1rem;text-align:left;font-weight:600}
.article-content-body table tbody tr:nth-child(odd){background:#f8f9fa}
.article-content-body table tbody tr:nth-child(even){background:#fff}
.article-content-body table td{padding:1rem;border-bottom:1px solid #e9ecef}
.article-content-body table tbody tr:hover{background:#e9ecef}
.article-content-body time{color:#FB2B9C;font-weight:600}
.poll-interactive-section{margin-top:4rem;padding:2.5rem;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:8px;border:2px solid #e9ecef;box-shadow:0 4px 16px #0000000f}
.poll-interactive-section h3{font-size:1.5rem;color:#003A2B;margin:0 0 1.5rem;text-align:center;font-weight:600}
.poll-options-wrapper{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.poll-options-wrapper input[type="radio"]{display:none}
.poll-options-wrapper label{flex:1;min-width:200px;padding:1.5rem 2rem;background:#fff;border:2px solid #e9ecef;border-radius:8px;text-align:center;cursor:pointer;transition:all .3s ease;font-weight:600;color:#495057;position:relative;overflow:hidden}
.poll-options-wrapper label::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#FB2B9C,#D7B3E6);transition:left .3s ease;z-index:0}
.poll-options-wrapper label span{position:relative;z-index:1}
.poll-options-wrapper label:hover{border-color:#FB2B9C;transform:translateY(-2px);box-shadow:0 6px 16px #fb2b9c33}
.poll-options-wrapper input[type="radio"]:checked + label{background:linear-gradient(135deg,#FB2B9C,#D7B3E6);border-color:#FB2B9C;color:#fff}
.poll-options-wrapper input[type="radio"]:checked + label::before{left:0}
.poll-feedback-message{margin-top:1.5rem;padding:1rem;background:#d4edda;color:#155724;border-radius:6px;text-align:center;display:none;font-weight:500}
.poll-options-wrapper input[type="radio"]:checked ~ .poll-feedback-message{display:block}
@media (max-width: 768px) {
.article-header-section h1{font-size:2rem}
.article-subtitle-text{font-size:1.1rem}
.article-content-body{font-size:1rem}
.article-content-body h2{font-size:1.6rem}
.article-content-body h3{font-size:1.3rem}
.poll-options-wrapper{flex-direction:column}
.poll-options-wrapper label{min-width:auto}
.poll-interactive-section{padding:1.5rem}
.article-content-body table{font-size:.9rem}
.article-content-body table th,.article-content-body table td{padding:.7rem}
}
@media (max-width: 480px) {
.article-header-section h1{font-size:1.6rem}
.article-meta-info{flex-direction:column;align-items:flex-start;gap:.8rem}
.article-content-body blockquote{padding:1rem 1.5rem}
}
.authorPageIntro{background:linear-gradient(135deg,#FB2B9C 0%,#D7B3E6 100%);padding:80px 20px;position:relative;overflow:hidden}
.authorPageIntro::before{content:'';position:absolute;width:400px;height:400px;background:radial-gradient(circle,#003a2b26 0%,transparent 70%);top:-100px;right:-100px;border-radius:50%}
.authorPageIntro::after{content:'';position:absolute;width:300px;height:300px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);bottom:-80px;left:-80px;border-radius:50%}
.introContentWrapper{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center;position:relative;z-index:2}
.authorImageHolder{position:relative}
.authorImageHolder img{width:100%;height:420px;object-fit:cover;transform:rotate(-2deg);box-shadow:8px 8px 0 #003a2b33 16px 16px 0 #003a2b1a;border:6px solid #fff;filter:sepia(0.15) contrast(1.05)}
.introTextBlock h1{font-size:48px;color:#fff;margin:0 0 20px;line-height:1.2}
.introTextBlock h1 span{background:linear-gradient(90deg,#003A2B 0%,#003A2B 100%);padding:0 12px 4px;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.introTextBlock .authorRole{font-size:20px;color:#ffffffe6;margin:0 0 30px}
.introTextBlock .shortSummary{font-size:16px;line-height:1.7;color:#fffffff2;margin:0}
.journeySection{background:#fafafa;padding:100px 20px}
.journeyContentHolder{max-width:960px;margin:0 auto}
.journeySection .sectionTitleArea{text-align:center;margin-bottom:70px}
.journeySection .sectionTitleArea h2{font-size:38px;color:#003A2B;margin:0 0 16px;position:relative;display:inline-block}
.journeySection .sectionTitleArea h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FB2B9C,#D7B3E6)}
.journeySection .sectionTitleArea p{font-size:17px;color:#555;margin:24px 0 0;line-height:1.6}
.timelineHolder{position:relative;padding-left:40px}
.timelineHolder::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#FB2B9C,#D7B3E6)}
.timelineItem{position:relative;margin-bottom:50px;padding-left:30px}
.timelineItem::before{content:'';position:absolute;left:-46px;top:8px;width:16px;height:16px;background:#FB2B9C;border:3px solid #fafafa;border-radius:50%;box-shadow:0 0 0 3px #fb2b9c33}
.timelineItem h3{font-size:24px;color:#003A2B;margin:0 0 12px}
.timelineItem .timelinePeriod{font-size:14px;color:#FB2B9C;font-weight:600;margin-bottom:10px;display:block}
.timelineItem p{font-size:16px;color:#666;line-height:1.7;margin:0}
.expertiseSection{background:#fff;padding:100px 20px}
.expertiseContentContainer{max-width:960px;margin:0 auto}
.expertiseSection .topHeadline{text-align:center;margin-bottom:60px}
.expertiseSection .topHeadline h2{font-size:38px;color:#003A2B;margin:0 0 20px}
.expertiseSection .topHeadline p{font-size:17px;color:#666;margin:0;line-height:1.6}
.specialtyCardsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.specialtyCard{background:linear-gradient(135deg,#fafafa 0%,#f5f5f5 100%);padding:40px;border-left:5px solid #FB2B9C;position:relative;overflow:hidden;transition:all .3s ease}
.specialtyCard::before{content:'';position:absolute;right:-30px;bottom:-30px;width:120px;height:120px;background:radial-gradient(circle,#d7b3e633 0%,transparent 70%);border-radius:50%;transition:all .3s ease}
.specialtyCard:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}
.specialtyCard:hover::before{transform:scale(1.2)}
.specialtyCard:nth-child(2){border-left-color:#D7B3E6}
.specialtyCard:nth-child(3){border-left-color:#003A2B}
.specialtyCard:nth-child(4){border-left-color:#FB2B9C}
.specialtyCard h3{font-size:22px;color:#003A2B;margin:0 0 16px;position:relative;z-index:2}
.specialtyCard p{font-size:15px;color:#666;line-height:1.7;margin:0 0 20px;position:relative;z-index:2}
.specialtyCard ul{list-style:none;padding:0;margin:0;position:relative;z-index:2}
.specialtyCard ul li{font-size:14px;color:#555;padding-left:24px;margin-bottom:10px;position:relative}
.specialtyCard ul li::before{content:'→';position:absolute;left:0;color:#FB2B9C;font-weight:600}
@media (max-width: 968px) {
.introContentWrapper{grid-template-columns:1fr;gap:40px}
.authorImageHolder img{height:380px}
.introTextBlock h1{font-size:40px}
.specialtyCardsGrid{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 600px) {
.authorPageIntro{padding:60px 20px}
.introTextBlock h1{font-size:32px}
.introTextBlock .authorRole{font-size:18px}
.authorImageHolder img{height:320px;transform:rotate(-1deg)}
.journeySection{padding:70px 20px}
.journeySection .sectionTitleArea h2{font-size:30px}
.timelineHolder{padding-left:30px}
.timelineItem{padding-left:20px}
.timelineItem h3{font-size:20px}
.expertiseSection{padding:70px 20px}
.expertiseSection .topHeadline h2{font-size:30px}
.specialtyCard{padding:30px}
}
.arsivel-hero-section{background:linear-gradient(135deg,#FB2B9C 0%,#003A2B 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.arsivel-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#d7b3e633 0%,transparent 70%);border-radius:50%}
.hero-content-wrapper{max-width:960px;margin:0 auto;position:relative;z-index:2}
.hero-content-wrapper h1{color:#fff;font-size:48px;font-weight:700;margin:0 0 20px;letter-spacing:-.5px}
.hero-subtitle-text{color:#ffffffe6;font-size:20px;line-height:1.6;max-width:680px}
.blog-main-container{max-width:960px;margin:0 auto;padding:60px 20px}
.posts-grid-layout{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:40px;margin:0 0 80px}
.post-card-item{background:#fff;border:1px solid #e8e8e8;display:flex;flex-direction:column;transition:all .3s ease;position:relative;overflow:hidden}
.post-card-item::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FB2B9C 0%,#D7B3E6 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.post-card-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}
.post-card-item:hover::after{transform:scaleX(1)}
.post-image-wrapper{width:100%;height:220px;overflow:hidden;background:#f5f5f5}
.post-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.post-card-item:hover .post-image-wrapper img{transform:scale(1.08)}
.post-content-area{padding:24px;flex:1;display:flex;flex-direction:column}
.post-meta-row{display:flex;align-items:center;gap:12px;margin:0 0 12px;flex-wrap:wrap}
.category-badge{background:linear-gradient(135deg,#FB2B9C 0%,#D7B3E6 100%);color:#fff;padding:4px 12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:4px}
.read-time-label{color:#666;font-size:14px;display:flex;align-items:center;gap:4px}
.read-time-label::before{content:'●';color:#FB2B9C;font-size:8px}
.post-title-link{color:#003A2B;font-size:24px;font-weight:700;margin:0 0 8px;line-height:1.3;text-decoration:none;display:block;transition:color .3s ease}
.post-title-link:hover{color:#FB2B9C}
.post-subtitle-text{color:#555;font-size:16px;margin:0 0 12px;line-height:1.5}
.post-description-text{color:#666;font-size:15px;line-height:1.6;margin:0 0 16px;flex:1}
.post-author-info{display:flex;align-items:center;gap:8px;padding-top:12px;border-top:1px solid #e8e8e8}
.author-icon-circle{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#D7B3E6 0%,#FB2B9C 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:600}
.author-name-text{color:#333;font-size:14px;font-weight:500}
.featured-insights-section{background:#f9f9f9;padding:60px 20px;margin:0 0 80px}
.insights-wrapper{max-width:960px;margin:0 auto}
.section-header-text h2{color:#003A2B;font-size:36px;font-weight:700;margin:0 0 12px;position:relative;display:inline-block}
.section-header-text h2::after{content:'';position:absolute;bottom:-8px;left:0;width:60%;height:3px;background:linear-gradient(90deg,#FB2B9C 0%,#D7B3E6 100%)}
.section-intro-para{color:#666;font-size:18px;line-height:1.6;margin:24px 0 40px;max-width:720px}
.insight-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.insight-card-block{background:#fff;padding:32px 28px;border-left:4px solid #FB2B9C;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}
.insight-card-block:nth-child(2){border-left-color:#D7B3E6}
.insight-card-block:nth-child(3){border-left-color:#003A2B}
.insight-card-block:hover{box-shadow:0 6px 16px #0000001f;transform:translateX(4px)}
.insight-icon-box{width:56px;height:56px;background:linear-gradient(135deg,#FB2B9C 0%,#D7B3E6 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin:0 0 20px}
.insight-icon-box svg{width:28px;height:28px;fill:#fff}
.insight-card-block h3{color:#003A2B;font-size:22px;font-weight:700;margin:0 0 12px}
.insight-card-block p{color:#666;font-size:15px;line-height:1.6;margin:0}
.newsletter-subscribe-section{background:linear-gradient(135deg,#003A2B 0%,#FB2B9C 100%);padding:70px 20px;position:relative;overflow:hidden}
.newsletter-subscribe-section::before{content:'';position:absolute;top:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#d7b3e626 0%,transparent 70%);border-radius:50%}
.newsletter-content-box{max-width:660px;margin:0 auto;text-align:center;position:relative;z-index:2}
.newsletter-content-box h2{color:#fff;font-size:38px;font-weight:700;margin:0 0 16px}
.newsletter-content-box p{color:#ffffffe6;font-size:18px;line-height:1.6;margin:0 0 32px}
.newsletter-form-element{display:flex;gap:12px;max-width:520px;margin:0 auto}
.email-input-field{flex:1;padding:16px 20px;font-size:16px;border:2px solid #ffffff4d;background:#ffffff1a;color:#fff;border-radius:6px;transition:all .3s ease}
.email-input-field::placeholder{color:#fff9}
.email-input-field:focus{outline:none;border-color:#D7B3E6;background:#ffffff26}
.subscribe-button-cta{padding:16px 32px;background:#fff;color:#FB2B9C;font-size:16px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.subscribe-button-cta:hover{background:#D7B3E6;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #0003}
.resource-hub-section{padding:80px 20px;background:#fff}
.resource-hub-wrapper{max-width:960px;margin:0 auto}
.resource-hub-wrapper h2{color:#003A2B;font-size:36px;font-weight:700;margin:0 0 40px;text-align:center}
.resource-tabs-container{display:flex;flex-direction:column}
.tab-radio-input{display:none}
.tabs-navigation-bar{display:flex;gap:8px;border-bottom:2px solid #e8e8e8;margin:0 0 32px;flex-wrap:wrap}
.tab-label-button{padding:14px 28px;background:transparent;color:#666;font-size:16px;font-weight:600;cursor:pointer;border:none;border-bottom:3px solid transparent;transition:all .3s ease;position:relative}
.tab-label-button:hover{color:#FB2B9C;background:#fb2b9c0d}
.tab-radio-input:checked + .tab-label-button{color:#FB2B9C;border-bottom-color:#FB2B9C}
.tab-content-panel{display:none;animation:fadeInContent .4s ease}
.tab-radio-input:checked ~ .tab-content-panel{display:block}
@keyframes fadeInContent {
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}
.resource-list-items{display:flex;flex-direction:column;gap:20px}
.resource-item-row{display:flex;align-items:center;gap:20px;padding:20px;background:#f9f9f9;border-left:4px solid #FB2B9C;transition:all .3s ease}
.resource-item-row:hover{background:#fff;box-shadow:0 4px 12px #00000014;transform:translateX(4px)}
.resource-icon-marker{width:48px;height:48px;background:linear-gradient(135deg,#FB2B9C 0%,#D7B3E6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.resource-icon-marker svg{width:24px;height:24px;fill:#fff}
.resource-text-content{flex:1}
.resource-text-content h4{color:#003A2B;font-size:18px;font-weight:700;margin:0 0 6px}
.resource-text-content p{color:#666;font-size:15px;margin:0;line-height:1.5}
@media (max-width: 768px) {
.arsivel-hero-section{padding:60px 20px 40px}
.hero-content-wrapper h1{font-size:36px}
.hero-subtitle-text{font-size:18px}
.posts-grid-layout{grid-template-columns:1fr;gap:30px}
.section-header-text h2{font-size:28px}
.section-intro-para{font-size:16px}
.insight-cards-grid{grid-template-columns:1fr}
.newsletter-content-box h2{font-size:28px}
.newsletter-form-element{flex-direction:column}
.subscribe-button-cta{width:100%}
.tabs-navigation-bar{flex-direction:column;border-bottom:none}
.tab-label-button{border-bottom:none;border-left:3px solid transparent;text-align:left}
.tab-radio-input:checked + .tab-label-button{border-bottom-color:transparent;border-left-color:#FB2B9C;background:#fb2b9c0d}
.resource-item-row{flex-direction:column;align-items:flex-start}
}
@media (max-width: 480px) {
.hero-content-wrapper h1{font-size:28px}
.post-title-link{font-size:20px}
.newsletter-content-box h2{font-size:24px}
.resource-hub-wrapper h2{font-size:28px}
}
.arsivel-services-hero{background:linear-gradient(135deg,#FB2B9C 0%,#003A2B 100%);padding:0;position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center}
.arsivel-services-hero .hero-decor-layer-1{position:absolute;top:-10%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,#d7b3e633 0%,transparent 70%);border-radius:50%;animation:float-slow 20s ease-in-out infinite}
.arsivel-services-hero .hero-decor-layer-2{position:absolute;bottom:-15%;left:-8%;width:500px;height:500px;background:radial-gradient(circle,#fb2b9c26 0%,transparent 70%);border-radius:50%;animation:float-medium 15s ease-in-out infinite}
@keyframes float-slow {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(-30px,40px) scale(1.1)}
}
@keyframes float-medium {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(40px,-30px) scale(1.05)}
}
.arsivel-services-hero .hero-content-wrapper{max-width:960px;margin:0 auto;padding:80px 24px;position:relative;z-index:2}
.arsivel-services-hero .hero-title-main{font-size:3.2rem;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.2;animation:slide-fade-in 1s ease-out}
.arsivel-services-hero .hero-title-accent{color:#D7B3E6}
@keyframes slide-fade-in {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.arsivel-services-hero .hero-description-text{font-size:1.2rem;color:#ffffffe6;line-height:1.7;margin:0 0 36px;max-width:640px;animation:slide-fade-in 1.2s ease-out}
.arsivel-services-hero .hero-visual-element{position:absolute;right:60px;top:50%;transform:translateY(-50%);width:380px;height:380px;opacity:.3;animation:pulse-rotate 25s linear infinite}
@keyframes pulse-rotate {
0%,100%{transform:translateY(-50%) rotate(0deg) scale(1);opacity:.3}
50%{transform:translateY(-50%) rotate(180deg) scale(1.15);opacity:.2}
}
.arsivel-services-hero .hero-visual-element img{width:100%;height:100%;object-fit:cover;border-radius:8px;filter:brightness(1.2) contrast(0.9)}
.services-offerings-section{padding:100px 24px;background:#f8f9fa;position:relative}
.services-offerings-section .section-content-container{max-width:960px;margin:0 auto}
.services-offerings-section .section-heading-wrapper{margin-bottom:60px}
.services-offerings-section .section-heading-title{font-size:2.4rem;font-weight:700;color:#003A2B;margin:0 0 16px;position:relative;display:inline-block}
.services-offerings-section .section-heading-title::before{content:'';position:absolute;bottom:-8px;left:0;width:60%;height:4px;background:linear-gradient(90deg,#FB2B9C 0%,#D7B3E6 100%);border-radius:2px}
.services-offerings-section .section-subheading-text{font-size:1.1rem;color:#495057;line-height:1.6;margin:24px 0 0;max-width:700px}
.services-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:80px}
.service-card-item{background:#fff;padding:40px 32px;border-radius:8px;box-shadow:0 4px 12px #00000014;transition:all .3s ease;position:relative;overflow:hidden}
.service-card-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FB2B9C 0%,#003A2B 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.service-card-item:hover::before{transform:scaleX(1)}
.service-card-item:hover{transform:translateY(-6px);box-shadow:0 8px 24px #fb2b9c26}
.service-card-item .card-icon-wrapper{width:64px;height:64px;background:linear-gradient(135deg,#FB2B9C 0%,#D7B3E6 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.service-card-item .card-icon-wrapper i{font-size:32px;color:#fff}
.service-card-item .card-title-heading{font-size:1.4rem;font-weight:600;color:#003A2B;margin:0 0 12px}
.service-card-item .card-description-paragraph{font-size:1rem;color:#495057;line-height:1.6;margin:0 0 20px}
.service-card-item .card-price-display{font-size:1.8rem;font-weight:700;color:#FB2B9C;margin:0}
.service-card-item .card-price-currency{font-size:1.1rem;font-weight:400;color:#6c757d}
.services-expertise-block{background:#fff;padding:60px 48px;border-radius:8px;box-shadow:0 2px 8px #0000000f;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.services-expertise-block .expertise-content-area{padding-right:20px}
.services-expertise-block .expertise-heading-main{font-size:2rem;font-weight:700;color:#003A2B;margin:0 0 24px;position:relative}
.services-expertise-block .expertise-heading-main::after{content:'';position:absolute;bottom:-12px;left:0;width:80px;height:3px;background:#FB2B9C}
.services-expertise-block .expertise-description-text{font-size:1.05rem;color:#495057;line-height:1.7;margin:36px 0 32px}
.services-expertise-block .expertise-features-list{list-style:none;padding:0;margin:0}
.services-expertise-block .expertise-features-list li{padding:12px 0 12px 32px;position:relative;font-size:1rem;color:#212529;line-height:1.5}
.services-expertise-block .expertise-features-list li::before{content:'';position:absolute;left:0;top:18px;width:18px;height:18px;background:linear-gradient(135deg,#FB2B9C 0%,#D7B3E6 100%);border-radius:3px}
.services-expertise-block .expertise-visual-wrapper{position:relative}
.services-expertise-block .expertise-visual-wrapper img{width:100%;height:auto;border-radius:8px;box-shadow:0 8px 20px #003a2b1f}
.services-expertise-block .expertise-testimonial-card{background:#003A2B;color:#fff;padding:24px 28px;border-radius:8px;margin-top:32px;position:relative}
.services-expertise-block .expertise-testimonial-card::before{content:'"';position:absolute;top:-10px;left:20px;font-size:4rem;color:#FB2B9C;line-height:1;font-family:Georgia,serif}
.services-expertise-block .testimonial-quote-text{font-size:1rem;line-height:1.6;margin:0 0 16px;font-style:italic}
.services-expertise-block .testimonial-author-wrapper{display:flex;align-items:center;gap:16px}
.services-expertise-block .testimonial-author-image{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #D7B3E6}
.services-expertise-block .testimonial-author-info .author-name-text{font-size:1rem;font-weight:600;margin:0;color:#D7B3E6}
.services-expertise-block .testimonial-author-info .author-role-text{font-size:.9rem;margin:4px 0 0;color:#fffc}
.services-process-timeline{padding:100px 24px;background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%)}
.services-process-timeline .timeline-content-wrapper{max-width:960px;margin:0 auto}
.services-process-timeline .timeline-heading-main{font-size:2.4rem;font-weight:700;color:#003A2B;text-align:center;margin:0 0 60px}
.timeline-steps-container{position:relative}
.timeline-steps-container::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#FB2B9C 0%,#D7B3E6 100%);transform:translateX(-50%)}
.timeline-step-item{display:grid;grid-template-columns:1fr 80px 1fr;gap:24px;margin-bottom:48px;align-items:center}
.timeline-step-item:nth-child(odd) .step-content-box{grid-column:1}
.timeline-step-item:nth-child(odd) .step-marker-circle{grid-column:2}
.timeline-step-item:nth-child(odd) .step-visual-placeholder{grid-column:3}
.timeline-step-item:nth-child(even) .step-visual-placeholder{grid-column:1}
.timeline-step-item:nth-child(even) .step-marker-circle{grid-column:2}
.timeline-step-item:nth-child(even) .step-content-box{grid-column:3}
.timeline-step-item .step-marker-circle{width:80px;height:80px;background:linear-gradient(135deg,#FB2B9C 0%,#003A2B 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.6rem;font-weight:700;box-shadow:0 4px 12px #fb2b9c4d;position:relative;z-index:2;margin:0 auto}
.timeline-step-item .step-content-box{background:#fff;padding:32px;border-radius:8px;box-shadow:0 4px 12px #00000014}
.timeline-step-item .step-title-heading{font-size:1.3rem;font-weight:600;color:#003A2B;margin:0 0 12px}
.timeline-step-item .step-description-paragraph{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.timeline-step-item .step-visual-placeholder{min-height:1px}
.services-cta-section{background:linear-gradient(135deg,#003A2B 0%,#FB2B9C 100%);padding:80px 24px;text-align:center}
.services-cta-section .cta-content-wrapper{max-width:720px;margin:0 auto}
.services-cta-section .cta-heading-text{font-size:2.2rem;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.3}
.services-cta-section .cta-description-text{font-size:1.1rem;color:#ffffffe6;line-height:1.6;margin:0 0 40px}
.services-cta-section .cta-button-primary{display:inline-block;padding:16px 48px;background:#fff;color:#003A2B;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:6px;box-shadow:0 4px 12px #00000026;transition:all .3s ease;position:relative;z-index:10}
.services-cta-section .cta-button-primary:hover{background:#D7B3E6;color:#003A2B;transform:translateY(-3px);box-shadow:0 6px 20px #0003}
.services-cta-section .cta-contact-info{margin-top:32px;font-size:1rem;color:#ffffffd9}
.services-cta-section .cta-contact-info a{color:#D7B3E6;text-decoration:none;font-weight:500;transition:color .3s ease}
.services-cta-section .cta-contact-info a:hover{color:#fff}
@media (max-width: 768px) {
.arsivel-services-hero{min-height:400px}
.arsivel-services-hero .hero-content-wrapper{padding:60px 20px}
.arsivel-services-hero .hero-title-main{font-size:2.2rem}
.arsivel-services-hero .hero-description-text{font-size:1.05rem}
.arsivel-services-hero .hero-visual-element{display:none}
.services-offerings-section{padding:60px 20px}
.services-offerings-section .section-heading-title{font-size:2rem}
.services-grid-layout{grid-template-columns:1fr;gap:24px}
.services-expertise-block{grid-template-columns:1fr;padding:40px 24px;gap:32px}
.services-expertise-block .expertise-content-area{padding-right:0}
.services-expertise-block .expertise-heading-main{font-size:1.7rem}
.services-process-timeline{padding:60px 20px}
.services-process-timeline .timeline-heading-main{font-size:2rem}
.timeline-steps-container::before{left:40px}
.timeline-step-item{grid-template-columns:80px 1fr;gap:20px}
.timeline-step-item:nth-child(odd) .step-marker-circle,.timeline-step-item:nth-child(even) .step-marker-circle{grid-column:1;grid-row:1}
.timeline-step-item:nth-child(odd) .step-content-box,.timeline-step-item:nth-child(even) .step-content-box{grid-column:2;grid-row:1}
.timeline-step-item:nth-child(odd) .step-visual-placeholder,.timeline-step-item:nth-child(even) .step-visual-placeholder{display:none}
.timeline-step-item .step-marker-circle{width:60px;height:60px;font-size:1.3rem}
.services-cta-section{padding:60px 20px}
.services-cta-section .cta-heading-text{font-size:1.8rem}
.services-cta-section .cta-button-primary{padding:14px 36px;font-size:1rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.services-grid-layout{grid-template-columns:repeat(2,1fr)}
.arsivel-services-hero .hero-visual-element{width:280px;height:280px;right:40px}
}
.arsivelTop{background:linear-gradient(135deg,#FB2B9C 0%,#003A2B 100%);padding:3.5rem 1.5rem;position:relative;overflow:hidden}
.arsivelTop::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(ellipse,#d7b3e64d 0%,transparent 70%);transform:rotate(-15deg)}
.topWrapper{max-width:960px;margin:0 auto;position:relative;z-index:2}
.topWrapper h1{color:#fff;font-size:2.8rem;font-weight:700;margin:0 0 1rem;line-height:1.2}
.topWrapper .leadText{color:#fffffff2;font-size:1.15rem;line-height:1.6;max-width:680px}
.contentGrid{max-width:960px;margin:0 auto;padding:0 1.5rem}
.whyFollow{padding:4rem 0 3rem;border-bottom:2px solid #D7B3E6}
.whyFollow h2{color:#003A2B;font-size:2rem;font-weight:700;margin:0 0 2rem}
.reasonBox{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2.5rem}
.reasonCard{background:linear-gradient(145deg,#fff 0%,#f9f9f9 100%);border:1px solid #D7B3E6;padding:2rem;border-radius:8px;box-shadow:0 4px 12px #003a2b14;transition:all .3s ease}
.reasonCard:hover{transform:translateY(-4px);box-shadow:0 8px 20px #fb2b9c26}
.reasonCard h3{color:#FB2B9C;font-size:1.35rem;font-weight:600;margin:0 0 1rem}
.reasonCard p{color:#003A2B;font-size:1rem;line-height:1.7;margin:0}
.topicsNav{padding:3.5rem 0;background:linear-gradient(180deg,#d7b3e61a 0%,#d7b3e60d 100%)}
.topicsNav h2{color:#003A2B;font-size:2rem;font-weight:700;margin:0 0 2rem}
.topicChips{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}
.topicTag{display:inline-block;padding:.7rem 1.5rem;background:#fff;color:#003A2B;text-decoration:none;border:2px solid #D7B3E6;border-radius:6px;font-size:.95rem;font-weight:600;transition:all .3s ease;box-shadow:0 2px 6px #003a2b0d}
.topicTag:hover{background:linear-gradient(135deg,#FB2B9C 0%,#D7B3E6 100%);color:#fff;border-color:#FB2B9C;transform:scale(1.05);box-shadow:0 4px 12px #fb2b9c40}
.featuredPosts{padding:4rem 0}
.featuredPosts h2{color:#003A2B;font-size:2rem;font-weight:700;margin:0 0 2.5rem;position:relative;padding-bottom:1rem}
.featuredPosts h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#FB2B9C 0%,#D7B3E6 100%);border-radius:2px}
.postList{display:grid;grid-template-columns:1fr;gap:2.5rem}
.postItem{display:grid;grid-template-columns:280px 1fr;gap:2rem;background:#fff;border:1px solid #d7b3e64d;border-radius:8px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #003a2b0f}
.postItem:hover{box-shadow:0 8px 24px #fb2b9c26;transform:translateY(-3px)}
.postThumb{width:280px;height:200px;object-fit:cover}
.postContent{padding:1.5rem 2rem 1.5rem 0;display:flex;flex-direction:column;justify-content:space-between}
.postMeta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}
.postCategory{display:inline-block;padding:.4rem 1rem;background:linear-gradient(135deg,#D7B3E6 0%,#FB2B9C 100%);color:#fff;font-size:.85rem;font-weight:600;border-radius:5px;text-transform:uppercase;letter-spacing:.5px}
.postReadtime{color:#003A2B;font-size:.9rem;opacity:.7}
.postContent h3{color:#003A2B;font-size:1.6rem;font-weight:700;margin:0 0 .8rem;line-height:1.3}
.postContent h4{color:#FB2B9C;font-size:1.1rem;font-weight:600;margin:0 0 1rem;line-height:1.4}
.postExcerpt{color:#003A2B;font-size:1rem;line-height:1.7;margin:0 0 1.5rem;opacity:.85}
.postFooter{display:flex;justify-content:space-between;align-items:center;margin-top:auto}
.postAuthor{color:#003A2B;font-size:.95rem;font-weight:600}
.readLink{display:inline-flex;align-items:center;padding:.7rem 1.8rem;background:linear-gradient(135deg,#FB2B9C 0%,#D7B3E6 100%);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:.95rem;transition:all .3s ease;box-shadow:0 4px 12px #fb2b9c33}
.readLink:hover{background:linear-gradient(135deg,#D7B3E6 0%,#FB2B9C 100%);transform:translateX(4px);box-shadow:0 6px 16px #fb2b9c4d}
.seriesBlock{padding:4rem 0;background:linear-gradient(180deg,#fff 0%,#d7b3e614 100%)}
.seriesBlock h2{color:#003A2B;font-size:2rem;font-weight:700;margin:0 0 2.5rem}
.seriesGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}
.seriesCard{background:#fff;border:2px solid #D7B3E6;border-radius:8px;padding:2rem;transition:all .3s ease;box-shadow:0 4px 12px #003a2b14;position:relative;overflow:hidden}
.seriesCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#FB2B9C 0%,#D7B3E6 100%)}
.seriesCard:hover{transform:translateY(-6px);box-shadow:0 12px 28px #fb2b9c33;border-color:#FB2B9C}
.seriesCard h3{color:#FB2B9C;font-size:1.5rem;font-weight:700;margin:0 0 1rem}
.seriesCard p{color:#003A2B;font-size:1rem;line-height:1.7;margin:0 0 1.5rem}
.seriesCount{display:inline-block;padding:.5rem 1rem;background:#d7b3e633;color:#003A2B;font-size:.9rem;font-weight:600;border-radius:5px}
.exploreBtn{display:inline-block;margin-top:1rem;padding:.8rem 2rem;background:linear-gradient(135deg,#003A2B 0%,#FB2B9C 100%);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #003a2b26}
.exploreBtn:hover{background:linear-gradient(135deg,#FB2B9C 0%,#003A2B 100%);transform:translateY(-2px);box-shadow:0 6px 18px #fb2b9c40}
@media (max-width: 768px) {
.arsivelTop{padding:2.5rem 1rem}
.topWrapper h1{font-size:2rem}
.topWrapper .leadText{font-size:1rem}
.reasonBox{grid-template-columns:1fr;gap:1.5rem}
.topicChips{gap:.8rem}
.postItem{grid-template-columns:1fr;gap:0}
.postThumb{width:100%;height:220px}
.postContent{padding:1.5rem}
.postContent h3{font-size:1.4rem}
.postFooter{flex-direction:column;align-items:flex-start;gap:1rem}
.seriesGrid{grid-template-columns:1fr}
.whyFollow h2,.topicsNav h2,.featuredPosts h2,.seriesBlock h2{font-size:1.7rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.postItem{grid-template-columns:220px 1fr;gap:1.5rem}
.postThumb{width:220px;height:180px}
.seriesGrid{grid-template-columns:repeat(2,1fr)}
}
.successMain{min-height:85vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:40px 20px}
.successMain::before{content:'';position:absolute;width:600px;height:600px;background:radial-gradient(circle,#fb2b9c26,transparent 70%);top:-200px;left:-100px;border-radius:50%;filter:blur(80px);z-index:0}
.successMain::after{content:'';position:absolute;width:500px;height:500px;background:radial-gradient(circle,#003a2b1f,transparent 70%);bottom:-150px;right:-80px;border-radius:50%;filter:blur(90px);z-index:0}
.successWrapper{max-width:720px;width:100%;margin:0 auto;position:relative;z-index:2}
.confirmIconArea{display:flex;justify-content:center;margin-bottom:48px;position:relative}
.confirmShape{width:140px;height:140px;position:relative;clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%);background:linear-gradient(135deg,#FB2B9C 0%,#D7B3E6 100%);display:flex;align-items:center;justify-content:center;animation:floatPulse 3s ease-in-out infinite}
@keyframes floatPulse {
0%,100%{transform:translateY(0) scale(1)}
50%{transform:translateY(-10px) scale(1.05)}
}
.confirmShape::before{content:'';position:absolute;inset:8px;background:#fff;clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%)}
.confirmShape svg{width:60px;height:60px;position:relative;z-index:1}
.confirmShape svg path{fill:none;stroke:#FB2B9C;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100;animation:checkDraw .8s ease-out forwards .3s}
@keyframes checkDraw {
to{stroke-dashoffset:0}
}
.successTextBlock{text-align:center;margin-bottom:52px}
.successTextBlock h1{font-size:42px;font-weight:700;color:#003A2B;margin:0 0 20px;line-height:1.2}
.successTextBlock p{font-size:18px;line-height:1.7;color:#2c3e50;margin:0 auto;max-width:580px}
.actionButtons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.actionButtons .primaryBtn{background:linear-gradient(90deg,#FB2B9C 0%,#003A2B 100%);color:#fff;padding:16px 36px;font-size:17px;font-weight:600;text-decoration:none;border-radius:8px;border:none;transition:all .3s ease;display:inline-block;position:relative;overflow:hidden;z-index:1}
.actionButtons .primaryBtn::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#003A2B 0%,#FB2B9C 100%);z-index:-1;opacity:0;transition:opacity .3s ease}
.actionButtons .primaryBtn:hover::before{opacity:1}
.actionButtons .primaryBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fb2b9c59}
.actionButtons .secondaryBtn{background:transparent;color:#003A2B;padding:16px 36px;font-size:17px;font-weight:600;text-decoration:none;border-radius:8px;border:2px solid #003A2B;transition:all .3s ease;display:inline-block}
.actionButtons .secondaryBtn:hover{background:#003A2B;color:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #003a2b40}
.decorAccent{position:absolute;width:80px;height:80px;border:3px solid #d7b3e64d;border-radius:50%;top:10%;right:8%;animation:rotateDecor 12s linear infinite}
.decorAccent::before{content:'';position:absolute;width:12px;height:12px;background:#D7B3E6;border-radius:50%;top:-6px;left:50%;transform:translateX(-50%)}
@keyframes rotateDecor {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.decorShape{position:absolute;width:60px;height:60px;background:linear-gradient(45deg,#fb2b9c14,#d7b3e614);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);bottom:15%;left:6%;animation:floatShape 5s ease-in-out infinite}
@keyframes floatShape {
0%,100%{transform:translateY(0) rotate(0deg)}
50%{transform:translateY(-15px) rotate(15deg)}
}
@media (max-width: 768px) {
.successMain{padding:30px 16px}
.confirmShape{width:110px;height:110px}
.confirmShape svg{width:48px;height:48px}
.successTextBlock h1{font-size:32px}
.successTextBlock p{font-size:16px}
.actionButtons{flex-direction:column;align-items:stretch}
.actionButtons .primaryBtn,.actionButtons .secondaryBtn{width:100%;text-align:center}
.decorAccent{width:60px;height:60px;top:8%;right:5%}
.decorShape{width:45px;height:45px}
}
@media (max-width: 480px) {
.successTextBlock h1{font-size:28px}
.confirmShape{width:100px;height:100px}
.confirmShape svg{width:42px;height:42px}
.confirmIconArea{margin-bottom:36px}
.successTextBlock{margin-bottom:40px}
}