﻿:root{--orange: #ff6600;--orange-dark: #db4f00;--ink: #12151c;--muted: #5d6470;--soft: #f5f6f8;--line: #dde1e7;--footer: #15171c;--white: #ffffff;--shadow: 0 14px 32px rgba(18, 21, 28, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Lato,Arial,Helvetica,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img,video{display:block;max-width:100%}.site-header{position:fixed;top:0;left:0;z-index:100;width:100%;background:var(--white);box-shadow:0 2px 14px #00000014}.topbar{display:flex;align-items:center;justify-content:space-between;width:min(1180px,calc(100% - 32px));min-height:86px;margin:0 auto;gap:24px}.brand img{width:min(312px,calc(100vw - 112px));height:auto}.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);background:var(--white);color:var(--ink);place-items:center}.nav-panel{display:flex;align-items:center;gap:2px}.nav-link{display:inline-flex;align-items:center;gap:5px;min-height:44px;padding:0 15px;border:0;background:transparent;color:#1c1f25;font-weight:700;line-height:1.2;cursor:pointer}.nav-link:hover,.nav-link.active{color:var(--orange)}.dropdown{position:relative}.dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;display:grid;width:360px;padding:8px 0;border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.16s ease}.dropdown-menu.compact{width:240px}.nav-group{position:relative;display:grid}.submenu-button{justify-content:space-between;width:100%;text-align:left}.submenu-button svg{margin-left:auto;transition:transform .16s ease}.nav-group.open>.submenu-button{color:var(--orange)}.nav-group.open>.submenu-button svg{transform:rotate(-90deg)}.dropdown-submenu{position:absolute;top:0;left:100%;z-index:2;display:grid;width:310px;padding:8px 0;border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateX(8px);transition:.16s ease}.nav-group.open>.dropdown-submenu{opacity:1;visibility:visible;transform:translateX(0)}.dropdown-menu .nested-link{min-height:34px;padding:8px 16px;color:var(--muted);font-size:.88rem;font-weight:600}.dropdown-menu .nested-link:hover{color:var(--orange)}.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu .nav-link{justify-content:flex-start;min-height:40px;width:100%;padding:9px 16px;font-size:.94rem;font-weight:600}.home-hero{position:relative;min-height:clamp(380px,55vw,540px);margin-top:86px;overflow:hidden;background:#111}.home-hero>img,.home-hero>video{width:100%;height:clamp(380px,55vw,540px);object-fit:cover}.home-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#000000b8,#0003)}.home-hero-content{position:absolute;top:50%;left:max(28px,calc((100vw - 1180px)/2));width:min(720px,calc(100% - 110px));color:var(--white);transform:translateY(-50%)}.home-hero-content span{color:#ffb17a;font-size:.82rem;font-weight:900;text-transform:uppercase}.home-hero-content h1{margin:10px 0;font-size:clamp(2.3rem,5vw,4.6rem);line-height:1;text-transform:uppercase}.home-hero-content p{max-width:680px;margin:8px 0 0;font-size:clamp(1.05rem,2.2vw,1.75rem);font-weight:700;line-height:1.35}.home-hero-content .subtitle{font-size:clamp(1.05rem,2vw,1.45rem);font-weight:400}.hero-control{position:absolute;top:50%;display:grid;width:44px;height:54px;place-items:center;border:0;background:#ffffff38;color:var(--white);cursor:pointer;transform:translateY(-50%)}.hero-control:hover{background:#ff6600e6}.hero-control.previous{left:18px}.hero-control.next{right:18px}.hero-dots{position:absolute;right:0;bottom:22px;left:0;display:flex;justify-content:center;gap:9px}.hero-dots button{width:12px;height:12px;border:1px solid var(--white);border-radius:50%;background:transparent;cursor:pointer}.hero-dots button.active{background:var(--orange);border-color:var(--orange)}.section{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:60px 0}.padded{padding-top:70px;padding-bottom:70px}.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.cards-grid.small{grid-template-columns:repeat(3,minmax(220px,1fr))}.info-card{position:relative;overflow:hidden;min-height:100%;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:0 8px 26px #12151c14}.info-card>img{width:100%;height:205px;object-fit:cover}.floating-icon{position:absolute;top:178px;left:28px;display:grid;width:54px;height:54px;place-items:center;border:4px solid var(--white);border-radius:50%;background:var(--orange);color:var(--white)}.info-body{padding:46px 24px 26px}.info-body h2,.info-body h3{margin:0 0 14px;font-size:1.35rem}.info-body p,.info-body li{color:var(--muted);line-height:1.65}.info-body ul{margin:12px 0 0;padding-left:18px}.parallax-band{position:relative;overflow:hidden;color:var(--white);background:radial-gradient(circle at 18% 20%,rgba(255,102,0,.34),transparent 34%),linear-gradient(90deg,#090b10f2,#121b2dd1)}.parallax-content{display:grid;grid-template-columns:minmax(200px,.5fr) 1fr;gap:50px;width:min(1180px,calc(100% - 32px));margin:0 auto;padding:48px 0;align-items:center}.parallax-content h2{margin:0;padding-bottom:18px;border-bottom:2px solid var(--orange);font-size:clamp(1.4rem,2vw,2rem);text-transform:uppercase}.parallax-content p{margin:0;font-size:clamp(1.04rem,1.7vw,1.35rem);line-height:1.55}.text-link,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;margin-top:22px;padding:0 18px;border:1px solid var(--orange);background:var(--orange);color:var(--white);font-weight:900;cursor:pointer}.text-link.light,.light-button{border-color:#ffffffb3;background:transparent;color:var(--white)}.text-link:hover,.button:hover{background:var(--orange-dark);border-color:var(--orange-dark)}.subpage-hero{display:grid;min-height:290px;margin-top:86px;place-items:center;color:var(--white);text-align:center;background:radial-gradient(circle at 70% 25%,rgba(255,102,0,.28),transparent 30%),linear-gradient(135deg,#07090ef5,#1b2740e6)}.hero-overlay{width:min(960px,calc(100% - 32px))}.subpage-hero h1{margin:0 0 16px;font-size:clamp(2.3rem,6vw,4.3rem);line-height:1;text-transform:uppercase}.subpage-hero p{margin:0;color:#ffffffe6;font-size:1.05rem;font-weight:700}.page-body{background:var(--white)}.lead{max-width:960px;margin:0 0 28px;color:var(--ink);font-size:clamp(1.2rem,2.4vw,1.75rem);line-height:1.55;font-weight:700}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.split.reverse{grid-template-columns:.9fr 1.1fr}.split img{width:100%;border-radius:8px;object-fit:cover}.split h2,.service-content h2,.tech-section h2,.benefits-section h2,.section-heading h2,.content-panel h2{margin:0 0 14px;color:var(--ink);font-size:clamp(1.7rem,3vw,2.4rem)}.split h3{margin:0 0 18px;color:var(--orange);font-size:1.12rem}.split p,.content-panel p,.service-block p,.about-page p{color:var(--muted);font-size:1.02rem;line-height:1.75}.tabs{display:flex;flex-wrap:wrap;gap:12px}.tabs button{min-height:42px;padding:0 16px;border:1px solid var(--line);background:var(--white);color:var(--ink);font-weight:800;cursor:pointer}.tabs button.active,.tabs button:hover{border-color:var(--orange);background:var(--orange);color:var(--white)}.tab-note{margin:18px 0 0;color:var(--muted);font-weight:700}.oracle-intro{padding-top:20px}.logo-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:center}.oracle-gallery img{max-height:170px;width:100%;object-fit:contain}.service-blocks{display:grid;gap:28px}.service-block{display:grid;grid-template-columns:minmax(220px,.4fr) 1fr;gap:30px;align-items:center;padding:24px;border:1px solid var(--line);border-radius:8px;background:#fff}.service-block img{max-height:240px;width:100%;object-fit:contain}.check-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;margin:18px 0 0;padding:0;list-style:none}.check-list li{display:flex;gap:9px;align-items:flex-start;color:var(--muted);line-height:1.45}.check-list svg{flex:0 0 auto;margin-top:2px;color:var(--orange)}.service-content{padding-bottom:20px}.content-panel{max-width:1030px;margin-bottom:26px}.feature-image{display:grid;place-items:center;padding:28px;border:1px solid var(--line);border-radius:8px;background:var(--soft)}.feature-image img{max-height:420px;width:min(760px,100%);object-fit:contain}.tech-section{padding-top:34px}.tech-groups{display:grid;gap:28px;margin-top:25px}.tech-group h3{margin:0 0 16px;color:var(--orange);font-size:1.14rem;text-transform:uppercase}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.tech-card{display:grid;min-height:84px;place-items:center;padding:15px;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:0 4px 16px #12151c0f}.tech-card img{max-height:58px;width:auto;object-fit:contain}.cta{margin-top:20px}.about-page img{max-height:440px}.section-heading{display:flex;align-items:center;gap:12px;margin-bottom:25px;color:var(--orange)}.section-heading h2{margin:0}.career-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.career-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:0 8px 24px #12151c14}.career-card img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.career-card div{padding:20px}.career-card h3{margin:0;font-size:1.25rem}.career-card p{margin:8px 0 0;color:var(--muted);font-weight:700}.benefit-card .info-body{padding-top:24px}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px}.contact-cards{display:grid;gap:16px}.contact-cards article{padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:0 8px 24px #12151c0f}.contact-cards svg{color:var(--orange)}.contact-cards h2{margin:12px 0;font-size:1.25rem}.contact-cards p,.contact-cards a{display:block;margin:5px 0;color:var(--muted);line-height:1.5}.contact-cards a:hover{color:var(--orange)}.map-frame{width:100%;min-height:540px;border:0;border-radius:8px}.contact-form-section{padding-top:20px}.contact-form{display:grid;gap:18px;max-width:900px;padding:32px;border:1px solid var(--line);border-radius:8px;background:radial-gradient(circle at 92% 8%,rgba(255,102,0,.12),transparent 28%),linear-gradient(#fffffff5,#fffffff5)}.contact-form h2{margin:0}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.contact-form label{display:grid;gap:8px;color:var(--ink);font-weight:800}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:6px;padding:12px 13px;background:var(--white);color:var(--ink)}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--orange);outline:3px solid rgba(255,102,0,.16)}.form-status{margin:0;color:#227c45;font-weight:800}.sitemap-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.sitemap-grid article{padding:28px;border:1px solid var(--line);border-radius:8px;background:var(--soft)}.sitemap-grid h2{margin:0 0 16px;text-decoration:underline}.sitemap-grid a{display:block;padding:7px 0;color:var(--muted);font-weight:700}.sitemap-grid a:hover{color:var(--orange)}.under-construction h2{color:var(--orange);font-size:clamp(2.1rem,5vw,3.4rem)}.under-construction img{max-height:380px;object-fit:contain}.not-found{min-height:340px}.site-footer{color:#ffffffc7;background:var(--footer)}.social-strip{display:flex;justify-content:center;gap:14px;padding:20px 16px;background:var(--orange)}.social-strip a{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(255,255,255,.6);border-radius:50%;color:var(--white);font-size:.85rem;font-weight:900}.footer-main{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:45px 0}.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.footer-grid h4{margin:0 0 16px;color:var(--white);font-size:1.15rem}.footer-grid a{display:flex;align-items:center;gap:8px;width:fit-content;margin:8px 0;color:#ffffffc2;line-height:1.4}.footer-grid a:hover{color:var(--orange)}.copyright{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:18px 0 28px;border-top:1px solid rgba(255,255,255,.2)}.copyright p{margin:0;font-size:.86rem}.back-to-top{position:fixed;right:18px;bottom:18px;z-index:90;display:grid;width:46px;height:46px;place-items:center;border:0;border-radius:50%;background:var(--orange);color:var(--white);box-shadow:var(--shadow);cursor:pointer;opacity:0;pointer-events:none;transform:translateY(12px);transition:.16s ease}.back-to-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}@media(max-width:980px){.menu-toggle{display:grid}.nav-panel{position:absolute;top:86px;right:16px;left:16px;display:none;max-height:calc(100vh - 96px);overflow:auto;padding:10px;border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow)}.nav-panel.open{display:grid}.nav-link,.dropdown-button{justify-content:space-between;width:100%}.dropdown-menu{position:static;width:100%;margin:0 0 8px;box-shadow:none;opacity:1;visibility:visible;transform:none}.dropdown-menu.compact{width:100%}.dropdown-submenu{position:static;width:100%;margin:0 0 8px;padding:0 0 6px 14px;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none;display:none}.nav-group.open>.dropdown-submenu{display:grid}.nav-group.open>.submenu-button svg{transform:rotate(180deg)}.cards-grid,.career-grid,.sitemap-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.split,.split.reverse,.contact-grid,.parallax-content,.service-block{grid-template-columns:1fr}.map-frame{min-height:400px}}@media(max-width:680px){.topbar{width:min(100% - 22px,1180px);min-height:74px;gap:12px}.brand img{width:min(180px,calc(100vw - 92px))}.nav-panel{top:74px}.home-hero,.subpage-hero{margin-top:74px}.home-hero,.home-hero>img,.home-hero>video{min-height:430px;height:430px}.home-hero-content{left:24px;width:calc(100% - 48px)}.hero-control{display:none}.section{width:min(100% - 24px,1180px);padding:44px 0}.cards-grid,.cards-grid.small,.career-grid,.sitemap-grid,.footer-grid,.check-list,.logo-row,.form-row{grid-template-columns:1fr}.info-card>img{height:190px}.floating-icon{top:164px}.parallax-content{width:min(100% - 24px,1180px);gap:22px;padding:38px 0}.subpage-hero{min-height:240px;background-attachment:scroll}.parallax-band{background-attachment:scroll}.contact-form{padding:22px}.footer-main{padding:36px 0}}
.oracle-card-section{padding-top:22px}.oracle-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:stretch}.oracle-card{position:relative;min-height:100%;padding:34px 30px 32px;border:1px solid rgba(18,21,28,.06);border-radius:18px;background:linear-gradient(135deg,var(--oracle-card-bg),#ffffff 82%);box-shadow:0 14px 34px rgba(18,21,28,.1);transition:transform .24s ease,box-shadow .24s ease}.oracle-card:before{content:"";position:absolute;inset:0;border-radius:18px;background:radial-gradient(circle at 88% 12%,rgba(255,255,255,.82),transparent 34%);pointer-events:none}.oracle-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 22px 48px rgba(18,21,28,.18)}.oracle-card-icon{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:24px;border-radius:18px;background:var(--oracle-card-accent);color:#fff;box-shadow:0 12px 24px rgba(18,21,28,.14)}.oracle-card-icon:before{font-size:30px;font-weight:900;line-height:1}.oracle-card:nth-child(1) .oracle-card-icon:before{content:"â†”"}.oracle-card:nth-child(2) .oracle-card-icon:before{content:"â†—"}.oracle-card:nth-child(3) .oracle-card-icon:before{content:"â—†"}.oracle-card h3{position:relative;z-index:1;margin:0 0 14px;color:#12151c;font-size:24px;font-weight:900;line-height:1.2}.oracle-card p{position:relative;z-index:1;margin:0;color:#3f4652;font-size:16px;line-height:1.7}.oracle-service-blocks{gap:24px}.oracle-service-block{border-radius:18px;box-shadow:0 14px 34px rgba(18,21,28,.08)}.oracle-service-label{display:flex;min-height:180px;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,#fff4e8,#fff);color:var(--orange);text-align:center;font-size:clamp(2rem,3.2vw,3rem);font-weight:900;line-height:1.1;box-shadow:inset 0 0 0 1px rgba(245,158,11,.24)}@media(max-width:980px){.oracle-card-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.oracle-card-grid{grid-template-columns:1fr}.oracle-card{padding:28px 24px}.oracle-service-label{min-height:130px;font-size:clamp(1.7rem,8vw,2.35rem)}}#oracle-services,#oracle-cloud-migration,#oracle-managed-services,#oracle-integrated-services{scroll-margin-top:150px}@media(max-width:680px){#oracle-services,#oracle-cloud-migration,#oracle-managed-services,#oracle-integrated-services{scroll-margin-top:112px}}
.oracle-capability-page{background:linear-gradient(180deg,#fff 0,#fff8f5 46%,#fff 100%)}.oracle-capability-hero{padding-bottom:30px}.oracle-cap-eyebrow{display:inline-flex;margin-bottom:12px;color:#d04631;font-size:.78rem;font-weight:900;letter-spacing:.24em;text-transform:uppercase}.oracle-capability-hero h2,.oracle-section-title h2{margin:0;color:#27272a;font-family:Georgia,serif;font-size:clamp(2.2rem,5vw,4rem);line-height:1}.oracle-capability-hero p,.oracle-section-title p{max-width:1050px;margin:18px 0 0;color:#6f6a67;font-size:clamp(1.05rem,2vw,1.35rem);font-style:italic;line-height:1.55}.oracle-capability-board{display:grid;grid-template-columns:minmax(280px,.42fr) 1fr;gap:28px;align-items:start;padding-top:18px}.oracle-service-lines{display:grid;gap:12px;position:sticky;top:112px}.oracle-service-lines button{display:grid;grid-template-columns:58px 1fr;align-items:center;min-height:70px;width:100%;border:1px solid transparent;border-radius:18px;padding:12px 18px;background:#f5ece8;color:#27272a;text-align:left;font-weight:900;line-height:1.25;cursor:pointer;box-shadow:0 10px 28px rgba(38,24,17,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.oracle-service-lines button:hover,.oracle-service-lines button.active{background:#fff;border-color:#f27a2b;box-shadow:0 18px 42px rgba(210,70,49,.17);transform:translateY(-2px)}.oracle-line-dot{display:block;width:42px;height:42px;border-radius:999px;background:linear-gradient(135deg,#ff8a2b,#d04631);box-shadow:0 8px 20px rgba(210,70,49,.28)}.oracle-service-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,.42fr);gap:24px;padding:28px;border:1px solid #f1d9d2;border-radius:22px;background:rgba(255,255,255,.92);box-shadow:0 24px 60px rgba(32,22,18,.09)}.oracle-detail-main{min-height:360px}.oracle-detail-main h3{margin:0 0 16px;color:#27272a;font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}.oracle-tagline{margin:0 0 26px;color:#3f3a37;font-size:1.18rem;font-style:italic;font-weight:700;line-height:1.55}.oracle-detail-main p:not(.oracle-tagline){color:#4d4a47;font-size:1.05rem;line-height:1.8}.oracle-capability-card{padding:28px;border-radius:18px;background:linear-gradient(145deg,#f3e9e4,#fff7f3);box-shadow:inset 0 0 0 1px rgba(210,70,49,.08)}.oracle-capability-card h4,.oracle-target-buyers h4{margin:0 0 20px;color:#d04631;font-size:.86rem;font-weight:900;letter-spacing:.22em;text-transform:uppercase}.oracle-capability-card ul{display:grid;gap:22px;margin:0;padding:0;list-style:none}.oracle-capability-card li{position:relative;padding-left:34px;color:#34302e;font-size:1rem;line-height:1.55}.oracle-capability-card li:before{content:"";position:absolute;top:.55em;left:0;width:10px;height:10px;border-radius:50%;background:#d04631}.oracle-target-buyers{grid-column:1/-1;padding:24px 28px;border:1px solid #f05a3b;border-radius:16px;background:#fff7f4}.oracle-target-buyers p{margin:0;color:#4d4a47;font-size:1rem;line-height:1.6}.oracle-industries-section{padding-top:35px}.oracle-section-title{margin-bottom:26px}.oracle-industries-list{display:grid;gap:14px}.oracle-industries-list article{position:relative;display:grid;grid-template-columns:78px minmax(160px,.28fr) 1fr;gap:22px;align-items:center;padding:18px 22px;border-radius:16px;background:#fff3ef;box-shadow:0 10px 30px rgba(32,22,18,.06)}.oracle-industry-code{display:grid;width:50px;height:50px;place-items:center;border-radius:12px;background:#d04631;color:#fff;font-family:Georgia,serif;font-size:1.15rem;font-weight:900}.oracle-industries-list h3{margin:0;color:#2f2b29;font-size:1.1rem}.oracle-industries-list p{margin:0;color:#66615e;line-height:1.55}.oracle-industries-list strong{position:absolute;right:18px;top:-12px;padding:8px 26px;border-radius:999px;background:#d04631;color:#fff;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}.oracle-capability-page .cta .parallax-content h2{text-transform:none;font-family:Georgia,serif}@media(max-width:980px){.oracle-capability-board{grid-template-columns:1fr}.oracle-service-lines{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.oracle-service-detail{grid-template-columns:1fr}.oracle-detail-main{min-height:auto}.oracle-industries-list article{grid-template-columns:64px 1fr}.oracle-industries-list p{grid-column:2}.oracle-industries-list strong{position:static;width:max-content;grid-column:2}}@media(max-width:680px){.oracle-capability-hero h2,.oracle-section-title h2{font-size:2.35rem}.oracle-service-lines{grid-template-columns:1fr}.oracle-service-lines button{grid-template-columns:48px 1fr;min-height:64px}.oracle-line-dot{width:34px;height:34px}.oracle-service-detail{padding:20px;border-radius:18px}.oracle-detail-main h3{font-size:2rem}.oracle-capability-card{padding:22px}.oracle-capability-card ul{gap:16px}.oracle-target-buyers{padding:20px}.oracle-industries-list article{grid-template-columns:52px 1fr;gap:14px;padding:16px}.oracle-industry-code{width:44px;height:44px}.oracle-industries-list p{grid-column:1/-1}}
/* Oracle capabilities typography and icon refinements */
.oracle-capability-hero h2,.oracle-section-title h2{font-family:Lato,Arial,Helvetica,sans-serif;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:900;letter-spacing:0;line-height:1.18}.oracle-capability-hero p,.oracle-section-title p{font-size:clamp(1.02rem,1.6vw,1.24rem);font-style:normal;line-height:1.65}.oracle-detail-main h3{font-family:Lato,Arial,Helvetica,sans-serif;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:900;letter-spacing:0;line-height:1.18}.oracle-tagline{font-size:1.08rem;font-style:normal;font-weight:800}.oracle-detail-main p:not(.oracle-tagline),.oracle-target-buyers p,.oracle-industries-list p{font-size:1.02rem;line-height:1.75}.oracle-capability-page .cta .parallax-content h2{font-family:Lato,Arial,Helvetica,sans-serif}.oracle-line-dot{position:relative;display:grid;place-items:center;color:#fff}.oracle-line-dot:before{font-size:16px;font-weight:900;line-height:1;letter-spacing:-1px}.oracle-service-lines button:nth-child(1) .oracle-line-dot:before{content:"[]"}.oracle-service-lines button:nth-child(2) .oracle-line-dot:before{content:"/^"}.oracle-service-lines button:nth-child(3) .oracle-line-dot:before{content:"+"}.oracle-service-lines button:nth-child(4) .oracle-line-dot:before{content:"{}"}.oracle-service-lines button:nth-child(5) .oracle-line-dot:before{content:"<>"}.oracle-service-lines button:nth-child(6) .oracle-line-dot:before{content:"::"}.oracle-service-lines button:nth-child(7) .oracle-line-dot:before{content:"*"}.oracle-industry-code{position:relative;font-size:0;font-family:Lato,Arial,Helvetica,sans-serif}.oracle-industry-code:before{font-size:17px;font-weight:900;line-height:1;letter-spacing:-1px}.oracle-industries-list article:nth-child(1) .oracle-industry-code:before{content:">>"}.oracle-industries-list article:nth-child(2) .oracle-industry-code:before{content:">"}.oracle-industries-list article:nth-child(3) .oracle-industry-code:before{content:"##"}.oracle-industries-list article:nth-child(4) .oracle-industry-code:before{content:"~~"}.oracle-industries-list article:nth-child(5) .oracle-industry-code:before{content:"^^"}.oracle-industries-list article:nth-child(6) .oracle-industry-code:before{content:"+"}@media(max-width:680px){.oracle-capability-hero h2,.oracle-section-title h2,.oracle-detail-main h3{font-size:clamp(1.65rem,7vw,2.1rem)}.oracle-line-dot:before{font-size:15px}.oracle-industry-code:before{font-size:16px}}
/* Related pictogram icons for Oracle service and industry circles */
.oracle-line-dot:before,.oracle-industry-code:before{content:""!important;display:block;width:24px;height:24px;background:#fff;mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.oracle-service-lines button:nth-child(1) .oracle-line-dot:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='3' width='16' height='18' rx='2'/%3E%3Cpath d='M8 8h8M8 12h8M8 16h5'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='3' width='16' height='18' rx='2'/%3E%3Cpath d='M8 8h8M8 12h8M8 16h5'/%3E%3C/svg%3E")}.oracle-service-lines button:nth-child(2) .oracle-line-dot:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M7 18a5 5 0 0 1-.7-9.95A6.5 6.5 0 0 1 18.7 10.2 3.9 3.9 0 0 1 18 18H7z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M7 18a5 5 0 0 1-.7-9.95A6.5 6.5 0 0 1 18.7 10.2 3.9 3.9 0 0 1 18 18H7z'/%3E%3C/svg%3E")}.oracle-service-lines button:nth-child(3) .oracle-line-dot:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='5' rx='7' ry='3'/%3E%3Cpath d='M5 5v14c0 1.7 3.1 3 7 3s7-1.3 7-3V5M5 12c0 1.7 3.1 3 7 3s7-1.3 7-3'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='5' rx='7' ry='3'/%3E%3Cpath d='M5 5v14c0 1.7 3.1 3 7 3s7-1.3 7-3V5M5 12c0 1.7 3.1 3 7 3s7-1.3 7-3'/%3E%3C/svg%3E")}.oracle-service-lines button:nth-child(4) .oracle-line-dot:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 4 7v10l8 4 8-4V7l-8-4zM4 7l8 4 8-4M12 11v10'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 4 7v10l8 4 8-4V7l-8-4zM4 7l8 4 8-4M12 11v10'/%3E%3C/svg%3E")}.oracle-service-lines button:nth-child(5) .oracle-line-dot:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h10v10H7zM3 12h4M17 12h4M12 3v4M12 17v4'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h10v10H7zM3 12h4M17 12h4M12 3v4M12 17v4'/%3E%3C/svg%3E")}.oracle-service-lines button:nth-child(6) .oracle-line-dot:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19V5M4 19h16M8 16v-5M12 16V8M16 16v-8'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19V5M4 19h16M8 16v-5M12 16V8M16 16v-8'/%3E%3C/svg%3E")}.oracle-service-lines button:nth-child(7) .oracle-line-dot:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v4M12 17v4M3 12h4M17 12h4M6 6l3 3M15 15l3 3M18 6l-3 3M9 15l-3 3'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v4M12 17v4M3 12h4M17 12h4M6 6l3 3M15 15l3 3M18 6l-3 3M9 15l-3 3'/%3E%3C/svg%3E")}.oracle-industries-list article:nth-child(1) .oracle-industry-code:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 16h12l3-5h-6l-2-3H7l-3 8zM7 19a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM17 19a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 16h12l3-5h-6l-2-3H7l-3 8zM7 19a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM17 19a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E%3C/svg%3E")}.oracle-industries-list article:nth-child(2) .oracle-industry-code:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M8 5v14l11-7-11-7zM4 5h2v14H4z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M8 5v14l11-7-11-7zM4 5h2v14H4z'/%3E%3C/svg%3E")}.oracle-industries-list article:nth-child(3) .oracle-industry-code:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18M5 21V9l5 3V9l5 3V7h4v14M8 17h2M13 17h2'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18M5 21V9l5 3V9l5 3V7h4v14M8 17h2M13 17h2'/%3E%3C/svg%3E")}.oracle-industries-list article:nth-child(4) .oracle-industry-code:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 4h12v10a6 6 0 0 1-12 0V4zM8 8h8M9 21h6'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 4h12v10a6 6 0 0 1-12 0V4zM8 8h8M9 21h6'/%3E%3C/svg%3E")}.oracle-industries-list article:nth-child(5) .oracle-industry-code:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 21V9l8-5 8 5v12M9 21v-6h6v6M8 11h1M15 11h1'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 21V9l8-5 8 5v12M9 21v-6h6v6M8 11h1M15 11h1'/%3E%3C/svg%3E")}.oracle-industries-list article:nth-child(6) .oracle-industry-code:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M5 12h14M7 7h10v10H7z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M5 12h14M7 7h10v10H7z'/%3E%3C/svg%3E")}.oracle-industry-code{font-size:0!important}